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

Method ContractLogAll

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

Queries a list of contractLog items.

(context.Context, *QueryAllContractLogRequest)

Source from the content-addressed store, hash-verified

762 ContractLog(context.Context, *QueryGetContractLogRequest) (*QueryGetContractLogResponse, error)
763 // Queries a list of contractLog items.
764 ContractLogAll(context.Context, *QueryAllContractLogRequest) (*QueryAllContractLogResponse, error)
765}
766
767// UnimplementedQueryServer can be embedded to have forward compatible implementations.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected