ScaleCodec class
Constructors
- ScaleCodec(Registry registry)
Properties
Methods
-
decode(
String type, Input input) → dynamic - Decode a SCALE encoded value
-
encodeTo(
String type, dynamic value, Output dest) → void -
Encode a value to SCALE
value
is the value to encodetype
is the type of the valuedest
is the destination to write the encoded value to -
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