Type alias SetClaimSchedulePausedStateV2InstructionArgs

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

Type declaration

  • padding: number[]
  • paused: boolean

Generated using TypeDoc