Interface EvmHookMappingEntriesOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getEntries(int index)
    * The entries in the mapping at the given slot.
    int
    * The entries in the mapping at the given slot.
    * The entries in the mapping at the given slot.
    com.google.protobuf.ByteString
    * The slot that corresponds to the Solidity mapping itself.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getMappingSlot

      com.google.protobuf.ByteString getMappingSlot()
       *
       The slot that corresponds to the Solidity mapping itself. Must use a
       minimal byte representation (no leading zeros).
       
      bytes mapping_slot = 1;
      Returns:
      The mappingSlot.
    • getEntriesList

      List<EvmHookMappingEntry> getEntriesList()
       *
       The entries in the mapping at the given slot.
       
      repeated .com.hedera.hapi.node.hooks.EvmHookMappingEntry entries = 2;
    • getEntries

      EvmHookMappingEntry getEntries(int index)
       *
       The entries in the mapping at the given slot.
       
      repeated .com.hedera.hapi.node.hooks.EvmHookMappingEntry entries = 2;
    • getEntriesCount

      int getEntriesCount()
       *
       The entries in the mapping at the given slot.
       
      repeated .com.hedera.hapi.node.hooks.EvmHookMappingEntry entries = 2;