Struct fuels_core::abi_encoder::ABIEncoder
source · [−]Fields
function_selector: ByteArray
encoded_args: Vec<u8>
Implementations
Encode takes an array of Token
s, encodes these tokens, and returns the
raw bytes (as a Vec
function_selector: ByteArray
encoded_args: Vec<u8>
Encode takes an array of Token
s, encodes these tokens, and returns the
raw bytes (as a Vec