Skip to content

TransactionType

Defined in: packages/transact/src/transactions/transaction-type.ts:4

Supported transaction types

AppCall: "appl"

Defined in: packages/transact/src/transactions/transaction-type.ts:28

Application transaction


AssetConfig: "acfg"

Defined in: packages/transact/src/transactions/transaction-type.ts:16

Asset configuration transaction


AssetFreeze: "afrz"

Defined in: packages/transact/src/transactions/transaction-type.ts:24

Asset freeze transaction


AssetTransfer: "axfer"

Defined in: packages/transact/src/transactions/transaction-type.ts:20

Asset transfer transaction


Heartbeat: "hb"

Defined in: packages/transact/src/transactions/transaction-type.ts:36

Heartbeat transaction


KeyRegistration: "keyreg"

Defined in: packages/transact/src/transactions/transaction-type.ts:12

Key registration transaction


Payment: "pay"

Defined in: packages/transact/src/transactions/transaction-type.ts:8

Payment transaction


StateProof: "stpf"

Defined in: packages/transact/src/transactions/transaction-type.ts:32

State proof transaction


Unknown: "unknown"

Defined in: packages/transact/src/transactions/transaction-type.ts:42

Unknown transaction type Used when decoding transactions with unrecognized type values. This should not be used when creating new transactions.