jar

io.aelf : aelf-sdk

Maven & Gradle

Mar 09, 2023
1 stars

AElfClient · This is a Java client library, used to communicate with the [AElf](https://github.com/AElfProject/AElf) API.

Table Of Contents

Latest Version

Download io.aelf : aelf-sdk JAR file - Latest Versions:

All Versions

Download io.aelf : aelf-sdk JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x
0.1.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 aelf-sdk-1.2.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.aelf.schemas

├─ io.aelf.schemas.AddPeerInput.class - [JAR]

├─ io.aelf.schemas.BlockBodyDto.class - [JAR]

├─ io.aelf.schemas.BlockDto.class - [JAR]

├─ io.aelf.schemas.BlockHeaderDto.class - [JAR]

├─ io.aelf.schemas.BlockStateDto.class - [JAR]

├─ io.aelf.schemas.CalculateTransactionFeeInput.class - [JAR]

├─ io.aelf.schemas.CalculateTransactionFeeOutput.class - [JAR]

├─ io.aelf.schemas.ChainstatusDto.class - [JAR]

├─ io.aelf.schemas.CreateRawTransactionInput.class - [JAR]

├─ io.aelf.schemas.CreateRawTransactionOutput.class - [JAR]

├─ io.aelf.schemas.ExecuteRawTransactionDto.class - [JAR]

├─ io.aelf.schemas.ExecuteTransactionDto.class - [JAR]

├─ io.aelf.schemas.KeyPairInfo.class - [JAR]

├─ io.aelf.schemas.LogEventDto.class - [JAR]

├─ io.aelf.schemas.MerklePathDto.class - [JAR]

├─ io.aelf.schemas.MerklePathNodeDto.class - [JAR]

├─ io.aelf.schemas.NetworkInfoOutput.class - [JAR]

├─ io.aelf.schemas.PeerDto.class - [JAR]

├─ io.aelf.schemas.RequestMetric.class - [JAR]

├─ io.aelf.schemas.SendRawTransactionInput.class - [JAR]

├─ io.aelf.schemas.SendRawTransactionOutput.class - [JAR]

├─ io.aelf.schemas.SendTransactionInput.class - [JAR]

├─ io.aelf.schemas.SendTransactionOutput.class - [JAR]

├─ io.aelf.schemas.SendTransactionsInput.class - [JAR]

├─ io.aelf.schemas.TaskQueueInfoDto.class - [JAR]

├─ io.aelf.schemas.Timestamp.class - [JAR]

├─ io.aelf.schemas.TransactionDto.class - [JAR]

├─ io.aelf.schemas.TransactionFeeDto.class - [JAR]

├─ io.aelf.schemas.TransactionPoolStatusOutput.class - [JAR]

├─ io.aelf.schemas.TransactionResultDto.class - [JAR]

io.aelf.utils

├─ io.aelf.utils.Base58Ext.class - [JAR]

├─ io.aelf.utils.BitConverter.class - [JAR]

├─ io.aelf.utils.ByteArrayHelper.class - [JAR]

├─ io.aelf.utils.ClientUtil.class - [JAR]

├─ io.aelf.utils.HttpUtilExt.class - [JAR]

├─ io.aelf.utils.IMapEntry.class - [JAR]

├─ io.aelf.utils.JsonUtil.class - [JAR]

├─ io.aelf.utils.LinkedMapEntry.class - [JAR]

├─ io.aelf.utils.MapEntry.class - [JAR]

├─ io.aelf.utils.Maps.class - [JAR]

├─ io.aelf.utils.Sha256.class - [JAR]

├─ io.aelf.utils.StringUtil.class - [JAR]

├─ io.aelf.utils.TransactionResultDtoExtension.class - [JAR]

io.aelf.protobuf.generated

├─ io.aelf.protobuf.generated.AedposContract.class - [JAR]

├─ io.aelf.protobuf.generated.AssociationAuthContract.class - [JAR]

├─ io.aelf.protobuf.generated.Client.class - [JAR]

├─ io.aelf.protobuf.generated.Core.class - [JAR]

├─ io.aelf.protobuf.generated.CrossChainContract.class - [JAR]

├─ io.aelf.protobuf.generated.DescriptorEquivalent.class - [JAR]

├─ io.aelf.protobuf.generated.ElectionContract.class - [JAR]

├─ io.aelf.protobuf.generated.ParliamentAuthContract.class - [JAR]

├─ io.aelf.protobuf.generated.ProfitContract.class - [JAR]

├─ io.aelf.protobuf.generated.ReferendumAuthContract.class - [JAR]

├─ io.aelf.protobuf.generated.ToeknConverterContract.class - [JAR]

├─ io.aelf.protobuf.generated.TokenContract.class - [JAR]

├─ io.aelf.protobuf.generated.TransactionFee.class - [JAR]

├─ io.aelf.protobuf.generated.VoteContract.class - [JAR]

io.aelf.sdk

├─ io.aelf.sdk.AElfClient.class - [JAR]

├─ io.aelf.sdk.BlockChainSdk.class - [JAR]

├─ io.aelf.sdk.NetSdk.class - [JAR]