pub fn create_with_pool_id<T: Config>(
    amount: BalanceOf<T>,
    root: <<T as Config>::Lookup as StaticLookup>::Source,
    nominator: <<T as Config>::Lookup as StaticLookup>::Source,
    bouncer: <<T as Config>::Lookup as StaticLookup>::Source,
    pool_id: PoolId
)
Expand description

Create a new delegation pool with a previously used pool id

Arguments

same as create with the inclusion of

  • pool_id - `A valid PoolId.

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::create_with_pool_id.