Uses of Class
org.ldk.structs.EcdsaChannelSigner
-
Packages that use EcdsaChannelSigner Package Description org.ldk.structs -
-
Uses of EcdsaChannelSigner in org.ldk.structs
Methods in org.ldk.structs that return EcdsaChannelSigner Modifier and Type Method Description EcdsaChannelSigner
InMemorySigner. as_EcdsaChannelSigner()
Constructs a new EcdsaChannelSigner which calls the relevant methods on this_arg.EcdsaChannelSigner
WriteableEcdsaChannelSigner. get_ecdsa_channel_signer()
Gets the underlying EcdsaChannelSigner.static EcdsaChannelSigner
EcdsaChannelSigner. new_impl(EcdsaChannelSigner.EcdsaChannelSignerInterface arg, ChannelSigner.ChannelSignerInterface ChannelSigner_impl, ChannelPublicKeys pubkeys)
-