QueryCodeResponse constructor

const QueryCodeResponse({
  1. CodeInfoResponse? codeInfo,
  2. List<int>? wasm,
})

Implementation

const QueryCodeResponse({this.codeInfo, this.wasm});