org.curewallet.lib.api.impl
クラス SendToAddressImpl
java.lang.Object
org.curewallet.lib.api.AbstractCoinAPI
org.curewallet.lib.api.impl.SendToAddressImpl
- すべての実装されたインタフェース:
- CoinAPI, SendToAddress
public class SendToAddressImpl
- extends AbstractCoinAPI
- implements SendToAddress
- 導入されたバージョン:
- 作成者:
- 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
- 関連項目:
- 定数フィールド値
SendToAddressImpl
public SendToAddressImpl()
call
public SendToAddressResult call(JsonRPCClient jsonRPCClient,
java.lang.String toAddress,
java.math.BigDecimal amount)
throws CoinAPIException
- インタフェース
SendToAddress
の記述:
- 送金します。
- 定義:
- インタフェース
SendToAddress
内の call
- パラメータ:
jsonRPCClient
- JSON-RPCクライアントtoAddress
- 送金先アドレスamount
- 金額
- 戻り値:
- 実行結果
- 例外:
CoinAPIException
- 失敗
call
public SendToAddressResult call(JsonRPCClient jsonRPCClient,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.String comment,
java.lang.String commentTo)
throws CoinAPIException
- インタフェース
SendToAddress
の記述:
- 送金します。
- 定義:
- インタフェース
SendToAddress
内の call
- パラメータ:
jsonRPCClient
- JSON-RPCクライアント
- 戻り値:
-
- 例外:
CoinAPIException
Copyright © 2014. All Rights Reserved.