MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / ABCIQueryOptions

Struct ABCIQueryOptions

rpc/client/types.go:5–8  ·  view source on GitHub ↗

ABCIQueryOptions can be used to provide options for ABCIQuery call other than the DefaultABCIQueryOptions.

Source from the content-addressed store, hash-verified

3// ABCIQueryOptions can be used to provide options for ABCIQuery call other
4// than the DefaultABCIQueryOptions.
5type ABCIQueryOptions struct {
6 Height int64
7 Prove bool
8}
9
10// DefaultABCIQueryOptions are latest height (0) and prove false.
11var DefaultABCIQueryOptions = ABCIQueryOptions{Height: 0, Prove: false}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected