Crate iota_json_rpc_types
source ·Structs§
- Provides metrics about the addresses.
- Additional arguments supplied to dev inspect beyond what is allowed in today’s API.
- The response from processing a dev inspect transaction
- A light-weight version of
EpochInfo
for faster loading - 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
- Identifies a Move function.
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.
Enums§
- An argument to a transaction in a programmable transaction block
- A single transaction in a programmable transaction block.
- ObjectChange are derived from the object mutations in the TransactionEffect to provide richer object information.