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': 'identifier',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.AccountIdentifier',
      '10': 'identifier'
    },
    const {
      '1': 'balance',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.ICPTs',
      '10': 'balance'
    },
  ],
};