mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-13 15:55:18 +00:00
13 lines
164 B
C
13 lines
164 B
C
|
#pragma once
|
||
|
|
||
|
#include "Types.h"
|
||
|
|
||
|
#include <QJsonObject>
|
||
|
|
||
|
namespace Status::StatusGo::General
|
||
|
{
|
||
|
|
||
|
RpcResponse<QJsonObject> initKeystore(const char* keystoreDir);
|
||
|
|
||
|
}
|