values constant

Implementation

static const List<SystemProgramInstruction> values = [
  create,
  assign,
  transfer,
  createWithSeed,
  advanceNonceAccount,
  withdrawNonceAccount,
  initializeNonceAccount,
  authorizeNonceAccount,
  allocate,
  allocateWithSeed,
  assignWithSeed,
  transferWithSeed,
  upgradeNonceAccount
];