注意: 此页面尚未翻译成中文。以下内容为英文原版。Represents a UTXO (Unspent Transaction Output).
UTXOLike
UTXO
Parameter | Type | Description |
---|---|---|
value | string | The address. |
string
The address.
Parameter | Type | Description |
---|---|---|
value | null | number | The denomination. |
null
| number
The denomination.
Parameter | Type | Description |
---|---|---|
value | null | number | The index. |
null
| number
The index.
Parameter | Type | Description |
---|---|---|
value | null | string | The transaction hash. |
null
| string
The transaction hash.
any
A JSON representation of the UTXO instance.
Parameter | Type | Description |
---|---|---|
utxo | UTXOLike | The UTXOLike object to convert. |
UTXO
The UTXO instance.