Codec class
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
-
decodeBase58(
String base58Text) → Uint8List -
decodeHex(
String hexString) → Uint8List -
decodeVariableInteger(
Uint8List s, int offset) → int -
encodeBase58(
Uint8List bytes) → String -
encodeBase58Checksum(
Uint8List bytes) → String -
encodeHex(
List< int> byteList) → String -
encodeVariableInteger(
int i) → Uint8List -
encodeWif(
WIF wif) → String