RegisterStakingKey$json top-level constant

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

Implementation

@$core.Deprecated('Use registerStakingKeyDescriptor instead')
const RegisterStakingKey$json = const {
  '1': 'RegisterStakingKey',
  '2': const [
    const {
      '1': 'staking_address',
      '3': 1,
      '4': 1,
      '5': 9,
      '10': 'stakingAddress'
    },
    const {
      '1': 'deposit_amount',
      '3': 2,
      '4': 1,
      '5': 4,
      '10': 'depositAmount'
    },
  ],
};