aztec-nr - noir_aztec::authwit::entrypoint::function_call

Struct FunctionCall

pub struct FunctionCall {
    pub args_hash: Field,
    pub function_selector: FunctionSelector,
    pub target_address: AztecAddress,
    pub is_public: bool,
    pub hide_msg_sender: bool,
    pub is_static: bool,
}

Fields

args_hash: Field
function_selector: FunctionSelector
target_address: AztecAddress
is_public: bool
hide_msg_sender: bool
is_static: bool

Implementations

impl FunctionCall

pub fn to_be_bytes(self) -> [u8; 99]

Trait implementations

impl Serialize for FunctionCall

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