SolBytes class
Dynamic bytes.
Constructors
- SolBytes()
Properties
Methods
-
decode(
Uint8List data, int offset) → (dynamic, int) -
ABI-decode from
dataat byteoffset. Returns (decoded value, bytes consumed from head).override -
encode(
dynamic value) → Uint8List -
ABI-encode
valueas a 32-byte-aligned Uint8List. For dynamic types, returns the tail; the caller places the offset in the head.override -
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