UNPKG

@turnkey/encoding

Version:

Encoding utility functions

8 lines 238 B
type Bs58 = { encode(buffer: Uint8Array | number[]): string; decodeUnsafe(str: string): Uint8Array | undefined; decode(str: string): Uint8Array; }; export declare const bs58: Bs58; export {}; //# sourceMappingURL=bs58.d.ts.map