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
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 updateMethods in org.ldk.structs with parameters of type UnsignedChannelUpdate Modifier and Type Method Description 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.
-