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 with next_cursor
will start from the next item after next_cursor
if
next_cursor
is Some
, 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