Structs

Constants

Traits

Functions

  • Based on the receipts returned by the call, the contract ID (which is null in the case of a script), and the output param, decode the values and return them.
  • Creates an ABI call based on a function selector and the encoding of its call arguments, which is a slice of Tokens. It returns a prepared ContractCall that can further be used to make the actual transaction. This method is the underlying implementation of the functions generated from an ABI JSON spec, i.e, this is what’s generated: