Secp256k1ProgramInstruction constructor

const Secp256k1ProgramInstruction(
  1. dynamic insturction,
  2. String name
)

Implementation

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