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

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

public class WalletPassphraseImpl
extends AbstractCoinAPI
implements WalletPassphrase

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

フィールドの概要
protected static java.lang.String METHOD
           
 
クラス org.monache.lib.api.AbstractCoinAPI から継承されたフィールド
ARG_UNSPECIFIED
 
コンストラクタの概要
WalletPassphraseImpl()
           
 
メソッドの概要
 WalletPassphraseResult call(JsonRPCClient jsonRPCClient, java.lang.String passphrase, java.lang.Integer timeout)
          ウォレットをアンロックするための複合キーをメモリに保存します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

METHOD

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

WalletPassphraseImpl

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

call

public WalletPassphraseResult call(JsonRPCClient jsonRPCClient,
                                   java.lang.String passphrase,
                                   java.lang.Integer timeout)
                            throws CoinAPIException
インタフェース WalletPassphrase の記述:
ウォレットをアンロックするための複合キーをメモリに保存します。

定義:
インタフェース WalletPassphrase 内の call
パラメータ:
jsonRPCClient - JSON-RPCクライアント
passphrase - パスフレーズ
timeout - メモリに保存する時間(second)
戻り値:
実行結果
例外:
CoinAPIException - 失敗


Copyright © 2014. All Rights Reserved.