EosioRpcTableRowsResponse
public struct EosioRpcTableRowsResponse : Decodable, EosioRpcResponseProtocol
Response type for the get_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 init(from decoder: Decoder) throws