MsgExecuteContract$json top-level constant

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

Implementation

@$core.Deprecated('Use msgExecuteContractDescriptor instead')
const MsgExecuteContract$json = const {
  '1': 'MsgExecuteContract',
  '2': const [
    const {'1': 'sender', '3': 1, '4': 1, '5': 9, '10': 'sender'},
    const {'1': 'contract', '3': 2, '4': 1, '5': 9, '10': 'contract'},
    const {'1': 'msg', '3': 3, '4': 1, '5': 12, '8': const {}, '10': 'msg'},
    const {'1': 'funds', '3': 5, '4': 3, '5': 11, '6': '.cosmos.base.v1beta1.Coin', '8': const {}, '10': 'funds'},
  ],
};