CollectibleRequest constructor

CollectibleRequest(
  1. String type,
  2. String requestId,
  3. String userId,
  4. String tokenId,
  5. String amount,
  6. int sendersThreshold,
  7. List<String> senders,
  8. int receiversThreshold,
  9. List<String> receivers,
  10. List<String> signers,
  11. CollectibleRequestAction action,
  12. String state,
  13. String transactionHash,
  14. String rawTransaction,
  15. DateTime createdAt,
  16. String codeId,
)

Implementation

CollectibleRequest(
  this.type,
  this.requestId,
  this.userId,
  this.tokenId,
  this.amount,
  this.sendersThreshold,
  this.senders,
  this.receiversThreshold,
  this.receivers,
  this.signers,
  this.action,
  this.state,
  this.transactionHash,
  this.rawTransaction,
  this.createdAt,
  this.codeId,
);