Advanced patterns for encoding complex data structures for TAC proxy functions
function name(bytes calldata tacHeader, bytes calldata arguments)
.
The arguments
parameter contains your custom ABI-encoded data."myProxyFunction(bytes,bytes)"
gasLimit
gas for executing the transaction on the TAC side. If this parameter is not specified, it will be calculated using the simulateEVMMessage
method (preferred)abi.decode()
: