Skip to main content

Type Alias: OptionExercised

type OptionExercised = Indexed<"OptionExercised", {
claimsBurned: bigint;
collateralAsset: Bytes32;
collateralToTaker: bigint;
option: Bytes32;
settlementAsset: Bytes32;
settlementDeposited: bigint;
taker: Bytes32;
totalBurnedClaims: bigint;
}>;

Defined in: packages/overcast-core/src/indexer/events.ts:201