getBase58Codec function
Returns a codec for encoding and decoding base-58 strings.
This codec serializes strings using a base-58 encoding scheme, commonly used in cryptocurrency addresses and other compact representations.
Implementation
VariableSizeCodec<String, String> getBase58Codec() => getBaseXCodec(_alphabet);