SignedPrices constructor

SignedPrices({
  1. DateTime? timestamp,
  2. List? messages,
  3. List? signatures,
  4. Map? prices,
})

Implementation

SignedPrices({
  this.timestamp,
  this.messages,
  this.signatures,
  this.prices,
});