VoteDelegation$json top-level constant

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

Implementation

@$core.Deprecated('Use voteDelegationDescriptor instead')
const VoteDelegation$json = {
  '1': 'VoteDelegation',
  '2': [
    {'1': 'staking_address', '3': 1, '4': 1, '5': 9, '10': 'stakingAddress'},
    {
      '1': 'drep_type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.TW.Cardano.Proto.VoteDelegation.DRepType',
      '10': 'drepType'
    },
    {'1': 'drep_id', '3': 3, '4': 1, '5': 9, '10': 'drepId'},
  ],
  '4': [VoteDelegation_DRepType$json],
};