UNPKG

@solsdk/jito-ts

Version:

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

13 lines 511 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SendTransactionError = void 0; // copied from @solana/web3.js 1.74.0 // https://github.com/solana-labs/solana-web3.js/blob/3cd0cfd91a7fe08b9c67ac6f0d0c31c0c2ae8157/packages/library-legacy/src/errors.ts#L1 class SendTransactionError extends Error { constructor(message, logs) { super(message); this.logs = logs; } } exports.SendTransactionError = SendTransactionError; //# sourceMappingURL=errors.js.map