Skip to content

Commit

Permalink
change package in web3rpc java
Browse files Browse the repository at this point in the history
  • Loading branch information
JayChoi1736 committed Jul 2, 2024
1 parent 0349a79 commit b1423af
Show file tree
Hide file tree
Showing 329 changed files with 637 additions and 637 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.core.methods.response.BooleanResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;
import java.io.IOException;

public class AdminAddPeerExample {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminDatadirResponse;
import org.web3j.protocol.kaia.core.method.response.AdminDatadirResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminExportChainResponse;
import org.web3j.protocol.kaia.core.method.response.AdminExportChainResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminGetSpamThrottlerCandidateListResponse;
import org.web3j.protocol.kaia.core.method.response.AdminGetSpamThrottlerCandidateListResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminGetSpamThrottlerThrottleListResponse;
import org.web3j.protocol.kaia.core.method.response.AdminGetSpamThrottlerThrottleListResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminGetSpamThrottlerWhiteListResponse;
import org.web3j.protocol.kaia.core.method.response.AdminGetSpamThrottlerWhiteListResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminImportChainResponse;
import org.web3j.protocol.kaia.core.method.response.AdminImportChainResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminImportChainFromStringResponse;
import org.web3j.protocol.kaia.core.method.response.AdminImportChainFromStringResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.core.methods.response.admin.AdminNodeConfig;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.core.methods.response.admin.AdminNodeInfo;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.core.methods.response.admin.AdminPeers;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.core.methods.response.BooleanResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminSaveTrieNodeCacheToDiskResponse;
import org.web3j.protocol.kaia.core.method.response.AdminSaveTrieNodeCacheToDiskResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminSetMaxSubscriptionPerWSConnResponse;
import org.web3j.protocol.kaia.core.method.response.AdminSetMaxSubscriptionPerWSConnResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminSetSpamThrottlerWhiteListResponse;
import org.web3j.protocol.kaia.core.method.response.AdminSetSpamThrottlerWhiteListResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminSpamThrottlerConfigResponse;
import org.web3j.protocol.kaia.core.method.response.AdminSpamThrottlerConfigResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminStartHTTPResponse;
import org.web3j.protocol.kaia.core.method.response.AdminStartHTTPResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminStartSpamThrottlerResponse;
import org.web3j.protocol.kaia.core.method.response.AdminStartSpamThrottlerResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminStartStateMigrationResponse;
import org.web3j.protocol.kaia.core.method.response.AdminStartStateMigrationResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminStartWSResponse;
import org.web3j.protocol.kaia.core.method.response.AdminStartWSResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminStateMigrationStatusResponse;
import org.web3j.protocol.kaia.core.method.response.AdminStateMigrationStatusResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminStopHTTPResponse;
import org.web3j.protocol.kaia.core.method.response.AdminStopHTTPResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminStopSpamThrottlerResponse;
import org.web3j.protocol.kaia.core.method.response.AdminStopSpamThrottlerResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminStopStateMigrationResponse;
import org.web3j.protocol.kaia.core.method.response.AdminStopStateMigrationResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.AdminStopWSResponse;
import org.web3j.protocol.kaia.core.method.response.AdminStopWSResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugDumpBlockResponse;
import org.web3j.protocol.kaia.core.method.response.DebugDumpBlockResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugDumpStateTrieResponse;
import org.web3j.protocol.kaia.core.method.response.DebugDumpStateTrieResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugGetBadBlocksResponse;
import org.web3j.protocol.kaia.core.method.response.DebugGetBadBlocksResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugGetBlockRlpResponse;
import org.web3j.protocol.kaia.core.method.response.DebugGetBlockRlpResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugGetModifiedAccountsByHashResponse;
import org.web3j.protocol.kaia.core.method.response.DebugGetModifiedAccountsByHashResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugGetModifiedAccountsByNumberResponse;
import org.web3j.protocol.kaia.core.method.response.DebugGetModifiedAccountsByNumberResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugPreimageResponse;
import org.web3j.protocol.kaia.core.method.response.DebugPreimageResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugPrintBlockResponse;
import org.web3j.protocol.kaia.core.method.response.DebugPrintBlockResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugSetHeadResponse;
import org.web3j.protocol.kaia.core.method.response.DebugSetHeadResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugStartCollectingTrieStatsResponse;
import org.web3j.protocol.kaia.core.method.response.DebugStartCollectingTrieStatsResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import java.io.IOException;

import org.web3j.protocol.klaytn.core.method.response.DebugStartContractWarmUpResponse;
import org.web3j.protocol.kaia.core.method.response.DebugStartContractWarmUpResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

public class DebugStartContractWarmUpExample {
private Web3j w3 = Web3j.build(new HttpService("https://public-en-baobab.klaytn.net")); void debugStartContractWarmUpExample() throws IOException {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugStartWarmUpResponse;
import org.web3j.protocol.kaia.core.method.response.DebugStartWarmUpResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugStopWarmUpResponse;
import org.web3j.protocol.kaia.core.method.response.DebugStopWarmUpResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugBacktraceAtResponse;
import org.web3j.protocol.kaia.core.method.response.DebugBacktraceAtResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugSetVMLogTargetResponse;
import org.web3j.protocol.kaia.core.method.response.DebugSetVMLogTargetResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugVmoduleResponse;
import org.web3j.protocol.kaia.core.method.response.DebugVmoduleResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugVerbosityByIDResponse;
import org.web3j.protocol.kaia.core.method.response.DebugVerbosityByIDResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugVerbosityByNameResponse;
import org.web3j.protocol.kaia.core.method.response.DebugVerbosityByNameResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.web3j.protocol.klaytn.core.method.response.DebugVerbosityResponse;
import org.web3j.protocol.kaia.core.method.response.DebugVerbosityResponse;
import org.web3j.protocol.http.HttpService;
import org.web3j.protocol.klaytn.Web3j;
import org.web3j.protocol.kaia.Web3j;

import java.io.IOException;

Expand Down
Loading

0 comments on commit b1423af

Please sign in to comment.