Table
Usage:
eosc get table [contract] [scope] [table] [flags]
Flags:
--encode-type string The encoding type of key-type (i64 , i128 , float64, float128) only support decimal encoding e.g. 'dec. i256 - supports both 'dec' and 'hex', ripemd160 and sha256 is 'hex' only.
--index string Index number, 1 - primary (first), 2 - secondary index (in order defined by multi_index), 3 - third index, etc. Number or name of index can be specified, e.g. 'secondary' or '2'.
--key-type string The key type of --index, primary only supports (i64), all others support (i64, i128, i256, float64, float128, ripemd160, sha256). Special type 'name' indicates an account name.
--limit int Maximum number of rows to return. (default 100)
--lower-bound string Lower bound (incluse) value of key, defaults to first.
--output-binary Outputs the row-level data as hex-encoded binary instead of deserializing using the ABI
--upper-bound string Upper bound (exclusive) value of key, defaults to first.