Skip to main content

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