Uses of Class
org.ldk.structs.UnsignedChannelUpdate
-
Packages that use UnsignedChannelUpdate Package Description org.ldk.structs -
-
Uses of UnsignedChannelUpdate in org.ldk.structs
Fields in org.ldk.structs declared as UnsignedChannelUpdate Modifier and Type Field Description UnsignedChannelUpdate
UnsignedGossipMessage.ChannelUpdate. channel_update
UnsignedChannelUpdate
Result_UnsignedChannelUpdateDecodeErrorZ.Result_UnsignedChannelUpdateDecodeErrorZ_OK. res
Methods in org.ldk.structs that return UnsignedChannelUpdate Modifier and Type Method Description UnsignedChannelUpdate
UnsignedChannelUpdate. clone()
Creates a copy of the UnsignedChannelUpdateUnsignedChannelUpdate
ChannelUpdate. get_contents()
The actual channel updatestatic UnsignedChannelUpdate
UnsignedChannelUpdate. of(byte[] chain_hash_arg, long short_channel_id_arg, int timestamp_arg, byte flags_arg, short cltv_expiry_delta_arg, long htlc_minimum_msat_arg, long htlc_maximum_msat_arg, int fee_base_msat_arg, int fee_proportional_millionths_arg, byte[] excess_data_arg)
Constructs a new UnsignedChannelUpdate given each fieldMethods in org.ldk.structs with parameters of type UnsignedChannelUpdate Modifier and Type Method Description static UnsignedGossipMessage
UnsignedGossipMessage. channel_update(UnsignedChannelUpdate a)
Utility method to constructs a new ChannelUpdate-variant UnsignedGossipMessageboolean
UnsignedChannelUpdate. eq(UnsignedChannelUpdate b)
Checks if two UnsignedChannelUpdates contain equal inner contents.static ChannelUpdate
ChannelUpdate. of(byte[] signature_arg, UnsignedChannelUpdate contents_arg)
Constructs a new ChannelUpdate given each fieldstatic Result_UnsignedChannelUpdateDecodeErrorZ
Result_UnsignedChannelUpdateDecodeErrorZ. ok(UnsignedChannelUpdate o)
Creates a new CResult_UnsignedChannelUpdateDecodeErrorZ in the success state.void
ChannelUpdate. set_contents(UnsignedChannelUpdate val)
The actual channel updateResult_NoneLightningErrorZ
NetworkGraph. update_channel_unsigned(UnsignedChannelUpdate msg)
For an already known (from announcement) channel, update info about one of the directions of the channel without verifying the associated signatures.
-