UNPKG

@sol-synth-engine/js-client

Version:

JavaScript client for Sol Synth Engine

4 lines (3 loc) 164 B
export declare const MAX_NAME_LENGTH = 32; export declare function encodeName(name: string): number[]; export declare function decodeName(bytes: number[]): string;