MsgSubmitQueryResponse constructor

const MsgSubmitQueryResponse({
  1. String? chainId,
  2. String? queryId,
  3. List<int>? result,
  4. ProofOps? proofOps,
  5. BigInt? height,
  6. String? fromAddress,
})

Implementation

const MsgSubmitQueryResponse({
  this.chainId,
  this.queryId,
  this.result,
  this.proofOps,
  this.height,
  this.fromAddress,
});