Type Alias: IotaTransactionKind
type IotaTransactionKind =
| "ProgrammableTransaction"
| "Genesis"
| "ConsensusCommitPrologueV1"
| "AuthenticatorStateUpdateV1"
| "RandomnessStateUpdate"
| "EndOfEpochTransaction"
| "SystemTransaction";
Represents the type of a transaction. All transactions except ProgrammableTransaction are
considered system transactions.