OpenPositionV2ArgsArgs: {
    amount0Max: number | bigint;
    amount1Max: number | bigint;
    baseFlag: OptionOrNullable<boolean>;
    liquidity: number | bigint;
    tickArrayLowerStartIndex: number;
    tickArrayUpperStartIndex: number;
    tickLowerIndex: number;
    tickUpperIndex: number;
    withMetadata: boolean;
}

Type declaration

  • amount0Max: number | bigint
  • amount1Max: number | bigint
  • baseFlag: OptionOrNullable<boolean>
  • liquidity: number | bigint
  • tickArrayLowerStartIndex: number
  • tickArrayUpperStartIndex: number
  • tickLowerIndex: number
  • tickUpperIndex: number
  • withMetadata: boolean

Generated using TypeDoc