We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce175d commit 73a2c91Copy full SHA for 73a2c91
core/cli/node/client.hpp
@@ -329,5 +329,30 @@ namespace fc::cli::_node {
329
};
330
331
332
+<<<<<<< HEAD
333
>>>>>>> 172a64dc (client methods cli updates)
334
+=======
335
+ struct Node_client_getDeal: Empty{
336
+ CLI_RUN(){
337
+ Node::Api api{argm};
338
+ auto proposal_cid{cliArgv<CID>(argv, 0, "proposal cid of deal to get")};
339
+ // TODO: Client getDealInfo
340
+ }
341
+ };
342
+
343
+ struct Node_client_stat: Empty{
344
+ CLI_RUN() {
345
346
+ auto cid{cliArgv<CID>(argv, 0, " cid of localy stored file")};
347
+ //auto deal_size = cliTry(api._->);
348
+ //TODO: CLientDealSize;
349
350
351
352
353
354
355
356
357
+>>>>>>> 490821f3 (client updates)
358
} // namespace fc::cli::_node
0 commit comments