TransactionMessage$json top-level constant

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

Implementation

@$core.Deprecated('Use transactionMessageDescriptor instead')
const TransactionMessage$json = const {
  '1': 'TransactionMessage',
  '2': const [
    const {'1': 'nonce', '3': 1, '4': 1, '5': 12, '10': 'nonce'},
    const {'1': 'gas_price', '3': 2, '4': 1, '5': 12, '10': 'gasPrice'},
    const {'1': 'gas_limit', '3': 3, '4': 1, '5': 12, '10': 'gasLimit'},
    const {'1': 'to_address', '3': 4, '4': 1, '5': 9, '10': 'toAddress'},
    const {'1': 'amount', '3': 5, '4': 1, '5': 12, '10': 'amount'},
    const {'1': 'payload', '3': 6, '4': 1, '5': 12, '10': 'payload'},
    const {'1': 'from_shard_id', '3': 7, '4': 1, '5': 12, '10': 'fromShardId'},
    const {'1': 'to_shard_id', '3': 8, '4': 1, '5': 12, '10': 'toShardId'},
  ],
};