AccountInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use accountInfoDescriptor instead')
const AccountInfo$json = const {
  '1': 'AccountInfo',
  '2': const [
    const {'1': 'hash', '3': 1, '4': 1, '5': 9, '10': 'hash'},
    const {'1': 'data', '3': 2, '4': 1, '5': 9, '10': 'data'},
    const {'1': 'number', '3': 3, '4': 1, '5': 5, '10': 'number'},
    const {'1': 'balance', '3': 4, '4': 1, '5': 3, '10': 'balance'},
    const {'1': 'address', '3': 5, '4': 1, '5': 9, '10': 'address'},
  ],
};