UNPKG

@mysten/utils

Version:
3 lines (2 loc) 142 B
export declare const toBase58: (buffer: Uint8Array) => string; export declare const fromBase58: (str: string) => Uint8Array<ArrayBufferLike>;