BlockHeader
public struct BlockHeader : _BlockHeader
A type representing a Steem block header.
-
Declaration
Swift
public let previous: BlockId -
Declaration
Swift
public let timestamp: Date -
Declaration
Swift
public let witness: String -
Declaration
Swift
public let transactionMerkleRoot: Data -
Declaration
Swift
public let extensions: [BlockExtension]
View on GitHub
BlockHeader Structure Reference