org.curewallet.lib.api
インタフェース GetRawTransaction

すべてのスーパーインタフェース:
CoinAPI
既知の実装クラスの一覧:
GetRawTransactionImpl

public interface GetRawTransaction
extends CoinAPI

getrawtransaction
トランザクションの詳細を取得するAPIです。

導入されたバージョン:
1.0
作成者:
Nezumi Kozo

メソッドの概要
 GetRawTransactionResult call(JsonRPCClient jsonRPCClient, java.lang.String transactionId)
           
 GetRawTransactionResult call(JsonRPCClient jsonRPCClient, java.lang.String transactionId, java.lang.Long verbose)
           
 

メソッドの詳細

call

GetRawTransactionResult call(JsonRPCClient jsonRPCClient,
                             java.lang.String transactionId)
                             throws CoinAPIException
例外:
CoinAPIException

call

GetRawTransactionResult call(JsonRPCClient jsonRPCClient,
                             java.lang.String transactionId,
                             java.lang.Long verbose)
                             throws CoinAPIException
例外:
CoinAPIException


Copyright © 2014. All Rights Reserved.