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 7064b0b commit eb6a570Copy full SHA for eb6a570
proto/invoke.options
@@ -8,3 +8,4 @@ fd_exec_test.InstrContext.data type:FT_POINTER
8
9
fd_exec_test.InstrEffects.modified_accounts type:FT_POINTER
10
fd_exec_test.InstrEffects.return_data type:FT_POINTER
11
+fd_exec_test.InstrEffects.logs type:FT_POINTER
proto/invoke.proto
@@ -55,6 +55,9 @@ message InstrEffects {
55
56
// Instruction return data.
57
bytes return_data = 5;
58
+
59
+ // Any logs that were emitted during execution.
60
+ string logs = 6;
61
}
62
63
// An instruction processing test fixture.
0 commit comments