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': 'account',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.TW.IOST.Proto.AccountInfo',
      '10': 'account'
    },
    {
      '1': 'transaction_template',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.TW.IOST.Proto.Transaction',
      '10': 'transactionTemplate'
    },
    {
      '1': 'transfer_destination',
      '3': 3,
      '4': 1,
      '5': 9,
      '10': 'transferDestination'
    },
    {'1': 'transfer_amount', '3': 4, '4': 1, '5': 9, '10': 'transferAmount'},
    {'1': 'transfer_memo', '3': 5, '4': 1, '5': 9, '10': 'transferMemo'},
  ],
};