EosioRpcBlockHeaderStateResponse
public struct EosioRpcBlockHeaderStateResponse : Decodable, EosioRpcResponseProtocol
Response type for the get_block_header_state RPC endpoint.
-
Declaration
Swift
public var _rawResponse: Any? -
Declaration
Swift
public var id: String -
Declaration
Swift
public var blockNumber: EosioUInt64 -
Declaration
Swift
public var header: EosioRpcBlockHeaderStateResponseHeader -
Declaration
Swift
public var dposProposedIrreversibleBlockNumber: EosioUInt64 -
Declaration
Swift
public var dposIrreversibleBlockNumber: EosioUInt64 -
Declaration
Swift
public var bftIrreversibleBlockNumber: EosioUInt64 -
Declaration
Swift
public var pendingScheduleLibNumber: EosioUInt64 -
Declaration
Swift
public var pendingScheduleHash: String -
Declaration
Swift
public var pendingSchedule: [String : Any] -
Declaration
Swift
public var activeSchedule: [String : Any] -
Declaration
Swift
public var blockRootMerkle: [String : Any] -
Declaration
Swift
public var blockSigningKey: String -
Declaration
Swift
public var confirmCount: [EosioUInt64] -
Declaration
Swift
public var confirmations: [EosioUInt64] -
Declaration
Swift
public var producerToLastProduced: [Any] -
Declaration
Swift
public var producerToLastImpliedIrb: [Any] -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
EosioRpcBlockHeaderStateResponse Structure Reference