org.curewallet.lib.api.impl
クラス WalletPassphraseImpl
java.lang.Object
org.curewallet.lib.api.AbstractCoinAPI
org.curewallet.lib.api.impl.WalletPassphraseImpl
- すべての実装されたインタフェース:
- CoinAPI, WalletPassphrase
public class WalletPassphraseImpl
- extends AbstractCoinAPI
- implements WalletPassphrase
- 導入されたバージョン:
- 1.0
- 作成者:
- Nezumi Kozo
フィールドの概要 |
protected static java.lang.String |
METHOD
|
クラス 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.Long timeout)
throws CoinAPIException
- インタフェース
WalletPassphrase
の記述:
- ウォレットをアンロックするための複合キーをメモリに保存します。
- 定義:
- インタフェース
WalletPassphrase
内の call
- パラメータ:
jsonRPCClient
- JSON-RPCクライアントpassphrase
- パスフレーズtimeout
- メモリに保存する時間(second)
- 戻り値:
- 実行結果
- 例外:
CoinAPIException
- 失敗
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.