Builds a transaction payload based on the data argument and returns a transaction payload - TransactionPayloadScript | TransactionPayloadMultiSig | TransactionPayloadEntryFunction
This uses the RemoteABI by default, and the remote ABI can be skipped by using generateTransactionPayloadWithABI
TransactionPayload
Builds a transaction payload based on the data argument and returns a transaction payload - TransactionPayloadScript | TransactionPayloadMultiSig | TransactionPayloadEntryFunction
This uses the RemoteABI by default, and the remote ABI can be skipped by using generateTransactionPayloadWithABI
TransactionPayload
Generated using TypeDoc
We are defining function signatures, each with its specific input and output. These are the possible function signature for our
generateTransactionPayload
function. When we call ourgenerateTransactionPayload
function with the relevant type properties, Typescript can infer the return type based on the appropriate function overload.