Structs§
- Authenticator
State Expire - Authenticator
State Update V1 - Change
Epoch - Change
Epoch V2 - Checked
Input Objects - GasData
- Genesis
Transaction - Input
Objects - Object
Read Result - 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.
- Programmable
Move Call - The command for calling a Move function, either an entry function or a public function (which cannot return references).
- Programmable
Transaction - A series of commands where the results of one command can be used in future commands
- Randomness
State Update - Receiving
Object Read Result - Receiving
Objects - Sender
Signed Data - Sender
Signed Transaction - Shared
Input Object - Transaction
Data V1
Enums§
- Argument
- An argument to a programmable transaction command
- CallArg
- Command
- A single command in a programmable transaction.
- EndOf
Epoch Transaction Kind - EndOfEpochTransactionKind
- Genesis
Object - Input
Object Kind - Object
Arg - Object
Read Result Kind - Receiving
Object Read Result Kind - Transaction
Data - Transaction
Expiration - Transaction
Key - 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
. - Transaction
Kind
Constants§
- DEFAULT_
VALIDATOR_ GAS_ PRICE - GAS_
PRICE_ FOR_ SYSTEM_ TX - TEST_
ONLY_ GAS_ UNIT_ FOR_ GENERIC - TEST_
ONLY_ GAS_ UNIT_ FOR_ HEAVY_ COMPUTATION_ STORAGE - TEST_
ONLY_ GAS_ UNIT_ FOR_ OBJECT_ BASICS - TEST_
ONLY_ GAS_ UNIT_ FOR_ PUBLISH - TEST_
ONLY_ GAS_ UNIT_ FOR_ SPLIT_ COIN - TEST_
ONLY_ GAS_ UNIT_ FOR_ STAKING - TEST_
ONLY_ GAS_ UNIT_ FOR_ TRANSFER
Traits§
Functions§
Type Aliases§
- Certified
Transaction - Signed
Transaction - A transaction that is signed by a sender and also by an authority.
- Transaction
- A transaction that is signed by a sender but not yet by an authority.
- Trusted
Certificate - Trusted
Transaction - Verified
Certificate - Verified
Signed Transaction - Verified
Transaction