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

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

public class SendFromImpl
extends AbstractCoinAPI
implements SendFrom

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

フィールドの概要
protected static java.lang.String METHOD
           
 
クラス org.monache.lib.api.AbstractCoinAPI から継承されたフィールド
ARG_UNSPECIFIED
 
コンストラクタの概要
SendFromImpl()
           
 
メソッドの概要
 SendFromResult call(JsonRPCClient jsonRPCClient, java.lang.String fromAccount, java.lang.String toAddress, java.math.BigDecimal amount)
          送金元の口座名を指定して送金します。
 SendFromResult call(JsonRPCClient jsonRPCClient, java.lang.String fromAccount, java.lang.String toAddress, java.math.BigDecimal amount, java.lang.Integer minconf)
           
 SendFromResult call(JsonRPCClient jsonRPCClient, java.lang.String fromAccount, java.lang.String toAddress, java.math.BigDecimal amount, java.lang.Integer minconf, java.lang.String comment, java.lang.String commentTo)
           
 SendFromResult call(JsonRPCClient jsonRPCClient, java.lang.String fromAccount, 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
関連項目:
定数フィールド値
コンストラクタの詳細

SendFromImpl

public SendFromImpl()
メソッドの詳細

call

public SendFromResult call(JsonRPCClient jsonRPCClient,
                           java.lang.String fromAccount,
                           java.lang.String toAddress,
                           java.math.BigDecimal amount)
                    throws CoinAPIException
インタフェース SendFrom の記述:
送金元の口座名を指定して送金します。

定義:
インタフェース SendFrom 内の call
パラメータ:
jsonRPCClient - JSON-RPCクライアント
fromAccount - 送金元口座
toAddress - 送金先アドレス
amount - 金額
戻り値:
実行結果
例外:
CoinAPIException - 失敗

call

public SendFromResult call(JsonRPCClient jsonRPCClient,
                           java.lang.String fromAccount,
                           java.lang.String toAddress,
                           java.math.BigDecimal amount,
                           java.lang.String comment,
                           java.lang.String commentTo)
                    throws CoinAPIException
定義:
インタフェース SendFrom 内の call
パラメータ:
jsonRPCClient - JSON-RPCクライアント
戻り値:
例外:
CoinAPIException

call

public SendFromResult call(JsonRPCClient jsonRPCClient,
                           java.lang.String fromAccount,
                           java.lang.String toAddress,
                           java.math.BigDecimal amount,
                           java.lang.Integer minconf)
                    throws CoinAPIException
定義:
インタフェース SendFrom 内の call
パラメータ:
jsonRPCClient - JSON-RPCクライアント
戻り値:
例外:
CoinAPIException

call

public SendFromResult call(JsonRPCClient jsonRPCClient,
                           java.lang.String fromAccount,
                           java.lang.String toAddress,
                           java.math.BigDecimal amount,
                           java.lang.Integer minconf,
                           java.lang.String comment,
                           java.lang.String commentTo)
                    throws CoinAPIException
定義:
インタフェース SendFrom 内の call
パラメータ:
jsonRPCClient - JSON-RPCクライアント
戻り値:
例外:
CoinAPIException


Copyright © 2014. All Rights Reserved.