QueryOutputProposalRequest constructor

const QueryOutputProposalRequest({
  1. BigInt? bridgeId,
  2. BigInt? outputIndex,
})

Implementation

const QueryOutputProposalRequest({this.bridgeId, this.outputIndex});