aztec-nr - protocol_types::abis::transaction::tx_request

Struct TxRequest

pub struct TxRequest {
    pub origin: AztecAddress,
    pub args_hash: Field,
    pub tx_context: TxContext,
    pub function_data: FunctionData,
    pub salt: Field,
}

Fields

origin: AztecAddress
args_hash: Field
tx_context: TxContext
function_data: FunctionData
salt: Field

Trait implementations

impl Deserialize for TxRequest

pub fn deserialize(serialized: [Field; 15]) -> Self

impl Empty for TxRequest

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

impl Eq for TxRequest

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

impl Hash for TxRequest

pub fn hash(self) -> Field

impl Serialize for TxRequest

pub fn serialize(self) -> [Field; 15]