package
1.8.27
Repository: https://github.com/covalenthq/go-ethereum.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
Open opens a local file which can then be passed to client.Upload to upload it to swarm.

# Variables

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).