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