| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
LndClient.Data.Invoice
Documentation
Constructors
| Invoice | |
Fields
| |
data InvoiceState Source #
Instances
| Eq InvoiceState Source # | |
Defined in LndClient.Data.Invoice | |
| Show InvoiceState Source # | |
Defined in LndClient.Data.Invoice Methods showsPrec :: Int -> InvoiceState -> ShowS # show :: InvoiceState -> String # showList :: [InvoiceState] -> ShowS # | |
| FromGrpc InvoiceState Invoice'InvoiceState Source # | |
Defined in LndClient.Data.Invoice Methods fromGrpc :: Invoice'InvoiceState -> Either LndError InvoiceState Source # | |