Returns an object containing rows from the specified kv table.
The name of the smart contract that controls the provided kv table
The name of the kv table to query
The name of primary or secondary index
Type of key specified by index_position (for example - uint64_t
or name
)
index value used for point query encoded as 'encode_type'
lower bound index value for ranged query. Query result includes rows specified with lower_bound
upper bound index value for ranged query. Query result doesn't include rows specified with upper_bound
Limit number of results returned.
Reverse the order of returned results
OK