CollectibleOutput constructor

CollectibleOutput(
  1. String userId,
  2. String outputId,
  3. String tokenId,
  4. String transactionHash,
  5. int outputIndex,
  6. String amount,
  7. int sendersThreshold,
  8. List<String> senders,
  9. int receiversThreshold,
  10. List<String> receivers,
  11. String state,
  12. String createdAt,
  13. String updatedAt,
  14. String signedBy,
  15. String signedTx,
)

Implementation

CollectibleOutput(
  this.userId,
  this.outputId,
  this.tokenId,
  this.transactionHash,
  this.outputIndex,
  this.amount,
  this.sendersThreshold,
  this.senders,
  this.receiversThreshold,
  this.receivers,
  this.state,
  this.createdAt,
  this.updatedAt,
  this.signedBy,
  this.signedTx,
);