public class RequestWalletBalances extends RpcRequest<ResponseMultiAccountBalances>
wallet_balances
, and returns a ResponseMultiAccountBalances
data object.Constructor | Description |
---|---|
RequestWalletBalances(String walletId) |
|
RequestWalletBalances(String walletId,
BigInteger threshold) |
Modifier and Type | Method | Description |
---|---|---|
BigInteger |
getThreshold() |
|
String |
getWalletId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getActionCommand, getResponseClass, toString
public RequestWalletBalances(String walletId)
walletId
- the wallet's IDpublic RequestWalletBalances(String walletId, BigInteger threshold)
walletId
- the wallet's IDthreshold
- the minimum threshold balancepublic String getWalletId()
public BigInteger getThreshold()
Copyright © 2020. All rights reserved.