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