Class Event
Inherited Members
Namespace: AVM.ClientGenerator.ABI.ARC56
Assembly: Algorand.dll
Syntax
public class Event
Properties
| Edit this page View SourceArgs
The arguments of the event, in order
Declaration
[JsonProperty("args")]
public List<EventArgument> Args { get; set; }
Property Value
| Type | Description |
|---|---|
| List<EventArgument> |
Description
Optional, user-friendly description for the event
Declaration
[JsonProperty("desc")]
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the event
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |