Class ApplicationKVStorage
Inheritance
ApplicationKVStorage
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class ApplicationKVStorage
Properties
|
Edit this page
View Source
Account
Declaration
[JsonProperty("account", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("account")]
public Address Account { get; set; }
Property Value
|
Edit this page
View Source
Kvs
Declaration
[JsonProperty("kvs", Required = Required.Always)]
[Key("kvs")]
[Required]
public ICollection<AvmKeyValue> Kvs { get; set; }
Property Value