jar

io.zksync : zksync2

Maven & Gradle

Jun 01, 2023
39 stars

ZkSync2 SDK · This repository provides a Java SDK for zkSync developers, which can be used either on PC or Android.

Table Of Contents

Latest Version

Download io.zksync : zksync2 JAR file - Latest Versions:

All Versions

Download io.zksync : zksync2 JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window zksync2-0.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.zksync.transaction.type

├─ io.zksync.transaction.type.Transaction712.class - [JAR]

io.zksync.abi

├─ io.zksync.abi.TransactionEncoder.class - [JAR]

├─ io.zksync.abi.ZkFunctionEncoder.class - [JAR]

├─ io.zksync.abi.ZkFunctionEncoderProvider.class - [JAR]

io.zksync.wrappers

├─ io.zksync.wrappers.ERC20.class - [JAR]

├─ io.zksync.wrappers.IL1Bridge.class - [JAR]

├─ io.zksync.wrappers.IL2Bridge.class - [JAR]

├─ io.zksync.wrappers.IL2Messenger.class - [JAR]

├─ io.zksync.wrappers.L1Messenger.class - [JAR]

├─ io.zksync.wrappers.NonceHolder.class - [JAR]

├─ io.zksync.wrappers.PriorityOpTree.class - [JAR]

├─ io.zksync.wrappers.PriorityQueueType.class - [JAR]

├─ io.zksync.wrappers.ZkSyncContract.class - [JAR]

io.zksync.transaction.response

├─ io.zksync.transaction.response.ZkSyncTransactionReceiptProcessor.class - [JAR]

io.zksync.protocol.provider

├─ io.zksync.protocol.provider.DefaultEthereumProvider.class - [JAR]

├─ io.zksync.protocol.provider.EthereumProvider.class - [JAR]

io.zksync.transaction

├─ io.zksync.transaction.TransactionDetails.class - [JAR]

├─ io.zksync.transaction.TransactionStatus.class - [JAR]

io.zksync.crypto.signer

├─ io.zksync.crypto.signer.EthSigner.class - [JAR]

├─ io.zksync.crypto.signer.PrivateKeyEthSigner.class - [JAR]

io.zksync.protocol.core

├─ io.zksync.protocol.core.BridgeAddresses.class - [JAR]

├─ io.zksync.protocol.core.L2ToL1MessageProof.class - [JAR]

├─ io.zksync.protocol.core.Token.class - [JAR]

├─ io.zksync.protocol.core.TokenId.class - [JAR]

├─ io.zksync.protocol.core.ZkBlockParameterName.class - [JAR]

├─ io.zksync.protocol.core.ZkSyncNetwork.class - [JAR]

io.zksync.transaction.fee

├─ io.zksync.transaction.fee.DefaultTransactionFeeProvider.class - [JAR]

├─ io.zksync.transaction.fee.Fee.class - [JAR]

├─ io.zksync.transaction.fee.ZkTransactionFeeProvider.class - [JAR]

io.zksync.crypto.eip712

├─ io.zksync.crypto.eip712.Eip712Domain.class - [JAR]

├─ io.zksync.crypto.eip712.Eip712Encoder.class - [JAR]

├─ io.zksync.crypto.eip712.Eip712Struct.class - [JAR]

├─ io.zksync.crypto.eip712.Structurable.class - [JAR]

io.zksync.utils

├─ io.zksync.utils.ByteArray2Serializer.class - [JAR]

├─ io.zksync.utils.ByteArraySerializer.class - [JAR]

├─ io.zksync.utils.ContractDeployer.class - [JAR]

├─ io.zksync.utils.Messenger.class - [JAR]

├─ io.zksync.utils.Paymaster.class - [JAR]

├─ io.zksync.utils.ZkSyncAddresses.class - [JAR]

io.zksync.methods.request

├─ io.zksync.methods.request.Eip712Meta.class - [JAR]

├─ io.zksync.methods.request.PaymasterParams.class - [JAR]

├─ io.zksync.methods.request.Transaction.class - [JAR]

io.zksync

├─ io.zksync.ZkSyncWallet.class - [JAR]

io.zksync.protocol.core.debug

├─ io.zksync.protocol.core.debug.ContractSourceDebugInfo.class - [JAR]

├─ io.zksync.protocol.core.debug.MemoryDirection.class - [JAR]

├─ io.zksync.protocol.core.debug.MemoryInteraction.class - [JAR]

├─ io.zksync.protocol.core.debug.VmDebugTrace.class - [JAR]

├─ io.zksync.protocol.core.debug.VmExecutionStep.class - [JAR]

io.zksync.transaction.manager

├─ io.zksync.transaction.manager.ZkSyncTransactionManager.class - [JAR]

io.zksync.methods.response

├─ io.zksync.methods.response.L2toL1Log.class - [JAR]

├─ io.zksync.methods.response.ZkLog.class - [JAR]

├─ io.zksync.methods.response.ZkTransaction.class - [JAR]

├─ io.zksync.methods.response.ZkTransactionReceipt.class - [JAR]

├─ io.zksync.methods.response.ZksAccountBalances.class - [JAR]

├─ io.zksync.methods.response.ZksBlock.class - [JAR]

├─ io.zksync.methods.response.ZksBridgeAddresses.class - [JAR]

├─ io.zksync.methods.response.ZksContractDebugInfo.class - [JAR]

├─ io.zksync.methods.response.ZksEstimateFee.class - [JAR]

├─ io.zksync.methods.response.ZksGetLogs.class - [JAR]

├─ io.zksync.methods.response.ZksGetTransactionByHash.class - [JAR]

├─ io.zksync.methods.response.ZksGetTransactionDetails.class - [JAR]

├─ io.zksync.methods.response.ZksGetTransactionReceipt.class - [JAR]

├─ io.zksync.methods.response.ZksL1ChainId.class - [JAR]

├─ io.zksync.methods.response.ZksMainContract.class - [JAR]

├─ io.zksync.methods.response.ZksMessageProof.class - [JAR]

├─ io.zksync.methods.response.ZksTestnetPaymasterAddress.class - [JAR]

├─ io.zksync.methods.response.ZksTokenPrice.class - [JAR]

├─ io.zksync.methods.response.ZksTokens.class - [JAR]

├─ io.zksync.methods.response.ZksTransactionTrace.class - [JAR]

├─ io.zksync.methods.response.ZksTransactions.class - [JAR]

io.zksync.protocol

├─ io.zksync.protocol.JsonRpc2_0ZkSync.class - [JAR]

├─ io.zksync.protocol.ZkSync.class - [JAR]

io.zksync.protocol.exceptions

├─ io.zksync.protocol.exceptions.JsonRpcResponseException.class - [JAR]

Advertisement