DecreaseLiquidityV2InstructionData: {
    discriminator: ReadonlyUint8Array;
    liquidityAmount: bigint;
    remainingAccountsInfo: Option<RemainingAccountsInfo>;
    tokenMinA: bigint;
    tokenMinB: bigint;
}

Type declaration

  • discriminator: ReadonlyUint8Array
  • liquidityAmount: bigint
  • remainingAccountsInfo: Option<RemainingAccountsInfo>
  • tokenMinA: bigint
  • tokenMinB: bigint