b58: {
decode: ((str) => Uint8Array);
encode: ((input) => string);
} = ...
Type declaration
-
decode: ((str) => Uint8Array)
-
- (str): Uint8Array
-
Returns Uint8Array
-
encode: ((input) => string)
-
- (input): string
-
Parameters
-
input: string | Uint8Array
Returns string