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