mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
developer-guides: add missing output fields to check_reserve_proof
This commit is contained in:
parent
06e52e5c91
commit
f638c847f3
1 changed files with 2 additions and 0 deletions
|
@ -1752,6 +1752,8 @@ Inputs:
|
|||
Outputs:
|
||||
|
||||
* *good* - boolean; States if the inputs proves the reserve.
|
||||
* *spent* - unsigned int; Amount (in @atomic-units) of the total that has been spent.
|
||||
* *total* - unsigned int; Total amount (in @atomic-units) of the reserve that was proven.
|
||||
|
||||
In the example below, the reserve has been proven:
|
||||
|
||||
|
|
Loading…
Reference in a new issue