We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 955b211 + 7a0e240 commit 29a9c92Copy full SHA for 29a9c92
transactions/default-transaction-executor.ts
@@ -15,7 +15,7 @@ export class DefaultTransactionExecutor implements TransactionExecutor {
15
transaction: VersionedTransaction,
16
payer: Keypair,
17
latestBlockhash: BlockhashWithExpiryBlockHeight,
18
- ): Promise<{ confirmed: boolean; signature?: string }> {
+ ): Promise<{ confirmed: boolean; signature?: string, error?: string }> {
19
logger.debug('Executing transaction...');
20
const signature = await this.execute(transaction);
21
0 commit comments