Event
struct Event : Codable
-
Declaration
Swift
public let type: String
-
Undocumented
Declaration
Swift
public let transactionIndex: Int
-
Undocumented
Declaration
Swift
public let eventIndex: Int
-
Undocumented
Declaration
Swift
public let payload: Payload
-
Undocumented
Declaration
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
The event result
See moreDeclaration
Swift
public struct Result : Codable
-
Undocumented
See moreDeclaration
Swift
public struct Payload : FlowEntity, Codable