# README
Filclient V1.0
A standalone client library that enables users to interact with the Filecoin storage network.
This repository contains a rewrite/refactor of the popular Filclient library. It will be moved once complete.
Note: This library is still in active development and is considered unstable. Use at your own risk!
Contributing
Running Tests
First, make sure you make
the project and subdependencies
make all
Then, run the test suite
go test
# Packages
No description provided by the author
# Functions
No description provided by the author
Sets the retrieval selector.
Replaces the entire config - if used, should always be the first option.
# Constants
Transfer has been stopped by the client.
Transfer completed successfully.
Error occurred during transfer.
Transfer is in progress.
Unknown or invalid transfer state.
Transfer was rejected up-front before it could start.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
Operational handle for controlling and getting information about a retrieval transfer.
A storage provider handle contains all the functions used to interact with the storage provider, and facilitates mapping between addresses and peer IDs.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author