Retrieving Transaction Details
The "full": true
designator provides verbose details for each transaction within the checkpoint:
Example details:
transaction_type (eg: "TokenTransfer")
sender/receiver account addresses
amount of tokens transferred
fees taken
token information
This enables a client to subscribe to all current state events or filter for a given Account, Token or Transactions (by type).
Last updated