Event
public struct Event : Codable, Equatable
The data structure for .struct, .resource, .event, .contract, .enum argument type
More detail can be found here: https://docs.onflow.org/cadence/json-cadence-spec/#composites-struct-resource-event-contract-enum
-
The identification of the event
Declaration
Swift
public let id: String -
The list of value in
Flow.Argument.Event.Nametype.Declaration
Swift
public let fields: [Name] -
Undocumented
-
The data structure for the
See morefieldsinFlow.Argument.EventDeclaration
Swift
public struct Name : Codable, Equatable
View on GitHub
Event Structure Reference