Type alias SetBondingCurvePausedStateV2InstructionArgs

SetBondingCurvePausedStateV2InstructionArgs: {
    padding: number[];
    paused: boolean;
}

Type declaration

  • padding: number[]
  • paused: boolean

Generated using TypeDoc