org.monache.lib.api
インタフェース SendToAddress

すべてのスーパーインタフェース:
CoinAPI
既知の実装クラスの一覧:
SendToAddressImpl, SendToAddressMock

public interface SendToAddress
extends CoinAPI

sendtoaddress
送金をするAPIです。

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

メソッドの概要
 SendToAddressResult call(JsonRPCClient jsonRPCClient, java.lang.String toAddress, java.math.BigDecimal amount)
          送金します。
 SendToAddressResult call(JsonRPCClient jsonRPCClient, java.lang.String toAddress, java.math.BigDecimal amount, java.lang.String comment, java.lang.String commentTo)
          推奨されていません。 未検証 comment commenTo
 

メソッドの詳細

call

SendToAddressResult call(JsonRPCClient jsonRPCClient,
                         java.lang.String toAddress,
                         java.math.BigDecimal amount)
                         throws CoinAPIException
送金します。

パラメータ:
jsonRPCClient - JSON-RPCクライアント
toAddress - 送金先アドレス
amount - 金額
戻り値:
実行結果
例外:
CoinAPIException - 失敗
導入されたバージョン:
1.0

call

SendToAddressResult call(JsonRPCClient jsonRPCClient,
                         java.lang.String toAddress,
                         java.math.BigDecimal amount,
                         java.lang.String comment,
                         java.lang.String commentTo)
                         throws CoinAPIException
推奨されていません。 未検証 comment commenTo

パラメータ:
jsonRPCClient - JSON-RPCクライアント
toAddress -
amount -
comment -
commentTo -
戻り値:
例外:
CoinAPIException
導入されたバージョン:
1.0


Copyright © 2014. All Rights Reserved.