Last modified: 2024-09-14
Storage.Get Method
Returns a value from the persistent store based on the given key.
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: The value corresponding to the key as a byte array.