Transaction_raw$json top-level constant

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

Implementation

@$core.Deprecated('Use transactionDescriptor instead')
const Transaction_raw$json = const {
  '1': 'raw',
  '2': const [
    const {
      '1': 'ref_block_bytes',
      '3': 1,
      '4': 1,
      '5': 12,
      '10': 'refBlockBytes'
    },
    const {'1': 'ref_block_num', '3': 3, '4': 1, '5': 3, '10': 'refBlockNum'},
    const {
      '1': 'ref_block_hash',
      '3': 4,
      '4': 1,
      '5': 12,
      '10': 'refBlockHash'
    },
    const {'1': 'expiration', '3': 8, '4': 1, '5': 3, '10': 'expiration'},
    const {
      '1': 'auths',
      '3': 9,
      '4': 3,
      '5': 11,
      '6': '.protocol.authority',
      '10': 'auths'
    },
    const {'1': 'data', '3': 10, '4': 1, '5': 12, '10': 'data'},
    const {
      '1': 'contract',
      '3': 11,
      '4': 3,
      '5': 11,
      '6': '.protocol.Transaction.Contract',
      '10': 'contract'
    },
    const {'1': 'scripts', '3': 12, '4': 1, '5': 12, '10': 'scripts'},
    const {'1': 'timestamp', '3': 14, '4': 1, '5': 3, '10': 'timestamp'},
    const {'1': 'fee_limit', '3': 18, '4': 1, '5': 3, '10': 'feeLimit'},
  ],
};