Event
struct Event : Codable
Flow blockchain event
-
Event type identifier
Declaration
Swift
public let type: String -
Declaration
Swift
public let transactionIndex: Int -
Declaration
Swift
public let eventIndex: Int -
Declaration
Swift
public let payload: Payload -
Declaration
-
Declaration
Swift
public init(from decoder: Decoder) throws -
Event result including block context
See moreDeclaration
Swift
public struct Result : Codable -
Declaration
Swift
public struct Payload : FlowEntity, Codable
View on GitHub