Uses of Class
net.osslabz.lnd.dto.LnrpcWalletBalanceResponse
Packages that use LnrpcWalletBalanceResponse
-
Uses of LnrpcWalletBalanceResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcWalletBalanceResponseModifier and TypeMethodDescriptionLightningApi.walletBalance()lncli: `walletbalance` WalletBalance returns total unspent outputs(confirmed and unconfirmed), all confirmed unspent outputs and all unconfirmed unspent outputs under control of the wallet.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcWalletBalanceResponseModifier and TypeMethodDescriptionLightningApi.walletBalanceWithHttpInfo()lncli: `walletbalance` WalletBalance returns total unspent outputs(confirmed and unconfirmed), all confirmed unspent outputs and all unconfirmed unspent outputs under control of the wallet.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcWalletBalanceResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.walletBalanceAsync(ApiCallback<LnrpcWalletBalanceResponse> _callback) lncli: `walletbalance` WalletBalance returns total unspent outputs(confirmed and unconfirmed), all confirmed unspent outputs and all unconfirmed unspent outputs under control of the wallet. -
Uses of LnrpcWalletBalanceResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcWalletBalanceResponseModifier and TypeMethodDescriptionLnrpcWalletBalanceResponse.accountBalance(Map<String, LnrpcWalletAccountBalance> accountBalance) LnrpcWalletBalanceResponse.confirmedBalance(String confirmedBalance) LnrpcWalletBalanceResponse.lockedBalance(String lockedBalance) LnrpcWalletBalanceResponse.putAccountBalanceItem(String key, LnrpcWalletAccountBalance accountBalanceItem) LnrpcWalletBalanceResponse.reservedBalanceAnchorChan(String reservedBalanceAnchorChan) LnrpcWalletBalanceResponse.totalBalance(String totalBalance) LnrpcWalletBalanceResponse.unconfirmedBalance(String unconfirmedBalance)