108 TxMeta const& transactionMeta)
110 auto const info = ledger.
info();
114 auto const getLedgerIndex = [&info] {
return info.
seq; };
115 auto const getCloseTime = [&info] {
return info.closeTime; };
118 getLedgerIndex, getCloseTime, serializedTx, transactionMeta);
121 meta[jss::delivered_amount] =
128 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