-
- All Implemented Interfaces:
-
java.lang.AutoCloseable,org.lightningdevkit.ldknode.BuilderInterface,org.lightningdevkit.ldknode.Disposable
public final class Builder extends FFIObject implements BuilderInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBuilder.Companion
-
Method Summary
Modifier and Type Method Description LdkNodebuild()UnitsetEntropyBip39Mnemonic(String mnemonic, String passphrase)UnitsetEntropySeedBytes(List<UByte> seedBytes)UnitsetEntropySeedPath(String seedPath)UnitsetEsploraServer(String esploraServerUrl)UnitsetGossipSourceP2p()UnitsetGossipSourceRgs(String rgsServerUrl)UnitsetListeningAddresses(List<String> listeningAddresses)UnitsetNetwork(Network network)UnitsetStorageDirPath(String storageDirPath)-
-
Method Detail
-
setEntropyBip39Mnemonic
Unit setEntropyBip39Mnemonic(String mnemonic, String passphrase)
-
setEntropySeedBytes
Unit setEntropySeedBytes(List<UByte> seedBytes)
-
setEntropySeedPath
Unit setEntropySeedPath(String seedPath)
-
setEsploraServer
Unit setEsploraServer(String esploraServerUrl)
-
setGossipSourceP2p
Unit setGossipSourceP2p()
-
setGossipSourceRgs
Unit setGossipSourceRgs(String rgsServerUrl)
-
setListeningAddresses
Unit setListeningAddresses(List<String> listeningAddresses)
-
setNetwork
Unit setNetwork(Network network)
-
setStorageDirPath
Unit setStorageDirPath(String storageDirPath)
-
-
-
-