Module unc_workspaces::operations
source · 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 perCallTransaction. - Similar to a
Transaction, but more specific to creating an account. This transaction will create a new account with the specifiedreceiver_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.
TransactionStatusobject relating to anasynchronous transactionon the network. Used to query into the status of the Transaction for whether it has completed or not.