Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface EvmHookCallOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
EvmHookCall,EvmHookCall.Builder
@Generated
public interface EvmHookCallOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetData()* Call data to pass to the hook via the IHieroHook.HookContext#data field.long* The gas limit to use.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getData
com.google.protobuf.ByteString getData()* Call data to pass to the hook via the IHieroHook.HookContext#data field.
bytes data = 1;- Returns:
- The data.
-
getGasLimit
long getGasLimit()* The gas limit to use.
uint64 gas_limit = 2;- Returns:
- The gasLimit.
-