Type Alias: OptionExercised
type OptionExercised = Indexed<"OptionExercised", {
claims_burned: bigint;
option: Id;
settlement_payout: bigint;
taker: Id;
total_unlocked_collateral: bigint;
}>;
Defined in: packages/overcast-core/src/indexer/client.ts:40