37 auto const account = ctx.
tx[sfAccount];
39 auto const& ids = ctx.
tx[sfNFTokenOffers];
42 auto const offer = ctx.view.read(keylet::child(id));
51 if (offer->getType() != ltNFTOKEN_OFFER)
55 if (hasExpired(ctx.view, (*offer)[~sfExpiration]))
59 if ((*offer)[sfOwner] == account)
63 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.