Interface DefaultFeeManagerConfigParams

interface DefaultFeeManagerConfigParams {
    vault: `0x${string}`;
    feeIdentifiers: string[];
    feeValues: bigint[];
    withdrawers: `0x${string}`[];
    totalVaultFees: bigint;
}

Hierarchy (View Summary)

Properties

vault: `0x${string}`
feeIdentifiers: string[]
feeValues: bigint[]
withdrawers: `0x${string}`[]
totalVaultFees: bigint