Class EvmHookStorageUpdate.EvmHookStorageSlot

java.lang.Object
com.hedera.hashgraph.sdk.EvmHookStorageUpdate
com.hedera.hashgraph.sdk.EvmHookStorageUpdate.EvmHookStorageSlot
Enclosing class:
EvmHookStorageUpdate

public static class EvmHookStorageUpdate.EvmHookStorageSlot extends EvmHookStorageUpdate
Represents a direct storage slot update.

This class allows direct manipulation of storage slots in the EVM hook's storage.

  • Constructor Details

    • EvmHookStorageSlot

      public EvmHookStorageSlot(byte[] key, byte[] value)
      Create a new storage slot update.
      Parameters:
      key - the storage slot key (max 32 bytes, minimal representation)
      value - the storage slot value (max 32 bytes, minimal representation)
  • Method Details