UNPKG

@solsdk/jito-ts

Version:

## What is it and why do you need it?

5 lines (4 loc) 143 B
export declare class SendTransactionError extends Error { logs: string[] | undefined; constructor(message: string, logs?: string[]); }