Event
Event =
object
Defined in: packages/abi/src/arc56-contract.ts:218
ARC-28 event
Properties
Section titled “Properties”args:
object[]
Defined in: packages/abi/src/arc56-contract.ts:224
The arguments of the event, in order
optionaldesc:string
Optional, user-friendly description for the argument
optionalname:string
Optional, user-friendly name for the argument
struct?
Section titled “struct?”
optionalstruct:StructName
If the type is a struct, the name of the struct
type:
ABITypeName
The type of the argument. The struct field should also be checked to determine if this arg is a struct.
optionaldesc:string
Defined in: packages/abi/src/arc56-contract.ts:222
Optional, user-friendly description for the event
name:
string
Defined in: packages/abi/src/arc56-contract.ts:220
The name of the event