Uses of Class
net.osslabz.lnd.dto.StreamResultOfLnrpcOpenStatusUpdate
Packages that use StreamResultOfLnrpcOpenStatusUpdate
-
Uses of StreamResultOfLnrpcOpenStatusUpdate in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return StreamResultOfLnrpcOpenStatusUpdateModifier and TypeMethodDescriptionLightningApi.openChannel(LnrpcOpenChannelRequest body) lncli: `openchannel` OpenChannel attempts to open a singly funded channel specified in the request to a remote peer.Methods in net.osslabz.lnd.api that return types with arguments of type StreamResultOfLnrpcOpenStatusUpdateModifier and TypeMethodDescriptionLightningApi.openChannelWithHttpInfo(LnrpcOpenChannelRequest body) lncli: `openchannel` OpenChannel attempts to open a singly funded channel specified in the request to a remote peer.Method parameters in net.osslabz.lnd.api with type arguments of type StreamResultOfLnrpcOpenStatusUpdateModifier and TypeMethodDescriptionokhttp3.CallLightningApi.openChannelAsync(LnrpcOpenChannelRequest body, ApiCallback<StreamResultOfLnrpcOpenStatusUpdate> _callback) lncli: `openchannel` OpenChannel attempts to open a singly funded channel specified in the request to a remote peer. -
Uses of StreamResultOfLnrpcOpenStatusUpdate in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return StreamResultOfLnrpcOpenStatusUpdateModifier and TypeMethodDescriptionStreamResultOfLnrpcOpenStatusUpdate.result(LnrpcOpenStatusUpdate result)