Skip to main content

Type Alias: FeePaid

type FeePaid = Indexed<"FeePaid", {
amount: bigint;
asset: Bytes32;
hookConfig: Bytes32;
hookProgram: Bytes32;
option: Bytes32;
payer: Bytes32;
}>;

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