Uses of Class
org.ldk.structs.ExpandedKey
-
Packages that use ExpandedKey Package Description org.ldk.structs -
-
Uses of ExpandedKey in org.ldk.structs
Methods in org.ldk.structs that return ExpandedKey Modifier and Type Method Description static ExpandedKey
ExpandedKey. of(byte[] key_material)
Create a new [`ExpandedKey`] for generating an inbound payment hash and secret.Methods in org.ldk.structs with parameters of type ExpandedKey Modifier and Type Method Description static Result_C2Tuple_PaymentHashPaymentSecretZNoneZ
UtilMethods. create(ExpandedKey keys, Option_u64Z min_value_msat, int invoice_expiry_delta_secs, EntropySource entropy_source, long current_time, Option_u16Z min_final_cltv_expiry_delta)
Equivalent to [`crate::ln::channelmanager::ChannelManager::create_inbound_payment`], but no `ChannelManager` is required.static Result_PaymentSecretNoneZ
UtilMethods. create_from_hash(ExpandedKey keys, Option_u64Z min_value_msat, byte[] payment_hash, int invoice_expiry_delta_secs, long current_time, Option_u16Z min_final_cltv_expiry_delta)
Equivalent to [`crate::ln::channelmanager::ChannelManager::create_inbound_payment_for_hash`], but no `ChannelManager` is required.
-