Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.15 KB

ContractFtBalance.md

File metadata and controls

21 lines (16 loc) · 1.15 KB

ContractFtBalance

Properties

Name Type Description Notes
code_hash Option<String> Codehash of the token. [optional]
genesis Option<String> Genesis of the token. [optional]
name Option<String> Name of the token. [optional]
symbol Option<String> Symbol of the token. [optional]
decimal Option<i32> The decimal position. [optional]
sensible_id Option<String> SensibleId of the token [optional]
utxo_count Option<i32> Number of utxos for this token. [optional]
confirmed Option<i64> Confirmed balance of the token. [optional]
confirmed_string Option<String> Confirmed balance of the token(In string format). [optional]
unconfirmed Option<i64> Unconfirmed balance of the token. [optional]
unconfirmed_string Option<String> Unconfirmed balance of the token(In string format). [optional]

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