Coda by Ian Macalinao
    Preparing search index...
    FeeType:
        | { __kind: "SolReferral"; fields: readonly [number] }
        | { __kind: "StakeReferral"; fields: readonly [number] }
        | { __kind: "Epoch"; fields: readonly [Fee] }
        | { __kind: "StakeWithdrawal"; fields: readonly [Fee] }
        | { __kind: "SolDeposit"; fields: readonly [Fee] }
        | { __kind: "StakeDeposit"; fields: readonly [Fee] }
        | { __kind: "SolWithdrawal"; fields: readonly [Fee] }

    The type of fees that can be set on the stake pool