Uses of Class
org.ldk.structs.Option_u128Z
-
Packages that use Option_u128Z Package Description org.ldk.structs -
-
Uses of Option_u128Z in org.ldk.structs
Subclasses of Option_u128Z in org.ldk.structs Modifier and Type Class Description static class
Option_u128Z.None
When we're in this state, this COption_u128Z contains nothingstatic class
Option_u128Z.Some
When we're in this state, this COption_u128Z contains a crate::c_types::U128Fields in org.ldk.structs declared as Option_u128Z Modifier and Type Field Description Option_u128Z
Event.PaymentClaimable. via_user_channel_id
The `user_channel_id` indicating over which channel we received the payment.Methods in org.ldk.structs that return Option_u128Z Modifier and Type Method Description Option_u128Z
Option_u128Z. clone()
Creates a new COption_u128Z which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Option_u128Z
Option_u128Z. none()
Constructs a new COption_u128Z containing nothingstatic Option_u128Z
Option_u128Z. some(UInt128 o)
Constructs a new COption_u128Z containing a crate::c_types::U128Methods in org.ldk.structs with parameters of type Option_u128Z Modifier and Type Method Description static Event
Event. payment_claimable(byte[] receiver_node_id, byte[] payment_hash, RecipientOnionFields onion_fields, long amount_msat, PaymentPurpose purpose, byte[] via_channel_id, Option_u128Z via_user_channel_id, Option_u32Z claim_deadline)
Utility method to constructs a new PaymentClaimable-variant Event
-