Module: BSV::Storage
- Defined in:
- lib/bsv/storage.rb,
lib/bsv/storage/utils.rb,
lib/bsv/storage/errors.rb,
lib/bsv/storage/downloader.rb
Overview
Storage module for UHRP (Unified Hash Resource Protocol) URL encoding, decoding, and validation helpers.
UHRP enables content-addressed storage on BSV: a SHA-256 hash of a file is Base58Check-encoded with the ‘xCEx00` prefix to produce a stable, self-verifying URL.
Defined Under Namespace
Modules: Utils Classes: DownloadError, DownloadResult, Downloader