Base Argument object for methods.

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

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.

member: string

AccountId.