aztec-nr - noir_aztec::context::inputs::private_context_inputs

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: CallContext
anchor_block_header: BlockHeader
tx_context: TxContext
start_side_effect_counter: u32

Trait 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