Uses of Class
net.osslabz.lnd.dto.LnrpcChannelAcceptResponse
Packages that use LnrpcChannelAcceptResponse
-
Uses of LnrpcChannelAcceptResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api with parameters of type LnrpcChannelAcceptResponseModifier and TypeMethodDescriptionLightningApi.channelAcceptor(LnrpcChannelAcceptResponse body) ChannelAcceptor dispatches a bi-directional streaming RPC in which OpenChannel requests are sent to the client and the client responds with a boolean that tells LND whether or not to accept the channel.okhttp3.CallLightningApi.channelAcceptorAsync(LnrpcChannelAcceptResponse body, ApiCallback<StreamResultOfLnrpcChannelAcceptRequest> _callback) ChannelAcceptor dispatches a bi-directional streaming RPC in which OpenChannel requests are sent to the client and the client responds with a boolean that tells LND whether or not to accept the channel.okhttp3.CallLightningApi.channelAcceptorCall(LnrpcChannelAcceptResponse body, ApiCallback _callback) Build call for channelAcceptorLightningApi.channelAcceptorWithHttpInfo(LnrpcChannelAcceptResponse body) ChannelAcceptor dispatches a bi-directional streaming RPC in which OpenChannel requests are sent to the client and the client responds with a boolean that tells LND whether or not to accept the channel. -
Uses of LnrpcChannelAcceptResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcChannelAcceptResponseModifier and TypeMethodDescriptionLnrpcChannelAcceptResponse.inFlightMaxMsat(String inFlightMaxMsat) LnrpcChannelAcceptResponse.maxHtlcCount(Long maxHtlcCount) LnrpcChannelAcceptResponse.minAcceptDepth(Long minAcceptDepth) LnrpcChannelAcceptResponse.pendingChanId(byte[] pendingChanId) LnrpcChannelAcceptResponse.reserveSat(String reserveSat) LnrpcChannelAcceptResponse.upfrontShutdown(String upfrontShutdown)