@@ -16,7 +16,7 @@ namespace dev {
1616 {
1717 this ->bindAndAddMethod (jsonrpc::Procedure (" debug_traceTransaction" , jsonrpc::PARAMS_BY_POSITION, jsonrpc::JSON_OBJECT, " param1" ,jsonrpc::JSON_STRING," param2" ,jsonrpc::JSON_OBJECT, NULL ), &dev::rpc::DebugFace::debug_traceTransactionI);
1818 this ->bindAndAddMethod (jsonrpc::Procedure (" debug_storageRangeAt" , jsonrpc::PARAMS_BY_POSITION, jsonrpc::JSON_OBJECT, " param1" ,jsonrpc::JSON_STRING," param2" ,jsonrpc::JSON_INTEGER," param3" ,jsonrpc::JSON_STRING," param4" ,jsonrpc::JSON_STRING," param5" ,jsonrpc::JSON_INTEGER, NULL ), &dev::rpc::DebugFace::debug_storageRangeAtI);
19- this ->bindAndAddMethod (jsonrpc::Procedure (" debug_preimage" , jsonrpc::PARAMS_BY_POSITION, jsonrpc::JSON_OBJECT , " param1" ,jsonrpc::JSON_STRING, NULL ), &dev::rpc::DebugFace::debug_preimageI);
19+ this ->bindAndAddMethod (jsonrpc::Procedure (" debug_preimage" , jsonrpc::PARAMS_BY_POSITION, jsonrpc::JSON_STRING , " param1" ,jsonrpc::JSON_STRING, NULL ), &dev::rpc::DebugFace::debug_preimageI);
2020 this ->bindAndAddMethod (jsonrpc::Procedure (" debug_traceBlockByNumber" , jsonrpc::PARAMS_BY_POSITION, jsonrpc::JSON_OBJECT, " param1" ,jsonrpc::JSON_INTEGER," param2" ,jsonrpc::JSON_OBJECT, NULL ), &dev::rpc::DebugFace::debug_traceBlockByNumberI);
2121 this ->bindAndAddMethod (jsonrpc::Procedure (" debug_traceBlockByHash" , jsonrpc::PARAMS_BY_POSITION, jsonrpc::JSON_OBJECT, " param1" ,jsonrpc::JSON_STRING," param2" ,jsonrpc::JSON_OBJECT, NULL ), &dev::rpc::DebugFace::debug_traceBlockByHashI);
2222 this ->bindAndAddMethod (jsonrpc::Procedure (" debug_traceCall" , jsonrpc::PARAMS_BY_POSITION, jsonrpc::JSON_OBJECT, " param1" ,jsonrpc::JSON_OBJECT," param2" ,jsonrpc::JSON_STRING," param3" ,jsonrpc::JSON_OBJECT, NULL ), &dev::rpc::DebugFace::debug_traceCallI);
0 commit comments