注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。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.