Skip to content

Commit ce141c6

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

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
@@ -243,7 +243,32 @@ namespace fc::cli::_node {
243243
//TODO: Reserved and Avaliable
244244
}
245245
};
246+
<<<<<<< HEAD
246247
>>>>>>> 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)
247272

248273

249274
} // namespace fc::cli::_node

0 commit comments

Comments
 (0)