| Type | Name and description |
|---|---|
org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI |
walletUnlockAsyncAPI |
org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI |
walletUnlockSyncAPI |
| Type Params | Return Type | Name and description |
|---|---|---|
|
org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI |
getAsync()Retrieves the Wallet Unlock Asynchronous (Non-blocking) API instance. |
|
org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI |
getSync()Retrieves the Wallet Unlock Synchronous (Blocking) API instance. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Retrieves the Wallet Unlock Asynchronous (Non-blocking) API instance.
Retrieves the Wallet Unlock Synchronous (Blocking) API instance.