Last modified: 2024-09-14
Storage.Delete Method
Deletes the value corresponding to the given key from the specific storage context.
Namespace: Neo.SmartContract.Framework.Services
Assembly: Neo.SmartContract.Framework
Syntax
Parameters:
-
Context: Storage context as a StorageContext .
-
Key: Key as a byte array or string. Max length 64 bytes.
Return value: void.
Parameters:
Key: Key as a byte array or string.
Return value: void.