Documentation
    Preparing search index...

    Type Alias InitializePoolInstructionDataArgs

    type InitializePoolInstructionDataArgs = {
        initialSqrtPrice: number | bigint;
        tickSpacing: number;
        whirlpoolBump: number;
    }
    Index

    Properties

    initialSqrtPrice: number | bigint
    tickSpacing: number
    whirlpoolBump: number