StakePoolProgramInstruction constructor

const StakePoolProgramInstruction(
  1. int insturction,
  2. String name
)

Implementation

const StakePoolProgramInstruction(this.insturction, this.name);