MerkleProof class

Constructors

MerkleProof({String? root, List<BigInt>? siblings, String? oldKey, String? oldValue, bool? isOld0, String? key, String? value, int? fnc})
MerkleProof.fromJson(Map<String, dynamic> json)
factory

Properties

fnc int?
final
hashCode int
The hash code for this object.
no setterinherited
isOld0 bool?
final
key String?
final
oldKey String?
final
oldValue String?
final
root String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siblings List<BigInt>?
final
value 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