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 updateMethods 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.
-