#pragma once #include "Types.h" #include namespace Status::StatusGo::General { RpcResponse initKeystore(const char* keystoreDir); }