Interface EvmHookStorageUpdateOrBuilder

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

@Generated public interface EvmHookStorageUpdateOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • hasStorageSlot

      boolean hasStorageSlot()
       *
       An explicit storage slot update.
       
      .com.hedera.hapi.node.hooks.EvmHookStorageSlot storage_slot = 1;
      Returns:
      Whether the storageSlot field is set.
    • getStorageSlot

      EvmHookStorageSlot getStorageSlot()
       *
       An explicit storage slot update.
       
      .com.hedera.hapi.node.hooks.EvmHookStorageSlot storage_slot = 1;
      Returns:
      The storageSlot.
    • hasMappingEntries

      boolean hasMappingEntries()
       *
       Implicit storage slot updates specified as Solidity mapping entries.
       
      .com.hedera.hapi.node.hooks.EvmHookMappingEntries mapping_entries = 2;
      Returns:
      Whether the mappingEntries field is set.
    • getMappingEntries

      EvmHookMappingEntries getMappingEntries()
       *
       Implicit storage slot updates specified as Solidity mapping entries.
       
      .com.hedera.hapi.node.hooks.EvmHookMappingEntries mapping_entries = 2;
      Returns:
      The mappingEntries.
    • getUpdateCase