All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download client JAR 0.12.0 with all dependencies


A Kotlin multiplatform REST client utilizing secret network's gRPC gateway endpoints.

Files of the artifact client version 0.12.0 from the group io.eqoty.secretk.

Test

Artifact client
Group io.eqoty.secretk
Version 0.12.0
Last update 31. October 2022
Tags: rest endpoints utilizing multiplatform kotlin client secret grpc gateway network
Organization not specified
URL https://github.com/eqoty-labs/secretk/
License The MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
There is a newer version: 6.4.1-rc
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of client Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of client version 0.12.0

META-INF
META-INF.META-INF.MANIFEST.MF
commonMain.io.eqoty.secretk
commonMain.io.eqoty.secretk.commonMain.io.eqoty.secretk.BroadcastMode.kt
commonMain.io.eqoty.secretk.client
commonMain.io.eqoty.secretk.client.commonMain.io.eqoty.secretk.client.CosmWasmClient.kt
commonMain.io.eqoty.secretk.client.commonMain.io.eqoty.secretk.client.RestClient.kt
commonMain.io.eqoty.secretk.client.commonMain.io.eqoty.secretk.client.SigningCosmWasmClient.kt
commonMain.io.eqoty.secretk.crypto
commonMain.io.eqoty.secretk.crypto.commonMain.io.eqoty.secretk.crypto.AesSIV.kt
commonMain.io.eqoty.secretk.crypto.commonMain.io.eqoty.secretk.crypto.ExtendedSecp256k1Signature.kt
commonMain.io.eqoty.secretk.crypto.commonMain.io.eqoty.secretk.crypto.Secp256k1.kt
commonMain.io.eqoty.secretk.crypto.commonMain.io.eqoty.secretk.crypto.Slip10.kt
commonMain.io.eqoty.secretk.crypto.commonMain.io.eqoty.secretk.crypto.Slip10RawIndex.kt
commonMain.io.eqoty.secretk.crypto.commonMain.io.eqoty.secretk.crypto.deriveHKDFKey.kt
commonMain.io.eqoty.secretk.crypto.elliptic
commonMain.io.eqoty.secretk.crypto.elliptic.commonMain.io.eqoty.secretk.crypto.elliptic.BasePoint.kt
commonMain.io.eqoty.secretk.crypto.elliptic.commonMain.io.eqoty.secretk.crypto.elliptic.Curve.kt
commonMain.io.eqoty.secretk.crypto.elliptic.biginteger
commonMain.io.eqoty.secretk.crypto.elliptic.biginteger.commonMain.io.eqoty.secretk.crypto.elliptic.biginteger.BN.kt
commonMain.io.eqoty.secretk.crypto.elliptic.curves
commonMain.io.eqoty.secretk.crypto.elliptic.curves.commonMain.io.eqoty.secretk.crypto.elliptic.curves.PresetCurve.kt
commonMain.io.eqoty.secretk.crypto.elliptic.curves.commonMain.io.eqoty.secretk.crypto.elliptic.curves.Scep256k1Preset.kt
commonMain.io.eqoty.secretk.crypto.elliptic.ec
commonMain.io.eqoty.secretk.crypto.elliptic.ec.commonMain.io.eqoty.secretk.crypto.elliptic.ec.EC.kt
commonMain.io.eqoty.secretk.crypto.elliptic.ec.commonMain.io.eqoty.secretk.crypto.elliptic.ec.KeyPair.kt
commonMain.io.eqoty.secretk.crypto.elliptic.ec.commonMain.io.eqoty.secretk.crypto.elliptic.ec.KeyPairOptions.kt
commonMain.io.eqoty.secretk.crypto.elliptic.json
commonMain.io.eqoty.secretk.crypto.elliptic.json.commonMain.io.eqoty.secretk.crypto.elliptic.json.Doubles.kt
commonMain.io.eqoty.secretk.crypto.elliptic.json.commonMain.io.eqoty.secretk.crypto.elliptic.json.Naf.kt
commonMain.io.eqoty.secretk.crypto.elliptic.json.commonMain.io.eqoty.secretk.crypto.elliptic.json.PrecomputedScep256k1.kt
commonMain.io.eqoty.secretk.crypto.elliptic.utils
commonMain.io.eqoty.secretk.crypto.elliptic.utils.commonMain.io.eqoty.secretk.crypto.elliptic.utils.Utils.kt
commonMain.io.eqoty.secretk.encoding
commonMain.io.eqoty.secretk.encoding.commonMain.io.eqoty.secretk.encoding.MakeSignBytes.kt
commonMain.io.eqoty.secretk.encoding.commonMain.io.eqoty.secretk.encoding.SignJson.kt
commonMain.io.eqoty.secretk.extensions.accesscontrol
commonMain.io.eqoty.secretk.extensions.accesscontrol.commonMain.io.eqoty.secretk.extensions.accesscontrol.PermitFactory.kt
commonMain.io.eqoty.secretk.types
commonMain.io.eqoty.secretk.types.commonMain.io.eqoty.secretk.types.Coin.kt
commonMain.io.eqoty.secretk.types.commonMain.io.eqoty.secretk.types.Msg.kt
commonMain.io.eqoty.secretk.types.commonMain.io.eqoty.secretk.types.MsgAmino.kt
commonMain.io.eqoty.secretk.types.commonMain.io.eqoty.secretk.types.MsgExecuteContract.kt
commonMain.io.eqoty.secretk.types.commonMain.io.eqoty.secretk.types.MsgInstantiateContract.kt
commonMain.io.eqoty.secretk.types.commonMain.io.eqoty.secretk.types.MsgStoreCode.kt
commonMain.io.eqoty.secretk.types.commonMain.io.eqoty.secretk.types.Signer.kt
commonMain.io.eqoty.secretk.types.commonMain.io.eqoty.secretk.types.SignerData.kt
commonMain.io.eqoty.secretk.types.commonMain.io.eqoty.secretk.types.StdFee.kt
commonMain.io.eqoty.secretk.types.commonMain.io.eqoty.secretk.types.StdSignDoc.kt
commonMain.io.eqoty.secretk.types.commonMain.io.eqoty.secretk.types.StdSignature.kt
commonMain.io.eqoty.secretk.types.commonMain.io.eqoty.secretk.types.StdTx.kt
commonMain.io.eqoty.secretk.types.commonMain.io.eqoty.secretk.types.TxBody.kt
commonMain.io.eqoty.secretk.types.commonMain.io.eqoty.secretk.types.TxOptions.kt
commonMain.io.eqoty.secretk.types.extensions
commonMain.io.eqoty.secretk.types.extensions.commonMain.io.eqoty.secretk.types.extensions.Permit.kt
commonMain.io.eqoty.secretk.types.proto
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.AnyProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.AuthInfoProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.CoinProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.FeeProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.KeyProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.ModeInfoProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.MsgDataProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.MsgExecuteContractProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.MsgExecuteContractResponseProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.MsgInstantiateContractProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.MsgInstantiateContractResponseProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.MsgProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.MsgStoreCodeProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.MsgStoreCodeResponseProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.ProtoMsg.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.SignDocProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.SignMode.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.SignerInfoProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.TxBodyProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.TxMsgDataProto.kt
commonMain.io.eqoty.secretk.types.proto.commonMain.io.eqoty.secretk.types.proto.TxRawProto.kt
commonMain.io.eqoty.secretk.types.response
commonMain.io.eqoty.secretk.types.response.commonMain.io.eqoty.secretk.types.response.AccountResponse.kt
commonMain.io.eqoty.secretk.types.response.commonMain.io.eqoty.secretk.types.response.BalanceResponse.kt
commonMain.io.eqoty.secretk.types.response.commonMain.io.eqoty.secretk.types.response.CodeInfoResponse.kt
commonMain.io.eqoty.secretk.types.response.commonMain.io.eqoty.secretk.types.response.CosmosSdkAccount.kt
commonMain.io.eqoty.secretk.types.response.commonMain.io.eqoty.secretk.types.response.NodeInfoResponse.kt
commonMain.io.eqoty.secretk.types.response.commonMain.io.eqoty.secretk.types.response.PubKey.kt
commonMain.io.eqoty.secretk.types.response.commonMain.io.eqoty.secretk.types.response.SimulateTxsResponse.kt
commonMain.io.eqoty.secretk.types.response.commonMain.io.eqoty.secretk.types.response.SmartQueryResponse.kt
commonMain.io.eqoty.secretk.types.response.commonMain.io.eqoty.secretk.types.response.TxResponseData.kt
commonMain.io.eqoty.secretk.types.response.commonMain.io.eqoty.secretk.types.response.TypeValue.kt
commonMain.io.eqoty.secretk.types.response.commonMain.io.eqoty.secretk.types.response.V1BetaType.kt
commonMain.io.eqoty.secretk.types.response.commonMain.io.eqoty.secretk.types.response.WasmResponse.kt
commonMain.io.eqoty.secretk.types.response.logs
commonMain.io.eqoty.secretk.types.response.logs.commonMain.io.eqoty.secretk.types.response.logs.Attribute.kt
commonMain.io.eqoty.secretk.types.response.logs.commonMain.io.eqoty.secretk.types.response.logs.Event.kt
commonMain.io.eqoty.secretk.types.response.logs.commonMain.io.eqoty.secretk.types.response.logs.Log.kt
commonMain.io.eqoty.secretk.types.result
commonMain.io.eqoty.secretk.types.result.commonMain.io.eqoty.secretk.types.result.GetNonceResult.kt
commonMain.io.eqoty.secretk.utils
commonMain.io.eqoty.secretk.utils.commonMain.io.eqoty.secretk.utils.Address.kt
commonMain.io.eqoty.secretk.utils.commonMain.io.eqoty.secretk.utils.AxlSign.kt
commonMain.io.eqoty.secretk.utils.commonMain.io.eqoty.secretk.utils.EncryptionUtils.kt
commonMain.io.eqoty.secretk.utils.commonMain.io.eqoty.secretk.utils.EnigmaUtils.kt
commonMain.io.eqoty.secretk.utils.commonMain.io.eqoty.secretk.utils.Helpers.kt
commonMain.io.eqoty.secretk.utils.commonMain.io.eqoty.secretk.utils.UByteArrayUtils.kt
commonMain.io.eqoty.secretk.utils.bech32
commonMain.io.eqoty.secretk.utils.bech32.commonMain.io.eqoty.secretk.utils.bech32.Bech32.kt
commonMain.io.eqoty.secretk.utils.bech32.commonMain.io.eqoty.secretk.utils.bech32.BitConverter.kt
commonMain.io.eqoty.secretk.wallet
commonMain.io.eqoty.secretk.wallet.commonMain.io.eqoty.secretk.wallet.AccountData.kt
commonMain.io.eqoty.secretk.wallet.commonMain.io.eqoty.secretk.wallet.AccountSigningData.kt
commonMain.io.eqoty.secretk.wallet.commonMain.io.eqoty.secretk.wallet.AminoWallet.kt
commonMain.io.eqoty.secretk.wallet.commonMain.io.eqoty.secretk.wallet.BaseWallet.kt
commonMain.io.eqoty.secretk.wallet.commonMain.io.eqoty.secretk.wallet.DirectSigningWallet.kt
commonMain.io.eqoty.secretk.wallet.commonMain.io.eqoty.secretk.wallet.PrehashType.kt
commonMain.io.eqoty.secretk.wallet.commonMain.io.eqoty.secretk.wallet.Pubkey.kt
commonMain.io.eqoty.secretk.wallet.commonMain.io.eqoty.secretk.wallet.Signature.kt
commonTest.io.eqoty
commonTest.io.eqoty.commonTest.io.eqoty.ClientTests.kt
commonTest.io.eqoty.commonTest.io.eqoty.platformTestUtils.kt
jsMain.io.eqoty.secretk.crypto
jsMain.io.eqoty.secretk.crypto.jsMain.io.eqoty.secretk.crypto.AesSIV.kt
jsMain.io.eqoty.secretk.extensions.accesscontrol
jsMain.io.eqoty.secretk.extensions.accesscontrol.jsMain.io.eqoty.secretk.extensions.accesscontrol.newPermitWithTargetSpecificWallet.kt
jsMain.io.eqoty.wallet
jsMain.io.eqoty.wallet.jsMain.io.eqoty.wallet.MetaMaskWalletWrapper.kt
jsMain.io.eqoty.wallet.jsMain.io.eqoty.wallet.OfflineSignerOnlyAminoWalletWrapper.kt
jsMain.io.eqoty.wallet.jsMain.io.eqoty.wallet.utils.kt
jsMain.jslibs.cosmjs.amino
jsMain.jslibs.cosmjs.amino.jsMain.jslibs.cosmjs.amino.coins.module_@cosmjs_amino.kt
jsMain.jslibs.cosmjs.amino.jsMain.jslibs.cosmjs.amino.pubkeys.module_@cosmjs_amino.kt
jsMain.jslibs.cosmjs.amino.jsMain.jslibs.cosmjs.amino.signature.module_@cosmjs_amino.kt
jsMain.jslibs.cosmjs.amino.jsMain.jslibs.cosmjs.amino.signdoc.module_@cosmjs_amino.kt
jsMain.jslibs.cosmjs.amino.jsMain.jslibs.cosmjs.amino.signer.module_@cosmjs_amino.kt
jsMain.jslibs.keplrwallet.types
jsMain.jslibs.keplrwallet.types.jsMain.jslibs.keplrwallet.types.KeplrSignOptionsImpl.kt
jsMain.jslibs.keplrwallet.types.jsMain.jslibs.keplrwallet.types.keplr.module_@keplr-wallet_types.kt
jsMain.jslibs.miscreant
jsMain.jslibs.miscreant.jsMain.jslibs.miscreant.block.module_miscreant.kt
jsMain.jslibs.miscreant.jsMain.jslibs.miscreant.interfaces.module_miscreant.kt
jsMain.jslibs.miscreant.jsMain.jslibs.miscreant.siv.module_miscreant.kt
jsMain.jslibs.secretjs
jsMain.jslibs.secretjs.jsMain.jslibs.secretjs.coin.module_secretjs.kt
jsMain.jslibs.secretjs.jsMain.jslibs.secretjs.compute.module_secretjs.kt
jsMain.jslibs.secretjs.jsMain.jslibs.secretjs.encryption.module_secretjs.kt
jsMain.jslibs.secretjs.jsMain.jslibs.secretjs.wallet_amino.module_secretjs.kt
jsMain.jslibs.secretjs.jsMain.jslibs.secretjs.wallet_metamask.module_secretjs.kt
jsTest.io.eqoty
jsTest.io.eqoty.jsTest.io.eqoty.fileSystem.kt
jsTest.io.eqoty.jsTest.io.eqoty.platformTestUtils.kt
jsTest.jslibs.happydom
jsTest.jslibs.happydom.jsTest.jslibs.happydom.GlobalRegistrator.kt
jvmMain.io.eqoty.secretk.crypto
jvmMain.io.eqoty.secretk.crypto.jvmMain.io.eqoty.secretk.crypto.AesSIV.kt
jvmMain.io.eqoty.secretk.extensions.accesscontrol
jvmMain.io.eqoty.secretk.extensions.accesscontrol.jvmMain.io.eqoty.secretk.extensions.accesscontrol.newPermitWithTargetSpecificWallet.kt
jvmTest.io.eqoty
jvmTest.io.eqoty.jvmTest.io.eqoty.fileSystem.kt
jvmTest.io.eqoty.jvmTest.io.eqoty.platformTestUtils.kt
nativeMain.io.eqoty.secretk.crypto
nativeMain.io.eqoty.secretk.crypto.nativeMain.io.eqoty.secretk.crypto.AesSIV.kt
nativeMain.io.eqoty.secretk.extensions.accesscontrol
nativeMain.io.eqoty.secretk.extensions.accesscontrol.nativeMain.io.eqoty.secretk.extensions.accesscontrol.newPermitWithTargetSpecificWallet.kt
nativeTest.io.eqoty
nativeTest.io.eqoty.nativeTest.io.eqoty.fileSystem.kt
nativeTest.io.eqoty.nativeTest.io.eqoty.platformTestUtils.kt




© 2015 - 2025 Weber Informatics LLC | Privacy Policy