Base Argument object for methods.

interface StakingSetPayeeArgs {
    payee: string | {
        Account: string;
    };
}

Hierarchy (view full)

Properties

Properties

payee: string | {
    Account: string;
}

The rewards destination. Can be "Stash", "Staked", "Controller" or "{ Account: accountId }".