Add support information to getclaimbyid rpc #142

Merged
lbrynaut merged 2 commits from supports into master 2018-05-30 21:10:48 +02:00
Showing only changes of commit 782516133d - Show all commits

View file

@ -368,11 +368,12 @@ UniValue getclaimbyid(const UniValue& params, bool fHelp)
" \"effective amount\" (numeric) txout amount plus amount from all supports associated with the claim\n" " \"effective amount\" (numeric) txout amount plus amount from all supports associated with the claim\n"
" \"height\" (numeric) the height of the block in which this claim transaction is located\n" " \"height\" (numeric) the height of the block in which this claim transaction is located\n"
" \"supports\" (array of object) supports for this claim\n" " \"supports\" (array of object) supports for this claim\n"
" \"valid at height\" (numeric) the height at which the claim is valid\n"
" [\n" " [\n"
" \"txid\" (string) the txid of the support\n" " \"txid\" (string) the txid of the support\n"
" \"n\" (numeric) the index of the support in the transaction's list of outputs\n" " \"n\" (numeric) the index of the support in the transaction's list of outputs\n"
" \"height\" (numeric) the height at which the support was included in the blockchain\n" " \"height\" (numeric) the height at which the support was included in the blockchain\n"
" \"valid at height\" (numeric) the height at which the support became/becomes valid\n" " \"valid at height\" (numeric) the height at which the support is valid\n"
" \"amount\" (numeric) the amount of the support\n" " \"amount\" (numeric) the amount of the support\n"
" ]\n" " ]\n"
"}\n" "}\n"