Documentation
    Preparing search index...

    Type Alias IncreaseLiquidityV2InstructionData

    type IncreaseLiquidityV2InstructionData = {
        discriminator: ReadonlyUint8Array;
        liquidityAmount: bigint;
        remainingAccountsInfo: Option<RemainingAccountsInfo>;
        tokenMaxA: bigint;
        tokenMaxB: bigint;
    }
    Index

    Properties

    discriminator: ReadonlyUint8Array
    liquidityAmount: bigint
    remainingAccountsInfo: Option<RemainingAccountsInfo>
    tokenMaxA: bigint
    tokenMaxB: bigint