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 ExpandedKeyExpandedKey. 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_PaymentHashPaymentSecretZNoneZUtilMethods. create(ExpandedKey keys, Option_u64Z min_value_msat, int invoice_expiry_delta_secs, KeysInterface keys_manager, long current_time)Equivalent to [`crate::ln::channelmanager::ChannelManager::create_inbound_payment`], but no `ChannelManager` is required.static Result_PaymentSecretNoneZUtilMethods. create_from_hash(ExpandedKey keys, Option_u64Z min_value_msat, byte[] payment_hash, int invoice_expiry_delta_secs, long current_time)Equivalent to [`crate::ln::channelmanager::ChannelManager::create_inbound_payment_for_hash`], but no `ChannelManager` is required.
-