commit e126902b956d43e7f9b3079a96803e22162d6a5e parent eda568554ba138897294530068f7d830c5bdf7d9 Author: Cedric Zwahlen <cedric.zwahlen@students.bfh.ch> Date: Tue, 4 Jun 2024 00:07:02 +0200 Fix formatting Diffstat:
| M | core/api-auditor.rst | | | 14 | +++++++------- |
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/core/api-auditor.rst b/core/api-auditor.rst @@ -2580,7 +2580,7 @@ This API is used to obtain a list of reserves // Amount in the balance reserve_balance : Amount; -#FIMXE not sure + #FIMXE not sure reserve_loss : Amount; // Amount earned by charging withdraw fees @@ -2589,7 +2589,7 @@ This API is used to obtain a list of reserves // Amount earned by charging a closing fee on the reserve close_fee_balance : Amount; -#FIXME not sure + #FIXME not sure purse_fee_balance : Amount; open_fee_balance : Amount; @@ -2651,19 +2651,19 @@ This section is used to obtain a list of purses. interface Purses { // Unique row identifier - auditor_purses_rowid : Integer; + auditor_purses_rowid : Integer; // Public key of the purse - purse_pub : EddsaPublicKey; + purse_pub : EddsaPublicKey; // Amount currently stored in the purse - balance : Amount; + balance : Amount; // Amount the purse is intended for / the maximum amount that can be in the purse - target : Amount; + target : Amount; // When the purse expires - expiration_date : Timestamp; + expiration_date : Timestamp; }