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