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

Struct bpGetTransactionListOfBlockParams

api/transactions.go:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54type bpGetTransactionListOfBlockParams struct {
55 BlockHeight int `json:"height"`
56 Page int `json:"page"`
57 Size int `json:"size"`
58}
59
60func (params *bpGetTransactionListOfBlockParams) Validate() error {
61 if params.BlockHeight < 1 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected