codec library
Functions
-
base58Decode(
String base58String) → List< int> -
Decode a
base58String
into the original bytes. -
base58Encode(
List< int> bytes) → String -
Base58 encode the
bytes
array. -
base64Decode(
String base64String) → List< int> -
Decode a
base64String
into the original bytes. -
base64Encode(
List< int> bytes) → String -
Base64 encode the
bytes
array. -
hexDecode(
String hexString) → List< int> -
Decode a
hexString
into the original bytes. -
hexEncode(
List< int> input) → String - Convert to Hex String without prefix.