Enumeration TransactionExecutableVariants

Executable types for transactions, which can be either a script or an entry function.

Empty is reserved for Multisig voting transactions, which do not have an executable payload. https://github.com/aptos-labs/aptos-core/blob/main/types/src/transaction/mod.rs#L685

Enumeration Members

Enumeration Members

Empty
EntryFunction
Script