Uses of Class
org.ldk.structs.GossipTimestampFilter
-
Packages that use GossipTimestampFilter Package Description org.ldk.structs -
-
Uses of GossipTimestampFilter in org.ldk.structs
Fields in org.ldk.structs declared as GossipTimestampFilter Modifier and Type Field Description GossipTimestampFilter
Result_GossipTimestampFilterDecodeErrorZ.Result_GossipTimestampFilterDecodeErrorZ_OK. res
Methods in org.ldk.structs that return GossipTimestampFilter Modifier and Type Method Description GossipTimestampFilter
GossipTimestampFilter. clone()
Creates a copy of the GossipTimestampFilterstatic GossipTimestampFilter
GossipTimestampFilter. of(byte[] chain_hash_arg, int first_timestamp_arg, int timestamp_range_arg)
Constructs a new GossipTimestampFilter given each fieldMethods in org.ldk.structs with parameters of type GossipTimestampFilter Modifier and Type Method Description static Result_GossipTimestampFilterDecodeErrorZ
Result_GossipTimestampFilterDecodeErrorZ. ok(GossipTimestampFilter o)
Creates a new CResult_GossipTimestampFilterDecodeErrorZ in the success state.
-