java.lang.Object
com.hedera.hashgraph.sdk.ContractStateChange
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 Summary
FieldsModifier and TypeFieldDescriptionfinal ContractIdDeprecated.The contract to which the storage changes apply tofinal List<StorageChange> Deprecated.The list of storage changes -
Constructor Summary
ConstructorsConstructorDescriptionContractStateChange(ContractId contractId, List<StorageChange> storageChanges) Deprecated.Constructor. -
Method Summary
-
Field Details
-
contractId
Deprecated.The contract to which the storage changes apply to -
storageChanges
Deprecated.The list of storage changes
-
-
Constructor Details
-
ContractStateChange
ContractStateChange(ContractId contractId, List<StorageChange> storageChanges) Deprecated.Constructor.- Parameters:
contractId- the contract idstorageChanges- the list of storage change objects
-