참고: 이 페이지는 아직 한국어로 번역되지 않았습니다. 아래는 영어 원문입니다.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.