Show / Hide Table of Contents

Storage Class

Provides a set of methods to insert, query, and delete data in the persistent store.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public static class Storage

Attributes

NameDescription
CurrentContext Returns the current context of the store

Methods

For all these methods if StorageContext is not passed in, CurrentContext is used by default.

Constructor

The Storage class is a static class and does not require a constructor.