org.curewallet.lib.api
インタフェース SendFrom

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

public interface SendFrom
extends CoinAPI

sendfrom
送金元の口座名を指定して、送金をするAPIです。

導入されたバージョン:
1.0
作成者:
Nezumi Kozo

メソッドの概要
 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.Long minconf)
          送金元の口座名を指定して送金します。
 SendFromResult call(JsonRPCClient jsonRPCClient, java.lang.String fromAccount, java.lang.String toAddress, java.math.BigDecimal amount, java.lang.Long 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)
          送金元の口座名を指定して送金します。
 

メソッドの詳細

call

SendFromResult call(JsonRPCClient jsonRPCClient,
                    java.lang.String fromAccount,
                    java.lang.String toAddress,
                    java.math.BigDecimal amount)
                    throws CoinAPIException
送金元の口座名を指定して送金します。

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

call

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
送金元の口座名を指定して送金します。

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

call

SendFromResult call(JsonRPCClient jsonRPCClient,
                    java.lang.String fromAccount,
                    java.lang.String toAddress,
                    java.math.BigDecimal amount,
                    java.lang.Long minconf)
                    throws CoinAPIException
送金元の口座名を指定して送金します。

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

call

SendFromResult call(JsonRPCClient jsonRPCClient,
                    java.lang.String fromAccount,
                    java.lang.String toAddress,
                    java.math.BigDecimal amount,
                    java.lang.Long minconf,
                    java.lang.String comment,
                    java.lang.String commentTo)
                    throws CoinAPIException
送金元の口座名を指定して送金します。

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


Copyright © 2014. All Rights Reserved.