EscrowMessage$json top-level constant

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

Implementation

@$core.Deprecated('Use escrowMessageDescriptor instead')
const EscrowMessage$json = {
  '1': 'EscrowMessage',
  '2': [
    {'1': 'gas_price', '3': 1, '4': 1, '5': 4, '10': 'gasPrice'},
    {'1': 'gas_amount', '3': 2, '4': 1, '5': 9, '10': 'gasAmount'},
    {'1': 'nonce', '3': 3, '4': 1, '5': 4, '10': 'nonce'},
    {'1': 'account', '3': 4, '4': 1, '5': 9, '10': 'account'},
    {'1': 'amount', '3': 5, '4': 1, '5': 9, '10': 'amount'},
    {'1': 'context', '3': 6, '4': 1, '5': 9, '10': 'context'},
  ],
};