btc-lsp-0.1.0.0: Lightning service provider
Safe HaskellSafe-Inferred
LanguageHaskell2010

BtcLsp.Data.Smart

Documentation

data OnChainAddress (mrel :: MoneyRelation) Source #

Instances

Instances details
SymbolToField "fundAddress" SwapIntoLn (OnChainAddress 'Fund) Source # 
Instance details

Defined in BtcLsp.Storage.Model

SymbolToField "lspFeeAndChangeAddress" SwapIntoLn (OnChainAddress 'Gain) Source # 
Instance details

Defined in BtcLsp.Storage.Model

SymbolToField "refundAddress" SwapIntoLn (OnChainAddress 'Refund) Source # 
Instance details

Defined in BtcLsp.Storage.Model

From NewAddressResponse (OnChainAddress 'Fund) Source # 
Instance details

Defined in BtcLsp.Data.Smart

Methods

from :: NewAddressResponse -> OnChainAddress 'Fund

From NewAddressResponse (OnChainAddress 'Gain) Source # 
Instance details

Defined in BtcLsp.Data.Smart

Methods

from :: NewAddressResponse -> OnChainAddress 'Gain

Out (OnChainAddress mrel) Source # 
Instance details

Defined in BtcLsp.Data.Smart

Methods

docPrec :: Int -> OnChainAddress mrel -> Doc #

doc :: OnChainAddress mrel -> Doc #

docList :: [OnChainAddress mrel] -> Doc #

Generic (OnChainAddress mrel) Source # 
Instance details

Defined in BtcLsp.Data.Smart

Associated Types

type Rep (OnChainAddress mrel) :: Type -> Type #

Methods

from :: OnChainAddress mrel -> Rep (OnChainAddress mrel) x #

to :: Rep (OnChainAddress mrel) x -> OnChainAddress mrel #

Read (OnChainAddress mrel) Source # 
Instance details

Defined in BtcLsp.Data.Smart

Show (OnChainAddress mrel) Source # 
Instance details

Defined in BtcLsp.Data.Smart

Eq (OnChainAddress mrel) Source # 
Instance details

Defined in BtcLsp.Data.Smart

Methods

(==) :: OnChainAddress mrel -> OnChainAddress mrel -> Bool #

(/=) :: OnChainAddress mrel -> OnChainAddress mrel -> Bool #

Ord (OnChainAddress mrel) Source # 
Instance details

Defined in BtcLsp.Data.Smart

PathPiece (OnChainAddress mrel) Source # 
Instance details

Defined in BtcLsp.Data.Smart

PersistField (OnChainAddress mrel) Source # 
Instance details

Defined in BtcLsp.Data.Smart

PersistFieldSql (OnChainAddress mrel) Source # 
Instance details

Defined in BtcLsp.Data.Smart

Methods

sqlType :: Proxy (OnChainAddress mrel) -> SqlType #

From (OnChainAddress 'Fund) FundOnChainAddress Source # 
Instance details

Defined in BtcLsp.Data.Smart

From (OnChainAddress 'Refund) RefundOnChainAddress Source # 
Instance details

Defined in BtcLsp.Data.Smart

From (OnChainAddress mrel) OnChainAddress Source # 
Instance details

Defined in BtcLsp.Data.Smart

From (OnChainAddress mrel) Text Source # 
Instance details

Defined in BtcLsp.Data.Smart

Methods

from :: OnChainAddress mrel -> Text

type Rep (OnChainAddress mrel) Source # 
Instance details

Defined in BtcLsp.Data.Smart

type Rep (OnChainAddress mrel) = D1 ('MetaData "OnChainAddress" "BtcLsp.Data.Smart" "btc-lsp-0.1.0.0-inplace" 'True) (C1 ('MetaCons "OnChainAddress" 'PrefixI 'True) (S1 ('MetaSel ('Just "unOnChainAddress0") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))