CollectibleRequest class

Implemented types
Annotations
  • @JsonSerializable()

Constructors

CollectibleRequest(String type, String requestId, String userId, String tokenId, String amount, int sendersThreshold, List<String> senders, int receiversThreshold, List<String> receivers, List<String> signers, CollectibleRequestAction action, String state, String transactionHash, String rawTransaction, DateTime createdAt, String codeId)
CollectibleRequest.fromJson(Map<String, dynamic> json)
factory

Properties

action CollectibleRequestAction
final
amount String
final
codeId String
final
createdAt DateTime
final
hashCode int
The hash code for this object.
no setterinherited
rawTransaction String
final
receivers List<String>
final
receiversThreshold int
final
requestId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senders List<String>
final
sendersThreshold int
final
signers List<String>
final
state String
final
tokenId String
final
transactionHash String
final
type String
final
userId String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited