Interface EvmHookSlotKeyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
EvmHookSlotKey, EvmHookSlotKey.Builder

@Generated public interface EvmHookSlotKeyOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    * The id of the EVM hook that owns this slot.
    com.google.protobuf.ByteString
    * The EVM key of this slot.
    boolean
    * The id of the EVM hook that owns this slot.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasHookId

      boolean hasHookId()
       *
       The id of the EVM hook that owns this slot.
       
      .proto.HookId hook_id = 1;
      Returns:
      Whether the hookId field is set.
    • getHookId

      HookId getHookId()
       *
       The id of the EVM hook that owns this slot.
       
      .proto.HookId hook_id = 1;
      Returns:
      The hookId.
    • getKey

      com.google.protobuf.ByteString getKey()
       *
       The EVM key of this slot. Must be the minimal bytes representation
       (no leading zeros).
       
      bytes key = 2;
      Returns:
      The key.