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 35a7f76 commit d4b2c81Copy full SHA for d4b2c81
src/eth_plugin_interface.h
@@ -56,7 +56,6 @@ typedef enum eth_plugin_result_e {
56
// Successful return values
57
ETH_PLUGIN_RESULT_SUCCESSFUL = 0x03, // Used for comparison
58
ETH_PLUGIN_RESULT_OK = 0x04,
59
- ETH_PLUGIN_RESULT_OK_ALIAS = 0x05,
60
ETH_PLUGIN_RESULT_FALLBACK = 0x06,
61
} eth_plugin_result_t;
62
@@ -118,8 +117,6 @@ typedef struct ethPluginInitContract_s {
118
117
const uint8_t *selector; // 4 bytes selector
119
size_t dataSize;
120
121
- char *alias; // 29 bytes alias if ETH_PLUGIN_RESULT_OK_ALIAS set
122
-
123
} ethPluginInitContract_t;
124
// void handle_init_contract(ethPluginInitContract_t *parameters);
125
0 commit comments