Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd533851

Browse files
committed
Refactoring with new package
Api Contracts renamedApi implementations renamed and refactoredProxy Api improvementsDocumentation in progress
1 parent15d5775 commitd533851

File tree

87 files changed

+720
-554
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+720
-554
lines changed

‎src/main/java/io/api/core/IBlockProvider.java‎

Lines changed: 0 additions & 18 deletions
This file was deleted.

‎src/main/java/io/api/core/ILogsProvider.java‎

Lines changed: 0 additions & 19 deletions
This file was deleted.

‎src/main/java/io/api/core/IProxyProvider.java‎

Lines changed: 0 additions & 39 deletions
This file was deleted.

‎src/main/java/io/api/core/IStatisticProvider.java‎

Lines changed: 0 additions & 26 deletions
This file was deleted.

‎src/main/java/io/api/core/ITransactionProvider.java‎

Lines changed: 0 additions & 18 deletions
This file was deleted.

‎src/main/java/io/api/core/impl/BlockProvider.java‎

Lines changed: 0 additions & 40 deletions
This file was deleted.

‎src/main/java/io/api/core/impl/EtherScanApi.java‎

Lines changed: 0 additions & 80 deletions
This file was deleted.

‎src/main/java/io/api/core/impl/TransactionProvider.java‎

Lines changed: 0 additions & 55 deletions
This file was deleted.

‎src/main/java/io/api/App.java‎renamed to ‎src/main/java/io/api/etherscan/App.java‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
packageio.api;
1+
packageio.api.etherscan;
22

3-
importio.api.core.impl.EtherScanApi;
4-
importio.api.model.Tx;
5-
importio.api.model.TxInternal;
6-
importio.api.model.TxToken;
7-
importio.api.model.UncleBlock;
3+
importio.api.etherscan.core.impl.EtherScanApi;
4+
importio.api.etherscan.model.Tx;
5+
importio.api.etherscan.model.TxInternal;
6+
importio.api.etherscan.model.TxToken;
7+
importio.api.etherscan.model.UncleBlock;
88

99
importjava.util.List;
1010
importjava.util.Optional;

‎src/main/java/io/api/core/IAccountProvider.java‎renamed to ‎src/main/java/io/api/etherscan/core/IAccountApi.java‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
packageio.api.core;
1+
packageio.api.etherscan.core;
22

3-
importio.api.error.ApiException;
4-
importio.api.model.*;
3+
importio.api.etherscan.error.ApiException;
4+
importio.api.etherscan.model.*;
55
importorg.jetbrains.annotations.NotNull;
66

77
importjava.util.List;
@@ -13,7 +13,7 @@
1313
* @author GoodforGod
1414
* @since 28.10.2018
1515
*/
16-
publicinterfaceIAccountProvider {
16+
publicinterfaceIAccountApi {
1717

1818
/** Address ETH balance */
1919
@NotNullBalancebalance(Stringaddress)throwsApiException;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp