MsgCreateVestingAccount$json top-level constant

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

Implementation

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