SideChainRedelegate$json top-level constant

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

Implementation

@$core.Deprecated('Use sideChainRedelegateDescriptor instead')
const SideChainRedelegate$json = const {
  '1': 'SideChainRedelegate',
  '2': const [
    const {
      '1': 'delegator_addr',
      '3': 1,
      '4': 1,
      '5': 12,
      '10': 'delegatorAddr'
    },
    const {
      '1': 'validator_src_addr',
      '3': 2,
      '4': 1,
      '5': 12,
      '10': 'validatorSrcAddr'
    },
    const {
      '1': 'validator_dst_addr',
      '3': 3,
      '4': 1,
      '5': 12,
      '10': 'validatorDstAddr'
    },
    const {
      '1': 'amount',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.TW.Binance.Proto.SendOrder.Token',
      '10': 'amount'
    },
    const {'1': 'chain_id', '3': 5, '4': 1, '5': 9, '10': 'chainId'},
  ],
};