Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface EvmHookSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
EvmHookSpec,EvmHookSpec.Builder
@Generated
public interface EvmHookSpecOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription* The id of a contract that implements the extension point API with EVM bytecode.boolean* The id of a contract that implements the extension point API with EVM bytecode.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasContractId
boolean hasContractId()* The id of a contract that implements the extension point API with EVM bytecode.
.proto.ContractID contract_id = 1;- Returns:
- Whether the contractId field is set.
-
getContractId
ContractID getContractId()* The id of a contract that implements the extension point API with EVM bytecode.
.proto.ContractID contract_id = 1;- Returns:
- The contractId.
-
getBytecodeSourceCase
EvmHookSpec.BytecodeSourceCase getBytecodeSourceCase()
-