Packages

final class DefaultWalletUnlockerClient extends WalletUnlockerClient

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultWalletUnlockerClient
  2. WalletUnlockerClient
  3. AkkaGrpcClient
  4. WalletUnlockerClientPowerApi
  5. WalletUnlocker
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultWalletUnlockerClient(settings: GrpcClientSettings)(implicit sys: ClassicActorSystemProvider)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def changePassword(in: ChangePasswordRequest): Future[ChangePasswordResponse]

    For access to method metadata use the parameterless version of changePassword

    For access to method metadata use the parameterless version of changePassword

    Definition Classes
    DefaultWalletUnlockerClientWalletUnlocker
  6. def changePassword(): SingleResponseRequestBuilder[ChangePasswordRequest, ChangePasswordResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer changePassword(lnrpc.ChangePasswordRequest) if possible.

    Definition Classes
    DefaultWalletUnlockerClientWalletUnlockerClientPowerApi
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def close(): Future[Done]
    Definition Classes
    DefaultWalletUnlockerClient → AkkaGrpcClient
  9. def closed: Future[Done]
    Definition Classes
    DefaultWalletUnlockerClient → AkkaGrpcClient
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def genSeed(in: GenSeedRequest): Future[GenSeedResponse]

    For access to method metadata use the parameterless version of genSeed

    For access to method metadata use the parameterless version of genSeed

    Definition Classes
    DefaultWalletUnlockerClientWalletUnlocker
  14. def genSeed(): SingleResponseRequestBuilder[GenSeedRequest, GenSeedResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer genSeed(lnrpc.GenSeedRequest) if possible.

    Definition Classes
    DefaultWalletUnlockerClientWalletUnlockerClientPowerApi
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def initWallet(in: InitWalletRequest): Future[InitWalletResponse]

    For access to method metadata use the parameterless version of initWallet

    For access to method metadata use the parameterless version of initWallet

    Definition Classes
    DefaultWalletUnlockerClientWalletUnlocker
  18. def initWallet(): SingleResponseRequestBuilder[InitWalletRequest, InitWalletResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer initWallet(lnrpc.InitWalletRequest) if possible.

    Definition Classes
    DefaultWalletUnlockerClientWalletUnlockerClientPowerApi
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def unlockWallet(in: UnlockWalletRequest): Future[UnlockWalletResponse]

    For access to method metadata use the parameterless version of unlockWallet

    For access to method metadata use the parameterless version of unlockWallet

    Definition Classes
    DefaultWalletUnlockerClientWalletUnlocker
  26. def unlockWallet(): SingleResponseRequestBuilder[UnlockWalletRequest, UnlockWalletResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer unlockWallet(lnrpc.UnlockWalletRequest) if possible.

    Definition Classes
    DefaultWalletUnlockerClientWalletUnlockerClientPowerApi
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from WalletUnlockerClient

Inherited from AkkaGrpcClient

Inherited from WalletUnlocker

Inherited from AnyRef

Inherited from Any

Ungrouped