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 EcdsaChannelSignerInMemorySigner. as_EcdsaChannelSigner()Constructs a new EcdsaChannelSigner which calls the relevant methods on this_arg.EcdsaChannelSignerWriteableEcdsaChannelSigner. get_ecdsa_channel_signer()Gets the underlying EcdsaChannelSigner.static EcdsaChannelSignerEcdsaChannelSigner. new_impl(EcdsaChannelSigner.EcdsaChannelSignerInterface arg, ChannelSigner.ChannelSignerInterface ChannelSigner_impl, ChannelPublicKeys pubkeys)
-