Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 523 Bytes

File metadata and controls

16 lines (8 loc) · 523 Bytes

UtxoIdentifier

Identifies a UTXO by either a Fireblocks transaction ID (targets all outputs of that transaction) or a specific on-chain UTXO (txHash + vout). Exactly one of these two forms must be provided.

Properties

Name Type Description Notes
txId String Fireblocks transaction ID [optional]
txHash String On-chain transaction hash [optional]
vout Integer Output index [optional]