SigningInput$json top-level constant

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

Implementation

@$core.Deprecated('Use signingInputDescriptor instead')
const SigningInput$json = {
  '1': 'SigningInput',
  '2': [
    {'1': 'private_key', '3': 1, '4': 1, '5': 12, '10': 'privateKey'},
    {
      '1': 'transfer',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.TW.Oasis.Proto.TransferMessage',
      '9': 0,
      '10': 'transfer'
    },
    {
      '1': 'escrow',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.TW.Oasis.Proto.EscrowMessage',
      '9': 0,
      '10': 'escrow'
    },
    {
      '1': 'reclaimEscrow',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.TW.Oasis.Proto.ReclaimEscrowMessage',
      '9': 0,
      '10': 'reclaimEscrow'
    },
  ],
  '8': [
    {'1': 'message'},
  ],
};