Get UTXOs (Unspent transaction outputs)
Get UTXOs from a wallet address.
sdk.transaction.getUTXOs(opts)
sdk.transaction.getUTXOs(opts)
opts.address
(string)(required) - transaction hash.opts.protocol
(string)(required) - blockchain protocol. OnlyBITCOIN
,HATHOR
andCARDANO
.
Last updated