@@ -637,8 +637,8 @@ Return list of uxto for address
637637#### Result
638638
639639- utxo:
640- - utxo ` Object ` : containing ` utxo ` array of utxos, plus ` legacyAddress ` and
641- ` cashAddress ` properties.
640+ - utxo ` Object ` : containing ` utxo ` array of utxos, plus ` legacyAddress ` ,
641+ ` cashAddress ` and ` scriptPubKey ` properties.
642642 - utxos ` Array ` : Array of utxo Objects.
643643
644644#### Examples
@@ -655,28 +655,25 @@ Return list of uxto for address
655655 // {
656656 // "utxos": [
657657 // {
658- // "address": "1M1FYu4zuVaxRPWLZG5CnP8qQrZaqu6c2L",
659658 // "txid": "27ec8512c1a9ee9e9ae9b98eb60375f1d2bd60e2e76a1eff5a45afdbc517cf9c",
660659 // "vout": 0,
661- // "scriptPubKey": "76a914db6ea94fa26b7272dc5e1487c35f258391e0f38788ac",
662660 // "amount": 0.001,
663661 // "satoshis": 100000,
664662 // "height": 560430,
665663 // "confirmations": 5163
666664 // },
667665 // {
668- // "address": "1M1FYu4zuVaxRPWLZG5CnP8qQrZaqu6c2L",
669666 // "txid": "6e1ae1bf7db6de799ec1c05ab2816ac65549bd80141567af088e6f291385b07d",
670667 // "vout": 0,
671- // "scriptPubKey": "76a914db6ea94fa26b7272dc5e1487c35f258391e0f38788ac",
672668 // "amount": 0.0013,
673669 // "satoshis": 130000,
674670 // "height": 560039,
675671 // "confirmations": 5554
676672 // }
677673 // ],
678674 // "legacyAddress": "1M1FYu4zuVaxRPWLZG5CnP8qQrZaqu6c2L",
679- // "cashAddress": "bitcoincash:qrdka2205f4hyukutc2g0s6lykperc8nsu5u2ddpqf"
675+ // "cashAddress": "bitcoincash:qrdka2205f4hyukutc2g0s6lykperc8nsu5u2ddpqf",
676+ // "scriptPubKey": "76a914db6ea94fa26b7272dc5e1487c35f258391e0f38788ac"
680677 // }
681678
682679 (async () => {
@@ -695,28 +692,25 @@ Return list of uxto for address
695692 // {
696693 // "utxos": [
697694 // {
698- // "address": "1M1FYu4zuVaxRPWLZG5CnP8qQrZaqu6c2L",
699695 // "txid": "27ec8512c1a9ee9e9ae9b98eb60375f1d2bd60e2e76a1eff5a45afdbc517cf9c",
700696 // "vout": 0,
701- // "scriptPubKey": "76a914db6ea94fa26b7272dc5e1487c35f258391e0f38788ac",
702697 // "amount": 0.001,
703698 // "satoshis": 100000,
704699 // "height": 560430,
705700 // "confirmations": 5163
706701 // },
707702 // {
708- // "address": "1M1FYu4zuVaxRPWLZG5CnP8qQrZaqu6c2L",
709703 // "txid": "6e1ae1bf7db6de799ec1c05ab2816ac65549bd80141567af088e6f291385b07d",
710704 // "vout": 0,
711- // "scriptPubKey": "76a914db6ea94fa26b7272dc5e1487c35f258391e0f38788ac",
712705 // "amount": 0.0013,
713706 // "satoshis": 130000,
714707 // "height": 560039,
715708 // "confirmations": 5554
716709 // }
717710 // ],
718711 // "legacyAddress": "1M1FYu4zuVaxRPWLZG5CnP8qQrZaqu6c2L",
719- // "cashAddress": "bitcoincash:qrdka2205f4hyukutc2g0s6lykperc8nsu5u2ddpqf"
712+ // "cashAddress": "bitcoincash:qrdka2205f4hyukutc2g0s6lykperc8nsu5u2ddpqf",
713+ // "scriptPubKey": "76a914db6ea94fa26b7272dc5e1487c35f258391e0f38788ac"
720714 // },
721715 // {
722716 // "utxos": [],
0 commit comments