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
MessageSendEvent.SendGossipTimestampFilter. msg
The gossip_timestamp_filter which should be sent.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 boolean
GossipTimestampFilter. eq(GossipTimestampFilter b)
Checks if two GossipTimestampFilters contain equal inner contents.static Result_GossipTimestampFilterDecodeErrorZ
Result_GossipTimestampFilterDecodeErrorZ. ok(GossipTimestampFilter o)
Creates a new CResult_GossipTimestampFilterDecodeErrorZ in the success state.static MessageSendEvent
MessageSendEvent. send_gossip_timestamp_filter(byte[] node_id, GossipTimestampFilter msg)
Utility method to constructs a new SendGossipTimestampFilter-variant MessageSendEvent
-