Files
memecoin-botV2/.pnpm-store/v10/files/d7/648273e0d15c43c06fa76b69322a2a9cfbbffc7e8545e41fc370751c3a36129fdae0062500d6fda960b154bde494e25ee977cfb715df78ef664c11d2b6a056

4 lines
362 B
Plaintext

import { SolanaErrorCode } from './codes';
export declare function getHumanReadableErrorMessage<TErrorCode extends SolanaErrorCode>(code: TErrorCode, context?: object): string;
export declare function getErrorMessage<TErrorCode extends SolanaErrorCode>(code: TErrorCode, context?: Record<string, unknown>): string;
//# sourceMappingURL=message-formatter.d.ts.map