Files
memecoin-botV2/.pnpm-store/v10/files/3d/418baf868f3ccebb4983f541932f688b83467c927c863906931b9667c438696d4ed2eff0062cf1900ae4444ef164e86af05a565103e176ebd066513c2e66ad

9 lines
308 B
Plaintext

import { SolanaError } from './error';
export declare function getSolanaErrorFromInstructionError(
/**
* The index of the instruction inside the transaction.
*/
index: bigint | number, instructionError: string | {
[key: string]: unknown;
}): SolanaError;
//# sourceMappingURL=instruction-error.d.ts.map