File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,32 @@ namespace fc::cli::_node {
243
243
// TODO: Reserved and Avaliable
244
244
}
245
245
};
246
+ <<<<<<< HEAD
246
247
>>>>>>> 172a64dc (client methods cli updates)
248
+ =======
249
+
250
+
251
+ struct Node_client_getDeal : Empty{
252
+ CLI_RUN (){
253
+ Node::Api api{argm};
254
+ auto proposal_cid{cliArgv<CID>(argv, 0 , " proposal cid of deal to get" )};
255
+ // TODO: Client getDealInfo
256
+ }
257
+ };
258
+
259
+ struct Node_client_stat : Empty{
260
+ CLI_RUN () {
261
+ Node::Api api{argm};
262
+ auto cid{cliArgv<CID>(argv, 0 , " cid of localy stored file" )};
263
+ // auto deal_size = cliTry(api._->);
264
+ // TODO: CLientDealSize;
265
+ }
266
+
267
+ };
268
+
269
+
270
+
271
+ >>>>>>> 490821f3 (client updates)
247
272
248
273
249
274
} // namespace fc::cli::_node
You can’t perform that action at this time.
0 commit comments