Base Argument object for methods.

interface NominationPoolsCreateWithPoolId {
    amount: string;
    bouncer: string;
    nominator: string;
    poolId: string | number;
    root: string;
}

Hierarchy (view full)

Properties

amount: string

The amount of funds to delegate to the pool. This also acts of a sort of deposit since the pools creator cannot fully unbond funds until the pool is being destroyed.

bouncer: string

The account to set as the [PoolRoles::bouncer].

nominator: string

The account to set as the [PoolRoles::nominator].

poolId: string | number

A valid PoolId.

root: string

The account to set as [PoolRoles::root].