FeePayload
Fields
Field | Type |
---|---|
function_calls | FunctionCall; MAX_FEE_FUNCTION_CALLS] |
nonce | Field |
is_fee_payer | bool |
Methods
to_be_bytes
FeePayload::to_be_bytes(self);
Parameters
Name | Type |
---|---|
self |
execute_calls
FeePayload::execute_calls(self, context);
Parameters
Name | Type |
---|---|
self | |
context | &mut PrivateContext |
Standalone Functions
serialize
serialize(self);
Parameters
Name | Type |
---|---|
self |
hash
hash(self);
Parameters
Name | Type |
---|---|
self |