Structs§
- Additional rguments supplied to dev inspect beyond what is allowed in today’s API.
- The response from processing a dev inspect transaction
next_cursor
points to the last item in the page; Reading withnext_cursor
will start from the next item afternext_cursor
ifnext_cursor
isSome
, otherwise it will start from the first item.- RPC representation of the Committee type.
- The transaction for calling a Move function, either an entry function or a public function (which cannot return references).
- A series of commands where the results of one command can be used in future commands
- The response from processing a transaction or a certified transaction
Enums§
- ObjectChange are derived from the object mutations in the TransactionEffect to provide richer object information.
- An argument to a transaction in a programmable transaction block
- A single transaction in a programmable transaction block.