ScaleCodec class
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 encode
type
is the type of the value
dest
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