Uses of Class
net.osslabz.lnd.dto.StreamResultOfLnrpcCloseStatusUpdate
Packages that use StreamResultOfLnrpcCloseStatusUpdate
-
Uses of StreamResultOfLnrpcCloseStatusUpdate in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return StreamResultOfLnrpcCloseStatusUpdateModifier and TypeMethodDescriptionLightningApi.closeChannel(String channelPointFundingTxidStr, Long channelPointOutputIndex, byte[] channelPointFundingTxidBytes, Boolean force, Integer targetConf, String satPerByte, String deliveryAddress, String satPerVbyte, String maxFeePerVbyte) lncli: `closechannel` CloseChannel attempts to close an active channel identified by its channel outpoint (ChannelPoint).Methods in net.osslabz.lnd.api that return types with arguments of type StreamResultOfLnrpcCloseStatusUpdateModifier and TypeMethodDescriptionLightningApi.closeChannelWithHttpInfo(String channelPointFundingTxidStr, Long channelPointOutputIndex, byte[] channelPointFundingTxidBytes, Boolean force, Integer targetConf, String satPerByte, String deliveryAddress, String satPerVbyte, String maxFeePerVbyte) lncli: `closechannel` CloseChannel attempts to close an active channel identified by its channel outpoint (ChannelPoint).Method parameters in net.osslabz.lnd.api with type arguments of type StreamResultOfLnrpcCloseStatusUpdateModifier and TypeMethodDescriptionokhttp3.CallLightningApi.closeChannelAsync(String channelPointFundingTxidStr, Long channelPointOutputIndex, byte[] channelPointFundingTxidBytes, Boolean force, Integer targetConf, String satPerByte, String deliveryAddress, String satPerVbyte, String maxFeePerVbyte, ApiCallback<StreamResultOfLnrpcCloseStatusUpdate> _callback) lncli: `closechannel` CloseChannel attempts to close an active channel identified by its channel outpoint (ChannelPoint). -
Uses of StreamResultOfLnrpcCloseStatusUpdate in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return StreamResultOfLnrpcCloseStatusUpdateModifier and TypeMethodDescriptionStreamResultOfLnrpcCloseStatusUpdate.result(LnrpcCloseStatusUpdate result)