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.Name
type.Declaration
Swift
public let fields: [Name]
-
Undocumented
-
The data structure for the
See morefields
inFlow.Argument.Event
Declaration
Swift
public struct Name : Codable, Equatable