Safe Haskell | None |
---|---|
Language | Haskell2010 |
Proto.WalletUnlockerGrpc
Synopsis
- data WalletUnlocker = WalletUnlocker {
- data ChangePasswordRequest
- data ChangePasswordResponse
- data GenSeedRequest
- data GenSeedResponse
- data InitWalletRequest
- data InitWalletResponse
- data UnlockWalletRequest
- data UnlockWalletResponse
Documentation
data WalletUnlocker Source #
Constructors
WalletUnlocker | |
Instances
Service WalletUnlocker Source # | |
Defined in Proto.WalletUnlockerGrpc Associated Types type ServiceName WalletUnlocker :: Symbol type ServicePackage WalletUnlocker :: Symbol type ServiceMethods WalletUnlocker :: [Symbol] | |
HasMethodImpl WalletUnlocker "changePassword" Source # | |
Defined in Proto.WalletUnlockerGrpc Associated Types type MethodName WalletUnlocker "changePassword" :: Symbol type MethodInput WalletUnlocker "changePassword" :: Type type MethodOutput WalletUnlocker "changePassword" :: Type type MethodStreamingType WalletUnlocker "changePassword" :: StreamingType | |
HasMethodImpl WalletUnlocker "genSeed" Source # | |
Defined in Proto.WalletUnlockerGrpc Associated Types type MethodName WalletUnlocker "genSeed" :: Symbol type MethodInput WalletUnlocker "genSeed" :: Type type MethodOutput WalletUnlocker "genSeed" :: Type type MethodStreamingType WalletUnlocker "genSeed" :: StreamingType | |
HasMethodImpl WalletUnlocker "initWallet" Source # | |
Defined in Proto.WalletUnlockerGrpc Associated Types type MethodName WalletUnlocker "initWallet" :: Symbol type MethodInput WalletUnlocker "initWallet" :: Type type MethodOutput WalletUnlocker "initWallet" :: Type type MethodStreamingType WalletUnlocker "initWallet" :: StreamingType | |
HasMethodImpl WalletUnlocker "unlockWallet" Source # | |
Defined in Proto.WalletUnlockerGrpc Associated Types type MethodName WalletUnlocker "unlockWallet" :: Symbol type MethodInput WalletUnlocker "unlockWallet" :: Type type MethodOutput WalletUnlocker "unlockWallet" :: Type type MethodStreamingType WalletUnlocker "unlockWallet" :: StreamingType | |
type ServiceMethods WalletUnlocker Source # | |
Defined in Proto.WalletUnlockerGrpc type ServiceMethods WalletUnlocker = "changePassword" ': ("genSeed" ': ("initWallet" ': ("unlockWallet" ': ([] :: [Symbol])))) | |
type ServiceName WalletUnlocker Source # | |
Defined in Proto.WalletUnlockerGrpc type ServiceName WalletUnlocker = "WalletUnlocker" | |
type ServicePackage WalletUnlocker Source # | |
Defined in Proto.WalletUnlockerGrpc type ServicePackage WalletUnlocker = "lnrpc" | |
type MethodInput WalletUnlocker "changePassword" Source # | |
Defined in Proto.WalletUnlockerGrpc | |
type MethodInput WalletUnlocker "genSeed" Source # | |
Defined in Proto.WalletUnlockerGrpc | |
type MethodInput WalletUnlocker "initWallet" Source # | |
Defined in Proto.WalletUnlockerGrpc | |
type MethodInput WalletUnlocker "unlockWallet" Source # | |
Defined in Proto.WalletUnlockerGrpc | |
type MethodName WalletUnlocker "changePassword" Source # | |
Defined in Proto.WalletUnlockerGrpc type MethodName WalletUnlocker "changePassword" = "ChangePassword" | |
type MethodName WalletUnlocker "genSeed" Source # | |
Defined in Proto.WalletUnlockerGrpc type MethodName WalletUnlocker "genSeed" = "GenSeed" | |
type MethodName WalletUnlocker "initWallet" Source # | |
Defined in Proto.WalletUnlockerGrpc type MethodName WalletUnlocker "initWallet" = "InitWallet" | |
type MethodName WalletUnlocker "unlockWallet" Source # | |
Defined in Proto.WalletUnlockerGrpc type MethodName WalletUnlocker "unlockWallet" = "UnlockWallet" | |
type MethodOutput WalletUnlocker "changePassword" Source # | |
Defined in Proto.WalletUnlockerGrpc | |
type MethodOutput WalletUnlocker "genSeed" Source # | |
Defined in Proto.WalletUnlockerGrpc | |
type MethodOutput WalletUnlocker "initWallet" Source # | |
Defined in Proto.WalletUnlockerGrpc | |
type MethodOutput WalletUnlocker "unlockWallet" Source # | |
Defined in Proto.WalletUnlockerGrpc | |
type MethodStreamingType WalletUnlocker "changePassword" Source # | |
Defined in Proto.WalletUnlockerGrpc type MethodStreamingType WalletUnlocker "changePassword" = NonStreaming | |
type MethodStreamingType WalletUnlocker "genSeed" Source # | |
Defined in Proto.WalletUnlockerGrpc type MethodStreamingType WalletUnlocker "genSeed" = NonStreaming | |
type MethodStreamingType WalletUnlocker "initWallet" Source # | |
Defined in Proto.WalletUnlockerGrpc type MethodStreamingType WalletUnlocker "initWallet" = NonStreaming | |
type MethodStreamingType WalletUnlocker "unlockWallet" Source # | |
Defined in Proto.WalletUnlockerGrpc type MethodStreamingType WalletUnlocker "unlockWallet" = NonStreaming |
data ChangePasswordRequest Source #
Fields :
currentPassword
:: Lens' ChangePasswordRequest Data.ByteString.ByteString
newPassword
:: Lens' ChangePasswordRequest Data.ByteString.ByteString
statelessInit
:: Lens' ChangePasswordRequest Prelude.Bool
newMacaroonRootKey
:: Lens' ChangePasswordRequest Prelude.Bool
Instances
data ChangePasswordResponse Source #
Fields :
adminMacaroon
:: Lens' ChangePasswordResponse Data.ByteString.ByteString
Instances
data GenSeedRequest Source #
Fields :
aezeedPassphrase
:: Lens' GenSeedRequest Data.ByteString.ByteString
seedEntropy
:: Lens' GenSeedRequest Data.ByteString.ByteString
Instances
data GenSeedResponse Source #
Fields :
cipherSeedMnemonic
:: Lens' GenSeedResponse [Data.Text.Text]
vec'cipherSeedMnemonic
:: Lens' GenSeedResponse (Data.Vector.Vector Data.Text.Text)
encipheredSeed
:: Lens' GenSeedResponse Data.ByteString.ByteString
Instances
data InitWalletRequest Source #
Fields :
walletPassword
:: Lens' InitWalletRequest Data.ByteString.ByteString
cipherSeedMnemonic
:: Lens' InitWalletRequest [Data.Text.Text]
vec'cipherSeedMnemonic
:: Lens' InitWalletRequest (Data.Vector.Vector Data.Text.Text)
aezeedPassphrase
:: Lens' InitWalletRequest Data.ByteString.ByteString
recoveryWindow
:: Lens' InitWalletRequest Data.Int.Int32
channelBackups
:: Lens' InitWalletRequest Proto.LndGrpc.ChanBackupSnapshot
maybe'channelBackups
:: Lens' InitWalletRequest (Prelude.Maybe Proto.LndGrpc.ChanBackupSnapshot)
statelessInit
:: Lens' InitWalletRequest Prelude.Bool
Instances
data InitWalletResponse Source #
Fields :
adminMacaroon
:: Lens' InitWalletResponse Data.ByteString.ByteString
Instances
data UnlockWalletRequest Source #
Fields :
walletPassword
:: Lens' UnlockWalletRequest Data.ByteString.ByteString
recoveryWindow
:: Lens' UnlockWalletRequest Data.Int.Int32
channelBackups
:: Lens' UnlockWalletRequest Proto.LndGrpc.ChanBackupSnapshot
maybe'channelBackups
:: Lens' UnlockWalletRequest (Prelude.Maybe Proto.LndGrpc.ChanBackupSnapshot)
statelessInit
:: Lens' UnlockWalletRequest Prelude.Bool
Instances
data UnlockWalletResponse Source #
Fields :