UnspentOutputs constructor

UnspentOutputs({
  1. int? amount,
  2. String? tokenAddress,
  3. String? type,
  4. String? from,
  5. int? tokenId,
  6. int? timestamp,
  7. int? version,
})

Implementation

UnspentOutputs({
  this.amount,
  this.tokenAddress,
  this.type,
  this.from,
  this.tokenId,
  this.timestamp,
  this.version,
});