MichelineDecoder class

A class that converts Micheline to Dart types

type is a Map defining the type of the data we want to convert data the Micheline data we want to convert

Constructors

MichelineDecoder({required Map<String, dynamic> type, required dynamic data})

Properties

data → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Map<String, dynamic>
final

Methods

decode() → dynamic
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