diff options
author | Gregory Sanders <gsanders87@gmail.com> | 2019-09-03 12:04:30 -0400 |
---|---|---|
committer | Gregory Sanders <gsanders87@gmail.com> | 2022-01-26 09:56:51 +0800 |
commit | 6498ba151b35ce9621ad00730f1fdfca55538ace (patch) | |
tree | c1849d74d672fce9bc2df7763deba368fd5d0f2a /doc | |
parent | e30b6ea194fee3bb95a45e7b732a99566b88f1f5 (diff) |
transaction decoding infer output descriptors
Diffstat (limited to 'doc')
-rw-r--r-- | doc/REST-interface.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/REST-interface.md b/doc/REST-interface.md index 51a73b89fc..1f0a07a284 100644 --- a/doc/REST-interface.md +++ b/doc/REST-interface.md @@ -108,6 +108,7 @@ $ curl localhost:18332/rest/getutxos/checkmempool/b2cdfd7b89def827ff8af7cd9bff76 "value" : 8.8687, "scriptPubKey" : { "asm" : "OP_DUP OP_HASH160 1c7cebb529b86a04c683dfa87be49de35bcf589e OP_EQUALVERIFY OP_CHECKSIG", + "desc" : "addr(mi7as51dvLJsizWnTMurtRmrP8hG2m1XvD)#gj9tznmy" "hex" : "76a9141c7cebb529b86a04c683dfa87be49de35bcf589e88ac", "type" : "pubkeyhash", "address" : "mi7as51dvLJsizWnTMurtRmrP8hG2m1XvD" |