Last modified: Sat Sep 14 14:32:03 2024 +0800
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.