Module iota_types::transaction
source · Structs§
- The result of reading an object for execution. Because shared objects may be deleted, one possible result of reading a shared object is that ObjectReadResultKind::Deleted is returned.
- The command 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
Enums§
- An argument to a programmable transaction command
- A single command in a programmable transaction.
- EndOfEpochTransactionKind
- TransactionKey uniquely identifies a transaction across all epochs. Note that a single transaction may have multiple keys, for example a RandomnessStateUpdate could be identified by both
Digest
andRandomnessRound
.
Constants§
Traits§
Functions§
Type Aliases§
- A transaction that is signed by a sender and also by an authority.
- A transaction that is signed by a sender but not yet by an authority.