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': 'genesis_id', '3': 1, '4': 1, '5': 9, '10': 'genesisId'},
    {'1': 'genesis_hash', '3': 2, '4': 1, '5': 12, '10': 'genesisHash'},
    {'1': 'note', '3': 3, '4': 1, '5': 12, '10': 'note'},
    {'1': 'private_key', '3': 4, '4': 1, '5': 12, '10': 'privateKey'},
    {'1': 'first_round', '3': 5, '4': 1, '5': 4, '10': 'firstRound'},
    {'1': 'last_round', '3': 6, '4': 1, '5': 4, '10': 'lastRound'},
    {'1': 'fee', '3': 7, '4': 1, '5': 4, '10': 'fee'},
    {'1': 'public_key', '3': 8, '4': 1, '5': 12, '10': 'publicKey'},
    {
      '1': 'transfer',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.TW.Algorand.Proto.Transfer',
      '9': 0,
      '10': 'transfer'
    },
    {
      '1': 'asset_transfer',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.TW.Algorand.Proto.AssetTransfer',
      '9': 0,
      '10': 'assetTransfer'
    },
    {
      '1': 'asset_opt_in',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.TW.Algorand.Proto.AssetOptIn',
      '9': 0,
      '10': 'assetOptIn'
    },
  ],
  '8': [
    {'1': 'message_oneof'},
  ],
};