Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1016 Bytes

ContractUniqueUtxo.md

File metadata and controls

19 lines (14 loc) · 1016 Bytes

ContractUniqueUtxo

Properties

Name Type Description Notes
txid Option<String> Txid for this utxo. [optional]
tx_index Option<i32> Output index for the Utxo. [optional]
code_hash Option<String> Codehash of this utxo. [optional]
genesis Option<String> Genesis of this utxo. [optional]
sensible_id Option<String> SensibleId of the token [optional]
height Option<i64> The height of this utxo, -1 for unconfirmed utxo. [optional]
custom_data Option<String> The hex encoded customData [optional]
satoshi Option<i64> Mvc value of the utxo(Irrelavant to token value) [optional]
satoshi_string Option<String> Mvc value of the utxo(In string format) [optional]

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