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

Struct bpGetTransactionListParams

api/transactions.go:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected