MsgInstantiateContract$json top-level constant

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

Implementation

@$core.Deprecated('Use msgInstantiateContractDescriptor instead')
const MsgInstantiateContract$json = const {
  '1': 'MsgInstantiateContract',
  '2': const [
    const {'1': 'sender', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'sender'},
    const {'1': 'admin', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'admin'},
    const {'1': 'code_id', '3': 3, '4': 1, '5': 4, '8': const {}, '10': 'codeId'},
    const {'1': 'init_msg', '3': 4, '4': 1, '5': 12, '8': const {}, '10': 'initMsg'},
    const {'1': 'init_coins', '3': 5, '4': 3, '5': 11, '6': '.terra.wasm.v1beta1.Coin', '8': const {}, '10': 'initCoins'},
  ],
  '7': const {},
};