jar

com.linecorp.lbd : tx-result-adapter

Maven & Gradle

Feb 10, 2023
11 stars

line-blockchain-developers-tx-result-adapter · A module to parse result of transaction

Table Of Contents

Latest Version

Download com.linecorp.lbd : tx-result-adapter JAR file - Latest Versions:

All Versions

Download com.linecorp.lbd : tx-result-adapter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 tx-result-adapter-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.linecorp.link.developers.txresult.core.model

├─ com.linecorp.link.developers.txresult.core.model.TransactionEvent.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.model.TxMessage.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.model.TxResult.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.model.TxResultSummary.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.model.TxSigner.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.model.TxStatusResult.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.model.TxSuccessResult.class - [JAR]

com.linecorp.link.developers.txresult.core.event

├─ com.linecorp.link.developers.txresult.core.event.UnknownTransactionEvent.class - [JAR]

com.linecorp.link.developers.chain.account

├─ com.linecorp.link.developers.chain.account.Address.class - [JAR]

├─ com.linecorp.link.developers.chain.account.PubKey.class - [JAR]

├─ com.linecorp.link.developers.chain.account.Type.class - [JAR]

com.linecorp.link.developers.txresult.core.event.account

├─ com.linecorp.link.developers.txresult.core.event.account.EventAccountCreated.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.account.EventEmptyMsgCreated.class - [JAR]

com.linecorp.link.developers.txresult.core.event.bank

├─ com.linecorp.link.developers.txresult.core.event.bank.EventCoinTransferred.class - [JAR]

com.linecorp.link.developers.txresult.v1.raw.adapter

├─ com.linecorp.link.developers.txresult.v1.raw.adapter.DomainTxEventConverterV1.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.adapter.DomainTxEventsAdapterV1.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.adapter.DomainTxMessageAdapterV1.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.adapter.DomainTxResultAdapterV1.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.adapter.DomainTxSummaryAdapterV1.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.adapter.DomainTxSummaryAdapterV1Kt.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.adapter.JsonRawTransactionResultAdapter.class - [JAR]

com.linecorp.link.developers.txresult.v1.raw.model

├─ com.linecorp.link.developers.txresult.v1.raw.model.EventAttributeType.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.model.RawMessageEventKeyType.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.model.RawMessageValueMap.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.model.RawTransactionEvent.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.model.RawTransactionEventAttribute.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.model.RawTransactionLog.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.model.RawTransactionRequest.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.model.RawTransactionRequestAmount.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.model.RawTransactionRequestFee.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.model.RawTransactionRequestMessage.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.model.RawTransactionRequestPubKey.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.model.RawTransactionRequestValue.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.model.RawTransactionResult.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.model.RawTxSignature.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.model.Raw_tx_event_enumsKt.class - [JAR]

├─ com.linecorp.link.developers.txresult.v1.raw.model.Raw_tx_result_modelsKt.class - [JAR]

com.linecorp.link.developers.chain.crypto

├─ com.linecorp.link.developers.chain.crypto.Amino.class - [JAR]

├─ com.linecorp.link.developers.chain.crypto.Bech32Utils.class - [JAR]

com.linecorp.link.developers.txresult.core.event.token

├─ com.linecorp.link.developers.txresult.core.event.token.EventTokenBurned.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.token.EventTokenIssued.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.token.EventTokenMinted.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.token.EventTokenModified.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.token.EventTokenPermissionGranted.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.token.EventTokenPermissionRenounced.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.token.EventTokenProxyApproved.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.token.EventTokenProxyDisapproved.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.token.EventTokenTransferred.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.token.TokenAttribute.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.token.TokenPermission.class - [JAR]

com.linecorp.link.developers.txresult.util

├─ com.linecorp.link.developers.txresult.util.ItemTokenTypeUtil.class - [JAR]

com.linecorp.link.developers.txresult.adapter

├─ com.linecorp.link.developers.txresult.adapter.TxResultAdapter.class - [JAR]

com.linecorp.link.developers.txresult.core.event.item

├─ com.linecorp.link.developers.txresult.core.event.item.CollectionAttribute.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionCreated.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionFtBurned.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionFtIssued.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionFtMinted.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionFtModified.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionFtTransferred.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionModified.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionNftAttached.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionNftBurned.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionNftDetached.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionNftHolderChanged.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionNftIssued.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionNftMinted.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionNftModified.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionNftRootChanged.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionNftTransferred.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionNftTypeModified.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionPermissionGranted.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionPermissionRenounced.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionProxyApproved.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.EventCollectionProxyDisapproved.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.ItemTokenEvent.class - [JAR]

├─ com.linecorp.link.developers.txresult.core.event.item.ItemTokenPermission.class - [JAR]

com.linecorp.link.developers.txresult.exception

├─ com.linecorp.link.developers.txresult.exception.InvalidTokenIdException.class - [JAR]

├─ com.linecorp.link.developers.txresult.exception.InvalidTokenTypeException.class - [JAR]

├─ com.linecorp.link.developers.txresult.exception.InvalidTxResultException.class - [JAR]

├─ com.linecorp.link.developers.txresult.exception.InvalidTxResultJsonFormatException.class - [JAR]

├─ com.linecorp.link.developers.txresult.exception.TxResultAdaptFailedException.class - [JAR]