Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is responsible for requesting EDSs for blocksync over the ShrEx/EDS protocol.
func NewClient ¶
func NewClient(params *Parameters, host host.Host) (*Client, error)
NewClient creates a new ShrEx/EDS client.
func (*Client) RequestEDS ¶
func (c *Client) RequestEDS( ctx context.Context, dataHash share.DataHash, peer peer.ID, ) (*rsmt2d.ExtendedDataSquare, error)
RequestEDS requests the ODS from the given peers and returns the EDS upon success.
func (*Client) WithMetrics ¶ added in v0.9.2
type Parameters ¶
type Parameters struct { *p2p.Parameters // BufferSize defines the size of the buffer used for writing an ODS over the stream. BufferSize uint64 }
Parameters is the set of parameters that must be configured for the shrex/eds protocol.
func DefaultParameters ¶
func DefaultParameters() *Parameters
func (*Parameters) Validate ¶
func (p *Parameters) Validate() error
Click to show internal directories.
Click to hide internal directories.