Uses of Class
org.ldk.structs.WalletSource
-
Packages that use WalletSource Package Description org.ldk.structs -
-
Uses of WalletSource in org.ldk.structs
Methods in org.ldk.structs that return WalletSource Modifier and Type Method Description static WalletSourceWalletSource. new_impl(WalletSource.WalletSourceInterface arg)Methods in org.ldk.structs with parameters of type WalletSource Modifier and Type Method Description static WalletWallet. of(WalletSource source, Logger logger)Returns a new instance backed by the given [`WalletSource`] that serves as an implementation of [`CoinSelectionSource`].
-