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: Fieldfunction_selector: FunctionSelectortarget_address: AztecAddressis_public: boolhide_msg_sender: boolis_static: boolImplementations
impl FunctionCall
pub fn to_be_bytes(self) -> [u8; 99]
Trait implementations
impl Serialize for FunctionCall
pub fn serialize(self) -> [Field; 6]