Uses of Class
net.osslabz.lnd.dto.LnrpcPolicyUpdateResponse
Packages that use LnrpcPolicyUpdateResponse
-
Uses of LnrpcPolicyUpdateResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcPolicyUpdateResponseModifier and TypeMethodDescriptionLightningApi.updateChannelPolicy(LnrpcPolicyUpdateRequest body) lncli: `updatechanpolicy` UpdateChannelPolicy allows the caller to update the fee schedule and channel policies for all channels globally, or a particular channel.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcPolicyUpdateResponseModifier and TypeMethodDescriptionLightningApi.updateChannelPolicyWithHttpInfo(LnrpcPolicyUpdateRequest body) lncli: `updatechanpolicy` UpdateChannelPolicy allows the caller to update the fee schedule and channel policies for all channels globally, or a particular channel.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcPolicyUpdateResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.updateChannelPolicyAsync(LnrpcPolicyUpdateRequest body, ApiCallback<LnrpcPolicyUpdateResponse> _callback) lncli: `updatechanpolicy` UpdateChannelPolicy allows the caller to update the fee schedule and channel policies for all channels globally, or a particular channel. -
Uses of LnrpcPolicyUpdateResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcPolicyUpdateResponseModifier and TypeMethodDescriptionLnrpcPolicyUpdateResponse.addFailedUpdatesItem(LnrpcFailedUpdate failedUpdatesItem) LnrpcPolicyUpdateResponse.failedUpdates(List<LnrpcFailedUpdate> failedUpdates)