stop
stop Request a graceful shutdown of TensorCash Core. Result: "str" (string) A string with the content 'TensorCash Core stopping'
Signature
stop() → any Code samples
curl --user "$RPC_USER:$RPC_PASS" \
--data-binary '{"jsonrpc":"1.0","id":"docs","method":"stop","params":[]}' \
-H 'content-type: text/plain;' \
http://127.0.0.1:8332/ Parameters
No parameters.
Result
Type: any
"str" (string) A string with the content 'TensorCash Core stopping'
Source: services/core-node/bcore/src/rpc/server.cpp:155
C++ symbol: stop