aftermath-ts-sdk - v3.3.3
    Preparing search index...

    18-decimal fixed-point fee configuration for queued unstakes.

    interface DefaultUnstakeProtocolFeeFieldsOnChain {
        crank_incentive_allocation: string;
        dev_wallet_allocation: string;
        referee_discount: string;
        total_fee: string;
        treasury_allocation: string;
    }
    Index
    crank_incentive_allocation: string

    Fraction allocated to crank incentives, in the 1e18 fixed-point scale.

    dev_wallet_allocation: string

    Fraction allocated to the development wallet, in the 1e18 scale.

    referee_discount: string

    Referee discount ratio, in the 1e18 fixed-point scale.

    total_fee: string

    Total queued-unstake fee, in the 1e18 fixed-point scale.

    treasury_allocation: string

    Fraction allocated to the treasury, in the 1e18 fixed-point scale.