Struct ex3_node_types::block::BlockBody
source · pub struct BlockBody {
pub txs: Vec<EncodedTransaction>,
pub balances_changed: Vec<(WalletRegisterId, Vec<(AssetId, BalanceChanged)>)>,
pub data_integrity: Vec<MerkleNode>,
}Fields§
§txs: Vec<EncodedTransaction>§balances_changed: Vec<(WalletRegisterId, Vec<(AssetId, BalanceChanged)>)>§data_integrity: Vec<MerkleNode>Implementations§
Trait Implementations§
source§impl From<BlockBody> for EncodedBlockBody
impl From<BlockBody> for EncodedBlockBody
source§impl From<EncodedBlockBody> for BlockBody
impl From<EncodedBlockBody> for BlockBody
source§fn from(encoded_body: EncodedBlockBody) -> Self
fn from(encoded_body: EncodedBlockBody) -> Self
Converts to this type from the input type.
source§impl PartialEq<BlockBody> for BlockBody
impl PartialEq<BlockBody> for BlockBody
impl Eq for BlockBody
impl StructuralEq for BlockBody
impl StructuralPartialEq for BlockBody
Auto Trait Implementations§
impl RefUnwindSafe for BlockBody
impl Send for BlockBody
impl Sync for BlockBody
impl Unpin for BlockBody
impl UnwindSafe for BlockBody
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more