|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.curewallet.lib.api.AbstractCoinAPI
org.curewallet.lib.api.impl.GetNewAddressImpl
public class GetNewAddressImpl
フィールドの概要 | |
---|---|
protected static java.lang.String |
METHOD
|
クラス org.curewallet.lib.api.AbstractCoinAPI から継承されたフィールド |
---|
ARG_UNSPECIFIED |
コンストラクタの概要 | |
---|---|
GetNewAddressImpl()
|
メソッドの概要 | |
---|---|
GetNewAddressResult |
call(JsonRPCClient jsonRPCClient)
新しく受け取り用のアドレスを作成します。 |
GetNewAddressResult |
call(JsonRPCClient jsonRPCClient,
java.lang.String account)
新しく受け取り用のアドレスを作成し、任意の口座名を設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected static final java.lang.String METHOD
コンストラクタの詳細 |
---|
public GetNewAddressImpl()
メソッドの詳細 |
---|
public GetNewAddressResult call(JsonRPCClient jsonRPCClient) throws CoinAPIException
GetNewAddress
の記述:
GetNewAddress
内の call
jsonRPCClient
- JSON-RPCクライアント
CoinAPIException
- 失敗public GetNewAddressResult call(JsonRPCClient jsonRPCClient, java.lang.String account) throws CoinAPIException
GetNewAddress
の記述:
GetNewAddress
内の call
jsonRPCClient
- JSON-RPCクライアントaccount
- アドレスの口座名(ラベル)
CoinAPIException
- 失敗
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |