|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.monache.lib.api.AbstractCoinAPI
org.monache.lib.api.impl.GetBalanceImpl
public class GetBalanceImpl
フィールドの概要 | |
---|---|
protected static java.lang.String |
METHOD
|
クラス org.monache.lib.api.AbstractCoinAPI から継承されたフィールド |
---|
ARG_UNSPECIFIED |
コンストラクタの概要 | |
---|---|
GetBalanceImpl()
|
メソッドの概要 | |
---|---|
GetBalanceResult |
call(JsonRPCClient jsonRPCClient)
ウォレット全体の利用残高を取得します。 |
GetBalanceResult |
call(JsonRPCClient jsonRPCClient,
java.lang.String account)
任意の口座の利用残高を取得します。 |
GetBalanceResult |
call(JsonRPCClient jsonRPCClient,
java.lang.String account,
java.lang.Long minconf)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected static final java.lang.String METHOD
コンストラクタの詳細 |
---|
public GetBalanceImpl()
メソッドの詳細 |
---|
public GetBalanceResult call(JsonRPCClient jsonRPCClient) throws CoinAPIException
GetBalance
の記述:
GetBalance
内の call
jsonRPCClient
- JSON-RPCクライアント
CoinAPIException
- 失敗public GetBalanceResult call(JsonRPCClient jsonRPCClient, java.lang.String account) throws CoinAPIException
GetBalance
の記述:
GetBalance
内の call
jsonRPCClient
- JSON-RPCクライアントaccount
- 口座名(ラベル)
CoinAPIException
- 失敗public GetBalanceResult call(JsonRPCClient jsonRPCClient, java.lang.String account, java.lang.Long minconf) throws CoinAPIException
GetBalance
内の call
jsonRPCClient
- JSON-RPCクライアント
CoinAPIException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |