Uses of Class
org.ldk.structs.ChannelDerivationParameters
-
Packages that use ChannelDerivationParameters Package Description org.ldk.structs -
-
Uses of ChannelDerivationParameters in org.ldk.structs
Fields in org.ldk.structs declared as ChannelDerivationParameters Modifier and Type Field Description ChannelDerivationParametersResult_ChannelDerivationParametersDecodeErrorZ.Result_ChannelDerivationParametersDecodeErrorZ_OK. resMethods in org.ldk.structs that return ChannelDerivationParameters Modifier and Type Method Description ChannelDerivationParametersChannelDerivationParameters. clone()Creates a copy of the ChannelDerivationParametersChannelDerivationParametersAnchorDescriptor. get_channel_derivation_parameters()The parameters required to derive the signer for the anchor input.ChannelDerivationParametersHTLCDescriptor. get_channel_derivation_parameters()The parameters required to derive the signer for the HTLC input.static ChannelDerivationParametersChannelDerivationParameters. of(long value_satoshis_arg, byte[] keys_id_arg, ChannelTransactionParameters transaction_parameters_arg)Constructs a new ChannelDerivationParameters given each fieldMethods in org.ldk.structs with parameters of type ChannelDerivationParameters Modifier and Type Method Description booleanChannelDerivationParameters. eq(ChannelDerivationParameters b)Checks if two ChannelDerivationParameterss contain equal inner contents.static AnchorDescriptorAnchorDescriptor. of(ChannelDerivationParameters channel_derivation_parameters_arg, OutPoint outpoint_arg)Constructs a new AnchorDescriptor given each fieldstatic Result_ChannelDerivationParametersDecodeErrorZResult_ChannelDerivationParametersDecodeErrorZ. ok(ChannelDerivationParameters o)Creates a new CResult_ChannelDerivationParametersDecodeErrorZ in the success state.voidAnchorDescriptor. set_channel_derivation_parameters(ChannelDerivationParameters val)The parameters required to derive the signer for the anchor input.voidHTLCDescriptor. set_channel_derivation_parameters(ChannelDerivationParameters val)The parameters required to derive the signer for the HTLC input.
-