Skip to content

Commit 73a2c91

Browse files
ElestriasMarkuu-s
authored andcommitted
client updates
Signed-off-by: elestrias <[email protected]>
1 parent dce175d commit 73a2c91

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

core/cli/node/client.hpp

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,5 +329,30 @@ namespace fc::cli::_node {
329329
};
330330

331331

332+
<<<<<<< HEAD
332333
>>>>>>> 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+
Node::Api api{argm};
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)
333358
} // namespace fc::cli::_node

0 commit comments

Comments
 (0)