Struct saito_rust::block::ConsensusValues [−][src]
pub struct ConsensusValues {Show 17 fields
pub fee_transaction: Option<Transaction>,
pub it_num: u8,
pub it_idx: Option<usize>,
pub ft_num: u8,
pub ft_idx: Option<usize>,
pub gt_num: u8,
pub gt_idx: Option<usize>,
pub total_fees: u64,
pub expected_difficulty: u64,
pub rebroadcasts: Vec<Transaction>,
pub total_rebroadcast_slips: u64,
pub total_rebroadcast_nolan: u64,
pub total_rebroadcast_fees_nolan: u64,
pub rebroadcast_hash: [u8; 32],
pub nolan_falling_off_chain: u64,
pub staking_treasury: i64,
pub block_payout: Vec<BlockPayout>,
}Fields
fee_transaction: Option<Transaction>it_num: u8it_idx: Option<usize>ft_num: u8ft_idx: Option<usize>gt_num: u8gt_idx: Option<usize>total_fees: u64expected_difficulty: u64rebroadcasts: Vec<Transaction>total_rebroadcast_slips: u64total_rebroadcast_nolan: u64total_rebroadcast_fees_nolan: u64rebroadcast_hash: [u8; 32]nolan_falling_off_chain: u64staking_treasury: i64block_payout: Vec<BlockPayout>Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ConsensusValues
impl Send for ConsensusValues
impl Sync for ConsensusValues
impl Unpin for ConsensusValues
impl UnwindSafe for ConsensusValues
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more