QueryContractInfoResponse constructor
const
QueryContractInfoResponse({
- String? contractAddress,
- ContractInfo? contractInfo,
Implementation
const QueryContractInfoResponse({this.contractAddress, this.contractInfo});