@wiko/errors
Version:
Throw, identify, and decode Wiko JavaScript errors
9 lines • 302 B
TypeScript
import { WikoError } from './error';
export declare function getWikoErrorFromInstructionError(
/**
* The index of the instruction inside the transaction.
*/
index: bigint | number, instructionError: string | {
[key: string]: unknown;
}): WikoError;
//# sourceMappingURL=instruction-error.d.ts.map