Show / Hide
Table of Contents
Last modified: 2024-09-14
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