PoolCreated: PlainDescriptor<{
    creator: SS58String;
    lp_token: number;
    pool_account: SS58String;
    pool_id: FixedSizeArray<2, {
        interior: XcmV3Junctions;
        parents: number;
    }>;
}>

A successful call of the CreatePool extrinsic will create this event.

Type declaration

  • creator: SS58String

    The account that created the pool.

  • lp_token: number

    The id of the liquidity tokens that will be minted when assets are added to this pool.

  • pool_account: SS58String

    The account ID of the pool.

  • pool_id: FixedSizeArray<2, {
        interior: XcmV3Junctions;
        parents: number;
    }>

    The pool id associated with the pool. Note that the order of the assets may not be the same as the order specified in the create pool extrinsic.