BlockId
public struct BlockId : Codable, Equatable
                Type representing a Steem block ID.
- 
                  
                  
The block hash.
Declaration
Swift
public var hash: Data - 
                  
                  
The block number.
Declaration
Swift
public var num: UInt32 { get } - 
                  
                  
The block prefix.
Declaration
Swift
public var prefix: UInt32 { get } - 
                  
                  
Declaration
Swift
public init(from decoder: Decoder) throws - 
                  
                  
Declaration
Swift
public func encode(to encoder: Encoder) throws 
View on GitHub
        BlockId Structure Reference