UNPKG

@hot-labs/near-connect

Version:

![ezgif-26d74832f88c3c](https://github.com/user-attachments/assets/c4422057-38bb-4cd9-8bd0-568e29f46280)

7 lines (6 loc) 169 B
/** * Encodes a Uint8Array into a base58 string. * @param {Uint8Array} bytes * @returns {string} */ export declare function encodeBase58(bytes: Uint8Array): string;