aztec-nr - noir_aztec::protocol::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(fields: [Field; 3]) -> Self pub fn stream_deserialize<let K: u32>(reader: &mut Reader<K>) -> 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] pub fn stream_serialize<let K: u32>(self, writer: &mut Writer<K>)