getProgram method

String getProgram()

A CEL expression that will determine the number of coins output. In the simplest case, this can just be a number, and exactly that many coins will be output.

Implementation

String getProgram() {
  return _native.program;
}