Base Argument object for methods.

interface NominationPoolsSetState {
    poolId: string | number;
    state: string;
}

Hierarchy (view full)

  • Args
    • NominationPoolsSetState

Properties

Properties

poolId: string | number

A valid PoolId.

state: string

The following state of the pool. This can be set to Open | Blocked | Destorying.