Transaction$json top-level constant

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

Implementation

@$core.Deprecated('Use transactionDescriptor instead')
const Transaction$json = const {
  '1': 'Transaction',
  '2': const [
    const {'1': 'type', '3': 1, '4': 1, '5': 13, '10': 'type'},
    const {'1': 'timestamp', '3': 2, '4': 1, '5': 13, '10': 'timestamp'},
    const {'1': 'remark', '3': 3, '4': 1, '5': 9, '10': 'remark'},
    const {'1': 'tx_data', '3': 4, '4': 1, '5': 12, '10': 'txData'},
    const {
      '1': 'input',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.TW.NULS.Proto.TransactionCoinFrom',
      '10': 'input'
    },
    const {
      '1': 'output',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.TW.NULS.Proto.TransactionCoinTo',
      '10': 'output'
    },
    const {
      '1': 'tx_sigs',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.TW.NULS.Proto.Signature',
      '10': 'txSigs'
    },
    const {'1': 'hash', '3': 8, '4': 1, '5': 13, '10': 'hash'},
  ],
};