Uses of Class
net.osslabz.lnd.dto.LnrpcOpenChannelRequest
Packages that use LnrpcOpenChannelRequest
-
Uses of LnrpcOpenChannelRequest in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api with parameters of type LnrpcOpenChannelRequestModifier and TypeMethodDescriptionLightningApi.openChannel(LnrpcOpenChannelRequest body) lncli: `openchannel` OpenChannel attempts to open a singly funded channel specified in the request to a remote peer.okhttp3.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.okhttp3.CallLightningApi.openChannelCall(LnrpcOpenChannelRequest body, ApiCallback _callback) Build call for openChannelLightningApi.openChannelSync(LnrpcOpenChannelRequest body) OpenChannelSync is a synchronous version of the OpenChannel RPC call.okhttp3.CallLightningApi.openChannelSyncAsync(LnrpcOpenChannelRequest body, ApiCallback<LnrpcChannelPoint> _callback) OpenChannelSync is a synchronous version of the OpenChannel RPC call.okhttp3.CallLightningApi.openChannelSyncCall(LnrpcOpenChannelRequest body, ApiCallback _callback) Build call for openChannelSyncLightningApi.openChannelSyncWithHttpInfo(LnrpcOpenChannelRequest body) OpenChannelSync is a synchronous version of the OpenChannel RPC call.LightningApi.openChannelWithHttpInfo(LnrpcOpenChannelRequest body) lncli: `openchannel` OpenChannel attempts to open a singly funded channel specified in the request to a remote peer. -
Uses of LnrpcOpenChannelRequest in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcOpenChannelRequestModifier and TypeMethodDescriptionLnrpcOpenChannelRequest.closeAddress(String closeAddress) LnrpcOpenChannelRequest.commitmentType(LnrpcCommitmentType commitmentType) LnrpcOpenChannelRequest.fundingShim(LnrpcFundingShim fundingShim) LnrpcOpenChannelRequest.localFundingAmount(String localFundingAmount) LnrpcOpenChannelRequest.maxLocalCsv(Long maxLocalCsv) LnrpcOpenChannelRequest.minHtlcMsat(String minHtlcMsat) LnrpcOpenChannelRequest.nodePubkey(byte[] nodePubkey) LnrpcOpenChannelRequest.nodePubkeyString(String nodePubkeyString) LnrpcOpenChannelRequest.remoteChanReserveSat(String remoteChanReserveSat) LnrpcOpenChannelRequest.remoteCsvDelay(Long remoteCsvDelay) LnrpcOpenChannelRequest.remoteMaxHtlcs(Long remoteMaxHtlcs) LnrpcOpenChannelRequest.remoteMaxValueInFlightMsat(String remoteMaxValueInFlightMsat) LnrpcOpenChannelRequest.satPerByte(String satPerByte) LnrpcOpenChannelRequest.satPerVbyte(String satPerVbyte) LnrpcOpenChannelRequest.spendUnconfirmed(Boolean spendUnconfirmed) LnrpcOpenChannelRequest.targetConf(Integer targetConf) LnrpcOpenChannelRequest.useBaseFee(Boolean useBaseFee) LnrpcOpenChannelRequest.useFeeRate(Boolean useFeeRate)