Struct fuel_core_interfaces::model::SealedFuelBlock
source · [−]pub struct SealedFuelBlock {
pub block: FuelBlock,
pub consensus: FuelBlockConsensus,
}Fields
block: FuelBlockconsensus: FuelBlockConsensusMethods from Deref<Target = FuelBlock>
pub fn id(&self) -> Bytes32
pub fn to_db_block(&self) -> FuelBlockDb
pub fn transaction_data_lenght(&self) -> usize
pub fn transaction_data_hash(&self) -> Bytes32
pub fn validator_set_hash(&self) -> Bytes32
pub fn transaction_sum(&self) -> usize
pub fn withdrawals(&self) -> Vec<(Address, Word, AssetId)>
pub fn withdrawals_root(&self) -> Bytes32
Trait Implementations
sourceimpl Clone for SealedFuelBlock
impl Clone for SealedFuelBlock
sourcefn clone(&self) -> SealedFuelBlock
fn clone(&self) -> SealedFuelBlock
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SealedFuelBlock
impl Debug for SealedFuelBlock
sourceimpl Default for SealedFuelBlock
impl Default for SealedFuelBlock
sourcefn default() -> SealedFuelBlock
fn default() -> SealedFuelBlock
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SealedFuelBlock
impl Send for SealedFuelBlock
impl Sync for SealedFuelBlock
impl Unpin for SealedFuelBlock
impl UnwindSafe for SealedFuelBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more