Files
memecoin-botV2/.pnpm-store/v10/files/65/7136aaf5429fac086e2743648360c6da021d2884a08acc163b3e4fbc22b633bb20ff78790fb88cbf7d6da14a185762c06ebb648cad73b987424228bd2b2080

16 lines
496 B
Plaintext

/**
* To add a new error, follow the instructions at
* https://github.com/anza-xyz/kit/tree/main/packages/errors#adding-a-new-error
*
* WARNING:
* - Don't change the meaning of an error message.
*/
import { SolanaErrorCode } from './codes';
/**
* A map of every {@link SolanaError} code to the error message shown to developers in development
* mode.
*/
export declare const SolanaErrorMessages: Readonly<{
[P in SolanaErrorCode]: string;
}>;
//# sourceMappingURL=messages.d.ts.map