Documentation
¶
Index ¶
Constants ¶
View Source
const ( PDPRoutePath = "/pdp" PRoofSetRoutPath = "/proof-sets" PiecePrefix = "/piece" )
Variables ¶
View Source
var PieceSizeLimit = abi.PaddedPieceSize(proof.MaxMemtreeSize).Unpadded()
Functions ¶
This section is empty.
Types ¶
type GetProofSetResponse ¶
type PDPHandler ¶
type PDPHandler struct {
Service *service.PDPService
// contains filtered or unexported fields
}
func NewPDPHandler ¶
func NewPDPHandler(service *service.PDPService, identity app.IdentityConfig) (*PDPHandler, error)
func (*PDPHandler) RegisterRoutes ¶
func (p *PDPHandler) RegisterRoutes(e *echo.Echo)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.