TezosNodeReader class

Constructors

TezosNodeReader()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

getAccountManagerForBlock(String server, String block, String publicKeyHash, {String chainid = 'main'}) Future<String>
getBlock(String server, {String hash = 'head', String chainid = 'main'}) Future<Map?>
getBlockAtOffset(String server, int offset, {String chainid = 'main'}) Future<Map?>
getContractStorage(dynamic server, dynamic accountHash, {dynamic block = 'head', dynamic chainid = 'main'}) Future<Map?>
getCounterForAccount(String server, String publicKeyHash, {String chainid = 'main'}) Future<int>
getValueForBigMapKey(String server, String index, String key, {String? block, String? chainid}) → dynamic
isManagerKeyRevealedForAccount(String server, String publicKeyHash) Future<bool>