aztec-nr - protocol_types::abis::read_request

Struct ScopedReadRequest

pub struct ScopedReadRequest {
    pub read_request: ReadRequest,
    pub contract_address: AztecAddress,
}

Fields

read_request: ReadRequest
contract_address: AztecAddress

Implementations

impl ScopedReadRequest

pub fn value(self) -> Field pub fn counter(self) -> u32

Trait implementations

impl Deserialize for ScopedReadRequest

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

impl Empty for ScopedReadRequest

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

impl Eq for ScopedReadRequest

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

impl Scoped<ReadRequest> for ScopedReadRequest

pub fn contract_address(self) -> AztecAddress pub fn inner(self) -> ReadRequest

impl Serialize for ScopedReadRequest

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