fix: pin added did documents to local ipfs node

This commit is contained in:
Prad Nukala
2024-09-06 11:10:21 -04:00
parent fac81d90a3
commit 93ebc9eea1
8 changed files with 297 additions and 166 deletions
+3
View File
@@ -52,6 +52,9 @@ message QueryRequest {
message QueryParamsResponse {
// params defines the parameters of the module.
Params params = 1;
// ipfs_active returns true if the IPFS client is initialized
bool ipfs_active = 2;
}
// QueryAccountsResponse is the response type for the Query/Exists RPC method.