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, '8': const {}, '10': 'sender'},
    const {'1': 'contract', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'contract'},
    const {'1': 'execute_msg', '3': 3, '4': 1, '5': 12, '8': const {}, '10': 'executeMsg'},
    const {'1': 'coins', '3': 5, '4': 3, '5': 11, '6': '.terra.wasm.v1beta1.Coin', '8': const {}, '10': 'coins'},
  ],
  '7': const {},
};