EosioRpcTableByScopeResponse
public struct EosioRpcTableByScopeResponse : Decodable, EosioRpcResponseProtocol
Response type for the get_table_by_scope RPC endpoint.
-
Declaration
Swift
public var _rawResponse: Any? -
Declaration
Swift
public var rows: [TableByScopeRows] -
Declaration
Swift
public var more: String -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
EosioRpcTableByScopeResponse Structure Reference