MichelineEncoder class

A class that converts Dart type object to Micheline

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

Constructors

MichelineEncoder({required Map<String, dynamic> type, required dynamic params})

Properties

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

Methods

encode() → 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