QueryOutputProposalResponse constructor

const QueryOutputProposalResponse({
  1. BigInt? bridgeId,
  2. BigInt? outputIndex,
  3. Output? outputProposal,
})

Implementation

const QueryOutputProposalResponse({
  this.bridgeId,
  this.outputIndex,
  this.outputProposal,
});