Uses of Class
org.ldk.structs.ReceiveTlvs
-
Packages that use ReceiveTlvs Package Description org.ldk.structs -
-
Uses of ReceiveTlvs in org.ldk.structs
Fields in org.ldk.structs declared as ReceiveTlvs Modifier and Type Field Description ReceiveTlvsResult_ReceiveTlvsDecodeErrorZ.Result_ReceiveTlvsDecodeErrorZ_OK. resMethods in org.ldk.structs that return ReceiveTlvs Modifier and Type Method Description ReceiveTlvsReceiveTlvs. clone()Creates a copy of the ReceiveTlvsstatic ReceiveTlvsReceiveTlvs. of(byte[] payment_secret_arg, PaymentConstraints payment_constraints_arg)Constructs a new ReceiveTlvs given each fieldMethods in org.ldk.structs with parameters of type ReceiveTlvs Modifier and Type Method Description static Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZUtilMethods. BlindedPath_one_hop_for_payment(byte[] payee_node_id, ReceiveTlvs payee_tlvs, EntropySource entropy_source)Create a one-hop blinded path for a payment.static Result_ReceiveTlvsDecodeErrorZResult_ReceiveTlvsDecodeErrorZ. ok(ReceiveTlvs o)Creates a new CResult_ReceiveTlvsDecodeErrorZ in the success state.
-