|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface SendToAddress
sendtoaddress
送金をするAPIです。
メソッドの概要 | |
---|---|
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)
送金します。 |
メソッドの詳細 |
---|
SendToAddressResult call(JsonRPCClient jsonRPCClient, java.lang.String toAddress, java.math.BigDecimal amount) throws CoinAPIException
jsonRPCClient
- JSON-RPCクライアントtoAddress
- 送金先アドレスamount
- 金額
CoinAPIException
- 失敗SendToAddressResult call(JsonRPCClient jsonRPCClient, java.lang.String toAddress, java.math.BigDecimal amount, java.lang.String comment, java.lang.String commentTo) throws CoinAPIException
jsonRPCClient
- JSON-RPCクライアントtoAddress
- amount
- comment
- commentTo
-
CoinAPIException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |