| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
LndClient.Data.SendPayment
Documentation
data SendPaymentRequest Source #
Constructors
| SendPaymentRequest | |
Fields
| |
Instances
| Eq SendPaymentRequest Source # | |
Defined in LndClient.Data.SendPayment Methods (==) :: SendPaymentRequest -> SendPaymentRequest -> Bool # (/=) :: SendPaymentRequest -> SendPaymentRequest -> Bool # | |
| Show SendPaymentRequest Source # | |
Defined in LndClient.Data.SendPayment Methods showsPrec :: Int -> SendPaymentRequest -> ShowS # show :: SendPaymentRequest -> String # showList :: [SendPaymentRequest] -> ShowS # | |
| ToGrpc SendPaymentRequest SendRequest Source # | |
Defined in LndClient.Data.SendPayment Methods toGrpc :: SendPaymentRequest -> Either LndError SendRequest Source # | |
data SendPaymentResponse Source #
Constructors
| SendPaymentResponse | |
Fields
| |
Instances
| Eq SendPaymentResponse Source # | |
Defined in LndClient.Data.SendPayment Methods (==) :: SendPaymentResponse -> SendPaymentResponse -> Bool # (/=) :: SendPaymentResponse -> SendPaymentResponse -> Bool # | |
| Show SendPaymentResponse Source # | |
Defined in LndClient.Data.SendPayment Methods showsPrec :: Int -> SendPaymentResponse -> ShowS # show :: SendPaymentResponse -> String # showList :: [SendPaymentResponse] -> ShowS # | |
| FromGrpc SendPaymentResponse SendResponse Source # | |
Defined in LndClient.Data.SendPayment Methods fromGrpc :: SendResponse -> Either LndError SendPaymentResponse Source # | |