hbs2/hbs2-peer/lib/HBS2/Peer/RPC/Client.hs

13 lines
194 B
Haskell

module HBS2.Peer.RPC.Client where
import HBS2.Net.Proto.Service
import Data.Kind
class Monad m => HasClientAPI (api :: [Type]) proto m where
getClientAPI :: m (ServiceCaller api proto)