Closed big-fish0 closed 6 years ago
hi ,when i use "getAccountTransactions", i got the response,then i use this
"List<Transaction> transactions = queryResponse.getTransactionsResponse().getTransactionsList();"
"List<Transaction>
but ,the rioha give me the error "TestIrohaTransaction.java:272: error: incompatible types: List cannot be converted to List onse().getTransactionsCoList res = queryResponse.getTransactionsResponse().getTransactionsList();"
how can i slove this problem,thanks
Give a hint for future users what was the problem please
hi ,when i use "getAccountTransactions", i got the response,then i use this
"List<Transaction>
transactions = queryResponse.getTransactionsResponse().getTransactionsList();"but ,the rioha give me the error "TestIrohaTransaction.java:272: error: incompatible types: List cannot be converted to List
onse().getTransactionsCoList res = queryResponse.getTransactionsResponse().getTransactionsList();"
how can i slove this problem,thanks