Skip to main content

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