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': 'chain_id', '3': 1, '4': 1, '5': 12, '10': 'chainId'},
    {
      '1': 'reference_block_id',
      '3': 2,
      '4': 1,
      '5': 12,
      '10': 'referenceBlockId'
    },
    {
      '1': 'reference_block_time',
      '3': 3,
      '4': 1,
      '5': 15,
      '10': 'referenceBlockTime'
    },
    {'1': 'currency', '3': 4, '4': 1, '5': 9, '10': 'currency'},
    {'1': 'sender', '3': 5, '4': 1, '5': 9, '10': 'sender'},
    {'1': 'recipient', '3': 6, '4': 1, '5': 9, '10': 'recipient'},
    {'1': 'memo', '3': 7, '4': 1, '5': 9, '10': 'memo'},
    {
      '1': 'asset',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.TW.EOS.Proto.Asset',
      '10': 'asset'
    },
    {'1': 'private_key', '3': 9, '4': 1, '5': 12, '10': 'privateKey'},
    {
      '1': 'private_key_type',
      '3': 10,
      '4': 1,
      '5': 14,
      '6': '.TW.EOS.Proto.KeyType',
      '10': 'privateKeyType'
    },
    {'1': 'expiration', '3': 11, '4': 1, '5': 15, '10': 'expiration'},
  ],
};