gpu-compute-chain/x/cosmostest/keeper/grpc_query.go

8 lines
97 B
Go
Raw Normal View History

2022-08-25 16:51:14 -07:00
package keeper
import (
"cosmos-test/x/cosmostest/types"
)
var _ types.QueryServer = Keeper{}