UNPKG

@turnkey/crypto

Version:

Encryption, decryption, and key related utility functions

8 lines 267 B
type Bs58Check = { encode(payload: Uint8Array | number[]): string; decode(str: string): Uint8Array; decodeUnsafe(str: string): Uint8Array | undefined; }; declare const bs58check: Bs58Check; export default bs58check; //# sourceMappingURL=bs58check.d.ts.map