org.curewallet.lib.api.impl
クラス GetNewAddressImpl

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

public class GetNewAddressImpl
extends AbstractCoinAPI
implements GetNewAddress

導入されたバージョン:
作成者:
Nezumi Kozo

フィールドの概要
protected static java.lang.String METHOD
           
 
クラス org.curewallet.lib.api.AbstractCoinAPI から継承されたフィールド
ARG_UNSPECIFIED
 
コンストラクタの概要
GetNewAddressImpl()
           
 
メソッドの概要
 GetNewAddressResult call(JsonRPCClient jsonRPCClient)
          新しく受け取り用のアドレスを作成します。
 GetNewAddressResult call(JsonRPCClient jsonRPCClient, java.lang.String account)
          新しく受け取り用のアドレスを作成し、任意の口座名を設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

METHOD

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

GetNewAddressImpl

public GetNewAddressImpl()
メソッドの詳細

call

public GetNewAddressResult call(JsonRPCClient jsonRPCClient)
                         throws CoinAPIException
インタフェース GetNewAddress の記述:
新しく受け取り用のアドレスを作成します。

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

call

public GetNewAddressResult call(JsonRPCClient jsonRPCClient,
                                java.lang.String account)
                         throws CoinAPIException
インタフェース GetNewAddress の記述:
新しく受け取り用のアドレスを作成し、任意の口座名を設定します。

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


Copyright © 2014. All Rights Reserved.