Skip to main content

StorageMap Class

This class represents the key-value storage for the specific prefix in the given storage context.

Namespace:Neo.SmartContract.Framework.Services

Assembly: Neo.SmartContract.Framework

Syntax#

public class StorageMap

Attribute#

NameDescription
ContextStorage context
PrefixPrefix

Methods#

NameDescription
DeleteDeletes the value corresponding to the key from the given storage context. This method has multiple overloads.
GetGets the byte[] value corresponding to the given key from the given storage context. This method has multiple overloads.
PutPuts the key-value pair into the given storage context. This method has multiple overloads.
FindFinds the content in the given storage context. This method has multiple overloads.