Result
public struct Result : Codable
Event result including block context
-
Block ID where event occurred
-
Block height
Declaration
Swift
public let blockHeight: UInt64
-
Events in this result
-
-
Declaration
Swift
public init(from decoder: Decoder) throws