Expand description
Getting object pieces from the Subspace Distributed Storage Network, or various caches.
Structs§
- Fallback
Piece Getter - A piece getter that falls back to another piece getter if the first one does not return the piece. If both piece getters don’t return the piece, returns the result of the second piece getter.
Traits§
- Piece
Getter - Trait representing a way to get pieces
Functions§
- get_
pieces_ individually - A default implementation which gets each piece individually, using the
get_piece
async function.