Class StorageMap
Describes a mapping of key-value pairs in storage.
Inherited Members
Namespace: AVM.ClientGenerator.ABI.ARC56
Assembly: Algorand.dll
Syntax
public class StorageMap
Properties
| Edit this page View SourceDescription
Description of what the key-value pairs in this mapping hold.
Declaration
[JsonProperty("desc")]
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KeyType
The type of the keys in the map.
Declaration
[JsonProperty("keyType")]
public string KeyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Prefix
The base64-encoded prefix of the map keys.
Declaration
[JsonProperty("prefix")]
public string? Prefix { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValueType
The type of the values in the map.
Declaration
[JsonProperty("valueType")]
public string ValueType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |