QueryEscrowAddressRequest constructor

const QueryEscrowAddressRequest({
  1. String? portId,
  2. String? channelId,
})

Implementation

const QueryEscrowAddressRequest({this.portId, this.channelId});