-
public interface BuilderInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBuilderInterface.Companion
-
Method Summary
Modifier and Type Method Description abstract LdkNodebuild()abstract UnitsetEntropyBip39Mnemonic(String mnemonic, String passphrase)abstract UnitsetEntropySeedBytes(List<UByte> seedBytes)abstract UnitsetEntropySeedPath(String seedPath)abstract UnitsetEsploraServer(String esploraServerUrl)abstract UnitsetGossipSourceP2p()abstract UnitsetGossipSourceRgs(String rgsServerUrl)abstract UnitsetListeningAddresses(List<String> listeningAddresses)abstract UnitsetNetwork(Network network)abstract UnitsetStorageDirPath(String storageDirPath)-
-
Method Detail
-
setEntropyBip39Mnemonic
abstract Unit setEntropyBip39Mnemonic(String mnemonic, String passphrase)
-
setEntropySeedBytes
abstract Unit setEntropySeedBytes(List<UByte> seedBytes)
-
setEntropySeedPath
abstract Unit setEntropySeedPath(String seedPath)
-
setEsploraServer
abstract Unit setEsploraServer(String esploraServerUrl)
-
setGossipSourceP2p
abstract Unit setGossipSourceP2p()
-
setGossipSourceRgs
abstract Unit setGossipSourceRgs(String rgsServerUrl)
-
setListeningAddresses
abstract Unit setListeningAddresses(List<String> listeningAddresses)
-
setNetwork
abstract Unit setNetwork(Network network)
-
setStorageDirPath
abstract Unit setStorageDirPath(String storageDirPath)
-
-
-
-