TransactionType
Defined in: packages/transact/src/transactions/transaction-type.ts:4
Supported transaction types
Enumeration Members
Section titled “Enumeration Members”AppCall
Section titled “AppCall”AppCall:
"appl"
Defined in: packages/transact/src/transactions/transaction-type.ts:28
Application transaction
AssetConfig
Section titled “AssetConfig”AssetConfig:
"acfg"
Defined in: packages/transact/src/transactions/transaction-type.ts:16
Asset configuration transaction
AssetFreeze
Section titled “AssetFreeze”AssetFreeze:
"afrz"
Defined in: packages/transact/src/transactions/transaction-type.ts:24
Asset freeze transaction
AssetTransfer
Section titled “AssetTransfer”AssetTransfer:
"axfer"
Defined in: packages/transact/src/transactions/transaction-type.ts:20
Asset transfer transaction
Heartbeat
Section titled “Heartbeat”Heartbeat:
"hb"
Defined in: packages/transact/src/transactions/transaction-type.ts:36
Heartbeat transaction
KeyRegistration
Section titled “KeyRegistration”KeyRegistration:
"keyreg"
Defined in: packages/transact/src/transactions/transaction-type.ts:12
Key registration transaction
Payment
Section titled “Payment”Payment:
"pay"
Defined in: packages/transact/src/transactions/transaction-type.ts:8
Payment transaction
StateProof
Section titled “StateProof”StateProof:
"stpf"
Defined in: packages/transact/src/transactions/transaction-type.ts:32
State proof transaction
Unknown
Section titled “Unknown”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.