Base Argument object for methods.

interface NominationPoolsCreate {
    amount: string;
    bouncer: string;
    nominator: string;
    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].

root: string

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