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, long counterparty_skimmed_fee_msat, PaymentPurpose purpose, Option_ThirtyTwoBytesZ via_channel_id, Option_U128Z via_user_channel_id, Option_u32Z claim_deadline)Utility method to constructs a new PaymentClaimable-variant Event
-