AccountBalanceRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use accountBalanceRequestDescriptor instead')
const AccountBalanceRequest$json = const {
  '1': 'AccountBalanceRequest',
  '2': const [
    const {
      '1': 'account_identifier',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.protocol.AccountIdentifier',
      '10': 'accountIdentifier'
    },
    const {
      '1': 'block_identifier',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.protocol.BlockBalanceTrace.BlockIdentifier',
      '10': 'blockIdentifier'
    },
  ],
};