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 150ba76 commit 02002e4Copy full SHA for 02002e4
core/cli/node/client.hpp
@@ -134,6 +134,25 @@ namespace fc::cli::_node {
134
};
135
136
137
+ struct Node_client_getDeal: Empty{
138
+ CLI_RUN(){
139
+ Node::Api api{argm};
140
+ auto proposal_cid{cliArgv<CID>(argv, 0, "proposal cid of deal to get")};
141
+ // TODO: Client getDealInfo
142
+ }
143
+ };
144
+
145
+ struct Node_client_stat: Empty{
146
+ CLI_RUN() {
147
148
+ auto cid{cliArgv<CID>(argv, 0, " cid of localy stored file")};
149
+ //auto deal_size = cliTry(api._->);
150
+ //TODO: CLientDealSize;
151
152
153
154
155
156
157
158
0 commit comments