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 classOption_u128Z.NoneWhen we're in this state, this COption_u128Z contains nothingstatic classOption_u128Z.SomeWhen 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_u128ZEvent.PaymentClaimable. via_user_channel_idThe `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_u128ZOption_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_u128ZOption_u128Z. none()Constructs a new COption_u128Z containing nothingstatic Option_u128ZOption_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 EventEvent. 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
-