Interface RawBoost

Interface representing a BoostLib.Boost on-chain struct

RawBoost

interface RawBoost {
    action: `0x${string}`;
    validator: `0x${string}`;
    allowList: `0x${string}`;
    budget: `0x${string}`;
    incentives: readonly `0x${string}`[];
    protocolFee: bigint;
    maxParticipants: bigint;
    owner: `0x${string}`;
}

Properties

action: `0x${string}`
validator: `0x${string}`
allowList: `0x${string}`
budget: `0x${string}`
incentives: readonly `0x${string}`[]
protocolFee: bigint
maxParticipants: bigint
owner: `0x${string}`