CreatePoolInstructions: {
    initializationCost: Lamports;
    instructions: IInstruction[];
    poolAddress: Address;
}

Represents the instructions and metadata for creating a pool.

Type declaration

  • initializationCost: Lamports

    The estimated rent exemption cost for initializing the pool, in lamports.

  • instructions: IInstruction[]

    The list of instructions needed to create the pool.

  • poolAddress: Address

    The address of the newly created pool.