Class ContractStateChange

java.lang.Object
com.hedera.hashgraph.sdk.ContractStateChange

@Deprecated public class ContractStateChange extends Object
Deprecated.
- User mirror nodes for contract traceability instead The storage changes to a smart contract's storage as a side effect of the function call. See Hedera Documentation
  • Field Details

    • contractId

      public final ContractId contractId
      Deprecated.
      The contract to which the storage changes apply to
    • storageChanges

      public final List<StorageChange> storageChanges
      Deprecated.
      The list of storage changes
  • Constructor Details

    • ContractStateChange

      ContractStateChange(ContractId contractId, List<StorageChange> storageChanges)
      Deprecated.
      Constructor.
      Parameters:
      contractId - the contract id
      storageChanges - the list of storage change objects