aztec-nr - noir_aztec::protocol::abis::private_tx_constant_data

Struct PrivateTxConstantData

pub struct PrivateTxConstantData {
    pub anchor_block_header: BlockHeader,
    pub tx_context: TxContext,
    pub vk_tree_root: Field,
    pub protocol_contracts: ProtocolContracts,
}

Constants used throughout the executions of private functions.

Fields

anchor_block_header: BlockHeader
tx_context: TxContext
vk_tree_root: Field
protocol_contracts: ProtocolContracts

Implementations

impl PrivateTxConstantData

Trait implementations

impl Empty for PrivateTxConstantData

pub fn empty() -> Self pub fn is_empty(self) -> bool pub fn assert_empty<let S: u32>(self, msg: str<S>)

impl Eq for PrivateTxConstantData

pub fn eq(_self: Self, _other: Self) -> bool