aztec-nr - protocol_types::abis::public_call_request

Struct PublicCallRequestArrayLengths

pub struct PublicCallRequestArrayLengths {
    pub setup_calls: u32,
    pub app_logic_calls: u32,
    pub teardown_call: bool,
}

Fields

setup_calls: u32
app_logic_calls: u32
teardown_call: bool

Implementations

impl PublicCallRequestArrayLengths

pub fn new( setup_call_requests: [PublicCallRequest; 32], app_logic_call_requests: [PublicCallRequest; 32], teardown_call_request: PublicCallRequest, ) -> Self

Trait implementations

impl Deserialize for PublicCallRequestArrayLengths

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

impl Empty for PublicCallRequestArrayLengths

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

impl Eq for PublicCallRequestArrayLengths

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

impl Serialize for PublicCallRequestArrayLengths

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