Handler account_currencies (#524)

Fixes #525
This commit is contained in:
cyan317
2023-02-27 09:17:51 +00:00
committed by GitHub
parent 7d4e5ff0bd
commit a3211f4458
10 changed files with 592 additions and 19 deletions

View File

@@ -156,3 +156,16 @@ CreatePaymentChannelLedgerObject(
uint32_t settleDelay,
std::string_view previousTxnId,
uint32_t previousTxnSeq);
[[nodiscard]] ripple::STObject
CreateRippleStateLedgerObject(
std::string_view accountId,
std::string_view currency,
std::string_view issuerId,
int balance,
std::string_view lowNodeAccountId,
int lowLimit,
std::string_view highNodeAccountId,
int highLimit,
std::string_view previousTxnId,
uint32_t previousTxnSeq);