org.monache.lib.api
インタフェース WalletPassphrase
- すべてのスーパーインタフェース:
- CoinAPI
- 既知の実装クラスの一覧:
- WalletPassphraseImpl, WalletPassphraseMock
public interface WalletPassphrase
- extends CoinAPI
ウォレットをアンロックするための複合キーをメモリに保存するためのAPIです。
- 導入されたバージョン:
- 1.0
- 作成者:
- monache.org
call
WalletPassphraseResult call(JsonRPCClient jsonRPCClient,
java.lang.String passphrase,
java.lang.Integer timeout)
throws CoinAPIException
- ウォレットをアンロックするための複合キーをメモリに保存します。
- パラメータ:
jsonRPCClient
- JSON-RPCクライアントpassphrase
- パスフレーズtimeout
- メモリに保存する時間(second)
- 戻り値:
- 実行結果
- 例外:
CoinAPIException
- 失敗- 導入されたバージョン:
- 1.0
Copyright © 2014. All Rights Reserved.