-
Notifications
You must be signed in to change notification settings - Fork 69
@liquality.bitcoin.BitcoinTypes.BitcoinJsonRpcTypes.UTXO
Krasimir Raykov edited this page Mar 30, 2022
·
3 revisions
BitcoinTypes.BitcoinJsonRpcTypes.UTXO
- address
- amount
- confirmations
- desc
- label
- redeemScript
- safe
- scriptPubKey
- solvable
- spendable
- txid
- vout
- witnessScript
• address: string
bitcoin/lib/chain/jsonRpc/types.ts:6
• amount: number
bitcoin/lib/chain/jsonRpc/types.ts:9
• confirmations: number
bitcoin/lib/chain/jsonRpc/types.ts:10
• desc: string
bitcoin/lib/chain/jsonRpc/types.ts:15
• label: string
bitcoin/lib/chain/jsonRpc/types.ts:7
• redeemScript: string
bitcoin/lib/chain/jsonRpc/types.ts:11
• safe: boolean
bitcoin/lib/chain/jsonRpc/types.ts:16
• scriptPubKey: string
bitcoin/lib/chain/jsonRpc/types.ts:8
• solvable: boolean
bitcoin/lib/chain/jsonRpc/types.ts:14
• spendable: boolean
bitcoin/lib/chain/jsonRpc/types.ts:13
• txid: string
bitcoin/lib/chain/jsonRpc/types.ts:4
• vout: number
bitcoin/lib/chain/jsonRpc/types.ts:5
• witnessScript: string