Expand description
Functions decoding textual input according to various encoding schemes.
Enums§
- Binary
- Binary data with information about their origin.
Functions§
- binary_
to_ string - Attempt to decode raw byets as string.
- string_
to_ base58 - Attempt to decode string as Base58-encoded string.
- string_
to_ base64 - Attempt to decode string as Base64-encoded string.
- string_
to_ bech32 - Attempt to decode string as Bech32-encoded string without checksum.
- string_
to_ hex - Attempt to decode string as hexadecimal string.