|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.monache.lib.api.CoinAPIFactory
public abstract class CoinAPIFactory
暗号通貨用APIオブジェクトを生成するクラス。
コンストラクタの概要 | |
---|---|
CoinAPIFactory()
|
メソッドの概要 | |
---|---|
abstract GetBalance |
getGetBalance()
GetBalance を実装したオブジェクトを取得します。 |
abstract GetNewAddress |
getGetNewAddress()
GetNewAddress を実装したオブジェクトを取得します。 |
abstract GetRawTransaction |
getGetRawTransaction()
GetRawTransaction を実装したオブジェクトを取得します。 |
abstract GetTransaction |
getGetTransaction()
GetTransaction を実装したオブジェクトを取得します。 |
abstract SendFrom |
getSendFrom()
SendFrom を実装したオブジェクトを取得します。 |
abstract SendMany |
getSendMany()
SendMany を実装したオブジェクトを取得します。 |
abstract SendToAddress |
getSendToAddress()
SendToAddress を実装したオブジェクトを取得します。 |
abstract ValidateAddress |
getValidateAddress()
ValidateAddress を実装したオブジェクトを取得します。 |
abstract WalletLock |
getWalletLock()
WalletLock を実装したオブジェクトを取得します。 |
abstract WalletPassphrase |
getWalletPassphrase()
WalletPassphrase を実装したオブジェクトを取得します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public CoinAPIFactory()
メソッドの詳細 |
---|
public abstract WalletPassphrase getWalletPassphrase() throws CoinAPIException
WalletPassphrase
を実装したオブジェクトを取得します。
CoinAPIException
- オブジェクトの生成に失敗public abstract WalletLock getWalletLock() throws CoinAPIException
WalletLock
を実装したオブジェクトを取得します。
CoinAPIException
- オブジェクトの生成に失敗public abstract GetNewAddress getGetNewAddress() throws CoinAPIException
GetNewAddress
を実装したオブジェクトを取得します。
CoinAPIException
- オブジェクトの生成に失敗public abstract GetBalance getGetBalance() throws CoinAPIException
GetBalance
を実装したオブジェクトを取得します。
CoinAPIException
- オブジェクトの生成に失敗public abstract SendToAddress getSendToAddress() throws CoinAPIException
SendToAddress
を実装したオブジェクトを取得します。
CoinAPIException
- オブジェクトの生成に失敗public abstract SendFrom getSendFrom() throws CoinAPIException
SendFrom
を実装したオブジェクトを取得します。
CoinAPIException
- オブジェクトの生成に失敗public abstract GetRawTransaction getGetRawTransaction() throws CoinAPIException
GetRawTransaction
を実装したオブジェクトを取得します。
CoinAPIException
- オブジェクトの生成に失敗public abstract ValidateAddress getValidateAddress() throws CoinAPIException
ValidateAddress
を実装したオブジェクトを取得します。
CoinAPIException
- オブジェクトの生成に失敗public abstract GetTransaction getGetTransaction() throws CoinAPIException
GetTransaction
を実装したオブジェクトを取得します。
CoinAPIException
- オブジェクトの生成に失敗public abstract SendMany getSendMany() throws CoinAPIException
SendMany
を実装したオブジェクトを取得します。
CoinAPIException
- オブジェクトの生成に失敗
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |