Base Argument object for methods.

interface StakingValidateArgs {
    prefs: {
        commission: string | number;
    };
}

Hierarchy (view full)

  • Args
    • StakingValidateArgs

Properties

Properties

prefs: {
    commission: string | number;
}

Set the desired commission for the validator. Value is Perbill.