|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface GetNewAddress
getnewaddress
ウォレットに新しく受け取り用アドレスを作成するためのAPIです。
メソッドの概要 | |
---|---|
GetNewAddressResult |
call(JsonRPCClient jsonRPCClient)
新しく受け取り用のアドレスを作成します。 |
GetNewAddressResult |
call(JsonRPCClient jsonRPCClient,
java.lang.String account)
新しく受け取り用のアドレスを作成し、任意の口座名を設定します。 |
メソッドの詳細 |
---|
GetNewAddressResult call(JsonRPCClient jsonRPCClient) throws CoinAPIException
jsonRPCClient
- JSON-RPCクライアント
CoinAPIException
- 失敗GetNewAddressResult call(JsonRPCClient jsonRPCClient, java.lang.String account) throws CoinAPIException
jsonRPCClient
- JSON-RPCクライアントaccount
- アドレスの口座名(ラベル)
CoinAPIException
- 失敗
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |