Queries a list of contractLog items.
(ctx context.Context, in *QueryAllContractLogRequest, opts ...grpc.CallOption)
| 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 | |
| 689 | type queryClient struct { |
no outgoing calls
no test coverage detected