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.
1 parent 7c3eed1 commit ba4d922Copy full SHA for ba4d922
fixtures/call_external/tests/call_external.ts
@@ -16,6 +16,7 @@ describe("call_external", () => {
16
maxSupportedTransactionVersion: 0,
17
commitment: "confirmed",
18
});
19
+ console.log(`${JSON.stringify(txDetails, null, 2)}`);
20
const logMessages = txDetails.meta.logMessages;
21
console.log(`${JSON.stringify(logMessages, null, 2)}`);
22
0 commit comments