CollectibleOutput class

Annotations
  • @JsonSerializable()

Constructors

CollectibleOutput(String userId, String outputId, String tokenId, String transactionHash, int outputIndex, String amount, int sendersThreshold, List<String> senders, int receiversThreshold, List<String> receivers, String state, String createdAt, String updatedAt, String signedBy, String signedTx)
CollectibleOutput.fromJson(Map<String, dynamic> json)
factory

Properties

amount String
getter/setter pair
createdAt String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
outputId String
getter/setter pair
outputIndex int
getter/setter pair
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
receivers List<String>
getter/setter pair
receiversThreshold int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senders List<String>
getter/setter pair
sendersThreshold int
getter/setter pair
signedBy String
getter/setter pair
signedTx String
getter/setter pair
state String
getter/setter pair
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
tokenId String
getter/setter pair
transactionHash String
getter/setter pair
updatedAt String
getter/setter pair
userId String
getter/setter pair

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

Constants

kStateSigned → const String
kStateSpent → const String
kStateUnspent → const String