UnspentOutputs constructor

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

Implementation

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