Base Argument object for methods.

interface NominationPoolsBondExtra {
    extra: {
        FreeBalance: null | string;
        Rewards: null | boolean;
    };
}

Hierarchy (view full)

Properties

Properties

extra: {
    FreeBalance: null | string;
    Rewards: null | boolean;
}

Type declaration

  • FreeBalance: null | string

    Take from the free balance.

  • Rewards: null | boolean

    Take the entire amount from the accumulated rewards.