GetAddressTransactionsRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use getAddressTransactionsRequestDescriptor instead')
const GetAddressTransactionsRequest$json = const {
  '1': 'GetAddressTransactionsRequest',
  '2': const [
    const {'1': 'address', '3': 1, '4': 1, '5': 9, '10': 'address'},
    const {'1': 'nb_skip', '3': 2, '4': 1, '5': 13, '10': 'nbSkip'},
    const {'1': 'nb_fetch', '3': 3, '4': 1, '5': 13, '10': 'nbFetch'},
    const {'1': 'hash', '3': 4, '4': 1, '5': 12, '9': 0, '10': 'hash'},
    const {'1': 'height', '3': 5, '4': 1, '5': 5, '9': 0, '10': 'height'},
  ],
  '8': const [
    const {'1': 'start_block'},
  ],
};