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
|
メソッドの概要 |
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)
送金元の口座名を指定して送金します。 |
クラス 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
の記述:
- 送金元の口座名を指定して送金します。
- 定義:
- インタフェース
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.Long minconf)
throws CoinAPIException
- インタフェース
SendFrom
の記述:
- 送金元の口座名を指定して送金します。
- 定義:
- インタフェース
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.Long minconf,
java.lang.String comment,
java.lang.String commentTo)
throws CoinAPIException
- インタフェース
SendFrom
の記述:
- 送金元の口座名を指定して送金します。
- 定義:
- インタフェース
SendFrom
内の call
- パラメータ:
jsonRPCClient
- JSON-RPCクライアント
- 戻り値:
-
- 例外:
CoinAPIException
Copyright © 2014. All Rights Reserved.