AccountDataFilter$json top-level constant

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

Implementation

@$core.Deprecated('Use accountDataFilterDescriptor instead')
const AccountDataFilter$json = const {
  '1': 'AccountDataFilter',
  '2': const [
    const {'1': 'account_id', '3': 1, '4': 1, '5': 11, '6': '.spacemesh.v1.AccountId', '10': 'accountId'},
    const {'1': 'account_data_flags', '3': 2, '4': 1, '5': 13, '10': 'accountDataFlags'},
  ],
};