QueryAccountAddressDerivativeOrdersRequest constructor

const QueryAccountAddressDerivativeOrdersRequest({
  1. String? marketId,
  2. String? accountAddress,
})

Implementation

const QueryAccountAddressDerivativeOrdersRequest({
  this.marketId,
  this.accountAddress,
});