mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Add confidential assets values to listunspent documentation
This commit is contained in:
parent
4e84596892
commit
bf0cc83ba3
1 changed files with 5 additions and 0 deletions
|
|
@ -3007,6 +3007,11 @@ static UniValue listunspent(const JSONRPCRequest& request)
|
|||
" \"label\" : \"label\", (string) The associated label, or \"\" for the default label\n"
|
||||
" \"scriptPubKey\" : \"key\", (string) the script key\n"
|
||||
" \"amount\" : x.xxx, (numeric) the transaction output amount in " + CURRENCY_UNIT + "\n"
|
||||
" \"amountcommitment\" : \"hex\", (string) the transaction output commitment in hex\n"
|
||||
" \"asset\" : \"hex\", (string) the transaction output asset in hex\n"
|
||||
" \"assetcommitment\" : \"hex\", (string) the transaction output asset commitment in hex\n"
|
||||
" \"amountblinder\" : \"hex\", (string) the transaction output amount blinding factor in hex\n"
|
||||
" \"assetblinder\" : \"hex\", (string) the transaction output asset blinding factor in hex\n"
|
||||
" \"confirmations\" : n, (numeric) The number of confirmations\n"
|
||||
" \"redeemScript\" : \"script\" (string) The redeemScript if scriptPubKey is P2SH\n"
|
||||
" \"witnessScript\" : \"script\" (string) witnessScript if the scriptPubKey is P2WSH or P2SH-P2WSH\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue