MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / bpGetBlockListParams

Struct bpGetBlockListParams

api/blocks.go:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type bpGetBlockListParams struct {
19 Since int `json:"since"`
20 Page int `json:"page"`
21 Size int `json:"size"`
22}
23
24func (params *bpGetBlockListParams) Validate() error {
25 if params.Size > 1000 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected