diff --git a/web3j-ext/README.md b/web3j-ext/README.md index a08b7020a..f6fe619a9 100644 --- a/web3j-ext/README.md +++ b/web3j-ext/README.md @@ -46,9 +46,9 @@ import org.web3j.protocol.core.DefaultBlockParameterName; import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; public class FeeDelegatedValueTransferExample implements keySample { diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/crypto/KlayRawTransaction.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/crypto/KlayRawTransaction.java index fc19216ff..4bb395518 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/crypto/KlayRawTransaction.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/crypto/KlayRawTransaction.java @@ -16,7 +16,7 @@ import java.util.Arrays; import java.util.HashSet; import java.util.Set; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.crypto.transaction.account.AccountKey; import org.web3j.crypto.transaction.type.ITransaction; import org.web3j.crypto.transaction.type.TxType; diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/AccountUpdateWithLegacyExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/AccountUpdateWithLegacyExample.java index ea3bf07fb..d4476ec1b 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/AccountUpdateWithLegacyExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/AccountUpdateWithLegacyExample.java @@ -15,10 +15,10 @@ import org.web3j.protocol.core.DefaultBlockParameterName; import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.protocol.http.HttpService; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; public class AccountUpdateWithLegacyExample { diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/AccountUpdateWithMultiSigExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/AccountUpdateWithMultiSigExample.java index 496865fd6..c7f6c8c22 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/AccountUpdateWithMultiSigExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/AccountUpdateWithMultiSigExample.java @@ -19,10 +19,10 @@ import org.web3j.protocol.core.DefaultBlockParameterName; import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.protocol.http.HttpService; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; public class AccountUpdateWithMultiSigExample { diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/AccountUpdateWithPubKeyExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/AccountUpdateWithPubKeyExample.java index 8295f0025..adef5113c 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/AccountUpdateWithPubKeyExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/AccountUpdateWithPubKeyExample.java @@ -15,10 +15,10 @@ import org.web3j.protocol.core.DefaultBlockParameterName; import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.protocol.http.HttpService; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; public class AccountUpdateWithPubKeyExample { diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/AccountUpdateWithRoleBasedExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/AccountUpdateWithRoleBasedExample.java index 9324c831c..996835927 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/AccountUpdateWithRoleBasedExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/AccountUpdateWithRoleBasedExample.java @@ -21,10 +21,10 @@ import org.web3j.protocol.core.DefaultBlockParameterName; import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.protocol.http.HttpService; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; public class AccountUpdateWithRoleBasedExample { diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignMsgAndRecoverWithLegacyExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignMsgAndRecoverWithLegacyExample.java index 69799e31a..6d59649c9 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignMsgAndRecoverWithLegacyExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignMsgAndRecoverWithLegacyExample.java @@ -8,8 +8,8 @@ import org.web3j.crypto.KlaySignatureData; import org.web3j.crypto.Sign.SignatureData; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; -import org.web3j.protocol.klaytn.core.method.response.KlayRecoverFromMessageResponse; +import org.web3j.protocol.kaia.Web3j; +import org.web3j.protocol.kaia.core.method.response.KlayRecoverFromMessageResponse; /** * diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignMsgAndRecoverWithMultiSigExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignMsgAndRecoverWithMultiSigExample.java index 2abecbf14..2ae2452c0 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignMsgAndRecoverWithMultiSigExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignMsgAndRecoverWithMultiSigExample.java @@ -8,8 +8,8 @@ import org.web3j.crypto.KlaySignatureData; import org.web3j.crypto.Sign.SignatureData; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; -import org.web3j.protocol.klaytn.core.method.response.KlayRecoverFromMessageResponse; +import org.web3j.protocol.kaia.Web3j; +import org.web3j.protocol.kaia.core.method.response.KlayRecoverFromMessageResponse; /** * diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignMsgAndRecoverWithPubkeyExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignMsgAndRecoverWithPubkeyExample.java index 8a1e94298..54e6a7e05 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignMsgAndRecoverWithPubkeyExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignMsgAndRecoverWithPubkeyExample.java @@ -8,8 +8,8 @@ import org.web3j.crypto.KlaySignatureData; import org.web3j.crypto.Sign.SignatureData; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; -import org.web3j.protocol.klaytn.core.method.response.KlayRecoverFromMessageResponse; +import org.web3j.protocol.kaia.Web3j; +import org.web3j.protocol.kaia.core.method.response.KlayRecoverFromMessageResponse; /** * diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignMsgAndRecoverWithRoleBasedExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignMsgAndRecoverWithRoleBasedExample.java index 73e79d7f4..4ddb7b7d8 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignMsgAndRecoverWithRoleBasedExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignMsgAndRecoverWithRoleBasedExample.java @@ -8,8 +8,8 @@ import org.web3j.crypto.KlaySignatureData; import org.web3j.crypto.Sign.SignatureData; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; -import org.web3j.protocol.klaytn.core.method.response.KlayRecoverFromMessageResponse; +import org.web3j.protocol.kaia.Web3j; +import org.web3j.protocol.kaia.core.method.response.KlayRecoverFromMessageResponse; /** * diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignTxAndRecoverWithLegacyExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignTxAndRecoverWithLegacyExample.java index 398945be0..db764d69d 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignTxAndRecoverWithLegacyExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignTxAndRecoverWithLegacyExample.java @@ -13,8 +13,8 @@ import org.web3j.protocol.core.DefaultBlockParameterName; import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; -import org.web3j.protocol.klaytn.core.method.response.KlayRecoverFromTransactionResponse; +import org.web3j.protocol.kaia.Web3j; +import org.web3j.protocol.kaia.core.method.response.KlayRecoverFromTransactionResponse; import org.web3j.utils.Numeric; import org.web3j.protocol.core.methods.response.EthSendTransaction; diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignTxAndRecoverWithMultiSigExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignTxAndRecoverWithMultiSigExample.java index 7b7df3957..8601e591e 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignTxAndRecoverWithMultiSigExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignTxAndRecoverWithMultiSigExample.java @@ -13,8 +13,8 @@ import org.web3j.protocol.core.DefaultBlockParameterName; import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; -import org.web3j.protocol.klaytn.core.method.response.KlayRecoverFromTransactionResponse; +import org.web3j.protocol.kaia.Web3j; +import org.web3j.protocol.kaia.core.method.response.KlayRecoverFromTransactionResponse; import org.web3j.utils.Numeric; import org.web3j.protocol.core.methods.response.EthSendTransaction; diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignTxAndRecoverWithPubkeyExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignTxAndRecoverWithPubkeyExample.java index 33e47fbea..1dd80e48d 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignTxAndRecoverWithPubkeyExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignTxAndRecoverWithPubkeyExample.java @@ -13,8 +13,8 @@ import org.web3j.protocol.core.DefaultBlockParameterName; import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; -import org.web3j.protocol.klaytn.core.method.response.KlayRecoverFromTransactionResponse; +import org.web3j.protocol.kaia.Web3j; +import org.web3j.protocol.kaia.core.method.response.KlayRecoverFromTransactionResponse; import org.web3j.utils.Numeric; import org.web3j.protocol.core.methods.response.EthSendTransaction; diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignTxAndRecoverWithRoleBasedExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignTxAndRecoverWithRoleBasedExample.java index b33dc56ee..626002c1a 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignTxAndRecoverWithRoleBasedExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/accountKey/SignTxAndRecoverWithRoleBasedExample.java @@ -13,8 +13,8 @@ import org.web3j.protocol.core.DefaultBlockParameterName; import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; -import org.web3j.protocol.klaytn.core.method.response.KlayRecoverFromTransactionResponse; +import org.web3j.protocol.kaia.Web3j; +import org.web3j.protocol.kaia.core.method.response.KlayRecoverFromTransactionResponse; import org.web3j.utils.Numeric; import org.web3j.protocol.core.methods.response.EthSendTransaction; diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/DeployContractExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/DeployContractExample.java index 70024fcf8..4cf6b41fb 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/DeployContractExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/DeployContractExample.java @@ -12,9 +12,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; import org.web3j.tx.response.PollingTransactionReceiptProcessor; import org.web3j.tx.response.TransactionReceiptProcessor; import org.web3j.example.keySample; diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/ReadContractExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/ReadContractExample.java index ea68a9f5e..2dad7badc 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/ReadContractExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/ReadContractExample.java @@ -6,7 +6,7 @@ import org.web3j.tx.response.TransactionReceiptProcessor; import org.web3j.example.keySample; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.tx.gas.StaticGasProvider; public class ReadContractExample { diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/WriteContractExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/WriteContractExample.java index a56deae63..dbf3315ea 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/WriteContractExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/WriteContractExample.java @@ -6,7 +6,7 @@ import org.web3j.tx.response.TransactionReceiptProcessor; import org.web3j.example.keySample; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.tx.gas.StaticGasProvider; public class WriteContractExample { diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/WriteContractWithFeeDelegationExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/WriteContractWithFeeDelegationExample.java index 38e743e30..9ccc76cce 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/WriteContractWithFeeDelegationExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/WriteContractWithFeeDelegationExample.java @@ -16,10 +16,10 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.KlayCallResponse; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.KlayCallResponse; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; import org.web3j.tx.gas.StaticGasProvider; import org.web3j.abi.FunctionEncoder; import org.web3j.abi.datatypes.Function; diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/WriteContractWithKlaytnTxTypeExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/WriteContractWithKlaytnTxTypeExample.java index 620370884..ade74efae 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/WriteContractWithKlaytnTxTypeExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/contracts/WriteContractWithKlaytnTxTypeExample.java @@ -16,10 +16,10 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.KlayCallResponse; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.KlayCallResponse; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; import org.web3j.tx.gas.StaticGasProvider; import org.web3j.abi.FunctionEncoder; import org.web3j.abi.datatypes.Function; diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/AccountUpdateExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/AccountUpdateExample.java index 3352e244b..a3377b0b1 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/AccountUpdateExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/AccountUpdateExample.java @@ -15,10 +15,10 @@ import org.web3j.protocol.core.DefaultBlockParameterName; import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.protocol.http.HttpService; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; /** * diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/CancelExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/CancelExample.java index 2f0a7add2..0178c7586 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/CancelExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/CancelExample.java @@ -15,9 +15,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; /** * diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedAccountUpdateExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedAccountUpdateExample.java index e0f5b864a..eba6f23b5 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedAccountUpdateExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedAccountUpdateExample.java @@ -16,9 +16,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; /** * diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedAccountUpdateWithRatioExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedAccountUpdateWithRatioExample.java index da1d057c5..93005d8ea 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedAccountUpdateWithRatioExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedAccountUpdateWithRatioExample.java @@ -16,9 +16,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; /** * diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedCancelExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedCancelExample.java index 12b9ffac1..a4c4d23c5 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedCancelExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedCancelExample.java @@ -15,9 +15,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; /** * diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedCancelWithRatioExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedCancelWithRatioExample.java index abb104467..fe43193cc 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedCancelWithRatioExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedCancelWithRatioExample.java @@ -15,9 +15,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; /** * diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedSmartContractDeployExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedSmartContractDeployExample.java index 514f679ab..fc77ea3e5 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedSmartContractDeployExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedSmartContractDeployExample.java @@ -15,9 +15,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; /** * diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedSmartContractDeployWithRatioExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedSmartContractDeployWithRatioExample.java index 62ec483cc..f3b2bc84b 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedSmartContractDeployWithRatioExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedSmartContractDeployWithRatioExample.java @@ -15,9 +15,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; /** * diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedSmartContractExecutionExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedSmartContractExecutionExample.java index fe5d897fe..aae06a05f 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedSmartContractExecutionExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedSmartContractExecutionExample.java @@ -15,9 +15,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; /** * diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedSmartContractExecutionWithRatio.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedSmartContractExecutionWithRatio.java index 3ae3cdc2a..b74f17a35 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedSmartContractExecutionWithRatio.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedSmartContractExecutionWithRatio.java @@ -15,9 +15,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; /** * diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedValueTransferExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedValueTransferExample.java index 9296b0564..31be4e6e5 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedValueTransferExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedValueTransferExample.java @@ -16,9 +16,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; public class FeeDelegatedValueTransferExample implements keySample { diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedValueTransferMemoExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedValueTransferMemoExample.java index 9c4851e94..87c8447b4 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedValueTransferMemoExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedValueTransferMemoExample.java @@ -16,9 +16,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; public class FeeDelegatedValueTransferMemoExample { diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedValueTransferMemoWithRatioExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedValueTransferMemoWithRatioExample.java index 87789706f..5f276eb6d 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedValueTransferMemoWithRatioExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedValueTransferMemoWithRatioExample.java @@ -16,9 +16,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; public class FeeDelegatedValueTransferMemoWithRatioExample implements keySample { diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedValueTransferWithRatioExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedValueTransferWithRatioExample.java index 68ab57823..b578d4a87 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedValueTransferWithRatioExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/FeeDelegatedValueTransferWithRatioExample.java @@ -16,9 +16,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; public class FeeDelegatedValueTransferWithRatioExample implements keySample { diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/KlayRawTransactionManagerExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/KlayRawTransactionManagerExample.java index c964249c1..fece1ebdf 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/KlayRawTransactionManagerExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/KlayRawTransactionManagerExample.java @@ -11,8 +11,8 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.Web3j; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; import org.web3j.tx.KlayRawTransactionManager; public class KlayRawTransactionManagerExample implements keySample { diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/LegacyExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/LegacyExample.java index a11efd3fc..1f64b893f 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/LegacyExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/LegacyExample.java @@ -11,9 +11,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; import org.web3j.tx.response.PollingTransactionReceiptProcessor; import org.web3j.tx.response.TransactionReceiptProcessor; import org.web3j.example.keySample; diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/SmartContractDeployExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/SmartContractDeployExample.java index b8489d31b..140b9c0c4 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/SmartContractDeployExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/SmartContractDeployExample.java @@ -12,9 +12,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; import org.web3j.tx.response.PollingTransactionReceiptProcessor; import org.web3j.tx.response.TransactionReceiptProcessor; import org.web3j.example.keySample; diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/SmartContractExecutionExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/SmartContractExecutionExample.java index 9f157ba45..82e300280 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/SmartContractExecutionExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/SmartContractExecutionExample.java @@ -12,9 +12,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; import org.web3j.tx.response.PollingTransactionReceiptProcessor; import org.web3j.tx.response.TransactionReceiptProcessor; import org.web3j.example.keySample; diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/ValueTransferExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/ValueTransferExample.java index 9d210b903..3f575bb58 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/ValueTransferExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/ValueTransferExample.java @@ -12,9 +12,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; import org.web3j.tx.response.PollingTransactionReceiptProcessor; import org.web3j.tx.response.TransactionReceiptProcessor; import org.web3j.example.keySample; diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/ValueTransferMemoExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/ValueTransferMemoExample.java index f4429a034..fe8b121e9 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/ValueTransferMemoExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/transactions/ValueTransferMemoExample.java @@ -12,9 +12,9 @@ import org.web3j.protocol.core.methods.response.EthChainId; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; import org.web3j.tx.response.PollingTransactionReceiptProcessor; import org.web3j.tx.response.TransactionReceiptProcessor; import org.web3j.example.keySample; diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/utils/AccountStoreExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/utils/AccountStoreExample.java index 6fa74b869..300ae1a9f 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/utils/AccountStoreExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/utils/AccountStoreExample.java @@ -9,7 +9,7 @@ import org.web3j.example.keySample; import org.web3j.klayAccount.AccountStore; import org.web3j.klayAccount.Accounts; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.protocol.http.HttpService; import org.web3j.utils.Numeric; diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/utils/FillTransactionExample.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/utils/FillTransactionExample.java index 7df9052c1..425711554 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/example/utils/FillTransactionExample.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/example/utils/FillTransactionExample.java @@ -13,9 +13,9 @@ import org.web3j.example.keySample; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.http.HttpService; -import org.web3j.protocol.klaytn.Web3j; +import org.web3j.protocol.kaia.Web3j; import org.web3j.utils.Numeric; -import org.web3j.protocol.klaytn.core.method.response.TransactionReceipt; +import org.web3j.protocol.kaia.core.method.response.TransactionReceipt; /** * diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/klayAccount/AccountStore.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/klayAccount/AccountStore.java index 5d7581bea..c1d44e9ff 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/klayAccount/AccountStore.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/klayAccount/AccountStore.java @@ -9,8 +9,8 @@ import org.json.JSONObject; import org.web3j.crypto.KlayCredentials; -import org.web3j.protocol.klaytn.Web3j; -import org.web3j.protocol.klaytn.core.method.response.KlayGetAccount; +import org.web3j.protocol.kaia.Web3j; +import org.web3j.protocol.kaia.core.method.response.KlayGetAccount; import org.web3j.protocol.core.DefaultBlockParameterName; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/web3j-ext/web3j-ext/src/main/java/org/web3j/protocol/klaytn/Web3j.java b/web3j-ext/web3j-ext/src/main/java/org/web3j/protocol/klaytn/Web3j.java index 8ddc412bb..4b758a72e 100644 --- a/web3j-ext/web3j-ext/src/main/java/org/web3j/protocol/klaytn/Web3j.java +++ b/web3j-ext/web3j-ext/src/main/java/org/web3j/protocol/klaytn/Web3j.java @@ -1,4 +1,4 @@ -package org.web3j.protocol.klaytn; +package org.web3j.protocol.kaia; import java.util.Arrays; import java.util.concurrent.ScheduledExecutorService; @@ -7,14 +7,14 @@ import org.web3j.protocol.core.Request; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.utils.Async; -import org.web3j.protocol.klaytn.Web3j; -import org.web3j.protocol.klaytn.core.AdminApi; -import org.web3j.protocol.klaytn.core.DebugApi; -import org.web3j.protocol.klaytn.core.GovernanceApi; -import org.web3j.protocol.klaytn.core.KlayApi; -import org.web3j.protocol.klaytn.core.NetApi; -import org.web3j.protocol.klaytn.core.PersonalApi; -import org.web3j.protocol.klaytn.core.TxpoolApi; +import org.web3j.protocol.kaia.Web3j; +import org.web3j.protocol.kaia.core.AdminApi; +import org.web3j.protocol.kaia.core.DebugApi; +import org.web3j.protocol.kaia.core.GovernanceApi; +import org.web3j.protocol.kaia.core.KlayApi; +import org.web3j.protocol.kaia.core.NetApi; +import org.web3j.protocol.kaia.core.PersonalApi; +import org.web3j.protocol.kaia.core.TxpoolApi; public class Web3j extends JsonRpc2_0Web3j implements KlayApi, GovernanceApi, AdminApi, NetApi, PersonalApi, TxpoolApi, DebugApi{