Expand description

All operation types that are generated/used when making transactions or view calls.

Structs§

  • Similar to a Transaction, but more specific to making a call into a contract. Note, only one call can be made per CallTransaction.
  • Similar to a Transaction, but more specific to creating an account. This transaction will create a new account with the specified receiver_id
  • A set of arguments we can provide to a transaction, containing the function name, arguments, the amount of gas to use and deposit.
  • A builder-like object that will allow specifying various actions to be performed in a single transaction. For details on each of the actions, find them in UNC transactions.
  • TransactionStatus object relating to an asynchronous transaction on the network. Used to query into the status of the Transaction for whether it has completed or not.