|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface SendFrom
sendfrom
送金元の口座名を指定して、送金をするAPIです。
メソッドの概要 | |
---|---|
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)
推奨されていません。 未検証 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)
推奨されていません。 未検証 minconf comment 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)
推奨されていません。 未検証 comment commentTo 送金元の口座名を指定して送金します。 |
メソッドの詳細 |
---|
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
- 失敗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
SendFromResult call(JsonRPCClient jsonRPCClient, java.lang.String fromAccount, java.lang.String toAddress, java.math.BigDecimal amount, java.lang.Integer minconf) throws CoinAPIException
jsonRPCClient
- JSON-RPCクライアントfromAccount
- toAddress
- amount
- minconf
-
CoinAPIException
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
jsonRPCClient
- JSON-RPCクライアントfromAccount
- toAddress
- amount
- minconf
- comment
- commentTo
-
CoinAPIException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |