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 UnsignedChannelUpdateResult_UnsignedChannelUpdateDecodeErrorZ.Result_UnsignedChannelUpdateDecodeErrorZ_OK. resMethods in org.ldk.structs that return UnsignedChannelUpdate Modifier and Type Method Description UnsignedChannelUpdateUnsignedChannelUpdate. clone()Creates a copy of the UnsignedChannelUpdateUnsignedChannelUpdateChannelUpdate. get_contents()The actual channel updatestatic UnsignedChannelUpdateUnsignedChannelUpdate. 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 ChannelUpdateChannelUpdate. of(byte[] signature_arg, UnsignedChannelUpdate contents_arg)Constructs a new ChannelUpdate given each fieldstatic Result_UnsignedChannelUpdateDecodeErrorZResult_UnsignedChannelUpdateDecodeErrorZ. ok(UnsignedChannelUpdate o)Creates a new CResult_UnsignedChannelUpdateDecodeErrorZ in the success state.voidChannelUpdate. set_contents(UnsignedChannelUpdate val)The actual channel updateResult_NoneLightningErrorZNetworkGraph. 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.
-