Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.68 KB

ListHDWalletXPubYPubZPubUTXOsRI.md

File metadata and controls

20 lines (15 loc) · 1.68 KB

ListHDWalletXPubYPubZPubUTXOsRI

Properties

Name Type Description Notes
address str Represents the public address, which is a compressed and shortened form of a public key.
address_path str Defines a data which tells a Hierarchical Deterministic wallet how to derive a specific key within a tree of keys.
amount str Represents the UTXO amount value.
derivation str The way how the HD walled derives, for example when the type is ACCOUNT, it derives change and receive addresses while when the type is BIP32 it derives directly.
index int Represents the output index. It refers to the UTXO sequence in the transaction outputs (vout).
is_available bool Represents if the UTXO has been used from another unconfirmed transaction. If it is - the value will be "false".
is_confirmed bool Represents the state of the transaction whether it is confirmed or not confirmed.
reference_id str Represents the reference id of the record. It may be used for the startingAfter pagination attribute.
transaction_id str Represents the unique identifier of a transaction, i.e. it could be transactionId in UTXO-based protocols like Bitcoin, and transaction hash in Ethereum blockchain.
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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