MigratedToNewAccount: PlainDescriptor<{
    new_account: SS58String;
    pool_id: FixedSizeArray<2, {
        interior: XcmV3Junctions;
        parents: number;
    }>;
    prior_account: SS58String;
}>

Indicates that a pool has been migrated to the new account ID.

Type declaration

  • new_account: SS58String

    Pool's new account ID.

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

    Pool's ID.

  • prior_account: SS58String

    Pool's prior account ID.