インタフェース
org.monache.lib.jsonrpc.JsonRPCClient の使用

JsonRPCClient を使用しているパッケージ
org.monache.lib.api   
org.monache.lib.api.impl   
org.monache.lib.api.mock   
org.monache.lib.jsonrpc   
 

org.monache.lib.api での JsonRPCClient の使用
 

JsonRPCClient を実装している org.monache.lib.api のクラス
 class CoinAPIJsonRPCClient
           
 

JsonRPCClient 型のパラメータを持つ org.monache.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)
          送金元の口座名を指定して送金します。
 

org.monache.lib.api.impl での JsonRPCClient の使用
 

JsonRPCClient 型のパラメータを持つ org.monache.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)
           
 

org.monache.lib.api.mock での JsonRPCClient の使用
 

JsonRPCClient 型のパラメータを持つ org.monache.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)
           
 

org.monache.lib.jsonrpc での JsonRPCClient の使用
 

JsonRPCClient を実装している org.monache.lib.jsonrpc のクラス
 class AbstractJsonRPCClient
           
 



Copyright © 2014. All Rights Reserved.