UnspentOutputs constructor

UnspentOutputs({
  1. double? amount,
  2. String? nftAddress,
  3. String? type,
  4. String? from,
})

Implementation

UnspentOutputs({
  this.amount,
  this.nftAddress,
  this.type,
  this.from,
});