For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transaction Types

Transaction Payload Types

The Transaction Payload Types represents the various transaction types supported by the system. Each transaction type serves a specific purpose in the token management lifecycle, from creation to transfers and administrative operations.

Transaction Type is used to help you parse corresponding field returned from method, eg: get transaction by hash / get checkpoint by number (the transaction data in the response)

TokenCreate

TokenTransfer

TokenGrantAuthority

TokenRevokeAuthority

TokenBlacklistAccount

TokenWhitelistAccount

TokenMint

TokenBurn

TokenCloseAccount

TokenPause

TokenUnpause

TokenUpdateMetadata

Other Transaction Types

Last updated