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

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

public class SendToAddressImpl
extends AbstractCoinAPI
implements SendToAddress

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

フィールドの概要
protected static java.lang.String METHOD
           
 
クラス org.monache.lib.api.AbstractCoinAPI から継承されたフィールド
ARG_UNSPECIFIED
 
コンストラクタの概要
SendToAddressImpl()
           
 
メソッドの概要
 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)
           
 
クラス 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 内の call
パラメータ:
jsonRPCClient - JSON-RPCクライアント
戻り値:
例外:
CoinAPIException


Copyright © 2014. All Rights Reserved.