package
2.4.0+incompatible
Repository: https://github.com/hyperion-hyn/go-ethereum.git
Documentation: pkg.go.dev
# Variables
No description provided by the author
No description provided by the author
ErrNoFeedUpdatesFound is returned when Swarm cannot find updates of the given feed.
No description provided by the author
# Structs
Client wraps interaction with a swarm HTTP gateway.
DirectoryUploader uploads all files in a directory, optionally uploading a file to the default path.
File represents a file in a swarm manifest and is used for uploading and downloading content to and from swarm.
FileUploader uploads a single file.
# Interfaces
Uploader uploads files to swarm using a provided UploadFn.
# Type aliases
No description provided by the author
UploadFn is the type of function passed to an Uploader to perform the upload of a single file (for example, a directory uploader would call a provided UploadFn for each file in the directory tree).