- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
HookCall,HookCall.Builder
@Generated
public interface HookCallOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription* Specification of how to call an EVM hook.long* The numeric id of the hook to call, when the owning entity is forced by the call site.boolean* Specification of how to call an EVM hook.boolean* The numeric id of the hook to call, when the owning entity is forced by the call site.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasHookId
boolean hasHookId()* The numeric id of the hook to call, when the owning entity is forced by the call site.
int64 hook_id = 1;- Returns:
- Whether the hookId field is set.
-
getHookId
long getHookId()* The numeric id of the hook to call, when the owning entity is forced by the call site.
int64 hook_id = 1;- Returns:
- The hookId.
-
hasEvmHookCall
boolean hasEvmHookCall()* Specification of how to call an EVM hook.
.proto.EvmHookCall evm_hook_call = 3;- Returns:
- Whether the evmHookCall field is set.
-
getEvmHookCall
EvmHookCall getEvmHookCall()* Specification of how to call an EVM hook.
.proto.EvmHookCall evm_hook_call = 3;- Returns:
- The evmHookCall.
-
getIdCase
HookCall.IdCase getIdCase() -
getCallSpecCase
HookCall.CallSpecCase getCallSpecCase()
-