MetaplexBubblegumProgramInstruction constructor

const MetaplexBubblegumProgramInstruction(
  1. List<int> insturction,
  2. String name
)

Implementation

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