UNPKG

@gorbchain-xyz/chaindecode

Version:

GorbchainSDK V1.3+ - Complete Solana development toolkit with advanced cryptography, messaging, and collaboration features. Build secure applications with blockchain, DeFi, and end-to-end encryption.

7 lines (6 loc) 245 B
export declare function base58ToBytes(b58: string): Uint8Array; export declare function bytesToBase58(bytes: Uint8Array): string; export declare function decodeWithEncoding(data: string): { bytes: Uint8Array | null; encoding: string; };