MsgCreatePeriodicVestingAccount$json top-level constant

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

Implementation

@$core.Deprecated('Use msgCreatePeriodicVestingAccountDescriptor instead')
const MsgCreatePeriodicVestingAccount$json = {
  '1': 'MsgCreatePeriodicVestingAccount',
  '2': [
    {'1': 'from_address', '3': 1, '4': 1, '5': 9, '10': 'fromAddress'},
    {'1': 'to_address', '3': 2, '4': 1, '5': 9, '10': 'toAddress'},
    {'1': 'start_time', '3': 3, '4': 1, '5': 3, '10': 'startTime'},
    {'1': 'vesting_periods', '3': 4, '4': 3, '5': 11, '6': '.cosmos.vesting.v1beta1.Period', '8': {}, '10': 'vestingPeriods'},
  ],
  '7': {},
};