Code$json top-level constant

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

Implementation

@$core.Deprecated('Use codeDescriptor instead')
const Code$json = const {
  '1': 'Code',
  '2': const [
    const {'1': 'code_id', '3': 1, '4': 1, '5': 4, '8': const {}, '10': 'codeId'},
    const {'1': 'code_info', '3': 2, '4': 1, '5': 11, '6': '.cosmwasm.wasm.v1.CodeInfo', '8': const {}, '10': 'codeInfo'},
    const {'1': 'code_bytes', '3': 3, '4': 1, '5': 12, '10': 'codeBytes'},
    const {'1': 'pinned', '3': 4, '4': 1, '5': 8, '10': 'pinned'},
  ],
};