RawMessage_Instruction$json top-level constant

  1. @Deprecated('Use rawMessageDescriptor instead')
Map<String, Object> const RawMessage_Instruction$json

Implementation

@$core.Deprecated('Use rawMessageDescriptor instead')
const RawMessage_Instruction$json = {
  '1': 'Instruction',
  '2': [
    {'1': 'program_id', '3': 1, '4': 1, '5': 13, '10': 'programId'},
    {
      '1': 'accounts',
      '3': 2,
      '4': 3,
      '5': 13,
      '8': {'2': true},
      '10': 'accounts',
    },
    {'1': 'program_data', '3': 3, '4': 1, '5': 12, '10': 'programData'},
  ],
};