31 auto const account = ctx.
tx[sfAccount];
33 auto const& ids = ctx.
tx[sfNFTokenOffers];
36 auto const offer = ctx.view.read(keylet::child(id));
45 if (offer->getType() != ltNFTOKEN_OFFER)
49 if (hasExpired(ctx.view, (*offer)[~sfExpiration]))
53 if ((*offer)[sfOwner] == account)
57 if (auto const dest = (*offer)[~sfDestination]; dest == account)
State information when determining if a tx is likely to claim a fee.
State information when preflighting a tx.