Uses of Class
net.osslabz.lnd.dto.StreamResultOfLnrpcChannelAcceptRequest
Packages that use StreamResultOfLnrpcChannelAcceptRequest
-
Uses of StreamResultOfLnrpcChannelAcceptRequest in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return StreamResultOfLnrpcChannelAcceptRequestModifier 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.Methods in net.osslabz.lnd.api that return types with arguments of type StreamResultOfLnrpcChannelAcceptRequestModifier and TypeMethodDescriptionLightningApi.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.Method parameters in net.osslabz.lnd.api with type arguments of type StreamResultOfLnrpcChannelAcceptRequestModifier and TypeMethodDescriptionokhttp3.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. -
Uses of StreamResultOfLnrpcChannelAcceptRequest in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return StreamResultOfLnrpcChannelAcceptRequestModifier and TypeMethodDescriptionStreamResultOfLnrpcChannelAcceptRequest.result(LnrpcChannelAcceptRequest result)