Uses of Class
net.osslabz.lnd.dto.LnrpcChannelConstraints
Packages that use LnrpcChannelConstraints
-
Uses of LnrpcChannelConstraints in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcChannelConstraintsModifier and TypeMethodDescriptionLnrpcChannelConstraints.chanReserveSat(String chanReserveSat) LnrpcChannelConstraints.dustLimitSat(String dustLimitSat) LnrpcChannel.getLocalConstraints()Get localConstraintsLnrpcChannel.getRemoteConstraints()Get remoteConstraintsLnrpcChannelConstraints.maxAcceptedHtlcs(Long maxAcceptedHtlcs) LnrpcChannelConstraints.maxPendingAmtMsat(String maxPendingAmtMsat) LnrpcChannelConstraints.minHtlcMsat(String minHtlcMsat) Methods in net.osslabz.lnd.dto with parameters of type LnrpcChannelConstraintsModifier and TypeMethodDescriptionLnrpcChannel.localConstraints(LnrpcChannelConstraints localConstraints) LnrpcChannel.remoteConstraints(LnrpcChannelConstraints remoteConstraints) voidLnrpcChannel.setLocalConstraints(LnrpcChannelConstraints localConstraints) voidLnrpcChannel.setRemoteConstraints(LnrpcChannelConstraints remoteConstraints)