EVRPC_HOOK_TYPE

Hooks for changing the input and output of RPCs; this can be used to implement compression, authentication, encryption, ...

Values

ValueMeaning
EVRPC_INPUT

< apply the function to an input hook

EVRPC_OUTPUT

< apply the function to an output hook

Meta