Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShareAvailability ¶
type ShareAvailability struct {
// contains filtered or unexported fields
}
ShareAvailability implements share.Availability using the full data square recovery technique. It is considered "full" because it is required to download enough shares to fully reconstruct the data square.
func NewShareAvailability ¶
func NewShareAvailability( store *store.Store, getter shwap.Getter, ) *ShareAvailability
NewShareAvailability creates a new full ShareAvailability.
func (*ShareAvailability) SharesAvailable ¶
func (fa *ShareAvailability) SharesAvailable(ctx context.Context, header *header.ExtendedHeader) error
SharesAvailable reconstructs the data committed to the given Root by requesting enough Shares from the network.
Click to show internal directories.
Click to hide internal directories.