|
||||||||||
前 次 | フレームあり フレームなし |
CoinAPI を使用しているパッケージ | |
---|---|
org.curewallet.lib.api | |
org.curewallet.lib.api.impl | |
org.curewallet.lib.api.mock |
org.curewallet.lib.api での CoinAPI の使用 |
---|
org.curewallet.lib.api での CoinAPI のサブインタフェース | |
---|---|
interface |
GetBalance
getbalance コインの利用残高を取得するAPIです。 |
interface |
GetNewAddress
getnewaddress ウォレットに新しく受け取り用アドレスを作成するためのAPIです。 |
interface |
GetRawTransaction
getrawtransaction トランザクションの詳細を取得するAPIです。 |
interface |
GetTransaction
gettransaction トランザクションの情報を取得するAPIです。 |
interface |
SendFrom
sendfrom 送金元の口座名を指定して、送金をするAPIです。 |
interface |
SendMany
sendmany 送金元の口座名を指定して、複数の送金先に対し送金をするAPIです。 |
interface |
SendToAddress
sendtoaddress 送金をするAPIです。 |
interface |
ValidateAddress
validateaddress ウォレットアドレスの情報を取得するためのAPIです。 |
interface |
WalletLock
walletlock ウォレットの複合キーをメモリから破棄し、ウォレットをロックするAPIです。 |
interface |
WalletPassphrase
walletpassphrase ウォレットをアンロックするための複合キーをメモリに保存するためのAPIです。 |
CoinAPI を実装している org.curewallet.lib.api のクラス | |
---|---|
class |
AbstractCoinAPI
|
org.curewallet.lib.api.impl での CoinAPI の使用 |
---|
CoinAPI を実装している org.curewallet.lib.api.impl のクラス | |
---|---|
class |
GetBalanceImpl
|
class |
GetNewAddressImpl
|
class |
GetRawTransactionImpl
|
class |
GetTransactionImpl
|
class |
SendFromImpl
|
class |
SendManyImpl
|
class |
SendToAddressImpl
|
class |
ValidateAddressImpl
|
class |
WalletLockImpl
|
class |
WalletPassphraseImpl
|
org.curewallet.lib.api.mock での CoinAPI の使用 |
---|
CoinAPI を実装している org.curewallet.lib.api.mock のクラス | |
---|---|
class |
GetBalanceMock
|
class |
GetNewAddressMock
|
class |
SendFromMock
|
class |
SendManyMock
|
class |
SendToAddressMock
|
class |
WalletLockMock
|
class |
WalletPassphraseMock
|
|
||||||||||
前 次 | フレームあり フレームなし |