|
||||||||||
前 次 | フレームあり フレームなし |
CoinAPIException を使用しているパッケージ | |
---|---|
org.curewallet.lib.api | |
org.curewallet.lib.api.impl | |
org.curewallet.lib.api.mock |
org.curewallet.lib.api での CoinAPIException の使用 |
---|
CoinAPIException をスローする org.curewallet.lib.api のメソッド | |
---|---|
GetBalanceResult |
GetBalance.call(JsonRPCClient jsonRPCClient)
ウォレット全体の利用残高を取得します。 |
GetNewAddressResult |
GetNewAddress.call(JsonRPCClient jsonRPCClient)
新しく受け取り用のアドレスを作成します。 |
WalletLockResult |
WalletLock.call(JsonRPCClient jsonRPCClient)
アウォレットの複合キーをメモリから削除し、ウォレットをロックします。 |
ValidateAddressResult |
ValidateAddress.call(JsonRPCClient jsonRPCClient,
java.lang.String address)
ウォレットアドレスの情報を取得します。 |
GetTransactionResult |
GetTransaction.call(JsonRPCClient jsonRPCClient,
java.lang.String transactionId)
|
GetBalanceResult |
GetBalance.call(JsonRPCClient jsonRPCClient,
java.lang.String account)
任意の口座の利用残高を取得します。 |
GetRawTransactionResult |
GetRawTransaction.call(JsonRPCClient jsonRPCClient,
java.lang.String transactionId)
|
GetNewAddressResult |
GetNewAddress.call(JsonRPCClient jsonRPCClient,
java.lang.String account)
新しく受け取り用のアドレスを作成し、任意の口座名を設定します。 |
SendToAddressResult |
SendToAddress.call(JsonRPCClient jsonRPCClient,
java.lang.String toAddress,
java.math.BigDecimal amount)
送金します。 |
SendToAddressResult |
SendToAddress.call(JsonRPCClient jsonRPCClient,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.String comment,
java.lang.String commentTo)
送金します。 |
WalletPassphraseResult |
WalletPassphrase.call(JsonRPCClient jsonRPCClient,
java.lang.String passphrase,
java.lang.Integer timeout)
ウォレットをアンロックするための複合キーをメモリに保存します。 |
GetBalanceResult |
GetBalance.call(JsonRPCClient jsonRPCClient,
java.lang.String account,
java.lang.Long minconf)
推奨されていません。 minconfの未検証 任意の口座の利用残高を取得します。 |
WalletPassphraseResult |
WalletPassphrase.call(JsonRPCClient jsonRPCClient,
java.lang.String passphrase,
java.lang.Long timeout)
ウォレットをアンロックするための複合キーをメモリに保存します。 |
GetRawTransactionResult |
GetRawTransaction.call(JsonRPCClient jsonRPCClient,
java.lang.String transactionId,
java.lang.Long verbose)
|
SendManyResult |
SendMany.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.util.Map<java.lang.String,java.math.BigDecimal> addressAmount)
|
SendManyResult |
SendMany.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.util.Map<java.lang.String,java.math.BigDecimal> addressAmount,
java.lang.Long minconf)
|
SendManyResult |
SendMany.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.util.Map<java.lang.String,java.math.BigDecimal> addressAmount,
java.lang.Long minconf,
java.lang.String comment)
複数のアドレスに対し、送金します。 |
SendManyResult |
SendMany.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.util.Map<java.lang.String,java.math.BigDecimal> addressAmount,
java.lang.String comment)
|
SendFromResult |
SendFrom.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount)
送金元の口座名を指定して送金します。 |
SendFromResult |
SendFrom.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.Long minconf)
送金元の口座名を指定して送金します。 |
SendFromResult |
SendFrom.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.Long minconf,
java.lang.String comment,
java.lang.String commentTo)
送金元の口座名を指定して送金します。 |
SendFromResult |
SendFrom.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.String comment,
java.lang.String commentTo)
送金元の口座名を指定して送金します。 |
abstract GetBalance |
CoinAPIFactory.getGetBalance()
GetBalance を実装したオブジェクトを取得します。 |
abstract GetNewAddress |
CoinAPIFactory.getGetNewAddress()
GetNewAddress を実装したオブジェクトを取得します。 |
abstract GetRawTransaction |
CoinAPIFactory.getGetRawTransaction()
GetRawTransaction を実装したオブジェクトを取得します。 |
abstract GetTransaction |
CoinAPIFactory.getGetTransaction()
GetTransaction を実装したオブジェクトを取得します。 |
abstract SendFrom |
CoinAPIFactory.getSendFrom()
SendFrom を実装したオブジェクトを取得します。 |
abstract SendMany |
CoinAPIFactory.getSendMany()
SendMany を実装したオブジェクトを取得します。 |
abstract SendToAddress |
CoinAPIFactory.getSendToAddress()
SendToAddress を実装したオブジェクトを取得します。 |
abstract ValidateAddress |
CoinAPIFactory.getValidateAddress()
ValidateAddress を実装したオブジェクトを取得します。 |
abstract WalletLock |
CoinAPIFactory.getWalletLock()
WalletLock を実装したオブジェクトを取得します。 |
abstract WalletPassphrase |
CoinAPIFactory.getWalletPassphrase()
WalletPassphrase を実装したオブジェクトを取得します。 |
org.curewallet.lib.api.impl での CoinAPIException の使用 |
---|
CoinAPIException をスローする org.curewallet.lib.api.impl のメソッド | |
---|---|
GetNewAddressResult |
GetNewAddressImpl.call(JsonRPCClient jsonRPCClient)
|
GetBalanceResult |
GetBalanceImpl.call(JsonRPCClient jsonRPCClient)
|
WalletLockResult |
WalletLockImpl.call(JsonRPCClient jsonRPCClient)
|
GetRawTransactionResult |
GetRawTransactionImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String transactionId)
|
GetNewAddressResult |
GetNewAddressImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String account)
|
GetTransactionResult |
GetTransactionImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String transactionId)
|
ValidateAddressResult |
ValidateAddressImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String address)
|
GetBalanceResult |
GetBalanceImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String account)
|
SendToAddressResult |
SendToAddressImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String toAddress,
java.math.BigDecimal amount)
|
SendToAddressResult |
SendToAddressImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.String comment,
java.lang.String commentTo)
|
WalletPassphraseResult |
WalletPassphraseImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String passphrase,
java.lang.Integer timeout)
|
GetRawTransactionResult |
GetRawTransactionImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String transactionId,
java.lang.Long verbose)
|
GetBalanceResult |
GetBalanceImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String account,
java.lang.Long minconf)
|
WalletPassphraseResult |
WalletPassphraseImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String passphrase,
java.lang.Long timeout)
|
SendManyResult |
SendManyImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.util.Map<java.lang.String,java.math.BigDecimal> addressAmount)
|
SendManyResult |
SendManyImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.util.Map<java.lang.String,java.math.BigDecimal> addressAmount,
java.lang.Long minconf)
|
SendManyResult |
SendManyImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.util.Map<java.lang.String,java.math.BigDecimal> addressAmount,
java.lang.Long minconf,
java.lang.String comment)
|
SendManyResult |
SendManyImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.util.Map<java.lang.String,java.math.BigDecimal> addressAmount,
java.lang.String comment)
|
SendFromResult |
SendFromImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount)
|
SendFromResult |
SendFromImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.Long minconf)
|
SendFromResult |
SendFromImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.Long minconf,
java.lang.String comment,
java.lang.String commentTo)
|
SendFromResult |
SendFromImpl.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.String comment,
java.lang.String commentTo)
|
GetBalance |
DefaultCoinAPIFactory.getGetBalance()
|
GetNewAddress |
DefaultCoinAPIFactory.getGetNewAddress()
|
GetRawTransaction |
DefaultCoinAPIFactory.getGetRawTransaction()
|
GetTransaction |
DefaultCoinAPIFactory.getGetTransaction()
|
SendFrom |
DefaultCoinAPIFactory.getSendFrom()
|
SendMany |
DefaultCoinAPIFactory.getSendMany()
|
SendToAddress |
DefaultCoinAPIFactory.getSendToAddress()
|
ValidateAddress |
DefaultCoinAPIFactory.getValidateAddress()
|
WalletLock |
DefaultCoinAPIFactory.getWalletLock()
|
WalletPassphrase |
DefaultCoinAPIFactory.getWalletPassphrase()
|
static DefaultCoinAPIFactory |
DefaultCoinAPIFactory.newInstance()
|
org.curewallet.lib.api.mock での CoinAPIException の使用 |
---|
CoinAPIException をスローする org.curewallet.lib.api.mock のメソッド | |
---|---|
GetNewAddressResult |
GetNewAddressMock.call(JsonRPCClient jsonRPCClient)
|
WalletLockResult |
WalletLockMock.call(JsonRPCClient jsonRPCClient)
|
GetBalanceResult |
GetBalanceMock.call(JsonRPCClient jsonRPCClient)
|
GetNewAddressResult |
GetNewAddressMock.call(JsonRPCClient jsonRPCClient,
java.lang.String account)
|
GetBalanceResult |
GetBalanceMock.call(JsonRPCClient jsonRPCClient,
java.lang.String account)
|
SendToAddressResult |
SendToAddressMock.call(JsonRPCClient jsonRPCClient,
java.lang.String toAddress,
java.math.BigDecimal amount)
|
SendToAddressResult |
SendToAddressMock.call(JsonRPCClient jsonRPCClient,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.String comment,
java.lang.String commentTo)
|
WalletPassphraseResult |
WalletPassphraseMock.call(JsonRPCClient jsonRPCClient,
java.lang.String passphrase,
java.lang.Integer timeout)
|
WalletPassphraseResult |
WalletPassphraseMock.call(JsonRPCClient jsonRPCClient,
java.lang.String passphrase,
java.lang.Long timeout)
|
GetBalanceResult |
GetBalanceMock.call(JsonRPCClient jsonRPCClient,
java.lang.String account,
java.lang.Long minconf)
|
SendManyResult |
SendManyMock.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.util.Map<java.lang.String,java.math.BigDecimal> addressAmount)
|
SendManyResult |
SendManyMock.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.util.Map<java.lang.String,java.math.BigDecimal> addressAmount,
java.lang.Long minconf)
|
SendManyResult |
SendManyMock.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.util.Map<java.lang.String,java.math.BigDecimal> addressAmount,
java.lang.Long minconf,
java.lang.String comment)
|
SendManyResult |
SendManyMock.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.util.Map<java.lang.String,java.math.BigDecimal> addressAmount,
java.lang.String comment)
|
SendFromResult |
SendFromMock.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount)
|
SendFromResult |
SendFromMock.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.Long minconf)
|
SendFromResult |
SendFromMock.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.Long minconf,
java.lang.String comment,
java.lang.String commentTo)
|
SendFromResult |
SendFromMock.call(JsonRPCClient jsonRPCClient,
java.lang.String fromAccount,
java.lang.String toAddress,
java.math.BigDecimal amount,
java.lang.String comment,
java.lang.String commentTo)
|
GetBalance |
MockCoinAPIFactory.getGetBalance()
|
GetNewAddress |
MockCoinAPIFactory.getGetNewAddress()
|
GetRawTransaction |
MockCoinAPIFactory.getGetRawTransaction()
|
GetTransaction |
MockCoinAPIFactory.getGetTransaction()
|
SendFrom |
MockCoinAPIFactory.getSendFrom()
|
SendMany |
MockCoinAPIFactory.getSendMany()
|
SendToAddress |
MockCoinAPIFactory.getSendToAddress()
|
ValidateAddress |
MockCoinAPIFactory.getValidateAddress()
|
WalletLock |
MockCoinAPIFactory.getWalletLock()
|
WalletPassphrase |
MockCoinAPIFactory.getWalletPassphrase()
|
static MockCoinAPIFactory |
MockCoinAPIFactory.newInstance()
|
|
||||||||||
前 次 | フレームあり フレームなし |