Skip to content

Event

Event = object

Defined in: packages/abi/src/arc56-contract.ts:218

ARC-28 event

args: object[]

Defined in: packages/abi/src/arc56-contract.ts:224

The arguments of the event, in order

optional desc: string

Optional, user-friendly description for the argument

optional name: string

Optional, user-friendly name for the argument

optional struct: 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.


optional desc: 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