Delegation$json top-level constant

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

Implementation

@$core.Deprecated('Use delegationDescriptor instead')
const Delegation$json = const {
  '1': 'Delegation',
  '2': const [
    const {'1': 'delegator_address', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'delegatorAddress'},
    const {'1': 'validator_address', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'validatorAddress'},
    const {'1': 'shares', '3': 3, '4': 1, '5': 9, '8': const {}, '10': 'shares'},
  ],
  '7': const {},
};