Uses of Class
net.osslabz.lnd.dto.LnrpcChannelBalanceResponse
Packages that use LnrpcChannelBalanceResponse
-
Uses of LnrpcChannelBalanceResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcChannelBalanceResponseModifier and TypeMethodDescriptionLightningApi.channelBalance()lncli: `channelbalance` ChannelBalance returns a report on the total funds across all open channels, categorized in local/remote, pending local/remote and unsettled local/remote balances.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcChannelBalanceResponseModifier and TypeMethodDescriptionLightningApi.channelBalanceWithHttpInfo()lncli: `channelbalance` ChannelBalance returns a report on the total funds across all open channels, categorized in local/remote, pending local/remote and unsettled local/remote balances.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcChannelBalanceResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.channelBalanceAsync(ApiCallback<LnrpcChannelBalanceResponse> _callback) lncli: `channelbalance` ChannelBalance returns a report on the total funds across all open channels, categorized in local/remote, pending local/remote and unsettled local/remote balances. -
Uses of LnrpcChannelBalanceResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcChannelBalanceResponseModifier and TypeMethodDescriptionLnrpcChannelBalanceResponse.localBalance(LnrpcAmount localBalance) LnrpcChannelBalanceResponse.pendingOpenBalance(String pendingOpenBalance) LnrpcChannelBalanceResponse.pendingOpenLocalBalance(LnrpcAmount pendingOpenLocalBalance) LnrpcChannelBalanceResponse.pendingOpenRemoteBalance(LnrpcAmount pendingOpenRemoteBalance) LnrpcChannelBalanceResponse.remoteBalance(LnrpcAmount remoteBalance) LnrpcChannelBalanceResponse.unsettledLocalBalance(LnrpcAmount unsettledLocalBalance) LnrpcChannelBalanceResponse.unsettledRemoteBalance(LnrpcAmount unsettledRemoteBalance)