Struct PublicCallRequest
pub struct PublicCallRequest {
pub msg_sender: AztecAddress,
pub contract_address: AztecAddress,
pub is_static_call: bool,
pub calldata_hash: Field,
}
Fields
msg_sender: AztecAddresscontract_address: AztecAddressis_static_call: boolcalldata_hash: FieldTrait implementations
impl Deserialize for PublicCallRequest
pub fn deserialize(fields: [Field; 4]) -> Self
pub fn stream_deserialize<let K: u32>(reader: &mut Reader<K>) -> Self
impl Empty for PublicCallRequest
pub fn empty() -> Self
pub fn is_empty(self) -> bool
pub fn assert_empty<let S: u32>(self, msg: str<S>)
impl Eq for PublicCallRequest
pub fn eq(_self: Self, _other: Self) -> bool