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

Method ABCIQueryWithOptions

rpc/client/interface.go:55–55  ·  view source on GitHub ↗
(ctx context.Context, path string, data bytes.HexBytes,
		opts ABCIQueryOptions)

Source from the content-addressed store, hash-verified

53 ABCIInfo(context.Context) (*ctypes.ResultABCIInfo, error)
54 ABCIQuery(ctx context.Context, path string, data bytes.HexBytes) (*ctypes.ResultABCIQuery, error)
55 ABCIQueryWithOptions(ctx context.Context, path string, data bytes.HexBytes,
56 opts ABCIQueryOptions) (*ctypes.ResultABCIQuery, error)
57
58 // Writing to abci app

Callers 4

makeABCIQueryFuncFunction · 0.65
ABCIQueryWithOptionsMethod · 0.65
TestAppCallsFunction · 0.65
ABCIQueryWithOptionsMethod · 0.65

Implementers 8

Clientlight/rpc/client.go
baseRPCClientrpc/client/http/http.go
Clientrpc/client/mocks/client.go
Localrpc/client/local/local.go
ABCIApprpc/client/mock/abci.go
ABCIMockrpc/client/mock/abci.go
ABCIRecorderrpc/client/mock/abci.go
Clientrpc/client/mock/client.go

Calls

no outgoing calls

Tested by 1

TestAppCallsFunction · 0.52