Documentation
    Preparing search index...

    Type Alias CreatePoolInstructions

    Represents the instructions and metadata for creating a pool.

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

    Properties

    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.