Queries a list of contractLog items.
(context.Context, *QueryAllContractLogRequest)
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected