Uses of Class
org.ldk.structs.WriteableEcdsaChannelSigner
-
Packages that use WriteableEcdsaChannelSigner Package Description org.ldk.structs -
-
Uses of WriteableEcdsaChannelSigner in org.ldk.structs
Fields in org.ldk.structs declared as WriteableEcdsaChannelSigner Modifier and Type Field Description WriteableEcdsaChannelSigner
Result_WriteableEcdsaChannelSignerDecodeErrorZ.Result_WriteableEcdsaChannelSignerDecodeErrorZ_OK. res
Methods in org.ldk.structs that return WriteableEcdsaChannelSigner Modifier and Type Method Description WriteableEcdsaChannelSigner
InMemorySigner. as_WriteableEcdsaChannelSigner()
Constructs a new WriteableEcdsaChannelSigner which calls the relevant methods on this_arg.WriteableEcdsaChannelSigner
WriteableEcdsaChannelSigner. clone()
Creates a copy of a WriteableEcdsaChannelSignerWriteableEcdsaChannelSigner
SignerProvider. derive_channel_signer(long channel_value_satoshis, byte[] channel_keys_id)
Derives the private key material backing a `Signer`.WriteableEcdsaChannelSigner
SignerProvider.SignerProviderInterface. derive_channel_signer(long channel_value_satoshis, byte[] channel_keys_id)
Derives the private key material backing a `Signer`.static WriteableEcdsaChannelSigner
WriteableEcdsaChannelSigner. new_impl(WriteableEcdsaChannelSigner.WriteableEcdsaChannelSignerInterface arg, EcdsaChannelSigner.EcdsaChannelSignerInterface EcdsaChannelSigner_impl, ChannelSigner.ChannelSignerInterface ChannelSigner_impl, ChannelPublicKeys pubkeys)
Methods in org.ldk.structs with parameters of type WriteableEcdsaChannelSigner Modifier and Type Method Description static Result_WriteableEcdsaChannelSignerDecodeErrorZ
Result_WriteableEcdsaChannelSignerDecodeErrorZ. ok(WriteableEcdsaChannelSigner o)
Creates a new CResult_WriteableEcdsaChannelSignerDecodeErrorZ in the success state.
-