107 TxMeta const& transactionMeta)
109 auto const info = ledger.
info();
113 auto const getLedgerIndex = [&info] {
return info.
seq; };
114 auto const getCloseTime = [&info] {
return info.closeTime; };
117 getLedgerIndex, getCloseTime, serializedTx, transactionMeta);
120 meta[jss::delivered_amount] =
127 meta[jss::delivered_amount] =
Json::Value(
"unavailable");
void insertDeliveredAmount(Json::Value &meta, ReadView const &, std::shared_ptr< STTx const > const &serializedTx, TxMeta const &)
Add a delivered_amount field to the meta input/output parameter.
The context of information needed to call an RPC.
LedgerMaster & ledgerMaster