MsgCreatePermanentLockedAccount$json top-level constant

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

Implementation

@$core.Deprecated('Use msgCreatePermanentLockedAccountDescriptor instead')
const MsgCreatePermanentLockedAccount$json = {
  '1': 'MsgCreatePermanentLockedAccount',
  '2': [
    {'1': 'from_address', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'fromAddress'},
    {'1': 'to_address', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'toAddress'},
    {'1': 'amount', '3': 3, '4': 3, '5': 11, '6': '.cosmos.base.v1beta1.Coin', '8': {}, '10': 'amount'},
  ],
  '7': {},
};