EosioRpcTableByScopeRequest
public struct EosioRpcTableByScopeRequest : Codable
The request struct for get_table_by_scope
RPC requests.
-
Declaration
Swift
public let code: String
-
Declaration
Swift
public let table: String?
-
Declaration
Swift
public let lowerBound: String?
-
Declaration
Swift
public let upperBound: String?
-
Declaration
Swift
public let limit: Int32?
-
Declaration
Swift
public let reverse: Bool?
-
Declaration
Swift
public init(code: String, table: String? = nil, lowerBound: String? = nil, upperBound: String? = nil, limit: Int32? = nil, reverse: Bool? = nil)