-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(sn_client): Basic documentation #1946
Conversation
println!("Payment for chunks: {:?}", payment.storage_cost); | ||
|
||
// Upload the file. First add the file to the folder | ||
//TODO: |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
use tokio::main; | ||
use xor_name::XorName; | ||
|
||
// FIXME: This example is WIP. |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
1e96457
to
1048c9f
Compare
1048c9f
to
9930725
Compare
3346100
to
c377d80
Compare
edb11fb
to
e162ada
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR has 23 commits in the change history, but just 43 lines changed ?
Description
Adding basic documentation for
sn_client
.Description, features, examples.
Type of Change
Please mark the types of changes made in this pull request.