Add confidential assets values to listunspent documentation

This commit is contained in:
Steven Roose 2019-06-12 22:24:18 +01:00
parent 4e84596892
commit bf0cc83ba3
No known key found for this signature in database
GPG key ID: 2F2A88D7F8D68E87

View file

@ -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"