MessageSigningInput$json top-level constant

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

Implementation

@$core.Deprecated('Use messageSigningInputDescriptor instead')
const MessageSigningInput$json = {
  '1': 'MessageSigningInput',
  '2': [
    {'1': 'private_key', '3': 1, '4': 1, '5': 12, '10': 'privateKey'},
    {'1': 'public_key', '3': 6, '4': 1, '5': 12, '10': 'publicKey'},
    {
      '1': 'message_type',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.TW.Solana.Proto.MessageType',
      '10': 'messageType'
    },
    {
      '1': 'application_domain',
      '3': 4,
      '4': 1,
      '5': 12,
      '10': 'applicationDomain'
    },
    {
      '1': 'message_format',
      '3': 7,
      '4': 1,
      '5': 14,
      '6': '.TW.Solana.Proto.MessageFormat',
      '10': 'messageFormat'
    },
    {'1': 'message', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'message'},
    {
      '1': 'structured_message',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.TW.Solana.Proto.StructuredMessage',
      '9': 0,
      '10': 'structuredMessage'
    },
  ],
  '8': [
    {'1': 'message_payload'},
  ],
};