Class ScratchChange
Inherited Members
Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class ScratchChange
Properties
| Edit this page View SourceNewValue
Declaration
[JsonProperty("new-value", Required = Required.Always)]
[Key("new-value")]
[Required]
public AvmValue NewValue { get; set; }
Property Value
| Type | Description |
|---|---|
| AvmValue |
Slot
Declaration
[JsonProperty("slot", Required = Required.Always)]
[Key("slot")]
[Required]
public ulong Slot { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong |