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 GossipTimestampFilterResult_GossipTimestampFilterDecodeErrorZ.Result_GossipTimestampFilterDecodeErrorZ_OK. resMethods in org.ldk.structs that return GossipTimestampFilter Modifier and Type Method Description GossipTimestampFilterGossipTimestampFilter. clone()Creates a copy of the GossipTimestampFilterstatic GossipTimestampFilterGossipTimestampFilter. 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_GossipTimestampFilterDecodeErrorZResult_GossipTimestampFilterDecodeErrorZ. ok(GossipTimestampFilter o)Creates a new CResult_GossipTimestampFilterDecodeErrorZ in the success state.
-