Skip to content

Commit 7eaaa81

Browse files
author
Ebenezer Ackon
committed
add todo to handle Account offchain Transactions
1 parent ea6b008 commit 7eaaa81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etherscanapi/src/main/java/jfyg/account/Account.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ class Account : AccountContract {
3434
account, "0", "99999999",
3535
"asc").let { query.fetchAccountTransaction()?.result }
3636

37+
//todo #47
38+
3739
override fun getNetworkStatus(): String? = genericNetworkQuery.let { query.fetchAccountBalance()?.status }
3840

3941
override fun getNetworkMessage(): String? = genericNetworkQuery.let { query.fetchAccountBalance()?.message }

0 commit comments

Comments
 (0)