BigMap class

A class that allows big maps values fetching

  • name is the name of this if it is annotated
  • id the id of this
  • valueType the value type of this in Micheline
  • keyType the key type of this in Micheline

Constructors

BigMap({required String? name, required String id, required Map<String, dynamic> valueType, required Map<String, dynamic> keyType})

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
keyType Map<String, dynamic>
final
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueType Map<String, dynamic>
final

Methods

fetch({required dynamic key, required RpcInterface rpcInterface}) Future
Fetches key from this using rpcInterface
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