ReadProof class

ReadProof struct returned by the RPC

Constructors

ReadProof({required BlockHash at, required List<Uint8List> proof})
ReadProof.fromJson(Map<String, dynamic> json)
factory

Properties

at BlockHash
Block hash used to generate the proof
final
hashCode int
The hash code for this object.
no setterinherited
proof List<Uint8List>
A proof used to prove that storage entries are included in the storage trie
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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