Package org.ldk.structs
Class SendError.Secp256k1
- java.lang.Object
-
- org.ldk.structs.SendError
-
- org.ldk.structs.SendError.Secp256k1
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.SendError
SendError.BlindedPathAdvanceFailed, SendError.BufferFull, SendError.GetNodeIdFailed, SendError.InvalidFirstHop, SendError.InvalidMessage, SendError.Secp256k1, SendError.TooBigPacket, SendError.TooFewBlindedHops
-
-
Field Summary
Fields Modifier and Type Field Description Secp256k1Error
secp256k1
-
Method Summary
-
Methods inherited from class org.ldk.structs.SendError
blinded_path_advance_failed, buffer_full, clone, eq, equals, finalize, get_node_id_failed, invalid_first_hop, invalid_message, secp256k1, too_big_packet, too_few_blinded_hops
-
-
-
-
Field Detail
-
secp256k1
public final Secp256k1Error secp256k1
-
-