TWEthereumAbiValueImpl class
- Inheritance
-
- Object
- TWEthereumAbiValue
- TWEthereumAbiValueImpl
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Static Methods
-
decodeArray(
Uint8List input, String string) → String -
decodeUInt256(
Uint8List input) → String -
decodeValue(
Uint8List input, String string) → String -
encodeAddress(
Uint8List value) → Uint8List -
encodeBool(
bool value) → Uint8List -
encodeBytes(
Uint8List value) → Uint8List -
encodeBytesDyn(
Uint8List value) → Uint8List -
encodeInt256(
Uint8List value) → Uint8List -
encodeInt32(
int value) → Uint8List -
encodeString(
String string) → Uint8List -
encodeUInt256(
Uint8List value) → Uint8List -
encodeUInt32(
int value) → Uint8List