Expand description
All operation types that are generated/used when making transactions or view calls.
Structsยง
- Call
Transaction - Similar to a
Transaction, but more specific to making a call into a contract. Note, only one call can be made perCallTransaction. - Create
Account Transaction - Similar to a
Transaction, but more specific to creating an account. This transaction will create a new account with the specifiedreceiver_id - Function
- A set of arguments we can provide to a transaction, containing the function name, arguments, the amount of gas to use and deposit.
- Transaction
- 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.
- Transaction
Status TransactionStatusobject relating to anasynchronous transactionon the network. Used to query into the status of the Transaction for whether it has completed or not.