Rename CClaimTrieCache to CClaimTrieUpdateBuffer #156
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue