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
}
func NewPDPHandler ¶
func NewPDPHandler(service *service.PDPService) *PDPHandler
func (*PDPHandler) RegisterRoutes ¶
func (p *PDPHandler) RegisterRoutes(e *echo.Echo)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.