Interface EvmHookStorageSlotOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    * The key of the slot.
    com.google.protobuf.ByteString
    * If the slot is present and non-zero, its value.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getKey

      com.google.protobuf.ByteString getKey()
       *
       The key of the slot. Must use a minimal byte representation (no
       leading zeros); may not exceed 32 bytes in length.
       
      bytes key = 1;
      Returns:
      The key.
    • getValue

      com.google.protobuf.ByteString getValue()
       *
       If the slot is present and non-zero, its value. Must use a minimal
       byte representation (no leading zeros); may not exceed 32 bytes in
       length Leaving this field empty in an update removes the slot from
       storage.
       
      bytes value = 2;
      Returns:
      The value.