Uses of Interface
org.ldk.structs.ChannelSigner.ChannelSignerInterface
-
Packages that use ChannelSigner.ChannelSignerInterface Package Description org.ldk.structs -
-
Uses of ChannelSigner.ChannelSignerInterface in org.ldk.structs
Methods in org.ldk.structs with parameters of type ChannelSigner.ChannelSignerInterface Modifier and Type Method Description static ChannelSigner
ChannelSigner. new_impl(ChannelSigner.ChannelSignerInterface arg, ChannelPublicKeys pubkeys)
static EcdsaChannelSigner
EcdsaChannelSigner. new_impl(EcdsaChannelSigner.EcdsaChannelSignerInterface arg, ChannelSigner.ChannelSignerInterface ChannelSigner_impl, ChannelPublicKeys pubkeys)
static WriteableEcdsaChannelSigner
WriteableEcdsaChannelSigner. new_impl(WriteableEcdsaChannelSigner.WriteableEcdsaChannelSignerInterface arg, EcdsaChannelSigner.EcdsaChannelSignerInterface EcdsaChannelSigner_impl, ChannelSigner.ChannelSignerInterface ChannelSigner_impl, ChannelPublicKeys pubkeys)
-