Interface: OfferClosure
Defined in: packages/overcast-core/src/curation/shapes.ts:68
How an offer's indexed events left it — the facts the raw Offer does not carry, the same way OptionTotals lives outside the raw MarketOption. An offer is consumed or refunded on-chain, never both.
Properties
cancelled?
optional cancelled?: boolean;
Defined in: packages/overcast-core/src/curation/shapes.ts:72
Whether an OfferCancelled withdrew it.
matchedOptionId?
optional matchedOptionId?: Bytes32;
Defined in: packages/overcast-core/src/curation/shapes.ts:70
The option that consumed the offer, from its MarketOptionCreated.