|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.curewallet.lib.api.CoinAPIFactory
org.curewallet.lib.api.mock.MockCoinAPIFactory
public class MockCoinAPIFactory
デフォルトの暗号通貨用APIオブジェクトを生成するクラス。 DIコンテナを利用される場合は、本クラスを使わずにDIでAPIオブジェクトの生成をされることをお勧めします。
コンストラクタの概要 | |
---|---|
MockCoinAPIFactory()
|
メソッドの概要 | |
---|---|
GetBalance |
getGetBalance()
GetBalance を実装したオブジェクトを取得します。 |
GetNewAddress |
getGetNewAddress()
GetNewAddress を実装したオブジェクトを取得します。 |
GetRawTransaction |
getGetRawTransaction()
GetRawTransaction を実装したオブジェクトを取得します。 |
GetTransaction |
getGetTransaction()
GetTransaction を実装したオブジェクトを取得します。 |
SendFrom |
getSendFrom()
SendFrom を実装したオブジェクトを取得します。 |
SendMany |
getSendMany()
SendMany を実装したオブジェクトを取得します。 |
SendToAddress |
getSendToAddress()
SendToAddress を実装したオブジェクトを取得します。 |
ValidateAddress |
getValidateAddress()
ValidateAddress を実装したオブジェクトを取得します。 |
WalletLock |
getWalletLock()
WalletLock を実装したオブジェクトを取得します。 |
WalletPassphrase |
getWalletPassphrase()
WalletPassphrase を実装したオブジェクトを取得します。 |
static MockCoinAPIFactory |
newInstance()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public MockCoinAPIFactory()
メソッドの詳細 |
---|
public static MockCoinAPIFactory newInstance() throws CoinAPIException
CoinAPIException
public WalletPassphrase getWalletPassphrase() throws CoinAPIException
CoinAPIFactory
の記述:WalletPassphrase
を実装したオブジェクトを取得します。
CoinAPIFactory
内の getWalletPassphrase
CoinAPIException
- オブジェクトの生成に失敗public WalletLock getWalletLock() throws CoinAPIException
CoinAPIFactory
の記述:WalletLock
を実装したオブジェクトを取得します。
CoinAPIFactory
内の getWalletLock
CoinAPIException
- オブジェクトの生成に失敗public GetNewAddress getGetNewAddress() throws CoinAPIException
CoinAPIFactory
の記述:GetNewAddress
を実装したオブジェクトを取得します。
CoinAPIFactory
内の getGetNewAddress
CoinAPIException
- オブジェクトの生成に失敗public GetBalance getGetBalance() throws CoinAPIException
CoinAPIFactory
の記述:GetBalance
を実装したオブジェクトを取得します。
CoinAPIFactory
内の getGetBalance
CoinAPIException
- オブジェクトの生成に失敗public SendToAddress getSendToAddress() throws CoinAPIException
CoinAPIFactory
の記述:SendToAddress
を実装したオブジェクトを取得します。
CoinAPIFactory
内の getSendToAddress
CoinAPIException
- オブジェクトの生成に失敗public SendFrom getSendFrom() throws CoinAPIException
CoinAPIFactory
の記述:SendFrom
を実装したオブジェクトを取得します。
CoinAPIFactory
内の getSendFrom
CoinAPIException
- オブジェクトの生成に失敗public GetRawTransaction getGetRawTransaction() throws CoinAPIException
CoinAPIFactory
の記述:GetRawTransaction
を実装したオブジェクトを取得します。
CoinAPIFactory
内の getGetRawTransaction
CoinAPIException
- オブジェクトの生成に失敗public ValidateAddress getValidateAddress() throws CoinAPIException
CoinAPIFactory
の記述:ValidateAddress
を実装したオブジェクトを取得します。
CoinAPIFactory
内の getValidateAddress
CoinAPIException
- オブジェクトの生成に失敗public GetTransaction getGetTransaction() throws CoinAPIException
CoinAPIFactory
の記述:GetTransaction
を実装したオブジェクトを取得します。
CoinAPIFactory
内の getGetTransaction
CoinAPIException
- オブジェクトの生成に失敗public SendMany getSendMany() throws CoinAPIException
CoinAPIFactory
の記述:SendMany
を実装したオブジェクトを取得します。
CoinAPIFactory
内の getSendMany
CoinAPIException
- オブジェクトの生成に失敗
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |