Experimental, undocumented
| 558 | |
| 559 | struct 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; |
nothing calls this directly
no outgoing calls
no test coverage detected