Module

Ctl.Internal.Types.TxBalancer

#TxBalancer

type TxBalancer :: (Type -> Type) -> Type -> Type -> Typetype TxBalancer (m :: Type -> Type) (err :: Type) (ctx :: Type) = Transaction -> ctx -> m (Either err Transaction)

Modules