EosioRpcBlockHeaderStateResponseHeader
public struct EosioRpcBlockHeaderStateResponseHeader : Decodable
Response struct for header
struct returned in the get_block_header_state
RPC endpoint response.
-
Declaration
Swift
public let timestamp: String
-
Declaration
Swift
public let producer: String
-
Declaration
Swift
public let confirmed: UInt
-
Declaration
Swift
public let previous: String
-
Declaration
Swift
public let transactionMroot: String
-
Declaration
Swift
public let actionMroot: String
-
Declaration
Swift
public let scheduleVersion: UInt
-
Declaration
Swift
public let headerExtensions: [String]
-
Declaration
Swift
public let producerSignature: String
-
Declaration
Swift
public init(from decoder: Decoder) throws