Skip to main content

Type Alias: Withdrawn

type Withdrawn = Indexed<"Withdrawn", {
accountHolder: Bytes32;
amount: bigint;
asset: Bytes32;
}>;

Defined in: packages/overcast-core/src/indexer/events.ts:139