Result
public struct Result : Codable
The event result
-
Undocumented
Declaration
Swift
public let blockId: ID
-
Undocumented
Declaration
Swift
public let blockHeight: UInt64
-
Undocumented
Declaration
Swift
public let blockTimestamp: Date
-
Undocumented
Declaration
Swift
public var events: [Event]
-
Undocumented
Declaration
-
Declaration
Swift
public init(from decoder: Decoder) throws