Uses of Class
org.ldk.structs.ChannelSigner
-
Packages that use ChannelSigner Package Description org.ldk.structs -
-
Uses of ChannelSigner in org.ldk.structs
Methods in org.ldk.structs that return ChannelSigner Modifier and Type Method Description ChannelSignerInMemorySigner. as_ChannelSigner()Constructs a new ChannelSigner which calls the relevant methods on this_arg.ChannelSignerEcdsaChannelSigner. get_channel_signer()Gets the underlying ChannelSigner.ChannelSignerWriteableEcdsaChannelSigner. get_channel_signer()Gets the underlying ChannelSigner.static ChannelSignerChannelSigner. new_impl(ChannelSigner.ChannelSignerInterface arg, ChannelPublicKeys pubkeys)
-