Uses of Class
net.osslabz.lnd.dto.LnrpcChannelUpdate
Packages that use LnrpcChannelUpdate
-
Uses of LnrpcChannelUpdate in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcChannelUpdateModifier and TypeMethodDescriptionLnrpcChannelUpdate.chainHash(byte[] chainHash) LnrpcChannelUpdate.channelFlags(Long channelFlags) LnrpcChannelUpdate.extraOpaqueData(byte[] extraOpaqueData) LnrpcFailure.getChannelUpdate()Get channelUpdateLnrpcChannelUpdate.htlcMaximumMsat(String htlcMaximumMsat) LnrpcChannelUpdate.htlcMinimumMsat(String htlcMinimumMsat) LnrpcChannelUpdate.messageFlags(Long messageFlags) LnrpcChannelUpdate.signature(byte[] signature) LnrpcChannelUpdate.timeLockDelta(Long timeLockDelta) Methods in net.osslabz.lnd.dto with parameters of type LnrpcChannelUpdateModifier and TypeMethodDescriptionLnrpcFailure.channelUpdate(LnrpcChannelUpdate channelUpdate) voidLnrpcFailure.setChannelUpdate(LnrpcChannelUpdate channelUpdate)