EosioRpcProducersResponse
public struct EosioRpcProducersResponse : Decodable, EosioRpcResponseProtocol
Response type for the get_producers
RPC endpoint.
-
Declaration
Swift
public var _rawResponse: Any?
-
Declaration
Swift
public var rows: [ProducerRows]
-
Declaration
Swift
public var totalProducerVoteWeight: String
-
Declaration
Swift
public var more: String
-
Declaration
Swift
public init(from decoder: Decoder) throws