Base Argument object for methods.

interface NominationPoolsUpdateRoles {
    newBouncer: ConfigOp<string>;
    newNominator: ConfigOp<string>;
    newRoot: ConfigOp<string>;
    poolId: string | number;
}

Hierarchy (view full)

  • Args
    • NominationPoolsUpdateRoles

Properties

newBouncer: ConfigOp<string>

New bouncer account.

newNominator: ConfigOp<string>

New nominator account.

newRoot: ConfigOp<string>

New root account.

poolId: string | number

A valid PoolId.