PeriodicVestingAccount$json top-level constant

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

Implementation

@$core.Deprecated('Use periodicVestingAccountDescriptor instead')
const PeriodicVestingAccount$json = const {
  '1': 'PeriodicVestingAccount',
  '2': const [
    const {'1': 'base_vesting_account', '3': 1, '4': 1, '5': 11, '6': '.cosmos.vesting.v1beta1.BaseVestingAccount', '8': const {}, '10': 'baseVestingAccount'},
    const {'1': 'start_time', '3': 2, '4': 1, '5': 3, '8': const {}, '10': 'startTime'},
    const {'1': 'vesting_periods', '3': 3, '4': 3, '5': 11, '6': '.cosmos.vesting.v1beta1.Period', '8': const {}, '10': 'vestingPeriods'},
  ],
  '7': const {},
};