org.monache.lib.api.impl
クラス GetBalanceImpl

java.lang.Object
  上位を拡張 org.monache.lib.api.AbstractCoinAPI
      上位を拡張 org.monache.lib.api.impl.GetBalanceImpl
すべての実装されたインタフェース:
CoinAPI, GetBalance

public class GetBalanceImpl
extends AbstractCoinAPI
implements GetBalance

導入されたバージョン:
1.0
作成者:
monache.org

フィールドの概要
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
 

フィールドの詳細

METHOD

protected static final java.lang.String METHOD
関連項目:
定数フィールド値
コンストラクタの詳細

GetBalanceImpl

public GetBalanceImpl()
導入されたバージョン:
1.0
メソッドの詳細

call

public GetBalanceResult call(JsonRPCClient jsonRPCClient)
                      throws CoinAPIException
インタフェース GetBalance の記述:
ウォレット全体の利用残高を取得します。

定義:
インタフェース GetBalance 内の call
パラメータ:
jsonRPCClient - JSON-RPCクライアント
戻り値:
実行結果
例外:
CoinAPIException - 失敗

call

public GetBalanceResult call(JsonRPCClient jsonRPCClient,
                             java.lang.String account)
                      throws CoinAPIException
インタフェース GetBalance の記述:
任意の口座の利用残高を取得します。

定義:
インタフェース GetBalance 内の call
パラメータ:
jsonRPCClient - JSON-RPCクライアント
account - 口座名(ラベル)
戻り値:
実行結果
例外:
CoinAPIException - 失敗

call

public GetBalanceResult call(JsonRPCClient jsonRPCClient,
                             java.lang.String account,
                             java.lang.Long minconf)
                      throws CoinAPIException
定義:
インタフェース GetBalance 内の call
パラメータ:
jsonRPCClient - JSON-RPCクライアント
戻り値:
例外:
CoinAPIException


Copyright © 2014. All Rights Reserved.