Struct PrivateContextInputs
pub struct PrivateContextInputs {
pub call_context: CallContext,
pub anchor_block_header: BlockHeader,
pub tx_context: TxContext,
pub start_side_effect_counter: u32,
}
Fields
call_context: CallContextanchor_block_header: BlockHeadertx_context: TxContextstart_side_effect_counter: u32Trait implementations
impl Empty for PrivateContextInputs
pub fn empty() -> Self
pub fn is_empty(self) -> bool
pub fn assert_empty<let S: u32>(self, msg: str<S>)
impl Eq for PrivateContextInputs
pub fn eq(_self: Self, _other: Self) -> bool