MsgCreateValidator$json top-level constant

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

Implementation

@$core.Deprecated('Use msgCreateValidatorDescriptor instead')
const MsgCreateValidator$json = {
  '1': 'MsgCreateValidator',
  '2': [
    {'1': 'description', '3': 1, '4': 1, '5': 11, '6': '.cosmos.staking.v1beta1.Description', '8': {}, '10': 'description'},
    {'1': 'commission', '3': 2, '4': 1, '5': 11, '6': '.cosmos.staking.v1beta1.CommissionRates', '8': {}, '10': 'commission'},
    {'1': 'min_self_delegation', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'minSelfDelegation'},
    {
      '1': 'delegator_address',
      '3': 4,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'delegatorAddress',
    },
    {'1': 'validator_address', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'validatorAddress'},
    {'1': 'pubkey', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Any', '8': {}, '10': 'pubkey'},
    {'1': 'value', '3': 7, '4': 1, '5': 11, '6': '.cosmos.base.v1beta1.Coin', '8': {}, '10': 'value'},
  ],
  '7': {},
};