injectivejs 1.4.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE-Apache +201 -0
- package/LICENSE-MIT +21 -0
- package/README.md +13 -417
- package/amino/amino.js +2 -0
- package/binary.d.ts +130 -0
- package/binary.js +370 -0
- package/cosmos/auth/v1beta1/auth.d.ts +177 -0
- package/cosmos/auth/v1beta1/auth.js +445 -0
- package/cosmos/auth/v1beta1/query.d.ts +810 -0
- package/cosmos/auth/v1beta1/query.js +1561 -0
- package/cosmos/auth/v1beta1/query.rpc.func.d.ts +12 -0
- package/cosmos/auth/v1beta1/query.rpc.func.js +85 -0
- package/cosmos/authz/v1beta1/authz.d.ts +177 -0
- package/cosmos/authz/v1beta1/authz.js +371 -0
- package/cosmos/authz/v1beta1/tx.d.ts +240 -0
- package/cosmos/authz/v1beta1/tx.js +516 -0
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +5 -0
- package/cosmos/authz/v1beta1/tx.rpc.func.js +27 -0
- package/cosmos/bank/v1beta1/bank.d.ts +371 -0
- package/cosmos/bank/v1beta1/bank.js +726 -0
- package/cosmos/bank/v1beta1/query.d.ts +1159 -0
- package/cosmos/bank/v1beta1/query.js +2317 -0
- package/cosmos/bank/v1beta1/query.rpc.func.d.ts +15 -0
- package/cosmos/bank/v1beta1/query.rpc.func.js +109 -0
- package/cosmos/bank/v1beta1/tx.d.ts +342 -0
- package/cosmos/bank/v1beta1/tx.js +666 -0
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +6 -0
- package/cosmos/bank/v1beta1/tx.rpc.func.js +34 -0
- package/cosmos/base/abci/v1beta1/abci.d.ts +599 -0
- package/cosmos/base/abci/v1beta1/abci.js +1293 -0
- package/cosmos/base/query/v1beta1/pagination.d.ts +176 -0
- package/cosmos/base/query/v1beta1/pagination.js +222 -0
- package/cosmos/base/v1beta1/coin.d.ts +166 -0
- package/cosmos/base/v1beta1/coin.js +341 -0
- package/cosmos/crypto/ed25519/keys.d.ts +84 -0
- package/cosmos/crypto/ed25519/keys.js +162 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +86 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.js +177 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +78 -0
- package/cosmos/crypto/secp256k1/keys.js +162 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +76 -0
- package/cosmos/crypto/secp256r1/keys.js +162 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +541 -0
- package/cosmos/distribution/v1beta1/distribution.js +1158 -0
- package/cosmos/distribution/v1beta1/tx.d.ts +578 -0
- package/cosmos/distribution/v1beta1/tx.js +1145 -0
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +9 -0
- package/cosmos/distribution/v1beta1/tx.rpc.func.js +55 -0
- package/cosmos/feegrant/v1beta1/tx.d.ts +232 -0
- package/cosmos/feegrant/v1beta1/tx.js +471 -0
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +5 -0
- package/cosmos/feegrant/v1beta1/tx.rpc.func.js +27 -0
- package/cosmos/gov/v1/gov.d.ts +696 -0
- package/cosmos/gov/v1/gov.js +1363 -0
- package/cosmos/gov/v1/tx.d.ts +629 -0
- package/cosmos/gov/v1/tx.js +1277 -0
- package/cosmos/gov/v1/tx.rpc.func.d.ts +9 -0
- package/cosmos/gov/v1/tx.rpc.func.js +55 -0
- package/cosmos/gov/v1beta1/gov.d.ts +527 -0
- package/cosmos/gov/v1beta1/gov.js +1114 -0
- package/cosmos/gov/v1beta1/query.d.ts +606 -0
- package/cosmos/gov/v1beta1/query.js +1409 -0
- package/cosmos/gov/v1beta1/query.rpc.func.d.ts +10 -0
- package/cosmos/gov/v1beta1/query.rpc.func.js +69 -0
- package/cosmos/gov/v1beta1/tx.d.ts +330 -0
- package/cosmos/gov/v1beta1/tx.js +699 -0
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +6 -0
- package/cosmos/gov/v1beta1/tx.rpc.func.js +34 -0
- package/cosmos/group/v1/tx.d.ts +1140 -0
- package/cosmos/group/v1/tx.js +2567 -0
- package/cosmos/group/v1/tx.rpc.func.d.ts +16 -0
- package/cosmos/group/v1/tx.rpc.func.js +104 -0
- package/cosmos/group/v1/types.d.ts +799 -0
- package/cosmos/group/v1/types.js +1542 -0
- package/cosmos/ics23/v1/proofs.d.ts +730 -0
- package/cosmos/ics23/v1/proofs.js +1605 -0
- package/cosmos/msg/v1/msg.js +2 -0
- package/cosmos/query/v1/query.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +1124 -0
- package/cosmos/staking/v1beta1/query.js +2414 -0
- package/cosmos/staking/v1beta1/query.rpc.func.d.ts +16 -0
- package/cosmos/staking/v1beta1/query.rpc.func.js +117 -0
- package/cosmos/staking/v1beta1/staking.d.ts +1024 -0
- package/cosmos/staking/v1beta1/staking.js +2371 -0
- package/cosmos/staking/v1beta1/tx.d.ts +590 -0
- package/cosmos/staking/v1beta1/tx.js +1290 -0
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +9 -0
- package/cosmos/staking/v1beta1/tx.rpc.func.js +55 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +270 -0
- package/cosmos/tx/signing/v1beta1/signing.js +570 -0
- package/cosmos/tx/v1beta1/service.d.ts +916 -0
- package/cosmos/tx/v1beta1/service.js +1729 -0
- package/cosmos/tx/v1beta1/service.rpc.func.d.ts +11 -0
- package/cosmos/tx/v1beta1/service.rpc.func.js +77 -0
- package/cosmos/tx/v1beta1/tx.d.ts +856 -0
- package/cosmos/tx/v1beta1/tx.js +1398 -0
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +245 -0
- package/cosmos/upgrade/v1beta1/upgrade.js +416 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +256 -0
- package/cosmos/vesting/v1beta1/tx.js +553 -0
- package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +5 -0
- package/cosmos/vesting/v1beta1/tx.rpc.func.js +27 -0
- package/cosmos/vesting/v1beta1/vesting.d.ts +256 -0
- package/cosmos/vesting/v1beta1/vesting.js +586 -0
- package/cosmos_proto/cosmos.d.ts +153 -0
- package/cosmos_proto/cosmos.js +234 -0
- package/cosmwasm/wasm/v1/proposal_legacy.d.ts +872 -0
- package/cosmwasm/wasm/v1/proposal_legacy.js +1784 -0
- package/cosmwasm/wasm/v1/query.d.ts +1168 -0
- package/cosmwasm/wasm/v1/query.js +2549 -0
- package/cosmwasm/wasm/v1/query.rpc.func.d.ts +16 -0
- package/cosmwasm/wasm/v1/query.rpc.func.js +117 -0
- package/cosmwasm/wasm/v1/tx.d.ts +1534 -0
- package/cosmwasm/wasm/v1/tx.js +3236 -0
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +19 -0
- package/cosmwasm/wasm/v1/tx.rpc.func.js +125 -0
- package/cosmwasm/wasm/v1/types.d.ts +374 -0
- package/cosmwasm/wasm/v1/types.js +917 -0
- package/esm/binary.js +365 -0
- package/esm/cosmos/auth/v1beta1/auth.js +442 -0
- package/esm/cosmos/auth/v1beta1/query.js +1558 -0
- package/esm/cosmos/auth/v1beta1/query.rpc.func.js +72 -0
- package/esm/cosmos/authz/v1beta1/authz.js +368 -0
- package/esm/cosmos/authz/v1beta1/tx.js +513 -0
- package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +21 -0
- package/esm/cosmos/bank/v1beta1/bank.js +723 -0
- package/esm/cosmos/bank/v1beta1/query.js +2314 -0
- package/esm/cosmos/bank/v1beta1/query.rpc.func.js +93 -0
- package/esm/cosmos/bank/v1beta1/tx.js +663 -0
- package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +27 -0
- package/esm/cosmos/base/abci/v1beta1/abci.js +1290 -0
- package/esm/cosmos/base/query/v1beta1/pagination.js +219 -0
- package/esm/cosmos/base/v1beta1/coin.js +338 -0
- package/esm/cosmos/crypto/ed25519/keys.js +159 -0
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +174 -0
- package/esm/cosmos/crypto/secp256k1/keys.js +159 -0
- package/esm/cosmos/crypto/secp256r1/keys.js +159 -0
- package/esm/cosmos/distribution/v1beta1/distribution.js +1155 -0
- package/esm/cosmos/distribution/v1beta1/tx.js +1142 -0
- package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +45 -0
- package/esm/cosmos/feegrant/v1beta1/tx.js +468 -0
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +21 -0
- package/esm/cosmos/gov/v1/gov.js +1356 -0
- package/esm/cosmos/gov/v1/tx.js +1274 -0
- package/esm/cosmos/gov/v1/tx.rpc.func.js +45 -0
- package/esm/cosmos/gov/v1beta1/gov.js +1107 -0
- package/esm/cosmos/gov/v1beta1/query.js +1406 -0
- package/esm/cosmos/gov/v1beta1/query.rpc.func.js +58 -0
- package/esm/cosmos/gov/v1beta1/tx.js +696 -0
- package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +27 -0
- package/esm/cosmos/group/v1/tx.js +2562 -0
- package/esm/cosmos/group/v1/tx.rpc.func.js +87 -0
- package/esm/cosmos/group/v1/types.js +1533 -0
- package/esm/cosmos/ics23/v1/proofs.js +1598 -0
- package/esm/cosmos/msg/v1/msg.js +1 -0
- package/esm/cosmos/query/v1/query.js +1 -0
- package/esm/cosmos/staking/v1beta1/query.js +2411 -0
- package/esm/cosmos/staking/v1beta1/query.rpc.func.js +100 -0
- package/esm/cosmos/staking/v1beta1/staking.js +2364 -0
- package/esm/cosmos/staking/v1beta1/tx.js +1287 -0
- package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +45 -0
- package/esm/cosmos/tx/signing/v1beta1/signing.js +565 -0
- package/esm/cosmos/tx/v1beta1/service.js +1722 -0
- package/esm/cosmos/tx/v1beta1/service.rpc.func.js +65 -0
- package/esm/cosmos/tx/v1beta1/tx.js +1395 -0
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +413 -0
- package/esm/cosmos/vesting/v1beta1/tx.js +550 -0
- package/esm/cosmos/vesting/v1beta1/tx.rpc.func.js +21 -0
- package/esm/cosmos/vesting/v1beta1/vesting.js +583 -0
- package/esm/cosmos_proto/cosmos.js +229 -0
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +1781 -0
- package/esm/cosmwasm/wasm/v1/query.js +2546 -0
- package/esm/cosmwasm/wasm/v1/query.rpc.func.js +100 -0
- package/esm/cosmwasm/wasm/v1/tx.js +3233 -0
- package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +105 -0
- package/esm/cosmwasm/wasm/v1/types.js +910 -0
- package/esm/extern.js +30 -0
- package/esm/gogoproto/gogo.js +1 -0
- package/esm/google/api/annotations.js +1 -0
- package/esm/google/api/http.js +350 -0
- package/esm/google/protobuf/any.js +78 -0
- package/esm/google/protobuf/descriptor.js +5062 -0
- package/esm/google/protobuf/duration.js +78 -0
- package/esm/google/protobuf/timestamp.js +75 -0
- package/esm/helper-func-types.js +50 -0
- package/esm/helpers.js +128 -0
- package/esm/ibc/applications/transfer/v1/transfer.js +275 -0
- package/esm/ibc/applications/transfer/v1/tx.js +427 -0
- package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +15 -0
- package/esm/ibc/core/channel/v1/channel.js +1160 -0
- package/esm/ibc/core/channel/v1/tx.js +4022 -0
- package/esm/ibc/core/channel/v1/tx.rpc.func.js +117 -0
- package/esm/ibc/core/channel/v1/upgrade.js +301 -0
- package/esm/ibc/core/client/v1/client.js +443 -0
- package/esm/ibc/core/client/v1/tx.js +1212 -0
- package/esm/ibc/core/client/v1/tx.rpc.func.js +45 -0
- package/esm/ibc/core/commitment/v1/commitment.js +241 -0
- package/esm/ibc/core/connection/v1/connection.js +776 -0
- package/esm/ibc/core/connection/v1/tx.js +1084 -0
- package/esm/ibc/core/connection/v1/tx.rpc.func.js +33 -0
- package/esm/injective/auction/v1beta1/auction.js +554 -0
- package/esm/injective/auction/v1beta1/genesis.js +121 -0
- package/esm/injective/auction/v1beta1/query.js +564 -0
- package/esm/injective/auction/v1beta1/query.rpc.func.js +30 -0
- package/esm/injective/auction/v1beta1/tx.js +310 -0
- package/esm/injective/auction/v1beta1/tx.rpc.func.js +15 -0
- package/esm/injective/crypto/v1beta1/ethsecp256k1/keys.js +159 -0
- package/esm/injective/exchange/v1beta1/authz.js +1040 -0
- package/esm/injective/exchange/v1beta1/events.js +3396 -0
- package/esm/injective/exchange/v1beta1/exchange.js +6128 -0
- package/esm/injective/exchange/v1beta1/genesis.js +2030 -0
- package/esm/injective/exchange/v1beta1/proposal.js +3398 -0
- package/esm/injective/exchange/v1beta1/query.js +10569 -0
- package/esm/injective/exchange/v1beta1/query.rpc.func.js +422 -0
- package/esm/injective/exchange/v1beta1/tx.js +7548 -0
- package/esm/injective/exchange/v1beta1/tx.rpc.func.js +213 -0
- package/esm/injective/insurance/v1beta1/events.js +426 -0
- package/esm/injective/insurance/v1beta1/genesis.js +127 -0
- package/esm/injective/insurance/v1beta1/insurance.js +392 -0
- package/esm/injective/insurance/v1beta1/query.js +839 -0
- package/esm/injective/insurance/v1beta1/query.rpc.func.js +44 -0
- package/esm/injective/insurance/v1beta1/tx.js +689 -0
- package/esm/injective/insurance/v1beta1/tx.rpc.func.js +27 -0
- package/esm/injective/ocr/v1beta1/genesis.js +783 -0
- package/esm/injective/ocr/v1beta1/ocr.js +2406 -0
- package/esm/injective/ocr/v1beta1/query.js +1020 -0
- package/esm/injective/ocr/v1beta1/query.rpc.func.js +51 -0
- package/esm/injective/ocr/v1beta1/tx.js +1583 -0
- package/esm/injective/ocr/v1beta1/tx.rpc.func.js +57 -0
- package/esm/injective/oracle/v1beta1/events.js +1037 -0
- package/esm/injective/oracle/v1beta1/genesis.js +387 -0
- package/esm/injective/oracle/v1beta1/oracle.js +2619 -0
- package/esm/injective/oracle/v1beta1/proposal.js +1246 -0
- package/esm/injective/oracle/v1beta1/query.js +2704 -0
- package/esm/injective/oracle/v1beta1/query.rpc.func.js +121 -0
- package/esm/injective/oracle/v1beta1/tx.js +1337 -0
- package/esm/injective/oracle/v1beta1/tx.rpc.func.js +51 -0
- package/esm/injective/peggy/v1/attestation.js +248 -0
- package/esm/injective/peggy/v1/batch.js +242 -0
- package/esm/injective/peggy/v1/ethereum_signer.js +39 -0
- package/esm/injective/peggy/v1/events.js +1921 -0
- package/esm/injective/peggy/v1/genesis.js +272 -0
- package/esm/injective/peggy/v1/msgs.js +2421 -0
- package/esm/injective/peggy/v1/msgs.rpc.func.js +87 -0
- package/esm/injective/peggy/v1/params.js +337 -0
- package/esm/injective/peggy/v1/pool.js +167 -0
- package/esm/injective/peggy/v1/proposal.js +196 -0
- package/esm/injective/peggy/v1/query.js +2992 -0
- package/esm/injective/peggy/v1/query.rpc.func.js +149 -0
- package/esm/injective/peggy/v1/types.js +451 -0
- package/esm/injective/permissions/v1beta1/events.js +85 -0
- package/esm/injective/permissions/v1beta1/genesis.js +89 -0
- package/esm/injective/permissions/v1beta1/params.js +80 -0
- package/esm/injective/permissions/v1beta1/permissions.js +601 -0
- package/esm/injective/permissions/v1beta1/query.js +867 -0
- package/esm/injective/permissions/v1beta1/query.rpc.func.js +44 -0
- package/esm/injective/permissions/v1beta1/tx.js +1406 -0
- package/esm/injective/permissions/v1beta1/tx.rpc.func.js +45 -0
- package/esm/injective/stream/v1beta1/query.js +2453 -0
- package/esm/injective/tokenfactory/v1beta1/authorityMetadata.js +72 -0
- package/esm/injective/tokenfactory/v1beta1/events.js +414 -0
- package/esm/injective/tokenfactory/v1beta1/genesis.js +207 -0
- package/esm/injective/tokenfactory/v1beta1/params.js +84 -0
- package/esm/injective/tokenfactory/v1beta1/query.js +554 -0
- package/esm/injective/tokenfactory/v1beta1/query.rpc.func.js +30 -0
- package/esm/injective/tokenfactory/v1beta1/tx.js +947 -0
- package/esm/injective/tokenfactory/v1beta1/tx.rpc.func.js +39 -0
- package/esm/injective/types/v1beta1/account.js +86 -0
- package/esm/injective/types/v1beta1/tx_ext.js +97 -0
- package/esm/injective/types/v1beta1/tx_response.js +158 -0
- package/esm/injective/wasmx/v1/events.js +333 -0
- package/esm/injective/wasmx/v1/genesis.js +170 -0
- package/esm/injective/wasmx/v1/proposal.js +631 -0
- package/esm/injective/wasmx/v1/query.js +398 -0
- package/esm/injective/wasmx/v1/query.rpc.func.js +23 -0
- package/esm/injective/wasmx/v1/tx.js +960 -0
- package/esm/injective/wasmx/v1/tx.rpc.func.js +39 -0
- package/esm/injective/wasmx/v1/wasmx.js +272 -0
- package/esm/registry.js +154 -0
- package/esm/tendermint/abci/types.js +5217 -0
- package/esm/tendermint/crypto/keys.js +85 -0
- package/esm/tendermint/crypto/proof.js +455 -0
- package/esm/tendermint/types/block.js +110 -0
- package/esm/tendermint/types/evidence.js +400 -0
- package/esm/tendermint/types/params.js +592 -0
- package/esm/tendermint/types/types.js +1749 -0
- package/esm/tendermint/types/validator.js +337 -0
- package/esm/tendermint/version/types.js +166 -0
- package/esm/types.js +6 -0
- package/esm/utf8.js +136 -0
- package/esm/varint.js +407 -0
- package/extern.d.ts +10 -0
- package/extern.js +36 -0
- package/gogoproto/gogo.d.ts +1 -0
- package/gogoproto/gogo.js +2 -0
- package/google/api/annotations.d.ts +1 -0
- package/google/api/annotations.js +2 -0
- package/google/api/http.d.ts +764 -0
- package/google/api/http.js +353 -0
- package/google/protobuf/any.d.ts +268 -0
- package/google/protobuf/any.js +81 -0
- package/google/protobuf/descriptor.d.ts +2919 -0
- package/google/protobuf/descriptor.js +5101 -0
- package/google/protobuf/duration.d.ts +162 -0
- package/google/protobuf/duration.js +81 -0
- package/google/protobuf/timestamp.d.ts +222 -0
- package/google/protobuf/timestamp.js +78 -0
- package/helper-func-types.d.ts +117 -0
- package/helper-func-types.js +56 -0
- package/helpers.d.ts +82 -0
- package/helpers.js +143 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +148 -0
- package/ibc/applications/transfer/v1/transfer.js +278 -0
- package/ibc/applications/transfer/v1/tx.d.ts +213 -0
- package/ibc/applications/transfer/v1/tx.js +430 -0
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +4 -0
- package/ibc/applications/transfer/v1/tx.rpc.func.js +20 -0
- package/ibc/core/channel/v1/channel.d.ts +547 -0
- package/ibc/core/channel/v1/channel.js +1167 -0
- package/ibc/core/channel/v1/tx.d.ts +1490 -0
- package/ibc/core/channel/v1/tx.js +4027 -0
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +21 -0
- package/ibc/core/channel/v1/tx.rpc.func.js +139 -0
- package/ibc/core/channel/v1/upgrade.d.ts +139 -0
- package/ibc/core/channel/v1/upgrade.js +304 -0
- package/ibc/core/client/v1/client.d.ts +243 -0
- package/ibc/core/client/v1/client.js +446 -0
- package/ibc/core/client/v1/tx.d.ts +589 -0
- package/ibc/core/client/v1/tx.js +1215 -0
- package/ibc/core/client/v1/tx.rpc.func.d.ts +9 -0
- package/ibc/core/client/v1/tx.rpc.func.js +55 -0
- package/ibc/core/commitment/v1/commitment.d.ts +125 -0
- package/ibc/core/commitment/v1/commitment.js +244 -0
- package/ibc/core/connection/v1/connection.d.ts +376 -0
- package/ibc/core/connection/v1/connection.js +781 -0
- package/ibc/core/connection/v1/tx.d.ts +485 -0
- package/ibc/core/connection/v1/tx.js +1087 -0
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +7 -0
- package/ibc/core/connection/v1/tx.rpc.func.js +41 -0
- package/injective/auction/v1beta1/auction.d.ts +227 -0
- package/injective/auction/v1beta1/auction.js +557 -0
- package/injective/auction/v1beta1/genesis.d.ts +51 -0
- package/injective/auction/v1beta1/genesis.js +124 -0
- package/injective/auction/v1beta1/query.d.ts +287 -0
- package/injective/auction/v1beta1/query.js +567 -0
- package/injective/auction/v1beta1/query.rpc.func.d.ts +6 -0
- package/injective/auction/v1beta1/query.rpc.func.js +37 -0
- package/injective/auction/v1beta1/tx.d.ts +140 -0
- package/injective/auction/v1beta1/tx.js +313 -0
- package/injective/auction/v1beta1/tx.rpc.func.d.ts +4 -0
- package/injective/auction/v1beta1/tx.rpc.func.js +20 -0
- package/injective/crypto/v1beta1/ethsecp256k1/keys.d.ts +80 -0
- package/injective/crypto/v1beta1/ethsecp256k1/keys.js +162 -0
- package/injective/exchange/v1beta1/authz.d.ts +362 -0
- package/injective/exchange/v1beta1/authz.js +1043 -0
- package/injective/exchange/v1beta1/events.d.ts +1148 -0
- package/injective/exchange/v1beta1/events.js +3399 -0
- package/injective/exchange/v1beta1/exchange.d.ts +2468 -0
- package/injective/exchange/v1beta1/exchange.js +6142 -0
- package/injective/exchange/v1beta1/genesis.d.ts +709 -0
- package/injective/exchange/v1beta1/genesis.js +2033 -0
- package/injective/exchange/v1beta1/proposal.d.ts +1342 -0
- package/injective/exchange/v1beta1/proposal.js +3403 -0
- package/injective/exchange/v1beta1/query.d.ts +4948 -0
- package/injective/exchange/v1beta1/query.js +10578 -0
- package/injective/exchange/v1beta1/query.rpc.func.d.ts +62 -0
- package/injective/exchange/v1beta1/query.rpc.func.js +486 -0
- package/injective/exchange/v1beta1/tx.d.ts +3188 -0
- package/injective/exchange/v1beta1/tx.js +7552 -0
- package/injective/exchange/v1beta1/tx.rpc.func.d.ts +37 -0
- package/injective/exchange/v1beta1/tx.rpc.func.js +251 -0
- package/injective/insurance/v1beta1/events.d.ts +168 -0
- package/injective/insurance/v1beta1/events.js +429 -0
- package/injective/insurance/v1beta1/genesis.d.ts +69 -0
- package/injective/insurance/v1beta1/genesis.js +130 -0
- package/injective/insurance/v1beta1/insurance.d.ts +187 -0
- package/injective/insurance/v1beta1/insurance.js +395 -0
- package/injective/insurance/v1beta1/query.d.ts +437 -0
- package/injective/insurance/v1beta1/query.js +842 -0
- package/injective/insurance/v1beta1/query.rpc.func.d.ts +8 -0
- package/injective/insurance/v1beta1/query.rpc.func.js +53 -0
- package/injective/insurance/v1beta1/tx.d.ts +335 -0
- package/injective/insurance/v1beta1/tx.js +692 -0
- package/injective/insurance/v1beta1/tx.rpc.func.d.ts +6 -0
- package/injective/insurance/v1beta1/tx.rpc.func.js +34 -0
- package/injective/ocr/v1beta1/genesis.d.ts +286 -0
- package/injective/ocr/v1beta1/genesis.js +786 -0
- package/injective/ocr/v1beta1/ocr.d.ts +953 -0
- package/injective/ocr/v1beta1/ocr.js +2409 -0
- package/injective/ocr/v1beta1/query.d.ts +403 -0
- package/injective/ocr/v1beta1/query.js +1023 -0
- package/injective/ocr/v1beta1/query.rpc.func.d.ts +9 -0
- package/injective/ocr/v1beta1/query.rpc.func.js +61 -0
- package/injective/ocr/v1beta1/tx.d.ts +614 -0
- package/injective/ocr/v1beta1/tx.js +1586 -0
- package/injective/ocr/v1beta1/tx.rpc.func.d.ts +11 -0
- package/injective/ocr/v1beta1/tx.rpc.func.js +69 -0
- package/injective/oracle/v1beta1/events.d.ts +357 -0
- package/injective/oracle/v1beta1/events.js +1040 -0
- package/injective/oracle/v1beta1/genesis.d.ts +97 -0
- package/injective/oracle/v1beta1/genesis.js +390 -0
- package/injective/oracle/v1beta1/oracle.d.ts +958 -0
- package/injective/oracle/v1beta1/oracle.js +2624 -0
- package/injective/oracle/v1beta1/proposal.d.ts +391 -0
- package/injective/oracle/v1beta1/proposal.js +1249 -0
- package/injective/oracle/v1beta1/query.d.ts +1298 -0
- package/injective/oracle/v1beta1/query.js +2707 -0
- package/injective/oracle/v1beta1/query.rpc.func.d.ts +19 -0
- package/injective/oracle/v1beta1/query.rpc.func.js +141 -0
- package/injective/oracle/v1beta1/tx.d.ts +541 -0
- package/injective/oracle/v1beta1/tx.js +1340 -0
- package/injective/oracle/v1beta1/tx.rpc.func.d.ts +10 -0
- package/injective/oracle/v1beta1/tx.rpc.func.js +62 -0
- package/injective/peggy/v1/attestation.d.ts +132 -0
- package/injective/peggy/v1/attestation.js +253 -0
- package/injective/peggy/v1/batch.d.ts +79 -0
- package/injective/peggy/v1/batch.js +245 -0
- package/injective/peggy/v1/ethereum_signer.d.ts +10 -0
- package/injective/peggy/v1/ethereum_signer.js +44 -0
- package/injective/peggy/v1/events.d.ts +598 -0
- package/injective/peggy/v1/events.js +1924 -0
- package/injective/peggy/v1/genesis.d.ts +65 -0
- package/injective/peggy/v1/genesis.js +275 -0
- package/injective/peggy/v1/msgs.d.ts +1122 -0
- package/injective/peggy/v1/msgs.js +2424 -0
- package/injective/peggy/v1/msgs.rpc.func.d.ts +16 -0
- package/injective/peggy/v1/msgs.rpc.func.js +104 -0
- package/injective/peggy/v1/params.d.ts +75 -0
- package/injective/peggy/v1/params.js +340 -0
- package/injective/peggy/v1/pool.d.ts +62 -0
- package/injective/peggy/v1/pool.js +170 -0
- package/injective/peggy/v1/proposal.d.ts +66 -0
- package/injective/peggy/v1/proposal.js +199 -0
- package/injective/peggy/v1/query.d.ts +1204 -0
- package/injective/peggy/v1/query.js +2995 -0
- package/injective/peggy/v1/query.rpc.func.d.ts +23 -0
- package/injective/peggy/v1/query.rpc.func.js +173 -0
- package/injective/peggy/v1/types.d.ts +196 -0
- package/injective/peggy/v1/types.js +454 -0
- package/injective/permissions/v1beta1/events.d.ts +33 -0
- package/injective/permissions/v1beta1/events.js +88 -0
- package/injective/permissions/v1beta1/genesis.d.ts +38 -0
- package/injective/permissions/v1beta1/genesis.js +92 -0
- package/injective/permissions/v1beta1/params.d.ts +34 -0
- package/injective/permissions/v1beta1/params.js +83 -0
- package/injective/permissions/v1beta1/permissions.d.ts +212 -0
- package/injective/permissions/v1beta1/permissions.js +606 -0
- package/injective/permissions/v1beta1/query.d.ts +397 -0
- package/injective/permissions/v1beta1/query.js +870 -0
- package/injective/permissions/v1beta1/query.rpc.func.d.ts +8 -0
- package/injective/permissions/v1beta1/query.rpc.func.js +53 -0
- package/injective/permissions/v1beta1/tx.d.ts +562 -0
- package/injective/permissions/v1beta1/tx.js +1409 -0
- package/injective/permissions/v1beta1/tx.rpc.func.d.ts +9 -0
- package/injective/permissions/v1beta1/tx.rpc.func.js +55 -0
- package/injective/stream/v1beta1/query.d.ts +764 -0
- package/injective/stream/v1beta1/query.js +2458 -0
- package/injective/tokenfactory/v1beta1/authorityMetadata.d.ts +42 -0
- package/injective/tokenfactory/v1beta1/authorityMetadata.js +75 -0
- package/injective/tokenfactory/v1beta1/events.d.ts +154 -0
- package/injective/tokenfactory/v1beta1/events.js +417 -0
- package/injective/tokenfactory/v1beta1/genesis.d.ts +84 -0
- package/injective/tokenfactory/v1beta1/genesis.js +210 -0
- package/injective/tokenfactory/v1beta1/params.d.ts +35 -0
- package/injective/tokenfactory/v1beta1/params.js +87 -0
- package/injective/tokenfactory/v1beta1/query.d.ts +281 -0
- package/injective/tokenfactory/v1beta1/query.js +557 -0
- package/injective/tokenfactory/v1beta1/query.rpc.func.d.ts +6 -0
- package/injective/tokenfactory/v1beta1/query.rpc.func.js +37 -0
- package/injective/tokenfactory/v1beta1/tx.d.ts +454 -0
- package/injective/tokenfactory/v1beta1/tx.js +950 -0
- package/injective/tokenfactory/v1beta1/tx.rpc.func.d.ts +8 -0
- package/injective/tokenfactory/v1beta1/tx.rpc.func.js +48 -0
- package/injective/types/v1beta1/account.d.ts +41 -0
- package/injective/types/v1beta1/account.js +89 -0
- package/injective/types/v1beta1/tx_ext.d.ts +58 -0
- package/injective/types/v1beta1/tx_ext.js +100 -0
- package/injective/types/v1beta1/tx_response.d.ts +70 -0
- package/injective/types/v1beta1/tx_response.js +161 -0
- package/injective/wasmx/v1/events.d.ts +107 -0
- package/injective/wasmx/v1/events.js +336 -0
- package/injective/wasmx/v1/genesis.d.ts +75 -0
- package/injective/wasmx/v1/genesis.js +173 -0
- package/injective/wasmx/v1/proposal.d.ts +233 -0
- package/injective/wasmx/v1/proposal.js +636 -0
- package/injective/wasmx/v1/query.d.ts +202 -0
- package/injective/wasmx/v1/query.js +401 -0
- package/injective/wasmx/v1/query.rpc.func.d.ts +5 -0
- package/injective/wasmx/v1/query.rpc.func.js +29 -0
- package/injective/wasmx/v1/tx.d.ts +408 -0
- package/injective/wasmx/v1/tx.js +963 -0
- package/injective/wasmx/v1/tx.rpc.func.d.ts +8 -0
- package/injective/wasmx/v1/tx.rpc.func.js +48 -0
- package/injective/wasmx/v1/wasmx.d.ts +140 -0
- package/injective/wasmx/v1/wasmx.js +275 -0
- package/package.json +39 -77
- package/registry.d.ts +33 -0
- package/registry.js +158 -0
- package/tendermint/abci/types.d.ts +1843 -0
- package/tendermint/abci/types.js +5233 -0
- package/tendermint/crypto/keys.d.ts +34 -0
- package/tendermint/crypto/keys.js +88 -0
- package/tendermint/crypto/proof.d.ts +174 -0
- package/tendermint/crypto/proof.js +458 -0
- package/tendermint/types/block.d.ts +38 -0
- package/tendermint/types/block.js +113 -0
- package/tendermint/types/evidence.d.ts +138 -0
- package/tendermint/types/evidence.js +403 -0
- package/tendermint/types/params.d.ts +323 -0
- package/tendermint/types/params.js +595 -0
- package/tendermint/types/types.d.ts +640 -0
- package/tendermint/types/types.js +1754 -0
- package/tendermint/types/validator.d.ts +113 -0
- package/tendermint/types/validator.js +342 -0
- package/tendermint/version/types.d.ts +82 -0
- package/tendermint/version/types.js +169 -0
- package/types.d.ts +124 -0
- package/types.js +7 -0
- package/utf8.d.ts +27 -0
- package/utf8.js +141 -0
- package/varint.d.ts +105 -0
- package/varint.js +426 -0
- package/LICENSE +0 -21
- package/main/codegen/AtomicOrder.client.js +0 -76
- package/main/codegen/AtomicOrder.types.js +0 -1
- package/main/codegen/Registry.client.js +0 -293
- package/main/codegen/Registry.types.js +0 -1
- package/main/codegen/confio/proofs.js +0 -1256
- package/main/codegen/contracts.js +0 -37
- package/main/codegen/cosmos/app/v1alpha1/config.js +0 -138
- package/main/codegen/cosmos/app/v1alpha1/module.js +0 -215
- package/main/codegen/cosmos/app/v1alpha1/query.js +0 -94
- package/main/codegen/cosmos/app/v1alpha1/query.rpc.query.js +0 -64
- package/main/codegen/cosmos/auth/v1beta1/auth.js +0 -265
- package/main/codegen/cosmos/auth/v1beta1/genesis.js +0 -94
- package/main/codegen/cosmos/auth/v1beta1/query.js +0 -672
- package/main/codegen/cosmos/auth/v1beta1/query.lcd.js +0 -293
- package/main/codegen/cosmos/auth/v1beta1/query.rpc.query.js +0 -156
- package/main/codegen/cosmos/authz/v1beta1/authz.js +0 -266
- package/main/codegen/cosmos/authz/v1beta1/event.js +0 -148
- package/main/codegen/cosmos/authz/v1beta1/genesis.js +0 -82
- package/main/codegen/cosmos/authz/v1beta1/query.js +0 -425
- package/main/codegen/cosmos/authz/v1beta1/query.lcd.js +0 -173
- package/main/codegen/cosmos/authz/v1beta1/query.rpc.query.js +0 -90
- package/main/codegen/cosmos/authz/v1beta1/tx.amino.js +0 -96
- package/main/codegen/cosmos/authz/v1beta1/tx.js +0 -353
- package/main/codegen/cosmos/authz/v1beta1/tx.registry.js +0 -90
- package/main/codegen/cosmos/authz/v1beta1/tx.rpc.msg.js +0 -70
- package/main/codegen/cosmos/bank/v1beta1/authz.js +0 -82
- package/main/codegen/cosmos/bank/v1beta1/bank.js +0 -556
- package/main/codegen/cosmos/bank/v1beta1/genesis.js +0 -209
- package/main/codegen/cosmos/bank/v1beta1/query.js +0 -1057
- package/main/codegen/cosmos/bank/v1beta1/query.lcd.js +0 -406
- package/main/codegen/cosmos/bank/v1beta1/query.rpc.query.js +0 -184
- package/main/codegen/cosmos/bank/v1beta1/tx.amino.js +0 -101
- package/main/codegen/cosmos/bank/v1beta1/tx.js +0 -253
- package/main/codegen/cosmos/bank/v1beta1/tx.registry.js +0 -72
- package/main/codegen/cosmos/bank/v1beta1/tx.rpc.msg.js +0 -59
- package/main/codegen/cosmos/base/abci/v1beta1/abci.js +0 -884
- package/main/codegen/cosmos/base/kv/v1beta1/kv.js +0 -136
- package/main/codegen/cosmos/base/query/v1beta1/pagination.js +0 -160
- package/main/codegen/cosmos/base/reflection/v1beta1/reflection.js +0 -218
- package/main/codegen/cosmos/base/reflection/v2alpha1/reflection.js +0 -1390
- package/main/codegen/cosmos/base/snapshots/v1beta1/snapshot.js +0 -607
- package/main/codegen/cosmos/base/store/v1beta1/commit_info.js +0 -205
- package/main/codegen/cosmos/base/store/v1beta1/listening.js +0 -91
- package/main/codegen/cosmos/base/tendermint/v1beta1/query.js +0 -919
- package/main/codegen/cosmos/base/tendermint/v1beta1/query.lcd.js +0 -266
- package/main/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.js +0 -142
- package/main/codegen/cosmos/base/v1beta1/coin.js +0 -222
- package/main/codegen/cosmos/bundle.js +0 -587
- package/main/codegen/cosmos/capability/v1beta1/capability.js +0 -183
- package/main/codegen/cosmos/capability/v1beta1/genesis.js +0 -148
- package/main/codegen/cosmos/client.js +0 -138
- package/main/codegen/cosmos/crisis/v1beta1/genesis.js +0 -61
- package/main/codegen/cosmos/crisis/v1beta1/tx.amino.js +0 -32
- package/main/codegen/cosmos/crisis/v1beta1/tx.js +0 -114
- package/main/codegen/cosmos/crisis/v1beta1/tx.registry.js +0 -54
- package/main/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.js +0 -48
- package/main/codegen/cosmos/crypto/ed25519/keys.js +0 -108
- package/main/codegen/cosmos/crypto/hd/v1/hd.js +0 -101
- package/main/codegen/cosmos/crypto/keyring/v1/record.js +0 -283
- package/main/codegen/cosmos/crypto/multisig/keys.js +0 -92
- package/main/codegen/cosmos/crypto/multisig/v1beta1/multisig.js +0 -136
- package/main/codegen/cosmos/crypto/secp256k1/keys.js +0 -108
- package/main/codegen/cosmos/crypto/secp256r1/keys.js +0 -108
- package/main/codegen/cosmos/distribution/v1beta1/distribution.js +0 -851
- package/main/codegen/cosmos/distribution/v1beta1/genesis.js +0 -699
- package/main/codegen/cosmos/distribution/v1beta1/query.js +0 -977
- package/main/codegen/cosmos/distribution/v1beta1/query.lcd.js +0 -356
- package/main/codegen/cosmos/distribution/v1beta1/query.rpc.query.js +0 -178
- package/main/codegen/cosmos/distribution/v1beta1/tx.amino.js +0 -91
- package/main/codegen/cosmos/distribution/v1beta1/tx.js +0 -439
- package/main/codegen/cosmos/distribution/v1beta1/tx.registry.js +0 -108
- package/main/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.js +0 -81
- package/main/codegen/cosmos/evidence/v1beta1/evidence.js +0 -95
- package/main/codegen/cosmos/evidence/v1beta1/genesis.js +0 -82
- package/main/codegen/cosmos/evidence/v1beta1/query.js +0 -231
- package/main/codegen/cosmos/evidence/v1beta1/query.lcd.js +0 -114
- package/main/codegen/cosmos/evidence/v1beta1/query.rpc.query.js +0 -80
- package/main/codegen/cosmos/evidence/v1beta1/tx.amino.js +0 -34
- package/main/codegen/cosmos/evidence/v1beta1/tx.js +0 -120
- package/main/codegen/cosmos/evidence/v1beta1/tx.registry.js +0 -54
- package/main/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.js +0 -48
- package/main/codegen/cosmos/feegrant/v1beta1/feegrant.js +0 -349
- package/main/codegen/cosmos/feegrant/v1beta1/genesis.js +0 -82
- package/main/codegen/cosmos/feegrant/v1beta1/query.js +0 -380
- package/main/codegen/cosmos/feegrant/v1beta1/query.lcd.js +0 -150
- package/main/codegen/cosmos/feegrant/v1beta1/query.rpc.query.js +0 -90
- package/main/codegen/cosmos/feegrant/v1beta1/tx.amino.js +0 -57
- package/main/codegen/cosmos/feegrant/v1beta1/tx.js +0 -206
- package/main/codegen/cosmos/feegrant/v1beta1/tx.registry.js +0 -72
- package/main/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.js +0 -59
- package/main/codegen/cosmos/genutil/v1beta1/genesis.js +0 -79
- package/main/codegen/cosmos/gov/v1/genesis.js +0 -170
- package/main/codegen/cosmos/gov/v1/gov.js +0 -852
- package/main/codegen/cosmos/gov/v1/query.js +0 -919
- package/main/codegen/cosmos/gov/v1/query.lcd.js +0 -334
- package/main/codegen/cosmos/gov/v1/query.rpc.query.js +0 -160
- package/main/codegen/cosmos/gov/v1/tx.amino.js +0 -183
- package/main/codegen/cosmos/gov/v1/tx.js +0 -612
- package/main/codegen/cosmos/gov/v1/tx.registry.js +0 -126
- package/main/codegen/cosmos/gov/v1/tx.rpc.msg.js +0 -92
- package/main/codegen/cosmos/gov/v1beta1/genesis.js +0 -170
- package/main/codegen/cosmos/gov/v1beta1/gov.js +0 -890
- package/main/codegen/cosmos/gov/v1beta1/query.js +0 -919
- package/main/codegen/cosmos/gov/v1beta1/query.lcd.js +0 -334
- package/main/codegen/cosmos/gov/v1beta1/query.rpc.query.js +0 -160
- package/main/codegen/cosmos/gov/v1beta1/tx.amino.js +0 -142
- package/main/codegen/cosmos/gov/v1beta1/tx.js +0 -479
- package/main/codegen/cosmos/gov/v1beta1/tx.registry.js +0 -108
- package/main/codegen/cosmos/gov/v1beta1/tx.rpc.msg.js +0 -81
- package/main/codegen/cosmos/group/v1/events.js +0 -449
- package/main/codegen/cosmos/group/v1/genesis.js +0 -206
- package/main/codegen/cosmos/group/v1/query.js +0 -1500
- package/main/codegen/cosmos/group/v1/query.lcd.js +0 -527
- package/main/codegen/cosmos/group/v1/query.rpc.query.js +0 -230
- package/main/codegen/cosmos/group/v1/tx.amino.js +0 -428
- package/main/codegen/cosmos/group/v1/tx.js +0 -1657
- package/main/codegen/cosmos/group/v1/tx.registry.js +0 -288
- package/main/codegen/cosmos/group/v1/tx.rpc.msg.js +0 -191
- package/main/codegen/cosmos/group/v1/types.js +0 -1260
- package/main/codegen/cosmos/lcd.js +0 -307
- package/main/codegen/cosmos/mint/v1beta1/genesis.js +0 -71
- package/main/codegen/cosmos/mint/v1beta1/mint.js +0 -170
- package/main/codegen/cosmos/mint/v1beta1/query.js +0 -254
- package/main/codegen/cosmos/mint/v1beta1/query.lcd.js +0 -143
- package/main/codegen/cosmos/mint/v1beta1/query.rpc.query.js +0 -96
- package/main/codegen/cosmos/msg/v1/msg.js +0 -5
- package/main/codegen/cosmos/nft/v1beta1/event.js +0 -225
- package/main/codegen/cosmos/nft/v1beta1/genesis.js +0 -174
- package/main/codegen/cosmos/nft/v1beta1/nft.js +0 -210
- package/main/codegen/cosmos/nft/v1beta1/query.js +0 -770
- package/main/codegen/cosmos/nft/v1beta1/query.lcd.js +0 -296
- package/main/codegen/cosmos/nft/v1beta1/query.rpc.query.js +0 -150
- package/main/codegen/cosmos/nft/v1beta1/tx.amino.js +0 -36
- package/main/codegen/cosmos/nft/v1beta1/tx.js +0 -124
- package/main/codegen/cosmos/nft/v1beta1/tx.registry.js +0 -54
- package/main/codegen/cosmos/nft/v1beta1/tx.rpc.msg.js +0 -48
- package/main/codegen/cosmos/orm/v1/orm.js +0 -270
- package/main/codegen/cosmos/orm/v1alpha1/schema.js +0 -238
- package/main/codegen/cosmos/params/v1beta1/params.js +0 -166
- package/main/codegen/cosmos/params/v1beta1/query.js +0 -285
- package/main/codegen/cosmos/params/v1beta1/query.lcd.js +0 -115
- package/main/codegen/cosmos/params/v1beta1/query.rpc.query.js +0 -78
- package/main/codegen/cosmos/rpc.query.js +0 -255
- package/main/codegen/cosmos/rpc.tx.js +0 -226
- package/main/codegen/cosmos/slashing/v1beta1/genesis.js +0 -298
- package/main/codegen/cosmos/slashing/v1beta1/query.js +0 -309
- package/main/codegen/cosmos/slashing/v1beta1/query.lcd.js +0 -151
- package/main/codegen/cosmos/slashing/v1beta1/query.rpc.query.js +0 -96
- package/main/codegen/cosmos/slashing/v1beta1/slashing.js +0 -204
- package/main/codegen/cosmos/slashing/v1beta1/tx.amino.js +0 -24
- package/main/codegen/cosmos/slashing/v1beta1/tx.js +0 -94
- package/main/codegen/cosmos/slashing/v1beta1/tx.registry.js +0 -54
- package/main/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.js +0 -48
- package/main/codegen/cosmos/staking/v1beta1/authz.js +0 -243
- package/main/codegen/cosmos/staking/v1beta1/genesis.js +0 -262
- package/main/codegen/cosmos/staking/v1beta1/query.js +0 -1579
- package/main/codegen/cosmos/staking/v1beta1/query.lcd.js +0 -576
- package/main/codegen/cosmos/staking/v1beta1/query.rpc.query.js +0 -248
- package/main/codegen/cosmos/staking/v1beta1/staking.js +0 -1562
- package/main/codegen/cosmos/staking/v1beta1/tx.amino.js +0 -217
- package/main/codegen/cosmos/staking/v1beta1/tx.js +0 -612
- package/main/codegen/cosmos/staking/v1beta1/tx.registry.js +0 -126
- package/main/codegen/cosmos/staking/v1beta1/tx.rpc.msg.js +0 -92
- package/main/codegen/cosmos/tx/signing/v1beta1/signing.js +0 -431
- package/main/codegen/cosmos/tx/v1beta1/service.js +0 -804
- package/main/codegen/cosmos/tx/v1beta1/service.lcd.js +0 -159
- package/main/codegen/cosmos/tx/v1beta1/service.rpc.svc.js +0 -118
- package/main/codegen/cosmos/tx/v1beta1/tx.js +0 -1038
- package/main/codegen/cosmos/upgrade/v1beta1/query.js +0 -473
- package/main/codegen/cosmos/upgrade/v1beta1/query.lcd.js +0 -220
- package/main/codegen/cosmos/upgrade/v1beta1/query.rpc.query.js +0 -122
- package/main/codegen/cosmos/upgrade/v1beta1/tx.amino.js +0 -64
- package/main/codegen/cosmos/upgrade/v1beta1/tx.js +0 -186
- package/main/codegen/cosmos/upgrade/v1beta1/tx.registry.js +0 -72
- package/main/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.js +0 -59
- package/main/codegen/cosmos/upgrade/v1beta1/upgrade.js +0 -288
- package/main/codegen/cosmos/vesting/v1beta1/tx.amino.js +0 -133
- package/main/codegen/cosmos/vesting/v1beta1/tx.js +0 -395
- package/main/codegen/cosmos/vesting/v1beta1/tx.registry.js +0 -90
- package/main/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.js +0 -70
- package/main/codegen/cosmos/vesting/v1beta1/vesting.js +0 -446
- package/main/codegen/cosmos_proto/bundle.js +0 -26
- package/main/codegen/cosmos_proto/cosmos.js +0 -232
- package/main/codegen/cosmwasm/bundle.js +0 -61
- package/main/codegen/cosmwasm/client.js +0 -92
- package/main/codegen/cosmwasm/lcd.js +0 -325
- package/main/codegen/cosmwasm/rpc.query.js +0 -269
- package/main/codegen/cosmwasm/rpc.tx.js +0 -242
- package/main/codegen/cosmwasm/wasm/v1/genesis.js +0 -440
- package/main/codegen/cosmwasm/wasm/v1/ibc.js +0 -140
- package/main/codegen/cosmwasm/wasm/v1/proposal.js +0 -843
- package/main/codegen/cosmwasm/wasm/v1/query.js +0 -1125
- package/main/codegen/cosmwasm/wasm/v1/query.lcd.js +0 -383
- package/main/codegen/cosmwasm/wasm/v1/query.rpc.query.js +0 -182
- package/main/codegen/cosmwasm/wasm/v1/tx.amino.js +0 -196
- package/main/codegen/cosmwasm/wasm/v1/tx.js +0 -756
- package/main/codegen/cosmwasm/wasm/v1/tx.registry.js +0 -144
- package/main/codegen/cosmwasm/wasm/v1/tx.rpc.msg.js +0 -103
- package/main/codegen/cosmwasm/wasm/v1/types.js +0 -697
- package/main/codegen/gogoproto/bundle.js +0 -26
- package/main/codegen/gogoproto/gogo.js +0 -5
- package/main/codegen/google/api/annotations.js +0 -5
- package/main/codegen/google/api/http.js +0 -295
- package/main/codegen/google/bundle.js +0 -49
- package/main/codegen/google/protobuf/any.js +0 -71
- package/main/codegen/google/protobuf/descriptor.js +0 -3264
- package/main/codegen/google/protobuf/duration.js +0 -73
- package/main/codegen/google/protobuf/empty.js +0 -47
- package/main/codegen/google/protobuf/field_mask.js +0 -79
- package/main/codegen/google/protobuf/struct.js +0 -358
- package/main/codegen/google/protobuf/timestamp.js +0 -73
- package/main/codegen/google/protobuf/wrappers.js +0 -435
- package/main/codegen/ibc/applications/transfer/v1/genesis.js +0 -102
- package/main/codegen/ibc/applications/transfer/v1/query.js +0 -309
- package/main/codegen/ibc/applications/transfer/v1/query.lcd.js +0 -151
- package/main/codegen/ibc/applications/transfer/v1/query.rpc.query.js +0 -96
- package/main/codegen/ibc/applications/transfer/v1/transfer.js +0 -128
- package/main/codegen/ibc/applications/transfer/v1/tx.amino.js +0 -65
- package/main/codegen/ibc/applications/transfer/v1/tx.js +0 -160
- package/main/codegen/ibc/applications/transfer/v1/tx.registry.js +0 -54
- package/main/codegen/ibc/applications/transfer/v1/tx.rpc.msg.js +0 -48
- package/main/codegen/ibc/applications/transfer/v2/packet.js +0 -91
- package/main/codegen/ibc/bundle.js +0 -199
- package/main/codegen/ibc/client.js +0 -104
- package/main/codegen/ibc/core/channel/v1/channel.js +0 -705
- package/main/codegen/ibc/core/channel/v1/genesis.js +0 -296
- package/main/codegen/ibc/core/channel/v1/query.js +0 -1892
- package/main/codegen/ibc/core/channel/v1/query.lcd.js +0 -513
- package/main/codegen/ibc/core/channel/v1/query.rpc.query.js +0 -234
- package/main/codegen/ibc/core/channel/v1/tx.amino.js +0 -520
- package/main/codegen/ibc/core/channel/v1/tx.js +0 -1220
- package/main/codegen/ibc/core/channel/v1/tx.registry.js +0 -216
- package/main/codegen/ibc/core/channel/v1/tx.rpc.msg.js +0 -147
- package/main/codegen/ibc/core/client/v1/client.js +0 -475
- package/main/codegen/ibc/core/client/v1/genesis.js +0 -285
- package/main/codegen/ibc/core/client/v1/query.js +0 -856
- package/main/codegen/ibc/core/client/v1/query.lcd.js +0 -342
- package/main/codegen/ibc/core/client/v1/query.rpc.query.js +0 -170
- package/main/codegen/ibc/core/client/v1/tx.amino.js +0 -149
- package/main/codegen/ibc/core/client/v1/tx.js +0 -446
- package/main/codegen/ibc/core/client/v1/tx.registry.js +0 -108
- package/main/codegen/ibc/core/client/v1/tx.rpc.msg.js +0 -81
- package/main/codegen/ibc/core/commitment/v1/commitment.js +0 -235
- package/main/codegen/ibc/core/connection/v1/connection.js +0 -625
- package/main/codegen/ibc/core/connection/v1/genesis.js +0 -127
- package/main/codegen/ibc/core/connection/v1/query.js +0 -653
- package/main/codegen/ibc/core/connection/v1/query.lcd.js +0 -216
- package/main/codegen/ibc/core/connection/v1/query.rpc.query.js +0 -122
- package/main/codegen/ibc/core/connection/v1/tx.amino.js +0 -274
- package/main/codegen/ibc/core/connection/v1/tx.js +0 -631
- package/main/codegen/ibc/core/connection/v1/tx.registry.js +0 -108
- package/main/codegen/ibc/core/connection/v1/tx.rpc.msg.js +0 -81
- package/main/codegen/ibc/core/port/v1/query.js +0 -160
- package/main/codegen/ibc/core/port/v1/query.rpc.query.js +0 -62
- package/main/codegen/ibc/core/types/v1/genesis.js +0 -85
- package/main/codegen/ibc/lcd.js +0 -376
- package/main/codegen/ibc/lightclients/localhost/v1/localhost.js +0 -73
- package/main/codegen/ibc/lightclients/solomachine/v1/solomachine.js +0 -1190
- package/main/codegen/ibc/lightclients/solomachine/v2/solomachine.js +0 -1190
- package/main/codegen/ibc/lightclients/tendermint/v1/tendermint.js +0 -472
- package/main/codegen/ibc/rpc.query.js +0 -319
- package/main/codegen/ibc/rpc.tx.js +0 -287
- package/main/codegen/ics23/bundle.js +0 -26
- package/main/codegen/index.js +0 -187
- package/main/codegen/injective/auction/v1beta1/auction.js +0 -352
- package/main/codegen/injective/auction/v1beta1/genesis.js +0 -93
- package/main/codegen/injective/auction/v1beta1/query.js +0 -317
- package/main/codegen/injective/auction/v1beta1/query.lcd.js +0 -143
- package/main/codegen/injective/auction/v1beta1/query.rpc.query.js +0 -96
- package/main/codegen/injective/auction/v1beta1/tx.amino.js +0 -41
- package/main/codegen/injective/auction/v1beta1/tx.js +0 -118
- package/main/codegen/injective/auction/v1beta1/tx.registry.js +0 -54
- package/main/codegen/injective/auction/v1beta1/tx.rpc.msg.js +0 -48
- package/main/codegen/injective/bundle.js +0 -239
- package/main/codegen/injective/client.js +0 -112
- package/main/codegen/injective/crypto/v1beta1/ethsecp256k1/keys.js +0 -108
- package/main/codegen/injective/exchange/v1beta1/authz.js +0 -801
- package/main/codegen/injective/exchange/v1beta1/events.js +0 -1892
- package/main/codegen/injective/exchange/v1beta1/exchange.js +0 -3929
- package/main/codegen/injective/exchange/v1beta1/genesis.js +0 -1573
- package/main/codegen/injective/exchange/v1beta1/query.js +0 -6020
- package/main/codegen/injective/exchange/v1beta1/query.lcd.js +0 -1718
- package/main/codegen/injective/exchange/v1beta1/query.rpc.query.js +0 -712
- package/main/codegen/injective/exchange/v1beta1/tx.amino.js +0 -1248
- package/main/codegen/injective/exchange/v1beta1/tx.js +0 -6365
- package/main/codegen/injective/exchange/v1beta1/tx.registry.js +0 -540
- package/main/codegen/injective/exchange/v1beta1/tx.rpc.msg.js +0 -345
- package/main/codegen/injective/insurance/v1beta1/genesis.js +0 -137
- package/main/codegen/injective/insurance/v1beta1/insurance.js +0 -525
- package/main/codegen/injective/insurance/v1beta1/query.js +0 -601
- package/main/codegen/injective/insurance/v1beta1/query.lcd.js +0 -266
- package/main/codegen/injective/insurance/v1beta1/query.rpc.query.js +0 -138
- package/main/codegen/injective/insurance/v1beta1/tx.amino.js +0 -121
- package/main/codegen/injective/insurance/v1beta1/tx.js +0 -368
- package/main/codegen/injective/insurance/v1beta1/tx.registry.js +0 -90
- package/main/codegen/injective/insurance/v1beta1/tx.rpc.msg.js +0 -70
- package/main/codegen/injective/lcd.js +0 -415
- package/main/codegen/injective/ocr/v1beta1/genesis.js +0 -671
- package/main/codegen/injective/ocr/v1beta1/ocr.js +0 -1875
- package/main/codegen/injective/ocr/v1beta1/query.js +0 -690
- package/main/codegen/injective/ocr/v1beta1/query.lcd.js +0 -271
- package/main/codegen/injective/ocr/v1beta1/query.rpc.query.js +0 -150
- package/main/codegen/injective/ocr/v1beta1/tx.amino.js +0 -302
- package/main/codegen/injective/ocr/v1beta1/tx.js +0 -1006
- package/main/codegen/injective/ocr/v1beta1/tx.registry.js +0 -180
- package/main/codegen/injective/ocr/v1beta1/tx.rpc.msg.js +0 -125
- package/main/codegen/injective/oracle/v1beta1/events.js +0 -677
- package/main/codegen/injective/oracle/v1beta1/genesis.js +0 -386
- package/main/codegen/injective/oracle/v1beta1/oracle.js +0 -1588
- package/main/codegen/injective/oracle/v1beta1/proposal.js +0 -769
- package/main/codegen/injective/oracle/v1beta1/query.js +0 -1277
- package/main/codegen/injective/oracle/v1beta1/query.lcd.js +0 -496
- package/main/codegen/injective/oracle/v1beta1/query.rpc.query.js +0 -232
- package/main/codegen/injective/oracle/v1beta1/tx.amino.js +0 -151
- package/main/codegen/injective/oracle/v1beta1/tx.js +0 -720
- package/main/codegen/injective/oracle/v1beta1/tx.registry.js +0 -126
- package/main/codegen/injective/oracle/v1beta1/tx.rpc.msg.js +0 -92
- package/main/codegen/injective/peggy/v1/attestation.js +0 -274
- package/main/codegen/injective/peggy/v1/batch.js +0 -210
- package/main/codegen/injective/peggy/v1/ethereum_signer.js +0 -68
- package/main/codegen/injective/peggy/v1/events.js +0 -1374
- package/main/codegen/injective/peggy/v1/genesis.js +0 -582
- package/main/codegen/injective/peggy/v1/msgs.amino.js +0 -365
- package/main/codegen/injective/peggy/v1/msgs.js +0 -1321
- package/main/codegen/injective/peggy/v1/msgs.registry.js +0 -234
- package/main/codegen/injective/peggy/v1/msgs.rpc.msg.js +0 -158
- package/main/codegen/injective/peggy/v1/pool.js +0 -149
- package/main/codegen/injective/peggy/v1/proposal.js +0 -178
- package/main/codegen/injective/peggy/v1/query.js +0 -2002
- package/main/codegen/injective/peggy/v1/query.lcd.js +0 -824
- package/main/codegen/injective/peggy/v1/query.rpc.query.js +0 -340
- package/main/codegen/injective/peggy/v1/types.js +0 -345
- package/main/codegen/injective/rpc.query.js +0 -335
- package/main/codegen/injective/rpc.tx.js +0 -307
- package/main/codegen/injective/types/v1beta1/account.js +0 -73
- package/main/codegen/injective/types/v1beta1/tx_ext.js +0 -83
- package/main/codegen/injective/types/v1beta1/tx_response.js +0 -136
- package/main/codegen/injective/wasmx/v1/genesis.js +0 -61
- package/main/codegen/injective/wasmx/v1/query.js +0 -174
- package/main/codegen/injective/wasmx/v1/query.lcd.js +0 -106
- package/main/codegen/injective/wasmx/v1/query.rpc.query.js +0 -80
- package/main/codegen/injective/wasmx/v1/tx.js +0 -5
- package/main/codegen/injective/wasmx/v1/wasmx.js +0 -332
- package/main/codegen/tendermint/abci/types.js +0 -3542
- package/main/codegen/tendermint/bundle.js +0 -63
- package/main/codegen/tendermint/crypto/keys.js +0 -71
- package/main/codegen/tendermint/crypto/proof.js +0 -361
- package/main/codegen/tendermint/libs/bits/types.js +0 -103
- package/main/codegen/tendermint/p2p/types.js +0 -419
- package/main/codegen/tendermint/types/block.js +0 -93
- package/main/codegen/tendermint/types/evidence.js +0 -329
- package/main/codegen/tendermint/types/params.js +0 -390
- package/main/codegen/tendermint/types/types.js +0 -1234
- package/main/codegen/tendermint/types/validator.js +0 -235
- package/main/codegen/tendermint/version/types.js +0 -128
- package/main/index.js +0 -18
- package/types/codegen/AtomicOrder.client.d.ts +0 -26
- package/types/codegen/AtomicOrder.types.d.ts +0 -30
- package/types/codegen/Registry.client.d.ts +0 -70
- package/types/codegen/Registry.types.d.ts +0 -68
- package/types/codegen/confio/proofs.d.ts +0 -495
- package/types/codegen/contracts.d.ts +0 -16
- package/types/codegen/cosmos/app/v1alpha1/config.d.ts +0 -81
- package/types/codegen/cosmos/app/v1alpha1/module.d.ts +0 -181
- package/types/codegen/cosmos/app/v1alpha1/query.d.ts +0 -29
- package/types/codegen/cosmos/app/v1alpha1/query.rpc.query.d.ts +0 -15
- package/types/codegen/cosmos/auth/v1beta1/auth.d.ts +0 -68
- package/types/codegen/cosmos/auth/v1beta1/genesis.d.ts +0 -23
- package/types/codegen/cosmos/auth/v1beta1/query.d.ts +0 -211
- package/types/codegen/cosmos/auth/v1beta1/query.lcd.d.ts +0 -15
- package/types/codegen/cosmos/auth/v1beta1/query.rpc.query.d.ts +0 -33
- package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +0 -95
- package/types/codegen/cosmos/authz/v1beta1/event.d.ts +0 -48
- package/types/codegen/cosmos/authz/v1beta1/genesis.d.ts +0 -16
- package/types/codegen/cosmos/authz/v1beta1/query.d.ts +0 -118
- package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +0 -11
- package/types/codegen/cosmos/authz/v1beta1/query.rpc.query.d.ts +0 -21
- package/types/codegen/cosmos/authz/v1beta1/tx.amino.d.ts +0 -54
- package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +0 -118
- package/types/codegen/cosmos/authz/v1beta1/tx.registry.d.ts +0 -48
- package/types/codegen/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +0 -15
- package/types/codegen/cosmos/bank/v1beta1/authz.d.ts +0 -26
- package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +0 -222
- package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +0 -62
- package/types/codegen/cosmos/bank/v1beta1/query.d.ts +0 -396
- package/types/codegen/cosmos/bank/v1beta1/query.lcd.d.ts +0 -17
- package/types/codegen/cosmos/bank/v1beta1/query.rpc.query.d.ts +0 -39
- package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +0 -44
- package/types/codegen/cosmos/bank/v1beta1/tx.d.ts +0 -58
- package/types/codegen/cosmos/bank/v1beta1/tx.registry.d.ts +0 -36
- package/types/codegen/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +0 -13
- package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +0 -354
- package/types/codegen/cosmos/base/kv/v1beta1/kv.d.ts +0 -30
- package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +0 -138
- package/types/codegen/cosmos/base/reflection/v1beta1/reflection.d.ts +0 -68
- package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +0 -514
- package/types/codegen/cosmos/base/snapshots/v1beta1/snapshot.d.ts +0 -153
- package/types/codegen/cosmos/base/store/v1beta1/commit_info.d.ts +0 -65
- package/types/codegen/cosmos/base/store/v1beta1/listening.d.ts +0 -37
- package/types/codegen/cosmos/base/tendermint/v1beta1/query.d.ts +0 -252
- package/types/codegen/cosmos/base/tendermint/v1beta1/query.lcd.d.ts +0 -14
- package/types/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.d.ts +0 -30
- package/types/codegen/cosmos/base/v1beta1/coin.d.ts +0 -78
- package/types/codegen/cosmos/bundle.d.ts +0 -10676
- package/types/codegen/cosmos/capability/v1beta1/capability.d.ts +0 -61
- package/types/codegen/cosmos/capability/v1beta1/genesis.d.ts +0 -47
- package/types/codegen/cosmos/client.d.ts +0 -951
- package/types/codegen/cosmos/crisis/v1beta1/genesis.d.ts +0 -24
- package/types/codegen/cosmos/crisis/v1beta1/tx.amino.d.ts +0 -17
- package/types/codegen/cosmos/crisis/v1beta1/tx.d.ts +0 -30
- package/types/codegen/cosmos/crisis/v1beta1/tx.registry.d.ts +0 -24
- package/types/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.d.ts +0 -11
- package/types/codegen/cosmos/crypto/ed25519/keys.d.ts +0 -46
- package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +0 -39
- package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +0 -95
- package/types/codegen/cosmos/crypto/multisig/keys.d.ts +0 -26
- package/types/codegen/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -48
- package/types/codegen/cosmos/crypto/secp256k1/keys.d.ts +0 -40
- package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +0 -38
- package/types/codegen/cosmos/distribution/v1beta1/distribution.d.ts +0 -281
- package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +0 -224
- package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +0 -385
- package/types/codegen/cosmos/distribution/v1beta1/query.lcd.d.ts +0 -17
- package/types/codegen/cosmos/distribution/v1beta1/query.rpc.query.d.ts +0 -39
- package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +0 -54
- package/types/codegen/cosmos/distribution/v1beta1/tx.d.ts +0 -133
- package/types/codegen/cosmos/distribution/v1beta1/tx.registry.d.ts +0 -60
- package/types/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +0 -17
- package/types/codegen/cosmos/evidence/v1beta1/evidence.d.ts +0 -27
- package/types/codegen/cosmos/evidence/v1beta1/genesis.d.ts +0 -18
- package/types/codegen/cosmos/evidence/v1beta1/query.d.ts +0 -80
- package/types/codegen/cosmos/evidence/v1beta1/query.lcd.d.ts +0 -10
- package/types/codegen/cosmos/evidence/v1beta1/query.rpc.query.d.ts +0 -18
- package/types/codegen/cosmos/evidence/v1beta1/tx.amino.d.ts +0 -19
- package/types/codegen/cosmos/evidence/v1beta1/tx.d.ts +0 -39
- package/types/codegen/cosmos/evidence/v1beta1/tx.registry.d.ts +0 -24
- package/types/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.d.ts +0 -11
- package/types/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -137
- package/types/codegen/cosmos/feegrant/v1beta1/genesis.d.ts +0 -16
- package/types/codegen/cosmos/feegrant/v1beta1/query.d.ts +0 -110
- package/types/codegen/cosmos/feegrant/v1beta1/query.lcd.d.ts +0 -11
- package/types/codegen/cosmos/feegrant/v1beta1/query.rpc.query.d.ts +0 -21
- package/types/codegen/cosmos/feegrant/v1beta1/tx.amino.d.ts +0 -32
- package/types/codegen/cosmos/feegrant/v1beta1/tx.d.ts +0 -73
- package/types/codegen/cosmos/feegrant/v1beta1/tx.registry.d.ts +0 -36
- package/types/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +0 -13
- package/types/codegen/cosmos/genutil/v1beta1/genesis.d.ts +0 -17
- package/types/codegen/cosmos/gov/v1/genesis.d.ts +0 -42
- package/types/codegen/cosmos/gov/v1/gov.d.ts +0 -301
- package/types/codegen/cosmos/gov/v1/query.d.ts +0 -298
- package/types/codegen/cosmos/gov/v1/query.lcd.d.ts +0 -16
- package/types/codegen/cosmos/gov/v1/query.rpc.query.d.ts +0 -36
- package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +0 -86
- package/types/codegen/cosmos/gov/v1/tx.d.ts +0 -169
- package/types/codegen/cosmos/gov/v1/tx.registry.d.ts +0 -72
- package/types/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +0 -19
- package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +0 -42
- package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +0 -338
- package/types/codegen/cosmos/gov/v1beta1/query.d.ts +0 -298
- package/types/codegen/cosmos/gov/v1beta1/query.lcd.d.ts +0 -16
- package/types/codegen/cosmos/gov/v1beta1/query.rpc.query.d.ts +0 -36
- package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +0 -68
- package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +0 -141
- package/types/codegen/cosmos/gov/v1beta1/tx.registry.d.ts +0 -60
- package/types/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +0 -17
- package/types/codegen/cosmos/group/v1/events.d.ts +0 -146
- package/types/codegen/cosmos/group/v1/genesis.d.ts +0 -64
- package/types/codegen/cosmos/group/v1/query.d.ts +0 -462
- package/types/codegen/cosmos/group/v1/query.lcd.d.ts +0 -21
- package/types/codegen/cosmos/group/v1/query.rpc.query.d.ts +0 -51
- package/types/codegen/cosmos/group/v1/tx.amino.d.ts +0 -227
- package/types/codegen/cosmos/group/v1/tx.d.ts +0 -580
- package/types/codegen/cosmos/group/v1/tx.registry.d.ts +0 -180
- package/types/codegen/cosmos/group/v1/tx.rpc.msg.d.ts +0 -37
- package/types/codegen/cosmos/group/v1/types.d.ts +0 -537
- package/types/codegen/cosmos/lcd.d.ts +0 -57
- package/types/codegen/cosmos/mint/v1beta1/genesis.d.ts +0 -22
- package/types/codegen/cosmos/mint/v1beta1/mint.d.ts +0 -56
- package/types/codegen/cosmos/mint/v1beta1/query.d.ts +0 -99
- package/types/codegen/cosmos/mint/v1beta1/query.lcd.d.ts +0 -11
- package/types/codegen/cosmos/mint/v1beta1/query.rpc.query.d.ts +0 -21
- package/types/codegen/cosmos/nft/v1beta1/event.d.ts +0 -55
- package/types/codegen/cosmos/nft/v1beta1/genesis.d.ts +0 -39
- package/types/codegen/cosmos/nft/v1beta1/nft.d.ts +0 -73
- package/types/codegen/cosmos/nft/v1beta1/query.d.ts +0 -202
- package/types/codegen/cosmos/nft/v1beta1/query.lcd.d.ts +0 -15
- package/types/codegen/cosmos/nft/v1beta1/query.rpc.query.d.ts +0 -33
- package/types/codegen/cosmos/nft/v1beta1/tx.amino.d.ts +0 -18
- package/types/codegen/cosmos/nft/v1beta1/tx.d.ts +0 -40
- package/types/codegen/cosmos/nft/v1beta1/tx.registry.d.ts +0 -24
- package/types/codegen/cosmos/nft/v1beta1/tx.rpc.msg.d.ts +0 -11
- package/types/codegen/cosmos/orm/v1/orm.d.ts +0 -196
- package/types/codegen/cosmos/orm/v1alpha1/schema.d.ts +0 -158
- package/types/codegen/cosmos/params/v1beta1/params.d.ts +0 -42
- package/types/codegen/cosmos/params/v1beta1/query.d.ts +0 -94
- package/types/codegen/cosmos/params/v1beta1/query.lcd.d.ts +0 -10
- package/types/codegen/cosmos/params/v1beta1/query.rpc.query.d.ts +0 -18
- package/types/codegen/cosmos/rpc.query.d.ts +0 -186
- package/types/codegen/cosmos/rpc.tx.d.ts +0 -47
- package/types/codegen/cosmos/slashing/v1beta1/genesis.d.ts +0 -101
- package/types/codegen/cosmos/slashing/v1beta1/query.d.ts +0 -112
- package/types/codegen/cosmos/slashing/v1beta1/query.lcd.d.ts +0 -11
- package/types/codegen/cosmos/slashing/v1beta1/query.rpc.query.d.ts +0 -21
- package/types/codegen/cosmos/slashing/v1beta1/slashing.d.ts +0 -83
- package/types/codegen/cosmos/slashing/v1beta1/tx.amino.d.ts +0 -15
- package/types/codegen/cosmos/slashing/v1beta1/tx.d.ts +0 -26
- package/types/codegen/cosmos/slashing/v1beta1/tx.registry.d.ts +0 -24
- package/types/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.d.ts +0 -11
- package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +0 -97
- package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +0 -75
- package/types/codegen/cosmos/staking/v1beta1/query.d.ts +0 -592
- package/types/codegen/cosmos/staking/v1beta1/query.lcd.d.ts +0 -22
- package/types/codegen/cosmos/staking/v1beta1/query.rpc.query.d.ts +0 -54
- package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +0 -568
- package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +0 -106
- package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +0 -191
- package/types/codegen/cosmos/staking/v1beta1/tx.registry.d.ts +0 -72
- package/types/codegen/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +0 -19
- package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +0 -203
- package/types/codegen/cosmos/tx/v1beta1/service.d.ts +0 -339
- package/types/codegen/cosmos/tx/v1beta1/service.lcd.d.ts +0 -11
- package/types/codegen/cosmos/tx/v1beta1/service.rpc.svc.d.ts +0 -27
- package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +0 -603
- package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +0 -233
- package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +0 -13
- package/types/codegen/cosmos/upgrade/v1beta1/query.rpc.query.d.ts +0 -27
- package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +0 -39
- package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +0 -91
- package/types/codegen/cosmos/upgrade/v1beta1/tx.registry.d.ts +0 -36
- package/types/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +0 -13
- package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +0 -165
- package/types/codegen/cosmos/vesting/v1beta1/tx.amino.d.ts +0 -58
- package/types/codegen/cosmos/vesting/v1beta1/tx.d.ts +0 -118
- package/types/codegen/cosmos/vesting/v1beta1/tx.registry.d.ts +0 -48
- package/types/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +0 -15
- package/types/codegen/cosmos/vesting/v1beta1/vesting.d.ts +0 -136
- package/types/codegen/cosmos_proto/bundle.d.ts +0 -24
- package/types/codegen/cosmos_proto/cosmos.d.ts +0 -124
- package/types/codegen/cosmwasm/bundle.d.ts +0 -1248
- package/types/codegen/cosmwasm/client.d.ts +0 -120
- package/types/codegen/cosmwasm/lcd.d.ts +0 -62
- package/types/codegen/cosmwasm/rpc.query.d.ts +0 -201
- package/types/codegen/cosmwasm/rpc.tx.d.ts +0 -52
- package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +0 -101
- package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +0 -60
- package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +0 -297
- package/types/codegen/cosmwasm/wasm/v1/query.d.ts +0 -411
- package/types/codegen/cosmwasm/wasm/v1/query.lcd.d.ts +0 -17
- package/types/codegen/cosmwasm/wasm/v1/query.rpc.query.d.ts +0 -39
- package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +0 -95
- package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +0 -262
- package/types/codegen/cosmwasm/wasm/v1/tx.registry.d.ts +0 -84
- package/types/codegen/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +0 -21
- package/types/codegen/cosmwasm/wasm/v1/types.d.ts +0 -247
- package/types/codegen/gogoproto/bundle.d.ts +0 -1
- package/types/codegen/google/api/http.d.ts +0 -721
- package/types/codegen/google/bundle.d.ts +0 -1597
- package/types/codegen/google/protobuf/any.d.ts +0 -237
- package/types/codegen/google/protobuf/descriptor.d.ts +0 -1725
- package/types/codegen/google/protobuf/duration.d.ts +0 -161
- package/types/codegen/google/protobuf/empty.d.ts +0 -33
- package/types/codegen/google/protobuf/field_mask.d.ts +0 -417
- package/types/codegen/google/protobuf/struct.d.ts +0 -148
- package/types/codegen/google/protobuf/timestamp.d.ts +0 -205
- package/types/codegen/google/protobuf/wrappers.d.ts +0 -209
- package/types/codegen/ibc/applications/transfer/v1/genesis.d.ts +0 -20
- package/types/codegen/ibc/applications/transfer/v1/query.d.ts +0 -118
- package/types/codegen/ibc/applications/transfer/v1/query.lcd.d.ts +0 -11
- package/types/codegen/ibc/applications/transfer/v1/query.rpc.query.d.ts +0 -21
- package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +0 -74
- package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +0 -25
- package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +0 -74
- package/types/codegen/ibc/applications/transfer/v1/tx.registry.d.ts +0 -24
- package/types/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +0 -11
- package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +0 -37
- package/types/codegen/ibc/bundle.d.ts +0 -4077
- package/types/codegen/ibc/client.d.ts +0 -559
- package/types/codegen/ibc/core/channel/v1/channel.d.ts +0 -313
- package/types/codegen/ibc/core/channel/v1/genesis.d.ts +0 -55
- package/types/codegen/ibc/core/channel/v1/query.d.ts +0 -726
- package/types/codegen/ibc/core/channel/v1/query.lcd.d.ts +0 -21
- package/types/codegen/ibc/core/channel/v1/query.rpc.query.d.ts +0 -51
- package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +0 -209
- package/types/codegen/ibc/core/channel/v1/tx.d.ts +0 -380
- package/types/codegen/ibc/core/channel/v1/tx.registry.d.ts +0 -132
- package/types/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts +0 -29
- package/types/codegen/ibc/core/client/v1/client.d.ts +0 -219
- package/types/codegen/ibc/core/client/v1/genesis.d.ts +0 -82
- package/types/codegen/ibc/core/client/v1/query.d.ts +0 -377
- package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +0 -16
- package/types/codegen/ibc/core/client/v1/query.rpc.query.d.ts +0 -36
- package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +0 -77
- package/types/codegen/ibc/core/client/v1/tx.d.ts +0 -187
- package/types/codegen/ibc/core/client/v1/tx.registry.d.ts +0 -60
- package/types/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +0 -17
- package/types/codegen/ibc/core/commitment/v1/commitment.d.ts +0 -89
- package/types/codegen/ibc/core/connection/v1/connection.d.ts +0 -260
- package/types/codegen/ibc/core/connection/v1/genesis.d.ts +0 -24
- package/types/codegen/ibc/core/connection/v1/query.d.ts +0 -264
- package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +0 -13
- package/types/codegen/ibc/core/connection/v1/query.rpc.query.d.ts +0 -27
- package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +0 -103
- package/types/codegen/ibc/core/connection/v1/tx.d.ts +0 -225
- package/types/codegen/ibc/core/connection/v1/tx.registry.d.ts +0 -60
- package/types/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +0 -17
- package/types/codegen/ibc/core/port/v1/query.d.ts +0 -53
- package/types/codegen/ibc/core/port/v1/query.rpc.query.d.ts +0 -15
- package/types/codegen/ibc/core/types/v1/genesis.d.ts +0 -31
- package/types/codegen/ibc/lcd.d.ts +0 -75
- package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +0 -28
- package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +0 -433
- package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +0 -433
- package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +0 -215
- package/types/codegen/ibc/rpc.query.d.ts +0 -242
- package/types/codegen/ibc/rpc.tx.d.ts +0 -65
- package/types/codegen/ics23/bundle.d.ts +0 -545
- package/types/codegen/index.d.ts +0 -19
- package/types/codegen/injective/auction/v1beta1/auction.d.ts +0 -96
- package/types/codegen/injective/auction/v1beta1/genesis.d.ts +0 -30
- package/types/codegen/injective/auction/v1beta1/query.d.ts +0 -95
- package/types/codegen/injective/auction/v1beta1/query.lcd.d.ts +0 -11
- package/types/codegen/injective/auction/v1beta1/query.rpc.query.d.ts +0 -21
- package/types/codegen/injective/auction/v1beta1/tx.amino.d.ts +0 -20
- package/types/codegen/injective/auction/v1beta1/tx.d.ts +0 -33
- package/types/codegen/injective/auction/v1beta1/tx.registry.d.ts +0 -24
- package/types/codegen/injective/auction/v1beta1/tx.rpc.msg.d.ts +0 -11
- package/types/codegen/injective/bundle.d.ts +0 -10808
- package/types/codegen/injective/client.d.ts +0 -1370
- package/types/codegen/injective/crypto/v1beta1/ethsecp256k1/keys.d.ts +0 -50
- package/types/codegen/injective/exchange/v1beta1/authz.d.ts +0 -153
- package/types/codegen/injective/exchange/v1beta1/events.d.ts +0 -390
- package/types/codegen/injective/exchange/v1beta1/exchange.d.ts +0 -1082
- package/types/codegen/injective/exchange/v1beta1/genesis.d.ts +0 -322
- package/types/codegen/injective/exchange/v1beta1/query.d.ts +0 -1595
- package/types/codegen/injective/exchange/v1beta1/query.lcd.d.ts +0 -54
- package/types/codegen/injective/exchange/v1beta1/query.rpc.query.d.ts +0 -150
- package/types/codegen/injective/exchange/v1beta1/tx.amino.d.ts +0 -590
- package/types/codegen/injective/exchange/v1beta1/tx.d.ts +0 -1697
- package/types/codegen/injective/exchange/v1beta1/tx.registry.d.ts +0 -348
- package/types/codegen/injective/exchange/v1beta1/tx.rpc.msg.d.ts +0 -65
- package/types/codegen/injective/insurance/v1beta1/genesis.d.ts +0 -46
- package/types/codegen/injective/insurance/v1beta1/insurance.d.ts +0 -176
- package/types/codegen/injective/insurance/v1beta1/query.d.ts +0 -161
- package/types/codegen/injective/insurance/v1beta1/query.lcd.d.ts +0 -14
- package/types/codegen/injective/insurance/v1beta1/query.rpc.query.d.ts +0 -30
- package/types/codegen/injective/insurance/v1beta1/tx.amino.d.ts +0 -57
- package/types/codegen/injective/insurance/v1beta1/tx.d.ts +0 -120
- package/types/codegen/injective/insurance/v1beta1/tx.registry.d.ts +0 -48
- package/types/codegen/injective/insurance/v1beta1/tx.rpc.msg.d.ts +0 -15
- package/types/codegen/injective/lcd.d.ts +0 -80
- package/types/codegen/injective/ocr/v1beta1/genesis.d.ts +0 -144
- package/types/codegen/injective/ocr/v1beta1/ocr.d.ts +0 -488
- package/types/codegen/injective/ocr/v1beta1/query.d.ts +0 -165
- package/types/codegen/injective/ocr/v1beta1/query.lcd.d.ts +0 -15
- package/types/codegen/injective/ocr/v1beta1/query.rpc.query.d.ts +0 -33
- package/types/codegen/injective/ocr/v1beta1/tx.amino.d.ts +0 -149
- package/types/codegen/injective/ocr/v1beta1/tx.d.ts +0 -250
- package/types/codegen/injective/ocr/v1beta1/tx.registry.d.ts +0 -108
- package/types/codegen/injective/ocr/v1beta1/tx.rpc.msg.d.ts +0 -25
- package/types/codegen/injective/oracle/v1beta1/events.d.ts +0 -147
- package/types/codegen/injective/oracle/v1beta1/genesis.d.ts +0 -57
- package/types/codegen/injective/oracle/v1beta1/oracle.d.ts +0 -412
- package/types/codegen/injective/oracle/v1beta1/proposal.d.ts +0 -152
- package/types/codegen/injective/oracle/v1beta1/query.d.ts +0 -327
- package/types/codegen/injective/oracle/v1beta1/query.lcd.d.ts +0 -20
- package/types/codegen/injective/oracle/v1beta1/query.rpc.query.d.ts +0 -48
- package/types/codegen/injective/oracle/v1beta1/tx.amino.d.ts +0 -73
- package/types/codegen/injective/oracle/v1beta1/tx.d.ts +0 -140
- package/types/codegen/injective/oracle/v1beta1/tx.registry.d.ts +0 -72
- package/types/codegen/injective/oracle/v1beta1/tx.rpc.msg.d.ts +0 -19
- package/types/codegen/injective/peggy/v1/attestation.d.ts +0 -107
- package/types/codegen/injective/peggy/v1/batch.d.ts +0 -45
- package/types/codegen/injective/peggy/v1/ethereum_signer.d.ts +0 -16
- package/types/codegen/injective/peggy/v1/events.d.ts +0 -290
- package/types/codegen/injective/peggy/v1/genesis.d.ts +0 -99
- package/types/codegen/injective/peggy/v1/msgs.amino.d.ts +0 -177
- package/types/codegen/injective/peggy/v1/msgs.d.ts +0 -499
- package/types/codegen/injective/peggy/v1/msgs.registry.d.ts +0 -144
- package/types/codegen/injective/peggy/v1/msgs.rpc.msg.d.ts +0 -31
- package/types/codegen/injective/peggy/v1/pool.d.ts +0 -30
- package/types/codegen/injective/peggy/v1/proposal.d.ts +0 -32
- package/types/codegen/injective/peggy/v1/query.d.ts +0 -457
- package/types/codegen/injective/peggy/v1/query.lcd.d.ts +0 -28
- package/types/codegen/injective/peggy/v1/query.rpc.query.d.ts +0 -72
- package/types/codegen/injective/peggy/v1/types.d.ts +0 -111
- package/types/codegen/injective/rpc.query.d.ts +0 -312
- package/types/codegen/injective/rpc.tx.d.ts +0 -67
- package/types/codegen/injective/types/v1beta1/account.d.ts +0 -24
- package/types/codegen/injective/types/v1beta1/tx_ext.d.ts +0 -41
- package/types/codegen/injective/types/v1beta1/tx_response.d.ts +0 -30
- package/types/codegen/injective/wasmx/v1/genesis.d.ts +0 -18
- package/types/codegen/injective/wasmx/v1/query.d.ts +0 -52
- package/types/codegen/injective/wasmx/v1/query.lcd.d.ts +0 -10
- package/types/codegen/injective/wasmx/v1/query.rpc.query.d.ts +0 -18
- package/types/codegen/injective/wasmx/v1/wasmx.d.ts +0 -84
- package/types/codegen/tendermint/abci/types.d.ts +0 -902
- package/types/codegen/tendermint/bundle.d.ts +0 -2065
- package/types/codegen/tendermint/crypto/keys.d.ts +0 -17
- package/types/codegen/tendermint/crypto/proof.d.ts +0 -89
- package/types/codegen/tendermint/libs/bits/types.d.ts +0 -15
- package/types/codegen/tendermint/p2p/types.d.ts +0 -87
- package/types/codegen/tendermint/types/block.d.ts +0 -21
- package/types/codegen/tendermint/types/evidence.d.ts +0 -70
- package/types/codegen/tendermint/types/params.d.ts +0 -181
- package/types/codegen/tendermint/types/types.d.ts +0 -326
- package/types/codegen/tendermint/types/validator.d.ts +0 -48
- package/types/codegen/tendermint/version/types.d.ts +0 -48
- package/types/index.d.ts +0 -1
- /package/{types/codegen/cosmos/msg/v1/msg.d.ts → amino/amino.d.ts} +0 -0
- /package/{types/codegen/gogoproto/gogo.d.ts → cosmos/msg/v1/msg.d.ts} +0 -0
- /package/{types/codegen/google/api/annotations.d.ts → cosmos/query/v1/query.d.ts} +0 -0
- /package/{types/codegen/injective/wasmx/v1/tx.d.ts → esm/amino/amino.js} +0 -0
|
@@ -1,264 +0,0 @@
|
|
|
1
|
-
import { PageRequest, PageRequestSDKType, PageResponse, PageResponseSDKType } from "../../../../cosmos/base/query/v1beta1/pagination";
|
|
2
|
-
import { ConnectionEnd, ConnectionEndSDKType, IdentifiedConnection, IdentifiedConnectionSDKType } from "./connection";
|
|
3
|
-
import { Height, HeightSDKType, IdentifiedClientState, IdentifiedClientStateSDKType } from "../../client/v1/client";
|
|
4
|
-
import { Any, AnySDKType } from "../../../../google/protobuf/any";
|
|
5
|
-
import * as _m0 from "protobufjs/minimal";
|
|
6
|
-
import { DeepPartial, Long } from "@osmonauts/helpers";
|
|
7
|
-
/**
|
|
8
|
-
* QueryConnectionRequest is the request type for the Query/Connection RPC
|
|
9
|
-
* method
|
|
10
|
-
*/
|
|
11
|
-
export interface QueryConnectionRequest {
|
|
12
|
-
/** connection unique identifier */
|
|
13
|
-
connectionId: string;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* QueryConnectionRequest is the request type for the Query/Connection RPC
|
|
17
|
-
* method
|
|
18
|
-
*/
|
|
19
|
-
export interface QueryConnectionRequestSDKType {
|
|
20
|
-
/** connection unique identifier */
|
|
21
|
-
connection_id: string;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* QueryConnectionResponse is the response type for the Query/Connection RPC
|
|
25
|
-
* method. Besides the connection end, it includes a proof and the height from
|
|
26
|
-
* which the proof was retrieved.
|
|
27
|
-
*/
|
|
28
|
-
export interface QueryConnectionResponse {
|
|
29
|
-
/** connection associated with the request identifier */
|
|
30
|
-
connection: ConnectionEnd;
|
|
31
|
-
/** merkle proof of existence */
|
|
32
|
-
proof: Uint8Array;
|
|
33
|
-
/** height at which the proof was retrieved */
|
|
34
|
-
proofHeight: Height;
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* QueryConnectionResponse is the response type for the Query/Connection RPC
|
|
38
|
-
* method. Besides the connection end, it includes a proof and the height from
|
|
39
|
-
* which the proof was retrieved.
|
|
40
|
-
*/
|
|
41
|
-
export interface QueryConnectionResponseSDKType {
|
|
42
|
-
/** connection associated with the request identifier */
|
|
43
|
-
connection: ConnectionEndSDKType;
|
|
44
|
-
/** merkle proof of existence */
|
|
45
|
-
proof: Uint8Array;
|
|
46
|
-
/** height at which the proof was retrieved */
|
|
47
|
-
proof_height: HeightSDKType;
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* QueryConnectionsRequest is the request type for the Query/Connections RPC
|
|
51
|
-
* method
|
|
52
|
-
*/
|
|
53
|
-
export interface QueryConnectionsRequest {
|
|
54
|
-
pagination?: PageRequest;
|
|
55
|
-
}
|
|
56
|
-
/**
|
|
57
|
-
* QueryConnectionsRequest is the request type for the Query/Connections RPC
|
|
58
|
-
* method
|
|
59
|
-
*/
|
|
60
|
-
export interface QueryConnectionsRequestSDKType {
|
|
61
|
-
pagination?: PageRequestSDKType;
|
|
62
|
-
}
|
|
63
|
-
/**
|
|
64
|
-
* QueryConnectionsResponse is the response type for the Query/Connections RPC
|
|
65
|
-
* method.
|
|
66
|
-
*/
|
|
67
|
-
export interface QueryConnectionsResponse {
|
|
68
|
-
/** list of stored connections of the chain. */
|
|
69
|
-
connections: IdentifiedConnection[];
|
|
70
|
-
/** pagination response */
|
|
71
|
-
pagination?: PageResponse;
|
|
72
|
-
/** query block height */
|
|
73
|
-
height: Height;
|
|
74
|
-
}
|
|
75
|
-
/**
|
|
76
|
-
* QueryConnectionsResponse is the response type for the Query/Connections RPC
|
|
77
|
-
* method.
|
|
78
|
-
*/
|
|
79
|
-
export interface QueryConnectionsResponseSDKType {
|
|
80
|
-
/** list of stored connections of the chain. */
|
|
81
|
-
connections: IdentifiedConnectionSDKType[];
|
|
82
|
-
/** pagination response */
|
|
83
|
-
pagination?: PageResponseSDKType;
|
|
84
|
-
/** query block height */
|
|
85
|
-
height: HeightSDKType;
|
|
86
|
-
}
|
|
87
|
-
/**
|
|
88
|
-
* QueryClientConnectionsRequest is the request type for the
|
|
89
|
-
* Query/ClientConnections RPC method
|
|
90
|
-
*/
|
|
91
|
-
export interface QueryClientConnectionsRequest {
|
|
92
|
-
/** client identifier associated with a connection */
|
|
93
|
-
clientId: string;
|
|
94
|
-
}
|
|
95
|
-
/**
|
|
96
|
-
* QueryClientConnectionsRequest is the request type for the
|
|
97
|
-
* Query/ClientConnections RPC method
|
|
98
|
-
*/
|
|
99
|
-
export interface QueryClientConnectionsRequestSDKType {
|
|
100
|
-
/** client identifier associated with a connection */
|
|
101
|
-
client_id: string;
|
|
102
|
-
}
|
|
103
|
-
/**
|
|
104
|
-
* QueryClientConnectionsResponse is the response type for the
|
|
105
|
-
* Query/ClientConnections RPC method
|
|
106
|
-
*/
|
|
107
|
-
export interface QueryClientConnectionsResponse {
|
|
108
|
-
/** slice of all the connection paths associated with a client. */
|
|
109
|
-
connectionPaths: string[];
|
|
110
|
-
/** merkle proof of existence */
|
|
111
|
-
proof: Uint8Array;
|
|
112
|
-
/** height at which the proof was generated */
|
|
113
|
-
proofHeight: Height;
|
|
114
|
-
}
|
|
115
|
-
/**
|
|
116
|
-
* QueryClientConnectionsResponse is the response type for the
|
|
117
|
-
* Query/ClientConnections RPC method
|
|
118
|
-
*/
|
|
119
|
-
export interface QueryClientConnectionsResponseSDKType {
|
|
120
|
-
/** slice of all the connection paths associated with a client. */
|
|
121
|
-
connection_paths: string[];
|
|
122
|
-
/** merkle proof of existence */
|
|
123
|
-
proof: Uint8Array;
|
|
124
|
-
/** height at which the proof was generated */
|
|
125
|
-
proof_height: HeightSDKType;
|
|
126
|
-
}
|
|
127
|
-
/**
|
|
128
|
-
* QueryConnectionClientStateRequest is the request type for the
|
|
129
|
-
* Query/ConnectionClientState RPC method
|
|
130
|
-
*/
|
|
131
|
-
export interface QueryConnectionClientStateRequest {
|
|
132
|
-
/** connection identifier */
|
|
133
|
-
connectionId: string;
|
|
134
|
-
}
|
|
135
|
-
/**
|
|
136
|
-
* QueryConnectionClientStateRequest is the request type for the
|
|
137
|
-
* Query/ConnectionClientState RPC method
|
|
138
|
-
*/
|
|
139
|
-
export interface QueryConnectionClientStateRequestSDKType {
|
|
140
|
-
/** connection identifier */
|
|
141
|
-
connection_id: string;
|
|
142
|
-
}
|
|
143
|
-
/**
|
|
144
|
-
* QueryConnectionClientStateResponse is the response type for the
|
|
145
|
-
* Query/ConnectionClientState RPC method
|
|
146
|
-
*/
|
|
147
|
-
export interface QueryConnectionClientStateResponse {
|
|
148
|
-
/** client state associated with the channel */
|
|
149
|
-
identifiedClientState: IdentifiedClientState;
|
|
150
|
-
/** merkle proof of existence */
|
|
151
|
-
proof: Uint8Array;
|
|
152
|
-
/** height at which the proof was retrieved */
|
|
153
|
-
proofHeight: Height;
|
|
154
|
-
}
|
|
155
|
-
/**
|
|
156
|
-
* QueryConnectionClientStateResponse is the response type for the
|
|
157
|
-
* Query/ConnectionClientState RPC method
|
|
158
|
-
*/
|
|
159
|
-
export interface QueryConnectionClientStateResponseSDKType {
|
|
160
|
-
/** client state associated with the channel */
|
|
161
|
-
identified_client_state: IdentifiedClientStateSDKType;
|
|
162
|
-
/** merkle proof of existence */
|
|
163
|
-
proof: Uint8Array;
|
|
164
|
-
/** height at which the proof was retrieved */
|
|
165
|
-
proof_height: HeightSDKType;
|
|
166
|
-
}
|
|
167
|
-
/**
|
|
168
|
-
* QueryConnectionConsensusStateRequest is the request type for the
|
|
169
|
-
* Query/ConnectionConsensusState RPC method
|
|
170
|
-
*/
|
|
171
|
-
export interface QueryConnectionConsensusStateRequest {
|
|
172
|
-
/** connection identifier */
|
|
173
|
-
connectionId: string;
|
|
174
|
-
revisionNumber: Long;
|
|
175
|
-
revisionHeight: Long;
|
|
176
|
-
}
|
|
177
|
-
/**
|
|
178
|
-
* QueryConnectionConsensusStateRequest is the request type for the
|
|
179
|
-
* Query/ConnectionConsensusState RPC method
|
|
180
|
-
*/
|
|
181
|
-
export interface QueryConnectionConsensusStateRequestSDKType {
|
|
182
|
-
/** connection identifier */
|
|
183
|
-
connection_id: string;
|
|
184
|
-
revision_number: Long;
|
|
185
|
-
revision_height: Long;
|
|
186
|
-
}
|
|
187
|
-
/**
|
|
188
|
-
* QueryConnectionConsensusStateResponse is the response type for the
|
|
189
|
-
* Query/ConnectionConsensusState RPC method
|
|
190
|
-
*/
|
|
191
|
-
export interface QueryConnectionConsensusStateResponse {
|
|
192
|
-
/** consensus state associated with the channel */
|
|
193
|
-
consensusState: Any;
|
|
194
|
-
/** client ID associated with the consensus state */
|
|
195
|
-
clientId: string;
|
|
196
|
-
/** merkle proof of existence */
|
|
197
|
-
proof: Uint8Array;
|
|
198
|
-
/** height at which the proof was retrieved */
|
|
199
|
-
proofHeight: Height;
|
|
200
|
-
}
|
|
201
|
-
/**
|
|
202
|
-
* QueryConnectionConsensusStateResponse is the response type for the
|
|
203
|
-
* Query/ConnectionConsensusState RPC method
|
|
204
|
-
*/
|
|
205
|
-
export interface QueryConnectionConsensusStateResponseSDKType {
|
|
206
|
-
/** consensus state associated with the channel */
|
|
207
|
-
consensus_state: AnySDKType;
|
|
208
|
-
/** client ID associated with the consensus state */
|
|
209
|
-
client_id: string;
|
|
210
|
-
/** merkle proof of existence */
|
|
211
|
-
proof: Uint8Array;
|
|
212
|
-
/** height at which the proof was retrieved */
|
|
213
|
-
proof_height: HeightSDKType;
|
|
214
|
-
}
|
|
215
|
-
export declare const QueryConnectionRequest: {
|
|
216
|
-
encode(message: QueryConnectionRequest, writer?: _m0.Writer): _m0.Writer;
|
|
217
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): QueryConnectionRequest;
|
|
218
|
-
fromPartial(object: DeepPartial<QueryConnectionRequest>): QueryConnectionRequest;
|
|
219
|
-
};
|
|
220
|
-
export declare const QueryConnectionResponse: {
|
|
221
|
-
encode(message: QueryConnectionResponse, writer?: _m0.Writer): _m0.Writer;
|
|
222
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): QueryConnectionResponse;
|
|
223
|
-
fromPartial(object: DeepPartial<QueryConnectionResponse>): QueryConnectionResponse;
|
|
224
|
-
};
|
|
225
|
-
export declare const QueryConnectionsRequest: {
|
|
226
|
-
encode(message: QueryConnectionsRequest, writer?: _m0.Writer): _m0.Writer;
|
|
227
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): QueryConnectionsRequest;
|
|
228
|
-
fromPartial(object: DeepPartial<QueryConnectionsRequest>): QueryConnectionsRequest;
|
|
229
|
-
};
|
|
230
|
-
export declare const QueryConnectionsResponse: {
|
|
231
|
-
encode(message: QueryConnectionsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
232
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): QueryConnectionsResponse;
|
|
233
|
-
fromPartial(object: DeepPartial<QueryConnectionsResponse>): QueryConnectionsResponse;
|
|
234
|
-
};
|
|
235
|
-
export declare const QueryClientConnectionsRequest: {
|
|
236
|
-
encode(message: QueryClientConnectionsRequest, writer?: _m0.Writer): _m0.Writer;
|
|
237
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): QueryClientConnectionsRequest;
|
|
238
|
-
fromPartial(object: DeepPartial<QueryClientConnectionsRequest>): QueryClientConnectionsRequest;
|
|
239
|
-
};
|
|
240
|
-
export declare const QueryClientConnectionsResponse: {
|
|
241
|
-
encode(message: QueryClientConnectionsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
242
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): QueryClientConnectionsResponse;
|
|
243
|
-
fromPartial(object: DeepPartial<QueryClientConnectionsResponse>): QueryClientConnectionsResponse;
|
|
244
|
-
};
|
|
245
|
-
export declare const QueryConnectionClientStateRequest: {
|
|
246
|
-
encode(message: QueryConnectionClientStateRequest, writer?: _m0.Writer): _m0.Writer;
|
|
247
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): QueryConnectionClientStateRequest;
|
|
248
|
-
fromPartial(object: DeepPartial<QueryConnectionClientStateRequest>): QueryConnectionClientStateRequest;
|
|
249
|
-
};
|
|
250
|
-
export declare const QueryConnectionClientStateResponse: {
|
|
251
|
-
encode(message: QueryConnectionClientStateResponse, writer?: _m0.Writer): _m0.Writer;
|
|
252
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): QueryConnectionClientStateResponse;
|
|
253
|
-
fromPartial(object: DeepPartial<QueryConnectionClientStateResponse>): QueryConnectionClientStateResponse;
|
|
254
|
-
};
|
|
255
|
-
export declare const QueryConnectionConsensusStateRequest: {
|
|
256
|
-
encode(message: QueryConnectionConsensusStateRequest, writer?: _m0.Writer): _m0.Writer;
|
|
257
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): QueryConnectionConsensusStateRequest;
|
|
258
|
-
fromPartial(object: DeepPartial<QueryConnectionConsensusStateRequest>): QueryConnectionConsensusStateRequest;
|
|
259
|
-
};
|
|
260
|
-
export declare const QueryConnectionConsensusStateResponse: {
|
|
261
|
-
encode(message: QueryConnectionConsensusStateResponse, writer?: _m0.Writer): _m0.Writer;
|
|
262
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): QueryConnectionConsensusStateResponse;
|
|
263
|
-
fromPartial(object: DeepPartial<QueryConnectionConsensusStateResponse>): QueryConnectionConsensusStateResponse;
|
|
264
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { LCDClient } from "@osmonauts/lcd";
|
|
2
|
-
import { QueryConnectionRequest, QueryConnectionResponseSDKType, QueryConnectionsRequest, QueryConnectionsResponseSDKType, QueryClientConnectionsRequest, QueryClientConnectionsResponseSDKType, QueryConnectionClientStateRequest, QueryConnectionClientStateResponseSDKType, QueryConnectionConsensusStateRequest, QueryConnectionConsensusStateResponseSDKType } from "./query";
|
|
3
|
-
export declare class LCDQueryClient {
|
|
4
|
-
req: LCDClient;
|
|
5
|
-
constructor({ requestClient }: {
|
|
6
|
-
requestClient: LCDClient;
|
|
7
|
-
});
|
|
8
|
-
connection(params: QueryConnectionRequest): Promise<QueryConnectionResponseSDKType>;
|
|
9
|
-
connections(params?: QueryConnectionsRequest): Promise<QueryConnectionsResponseSDKType>;
|
|
10
|
-
clientConnections(params: QueryClientConnectionsRequest): Promise<QueryClientConnectionsResponseSDKType>;
|
|
11
|
-
connectionClientState(params: QueryConnectionClientStateRequest): Promise<QueryConnectionClientStateResponseSDKType>;
|
|
12
|
-
connectionConsensusState(params: QueryConnectionConsensusStateRequest): Promise<QueryConnectionConsensusStateResponseSDKType>;
|
|
13
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { Rpc } from "@osmonauts/helpers";
|
|
2
|
-
import { QueryClient } from "@cosmjs/stargate";
|
|
3
|
-
import { QueryConnectionRequest, QueryConnectionResponse, QueryConnectionsRequest, QueryConnectionsResponse, QueryClientConnectionsRequest, QueryClientConnectionsResponse, QueryConnectionClientStateRequest, QueryConnectionClientStateResponse, QueryConnectionConsensusStateRequest, QueryConnectionConsensusStateResponse } from "./query";
|
|
4
|
-
/** Query defines the RPC service */
|
|
5
|
-
export interface Query {
|
|
6
|
-
connection(request: QueryConnectionRequest): Promise<QueryConnectionResponse>;
|
|
7
|
-
connections(request?: QueryConnectionsRequest): Promise<QueryConnectionsResponse>;
|
|
8
|
-
clientConnections(request: QueryClientConnectionsRequest): Promise<QueryClientConnectionsResponse>;
|
|
9
|
-
connectionClientState(request: QueryConnectionClientStateRequest): Promise<QueryConnectionClientStateResponse>;
|
|
10
|
-
connectionConsensusState(request: QueryConnectionConsensusStateRequest): Promise<QueryConnectionConsensusStateResponse>;
|
|
11
|
-
}
|
|
12
|
-
export declare class QueryClientImpl implements Query {
|
|
13
|
-
private readonly rpc;
|
|
14
|
-
constructor(rpc: Rpc);
|
|
15
|
-
connection(request: QueryConnectionRequest): Promise<QueryConnectionResponse>;
|
|
16
|
-
connections(request?: QueryConnectionsRequest): Promise<QueryConnectionsResponse>;
|
|
17
|
-
clientConnections(request: QueryClientConnectionsRequest): Promise<QueryClientConnectionsResponse>;
|
|
18
|
-
connectionClientState(request: QueryConnectionClientStateRequest): Promise<QueryConnectionClientStateResponse>;
|
|
19
|
-
connectionConsensusState(request: QueryConnectionConsensusStateRequest): Promise<QueryConnectionConsensusStateResponse>;
|
|
20
|
-
}
|
|
21
|
-
export declare const createRpcQueryExtension: (base: QueryClient) => {
|
|
22
|
-
connection(request: QueryConnectionRequest): Promise<QueryConnectionResponse>;
|
|
23
|
-
connections(request?: QueryConnectionsRequest): Promise<QueryConnectionsResponse>;
|
|
24
|
-
clientConnections(request: QueryClientConnectionsRequest): Promise<QueryClientConnectionsResponse>;
|
|
25
|
-
connectionClientState(request: QueryConnectionClientStateRequest): Promise<QueryConnectionClientStateResponse>;
|
|
26
|
-
connectionConsensusState(request: QueryConnectionConsensusStateRequest): Promise<QueryConnectionConsensusStateResponse>;
|
|
27
|
-
};
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import { AminoMsg } from "@cosmjs/amino";
|
|
2
|
-
import { AminoHeight } from "@osmonauts/helpers";
|
|
3
|
-
import { MsgConnectionOpenInit, MsgConnectionOpenTry, MsgConnectionOpenAck, MsgConnectionOpenConfirm } from "./tx";
|
|
4
|
-
export interface AminoMsgConnectionOpenInit extends AminoMsg {
|
|
5
|
-
type: "cosmos-sdk/MsgConnectionOpenInit";
|
|
6
|
-
value: {
|
|
7
|
-
client_id: string;
|
|
8
|
-
counterparty: {
|
|
9
|
-
client_id: string;
|
|
10
|
-
connection_id: string;
|
|
11
|
-
prefix: {
|
|
12
|
-
key_prefix: Uint8Array;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
version: {
|
|
16
|
-
identifier: string;
|
|
17
|
-
features: string[];
|
|
18
|
-
};
|
|
19
|
-
delay_period: string;
|
|
20
|
-
signer: string;
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
export interface AminoMsgConnectionOpenTry extends AminoMsg {
|
|
24
|
-
type: "cosmos-sdk/MsgConnectionOpenTry";
|
|
25
|
-
value: {
|
|
26
|
-
client_id: string;
|
|
27
|
-
previous_connection_id: string;
|
|
28
|
-
client_state: {
|
|
29
|
-
type_url: string;
|
|
30
|
-
value: Uint8Array;
|
|
31
|
-
};
|
|
32
|
-
counterparty: {
|
|
33
|
-
client_id: string;
|
|
34
|
-
connection_id: string;
|
|
35
|
-
prefix: {
|
|
36
|
-
key_prefix: Uint8Array;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
delay_period: string;
|
|
40
|
-
counterparty_versions: {
|
|
41
|
-
identifier: string;
|
|
42
|
-
features: string[];
|
|
43
|
-
}[];
|
|
44
|
-
proof_height: AminoHeight;
|
|
45
|
-
proof_init: Uint8Array;
|
|
46
|
-
proof_client: Uint8Array;
|
|
47
|
-
proof_consensus: Uint8Array;
|
|
48
|
-
consensus_height: AminoHeight;
|
|
49
|
-
signer: string;
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
export interface AminoMsgConnectionOpenAck extends AminoMsg {
|
|
53
|
-
type: "cosmos-sdk/MsgConnectionOpenAck";
|
|
54
|
-
value: {
|
|
55
|
-
connection_id: string;
|
|
56
|
-
counterparty_connection_id: string;
|
|
57
|
-
version: {
|
|
58
|
-
identifier: string;
|
|
59
|
-
features: string[];
|
|
60
|
-
};
|
|
61
|
-
client_state: {
|
|
62
|
-
type_url: string;
|
|
63
|
-
value: Uint8Array;
|
|
64
|
-
};
|
|
65
|
-
proof_height: AminoHeight;
|
|
66
|
-
proof_try: Uint8Array;
|
|
67
|
-
proof_client: Uint8Array;
|
|
68
|
-
proof_consensus: Uint8Array;
|
|
69
|
-
consensus_height: AminoHeight;
|
|
70
|
-
signer: string;
|
|
71
|
-
};
|
|
72
|
-
}
|
|
73
|
-
export interface AminoMsgConnectionOpenConfirm extends AminoMsg {
|
|
74
|
-
type: "cosmos-sdk/MsgConnectionOpenConfirm";
|
|
75
|
-
value: {
|
|
76
|
-
connection_id: string;
|
|
77
|
-
proof_ack: Uint8Array;
|
|
78
|
-
proof_height: AminoHeight;
|
|
79
|
-
signer: string;
|
|
80
|
-
};
|
|
81
|
-
}
|
|
82
|
-
export declare const AminoConverter: {
|
|
83
|
-
"/ibc.core.connection.v1.MsgConnectionOpenInit": {
|
|
84
|
-
aminoType: string;
|
|
85
|
-
toAmino: ({ clientId, counterparty, version, delayPeriod, signer }: MsgConnectionOpenInit) => AminoMsgConnectionOpenInit["value"];
|
|
86
|
-
fromAmino: ({ client_id, counterparty, version, delay_period, signer }: AminoMsgConnectionOpenInit["value"]) => MsgConnectionOpenInit;
|
|
87
|
-
};
|
|
88
|
-
"/ibc.core.connection.v1.MsgConnectionOpenTry": {
|
|
89
|
-
aminoType: string;
|
|
90
|
-
toAmino: ({ clientId, previousConnectionId, clientState, counterparty, delayPeriod, counterpartyVersions, proofHeight, proofInit, proofClient, proofConsensus, consensusHeight, signer }: MsgConnectionOpenTry) => AminoMsgConnectionOpenTry["value"];
|
|
91
|
-
fromAmino: ({ client_id, previous_connection_id, client_state, counterparty, delay_period, counterparty_versions, proof_height, proof_init, proof_client, proof_consensus, consensus_height, signer }: AminoMsgConnectionOpenTry["value"]) => MsgConnectionOpenTry;
|
|
92
|
-
};
|
|
93
|
-
"/ibc.core.connection.v1.MsgConnectionOpenAck": {
|
|
94
|
-
aminoType: string;
|
|
95
|
-
toAmino: ({ connectionId, counterpartyConnectionId, version, clientState, proofHeight, proofTry, proofClient, proofConsensus, consensusHeight, signer }: MsgConnectionOpenAck) => AminoMsgConnectionOpenAck["value"];
|
|
96
|
-
fromAmino: ({ connection_id, counterparty_connection_id, version, client_state, proof_height, proof_try, proof_client, proof_consensus, consensus_height, signer }: AminoMsgConnectionOpenAck["value"]) => MsgConnectionOpenAck;
|
|
97
|
-
};
|
|
98
|
-
"/ibc.core.connection.v1.MsgConnectionOpenConfirm": {
|
|
99
|
-
aminoType: string;
|
|
100
|
-
toAmino: ({ connectionId, proofAck, proofHeight, signer }: MsgConnectionOpenConfirm) => AminoMsgConnectionOpenConfirm["value"];
|
|
101
|
-
fromAmino: ({ connection_id, proof_ack, proof_height, signer }: AminoMsgConnectionOpenConfirm["value"]) => MsgConnectionOpenConfirm;
|
|
102
|
-
};
|
|
103
|
-
};
|
|
@@ -1,225 +0,0 @@
|
|
|
1
|
-
import { Counterparty, CounterpartySDKType, Version, VersionSDKType } from "./connection";
|
|
2
|
-
import { Any, AnySDKType } from "../../../../google/protobuf/any";
|
|
3
|
-
import { Height, HeightSDKType } from "../../client/v1/client";
|
|
4
|
-
import * as _m0 from "protobufjs/minimal";
|
|
5
|
-
import { Long, DeepPartial } from "@osmonauts/helpers";
|
|
6
|
-
/**
|
|
7
|
-
* MsgConnectionOpenInit defines the msg sent by an account on Chain A to
|
|
8
|
-
* initialize a connection with Chain B.
|
|
9
|
-
*/
|
|
10
|
-
export interface MsgConnectionOpenInit {
|
|
11
|
-
clientId: string;
|
|
12
|
-
counterparty: Counterparty;
|
|
13
|
-
version: Version;
|
|
14
|
-
delayPeriod: Long;
|
|
15
|
-
signer: string;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* MsgConnectionOpenInit defines the msg sent by an account on Chain A to
|
|
19
|
-
* initialize a connection with Chain B.
|
|
20
|
-
*/
|
|
21
|
-
export interface MsgConnectionOpenInitSDKType {
|
|
22
|
-
client_id: string;
|
|
23
|
-
counterparty: CounterpartySDKType;
|
|
24
|
-
version: VersionSDKType;
|
|
25
|
-
delay_period: Long;
|
|
26
|
-
signer: string;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* MsgConnectionOpenInitResponse defines the Msg/ConnectionOpenInit response
|
|
30
|
-
* type.
|
|
31
|
-
*/
|
|
32
|
-
export interface MsgConnectionOpenInitResponse {
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* MsgConnectionOpenInitResponse defines the Msg/ConnectionOpenInit response
|
|
36
|
-
* type.
|
|
37
|
-
*/
|
|
38
|
-
export interface MsgConnectionOpenInitResponseSDKType {
|
|
39
|
-
}
|
|
40
|
-
/**
|
|
41
|
-
* MsgConnectionOpenTry defines a msg sent by a Relayer to try to open a
|
|
42
|
-
* connection on Chain B.
|
|
43
|
-
*/
|
|
44
|
-
export interface MsgConnectionOpenTry {
|
|
45
|
-
clientId: string;
|
|
46
|
-
/**
|
|
47
|
-
* in the case of crossing hello's, when both chains call OpenInit, we need
|
|
48
|
-
* the connection identifier of the previous connection in state INIT
|
|
49
|
-
*/
|
|
50
|
-
previousConnectionId: string;
|
|
51
|
-
clientState: Any;
|
|
52
|
-
counterparty: Counterparty;
|
|
53
|
-
delayPeriod: Long;
|
|
54
|
-
counterpartyVersions: Version[];
|
|
55
|
-
proofHeight: Height;
|
|
56
|
-
/**
|
|
57
|
-
* proof of the initialization the connection on Chain A: `UNITIALIZED ->
|
|
58
|
-
* INIT`
|
|
59
|
-
*/
|
|
60
|
-
proofInit: Uint8Array;
|
|
61
|
-
/** proof of client state included in message */
|
|
62
|
-
proofClient: Uint8Array;
|
|
63
|
-
/** proof of client consensus state */
|
|
64
|
-
proofConsensus: Uint8Array;
|
|
65
|
-
consensusHeight: Height;
|
|
66
|
-
signer: string;
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* MsgConnectionOpenTry defines a msg sent by a Relayer to try to open a
|
|
70
|
-
* connection on Chain B.
|
|
71
|
-
*/
|
|
72
|
-
export interface MsgConnectionOpenTrySDKType {
|
|
73
|
-
client_id: string;
|
|
74
|
-
/**
|
|
75
|
-
* in the case of crossing hello's, when both chains call OpenInit, we need
|
|
76
|
-
* the connection identifier of the previous connection in state INIT
|
|
77
|
-
*/
|
|
78
|
-
previous_connection_id: string;
|
|
79
|
-
client_state: AnySDKType;
|
|
80
|
-
counterparty: CounterpartySDKType;
|
|
81
|
-
delay_period: Long;
|
|
82
|
-
counterparty_versions: VersionSDKType[];
|
|
83
|
-
proof_height: HeightSDKType;
|
|
84
|
-
/**
|
|
85
|
-
* proof of the initialization the connection on Chain A: `UNITIALIZED ->
|
|
86
|
-
* INIT`
|
|
87
|
-
*/
|
|
88
|
-
proof_init: Uint8Array;
|
|
89
|
-
/** proof of client state included in message */
|
|
90
|
-
proof_client: Uint8Array;
|
|
91
|
-
/** proof of client consensus state */
|
|
92
|
-
proof_consensus: Uint8Array;
|
|
93
|
-
consensus_height: HeightSDKType;
|
|
94
|
-
signer: string;
|
|
95
|
-
}
|
|
96
|
-
/** MsgConnectionOpenTryResponse defines the Msg/ConnectionOpenTry response type. */
|
|
97
|
-
export interface MsgConnectionOpenTryResponse {
|
|
98
|
-
}
|
|
99
|
-
/** MsgConnectionOpenTryResponse defines the Msg/ConnectionOpenTry response type. */
|
|
100
|
-
export interface MsgConnectionOpenTryResponseSDKType {
|
|
101
|
-
}
|
|
102
|
-
/**
|
|
103
|
-
* MsgConnectionOpenAck defines a msg sent by a Relayer to Chain A to
|
|
104
|
-
* acknowledge the change of connection state to TRYOPEN on Chain B.
|
|
105
|
-
*/
|
|
106
|
-
export interface MsgConnectionOpenAck {
|
|
107
|
-
connectionId: string;
|
|
108
|
-
counterpartyConnectionId: string;
|
|
109
|
-
version: Version;
|
|
110
|
-
clientState: Any;
|
|
111
|
-
proofHeight: Height;
|
|
112
|
-
/**
|
|
113
|
-
* proof of the initialization the connection on Chain B: `UNITIALIZED ->
|
|
114
|
-
* TRYOPEN`
|
|
115
|
-
*/
|
|
116
|
-
proofTry: Uint8Array;
|
|
117
|
-
/** proof of client state included in message */
|
|
118
|
-
proofClient: Uint8Array;
|
|
119
|
-
/** proof of client consensus state */
|
|
120
|
-
proofConsensus: Uint8Array;
|
|
121
|
-
consensusHeight: Height;
|
|
122
|
-
signer: string;
|
|
123
|
-
}
|
|
124
|
-
/**
|
|
125
|
-
* MsgConnectionOpenAck defines a msg sent by a Relayer to Chain A to
|
|
126
|
-
* acknowledge the change of connection state to TRYOPEN on Chain B.
|
|
127
|
-
*/
|
|
128
|
-
export interface MsgConnectionOpenAckSDKType {
|
|
129
|
-
connection_id: string;
|
|
130
|
-
counterparty_connection_id: string;
|
|
131
|
-
version: VersionSDKType;
|
|
132
|
-
client_state: AnySDKType;
|
|
133
|
-
proof_height: HeightSDKType;
|
|
134
|
-
/**
|
|
135
|
-
* proof of the initialization the connection on Chain B: `UNITIALIZED ->
|
|
136
|
-
* TRYOPEN`
|
|
137
|
-
*/
|
|
138
|
-
proof_try: Uint8Array;
|
|
139
|
-
/** proof of client state included in message */
|
|
140
|
-
proof_client: Uint8Array;
|
|
141
|
-
/** proof of client consensus state */
|
|
142
|
-
proof_consensus: Uint8Array;
|
|
143
|
-
consensus_height: HeightSDKType;
|
|
144
|
-
signer: string;
|
|
145
|
-
}
|
|
146
|
-
/** MsgConnectionOpenAckResponse defines the Msg/ConnectionOpenAck response type. */
|
|
147
|
-
export interface MsgConnectionOpenAckResponse {
|
|
148
|
-
}
|
|
149
|
-
/** MsgConnectionOpenAckResponse defines the Msg/ConnectionOpenAck response type. */
|
|
150
|
-
export interface MsgConnectionOpenAckResponseSDKType {
|
|
151
|
-
}
|
|
152
|
-
/**
|
|
153
|
-
* MsgConnectionOpenConfirm defines a msg sent by a Relayer to Chain B to
|
|
154
|
-
* acknowledge the change of connection state to OPEN on Chain A.
|
|
155
|
-
*/
|
|
156
|
-
export interface MsgConnectionOpenConfirm {
|
|
157
|
-
connectionId: string;
|
|
158
|
-
/** proof for the change of the connection state on Chain A: `INIT -> OPEN` */
|
|
159
|
-
proofAck: Uint8Array;
|
|
160
|
-
proofHeight: Height;
|
|
161
|
-
signer: string;
|
|
162
|
-
}
|
|
163
|
-
/**
|
|
164
|
-
* MsgConnectionOpenConfirm defines a msg sent by a Relayer to Chain B to
|
|
165
|
-
* acknowledge the change of connection state to OPEN on Chain A.
|
|
166
|
-
*/
|
|
167
|
-
export interface MsgConnectionOpenConfirmSDKType {
|
|
168
|
-
connection_id: string;
|
|
169
|
-
/** proof for the change of the connection state on Chain A: `INIT -> OPEN` */
|
|
170
|
-
proof_ack: Uint8Array;
|
|
171
|
-
proof_height: HeightSDKType;
|
|
172
|
-
signer: string;
|
|
173
|
-
}
|
|
174
|
-
/**
|
|
175
|
-
* MsgConnectionOpenConfirmResponse defines the Msg/ConnectionOpenConfirm
|
|
176
|
-
* response type.
|
|
177
|
-
*/
|
|
178
|
-
export interface MsgConnectionOpenConfirmResponse {
|
|
179
|
-
}
|
|
180
|
-
/**
|
|
181
|
-
* MsgConnectionOpenConfirmResponse defines the Msg/ConnectionOpenConfirm
|
|
182
|
-
* response type.
|
|
183
|
-
*/
|
|
184
|
-
export interface MsgConnectionOpenConfirmResponseSDKType {
|
|
185
|
-
}
|
|
186
|
-
export declare const MsgConnectionOpenInit: {
|
|
187
|
-
encode(message: MsgConnectionOpenInit, writer?: _m0.Writer): _m0.Writer;
|
|
188
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): MsgConnectionOpenInit;
|
|
189
|
-
fromPartial(object: DeepPartial<MsgConnectionOpenInit>): MsgConnectionOpenInit;
|
|
190
|
-
};
|
|
191
|
-
export declare const MsgConnectionOpenInitResponse: {
|
|
192
|
-
encode(_: MsgConnectionOpenInitResponse, writer?: _m0.Writer): _m0.Writer;
|
|
193
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): MsgConnectionOpenInitResponse;
|
|
194
|
-
fromPartial(_: DeepPartial<MsgConnectionOpenInitResponse>): MsgConnectionOpenInitResponse;
|
|
195
|
-
};
|
|
196
|
-
export declare const MsgConnectionOpenTry: {
|
|
197
|
-
encode(message: MsgConnectionOpenTry, writer?: _m0.Writer): _m0.Writer;
|
|
198
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): MsgConnectionOpenTry;
|
|
199
|
-
fromPartial(object: DeepPartial<MsgConnectionOpenTry>): MsgConnectionOpenTry;
|
|
200
|
-
};
|
|
201
|
-
export declare const MsgConnectionOpenTryResponse: {
|
|
202
|
-
encode(_: MsgConnectionOpenTryResponse, writer?: _m0.Writer): _m0.Writer;
|
|
203
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): MsgConnectionOpenTryResponse;
|
|
204
|
-
fromPartial(_: DeepPartial<MsgConnectionOpenTryResponse>): MsgConnectionOpenTryResponse;
|
|
205
|
-
};
|
|
206
|
-
export declare const MsgConnectionOpenAck: {
|
|
207
|
-
encode(message: MsgConnectionOpenAck, writer?: _m0.Writer): _m0.Writer;
|
|
208
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): MsgConnectionOpenAck;
|
|
209
|
-
fromPartial(object: DeepPartial<MsgConnectionOpenAck>): MsgConnectionOpenAck;
|
|
210
|
-
};
|
|
211
|
-
export declare const MsgConnectionOpenAckResponse: {
|
|
212
|
-
encode(_: MsgConnectionOpenAckResponse, writer?: _m0.Writer): _m0.Writer;
|
|
213
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): MsgConnectionOpenAckResponse;
|
|
214
|
-
fromPartial(_: DeepPartial<MsgConnectionOpenAckResponse>): MsgConnectionOpenAckResponse;
|
|
215
|
-
};
|
|
216
|
-
export declare const MsgConnectionOpenConfirm: {
|
|
217
|
-
encode(message: MsgConnectionOpenConfirm, writer?: _m0.Writer): _m0.Writer;
|
|
218
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): MsgConnectionOpenConfirm;
|
|
219
|
-
fromPartial(object: DeepPartial<MsgConnectionOpenConfirm>): MsgConnectionOpenConfirm;
|
|
220
|
-
};
|
|
221
|
-
export declare const MsgConnectionOpenConfirmResponse: {
|
|
222
|
-
encode(_: MsgConnectionOpenConfirmResponse, writer?: _m0.Writer): _m0.Writer;
|
|
223
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): MsgConnectionOpenConfirmResponse;
|
|
224
|
-
fromPartial(_: DeepPartial<MsgConnectionOpenConfirmResponse>): MsgConnectionOpenConfirmResponse;
|
|
225
|
-
};
|