Uses of Class
net.osslabz.lnd.dto.LnrpcPolicyUpdateRequest
Packages that use LnrpcPolicyUpdateRequest
-
Uses of LnrpcPolicyUpdateRequest in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api with parameters of type LnrpcPolicyUpdateRequestModifier 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.okhttp3.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.okhttp3.CallLightningApi.updateChannelPolicyCall(LnrpcPolicyUpdateRequest body, ApiCallback _callback) Build call for updateChannelPolicyLightningApi.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. -
Uses of LnrpcPolicyUpdateRequest in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcPolicyUpdateRequestModifier and TypeMethodDescriptionLnrpcPolicyUpdateRequest.baseFeeMsat(String baseFeeMsat) LnrpcPolicyUpdateRequest.chanPoint(LnrpcChannelPoint chanPoint) LnrpcPolicyUpdateRequest.feeRatePpm(Long feeRatePpm) LnrpcPolicyUpdateRequest.maxHtlcMsat(String maxHtlcMsat) LnrpcPolicyUpdateRequest.minHtlcMsat(String minHtlcMsat) LnrpcPolicyUpdateRequest.minHtlcMsatSpecified(Boolean minHtlcMsatSpecified) LnrpcPolicyUpdateRequest.timeLockDelta(Long timeLockDelta)