QueryCodeResponse constructor
const
QueryCodeResponse({
- CodeInfoResponse? codeInfo,
- List<
int> ? wasm,
Implementation
const QueryCodeResponse({this.codeInfo, this.wasm});