Skip to main content

IotaTransactionKind

@iota/iota-sdk


@iota/iota-sdk / client / IotaTransactionKind

Type Alias: IotaTransactionKind

IotaTransactionKind = "ProgrammableTransaction" | "Genesis" | "ConsensusCommitPrologueV1" | "AuthenticatorStateUpdateV1" | "RandomnessStateUpdate" | "EndOfEpochTransaction" | "SystemTransaction"

Defined in: sdk/typescript/src/client/types/generated.ts:1034

Represents the type of a transaction. All transactions except ProgrammableTransaction are considered system transactions.