Documentation
    Preparing search index...

    Type Alias InitializePoolV2InstructionDataArgs

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

    Properties

    initialSqrtPrice: number | bigint
    tickSpacing: number