MCPcopy Create free account
hub / github.com/FirmaChain/firmachain / ContractLogAll

Method ContractLogAll

x/contract/types/query.pb.go:686–686  ·  view source on GitHub ↗

Queries a list of contractLog items.

(ctx context.Context, in *QueryAllContractLogRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

684 ContractLog(ctx context.Context, in *QueryGetContractLogRequest, opts ...grpc.CallOption) (*QueryGetContractLogResponse, error)
685 // Queries a list of contractLog items.
686 ContractLogAll(ctx context.Context, in *QueryAllContractLogRequest, opts ...grpc.CallOption) (*QueryAllContractLogResponse, error)
687}
688
689type queryClient struct {

Calls

no outgoing calls

Tested by

no test coverage detected