Account$json top-level constant

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

Implementation

@$core.Deprecated('Use accountDescriptor instead')
const Account$json = const {
  '1': 'Account',
  '2': const [
    const {'1': 'account_id', '3': 1, '4': 1, '5': 11, '6': '.spacemesh.v1.AccountId', '10': 'accountId'},
    const {'1': 'state_current', '3': 2, '4': 1, '5': 11, '6': '.spacemesh.v1.AccountState', '10': 'stateCurrent'},
    const {'1': 'state_projected', '3': 3, '4': 1, '5': 11, '6': '.spacemesh.v1.AccountState', '10': 'stateProjected'},
  ],
};