Show / Hide
Table of Contents
Last modified: Sat Sep 14 14:32:03 2024 +0800
Storage.Find Method
Finds the content in the storage context that matches the specified prefix.
Namespace: Neo.SmartContract.Framework.Services
Assembly: Neo.SmartContract.Framework
Syntax
Parameters:
Return value: The iterator composed of the elements that meet conditions in the context.
Example
Back