MCPcopy Create free account
hub / github.com/bcndev/bytecoin / method

Method method

src/rpc_api.hpp:560–560  ·  view source on GitHub ↗

Experimental, undocumented

Source from the content-addressed store, hash-verified

558
559struct ExtCreateWallet { // Experimental, undocumented
560 static std::string method() { return "ext_create_wallet"; }
561 struct Request {
562 std::string wallet_file;
563 std::string wallet_password;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected