BlockHeader
struct BlockHeader : Codable
Brief information of Flow.Block
-
The identification of block
Declaration
Swift
public let id: ID
-
The identification of previous block
Declaration
Swift
public let parentId: ID
-
The height of block
Declaration
Swift
public let height: UInt64
-
The time when the block is created
Declaration
Swift
public let timestamp: Date
-
Undocumented
-
Declaration
Swift
public init(from decoder: Decoder) throws