Type Alias: OptionRepaid
type OptionRepaid = Indexed<"OptionRepaid", {
amount: bigint;
asset: Bytes32;
option: Bytes32;
outstandingBorrow: bigint;
repayer: Bytes32;
}>;
Defined in: packages/overcast-core/src/indexer/events.ts:237
type OptionRepaid = Indexed<"OptionRepaid", {
amount: bigint;
asset: Bytes32;
option: Bytes32;
outstandingBorrow: bigint;
repayer: Bytes32;
}>;
Defined in: packages/overcast-core/src/indexer/events.ts:237