Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 661 Bytes

File metadata and controls

12 lines (6 loc) · 661 Bytes

TokenAssetModelType

The asset model type. Possible values include: - Account: The account model. This model tracks the balances of user accounts, similar to the traditional banking system. - UTXO: The UTXO model. This model tracks individual outputs of a transaction rather than account balances. Each transaction consists of inputs (previous UTXOs) and outputs (new UTXOs).

Properties

Name Type Description Notes

[Back to Model list] [Back to API list] [Back to README]