TransactionsHashes class

Constructors

TransactionsHashes.new({required List commit, required List dataRequest, required String mint, required List reveal, required List tally, required List valueTransfer})
TransactionsHashes.fromJson(Map<String, dynamic> json)
factory
TransactionsHashes.fromRawJson(String str)
factory

Properties

commit List
final
dataRequest List
final
hashCode int
The hash code for this object.
no setterinherited
mint String
final
reveal List
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tally List
final
valueTransfer List
final

Methods

jsonMap({bool asHex = false}) Map<String, dynamic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toRawJson({bool asHex = false}) String
toString() String
A string representation of this object.
inherited

Operators

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