getHex
POST {{ENVIRONMENT}}
Returns binary data from the local database.
Note: This function is deprecated and will be removed in the future.
Parameters
String
- Database name.
String
- Key name.
params: [
"testDB",
"myKey",
]
Returns
DATA
- The previously stored data.
Request Body
{"jsonrpc"=>"2.0", "method"=>"db_getHex", "params"=>["testDB", "testKey"], "id"=>1}