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
|
@@ -0,0 +1,1298 @@
|
|
|
1
|
+
import { OracleType, OracleInfo, OracleInfoAmino, PythPriceState, PythPriceStateAmino, Params, ParamsAmino, BandPriceState, BandPriceStateAmino, PriceFeedState, PriceFeedStateAmino, CoinbasePriceState, CoinbasePriceStateAmino, StorkPriceState, StorkPriceStateAmino, PriceState, PriceStateAmino, PriceRecords, PriceRecordsAmino, MetadataStatistics, MetadataStatisticsAmino, PriceRecord, PriceRecordAmino, ProviderInfo, ProviderInfoAmino, ProviderState, ProviderStateAmino } from "./oracle";
|
|
2
|
+
import { GenesisState, GenesisStateAmino } from "./genesis";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../helpers";
|
|
5
|
+
export interface QueryPythPriceRequest {
|
|
6
|
+
priceId: string;
|
|
7
|
+
}
|
|
8
|
+
export interface QueryPythPriceRequestProtoMsg {
|
|
9
|
+
typeUrl: "/injective.oracle.v1beta1.QueryPythPriceRequest";
|
|
10
|
+
value: Uint8Array;
|
|
11
|
+
}
|
|
12
|
+
export interface QueryPythPriceRequestAmino {
|
|
13
|
+
price_id: string;
|
|
14
|
+
}
|
|
15
|
+
export interface QueryPythPriceRequestAminoMsg {
|
|
16
|
+
type: "/injective.oracle.v1beta1.QueryPythPriceRequest";
|
|
17
|
+
value: QueryPythPriceRequestAmino;
|
|
18
|
+
}
|
|
19
|
+
export interface QueryPythPriceResponse {
|
|
20
|
+
priceState?: PythPriceState;
|
|
21
|
+
}
|
|
22
|
+
export interface QueryPythPriceResponseProtoMsg {
|
|
23
|
+
typeUrl: "/injective.oracle.v1beta1.QueryPythPriceResponse";
|
|
24
|
+
value: Uint8Array;
|
|
25
|
+
}
|
|
26
|
+
export interface QueryPythPriceResponseAmino {
|
|
27
|
+
price_state?: PythPriceStateAmino;
|
|
28
|
+
}
|
|
29
|
+
export interface QueryPythPriceResponseAminoMsg {
|
|
30
|
+
type: "/injective.oracle.v1beta1.QueryPythPriceResponse";
|
|
31
|
+
value: QueryPythPriceResponseAmino;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* QueryOracleParamsRequest is the request type for the Query/OracleParams RPC
|
|
35
|
+
* method.
|
|
36
|
+
*/
|
|
37
|
+
export interface QueryParamsRequest {
|
|
38
|
+
}
|
|
39
|
+
export interface QueryParamsRequestProtoMsg {
|
|
40
|
+
typeUrl: "/injective.oracle.v1beta1.QueryParamsRequest";
|
|
41
|
+
value: Uint8Array;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* QueryOracleParamsRequest is the request type for the Query/OracleParams RPC
|
|
45
|
+
* method.
|
|
46
|
+
*/
|
|
47
|
+
export interface QueryParamsRequestAmino {
|
|
48
|
+
}
|
|
49
|
+
export interface QueryParamsRequestAminoMsg {
|
|
50
|
+
type: "/injective.oracle.v1beta1.QueryParamsRequest";
|
|
51
|
+
value: QueryParamsRequestAmino;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* QueryOracleParamsResponse is the response type for the Query/OracleParams RPC
|
|
55
|
+
* method.
|
|
56
|
+
*/
|
|
57
|
+
export interface QueryParamsResponse {
|
|
58
|
+
params: Params;
|
|
59
|
+
}
|
|
60
|
+
export interface QueryParamsResponseProtoMsg {
|
|
61
|
+
typeUrl: "/injective.oracle.v1beta1.QueryParamsResponse";
|
|
62
|
+
value: Uint8Array;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* QueryOracleParamsResponse is the response type for the Query/OracleParams RPC
|
|
66
|
+
* method.
|
|
67
|
+
*/
|
|
68
|
+
export interface QueryParamsResponseAmino {
|
|
69
|
+
params: ParamsAmino;
|
|
70
|
+
}
|
|
71
|
+
export interface QueryParamsResponseAminoMsg {
|
|
72
|
+
type: "/injective.oracle.v1beta1.QueryParamsResponse";
|
|
73
|
+
value: QueryParamsResponseAmino;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* QueryBandRelayersRequest is the request type for the Query/BandRelayers RPC
|
|
77
|
+
* method.
|
|
78
|
+
*/
|
|
79
|
+
export interface QueryBandRelayersRequest {
|
|
80
|
+
}
|
|
81
|
+
export interface QueryBandRelayersRequestProtoMsg {
|
|
82
|
+
typeUrl: "/injective.oracle.v1beta1.QueryBandRelayersRequest";
|
|
83
|
+
value: Uint8Array;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* QueryBandRelayersRequest is the request type for the Query/BandRelayers RPC
|
|
87
|
+
* method.
|
|
88
|
+
*/
|
|
89
|
+
export interface QueryBandRelayersRequestAmino {
|
|
90
|
+
}
|
|
91
|
+
export interface QueryBandRelayersRequestAminoMsg {
|
|
92
|
+
type: "/injective.oracle.v1beta1.QueryBandRelayersRequest";
|
|
93
|
+
value: QueryBandRelayersRequestAmino;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* QueryBandRelayersResponse is the response type for the Query/BandRelayers RPC
|
|
97
|
+
* method.
|
|
98
|
+
*/
|
|
99
|
+
export interface QueryBandRelayersResponse {
|
|
100
|
+
relayers: string[];
|
|
101
|
+
}
|
|
102
|
+
export interface QueryBandRelayersResponseProtoMsg {
|
|
103
|
+
typeUrl: "/injective.oracle.v1beta1.QueryBandRelayersResponse";
|
|
104
|
+
value: Uint8Array;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* QueryBandRelayersResponse is the response type for the Query/BandRelayers RPC
|
|
108
|
+
* method.
|
|
109
|
+
*/
|
|
110
|
+
export interface QueryBandRelayersResponseAmino {
|
|
111
|
+
relayers: string[];
|
|
112
|
+
}
|
|
113
|
+
export interface QueryBandRelayersResponseAminoMsg {
|
|
114
|
+
type: "/injective.oracle.v1beta1.QueryBandRelayersResponse";
|
|
115
|
+
value: QueryBandRelayersResponseAmino;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* QueryBandPriceStatesRequest is the request type for the Query/BandPriceStates
|
|
119
|
+
* RPC method.
|
|
120
|
+
*/
|
|
121
|
+
export interface QueryBandPriceStatesRequest {
|
|
122
|
+
}
|
|
123
|
+
export interface QueryBandPriceStatesRequestProtoMsg {
|
|
124
|
+
typeUrl: "/injective.oracle.v1beta1.QueryBandPriceStatesRequest";
|
|
125
|
+
value: Uint8Array;
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* QueryBandPriceStatesRequest is the request type for the Query/BandPriceStates
|
|
129
|
+
* RPC method.
|
|
130
|
+
*/
|
|
131
|
+
export interface QueryBandPriceStatesRequestAmino {
|
|
132
|
+
}
|
|
133
|
+
export interface QueryBandPriceStatesRequestAminoMsg {
|
|
134
|
+
type: "/injective.oracle.v1beta1.QueryBandPriceStatesRequest";
|
|
135
|
+
value: QueryBandPriceStatesRequestAmino;
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* QueryBandPriceStatesResponse is the response type for the
|
|
139
|
+
* Query/BandPriceStates RPC method.
|
|
140
|
+
*/
|
|
141
|
+
export interface QueryBandPriceStatesResponse {
|
|
142
|
+
priceStates: BandPriceState[];
|
|
143
|
+
}
|
|
144
|
+
export interface QueryBandPriceStatesResponseProtoMsg {
|
|
145
|
+
typeUrl: "/injective.oracle.v1beta1.QueryBandPriceStatesResponse";
|
|
146
|
+
value: Uint8Array;
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* QueryBandPriceStatesResponse is the response type for the
|
|
150
|
+
* Query/BandPriceStates RPC method.
|
|
151
|
+
*/
|
|
152
|
+
export interface QueryBandPriceStatesResponseAmino {
|
|
153
|
+
price_states: BandPriceStateAmino[];
|
|
154
|
+
}
|
|
155
|
+
export interface QueryBandPriceStatesResponseAminoMsg {
|
|
156
|
+
type: "/injective.oracle.v1beta1.QueryBandPriceStatesResponse";
|
|
157
|
+
value: QueryBandPriceStatesResponseAmino;
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* QueryBandIBCPriceStatesRequest is the request type for the
|
|
161
|
+
* Query/BandIBCPriceStates RPC method.
|
|
162
|
+
*/
|
|
163
|
+
export interface QueryBandIBCPriceStatesRequest {
|
|
164
|
+
}
|
|
165
|
+
export interface QueryBandIBCPriceStatesRequestProtoMsg {
|
|
166
|
+
typeUrl: "/injective.oracle.v1beta1.QueryBandIBCPriceStatesRequest";
|
|
167
|
+
value: Uint8Array;
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* QueryBandIBCPriceStatesRequest is the request type for the
|
|
171
|
+
* Query/BandIBCPriceStates RPC method.
|
|
172
|
+
*/
|
|
173
|
+
export interface QueryBandIBCPriceStatesRequestAmino {
|
|
174
|
+
}
|
|
175
|
+
export interface QueryBandIBCPriceStatesRequestAminoMsg {
|
|
176
|
+
type: "/injective.oracle.v1beta1.QueryBandIBCPriceStatesRequest";
|
|
177
|
+
value: QueryBandIBCPriceStatesRequestAmino;
|
|
178
|
+
}
|
|
179
|
+
/**
|
|
180
|
+
* QueryBandIBCPriceStatesResponse is the response type for the
|
|
181
|
+
* Query/BandIBCPriceStates RPC method.
|
|
182
|
+
*/
|
|
183
|
+
export interface QueryBandIBCPriceStatesResponse {
|
|
184
|
+
priceStates: BandPriceState[];
|
|
185
|
+
}
|
|
186
|
+
export interface QueryBandIBCPriceStatesResponseProtoMsg {
|
|
187
|
+
typeUrl: "/injective.oracle.v1beta1.QueryBandIBCPriceStatesResponse";
|
|
188
|
+
value: Uint8Array;
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* QueryBandIBCPriceStatesResponse is the response type for the
|
|
192
|
+
* Query/BandIBCPriceStates RPC method.
|
|
193
|
+
*/
|
|
194
|
+
export interface QueryBandIBCPriceStatesResponseAmino {
|
|
195
|
+
price_states: BandPriceStateAmino[];
|
|
196
|
+
}
|
|
197
|
+
export interface QueryBandIBCPriceStatesResponseAminoMsg {
|
|
198
|
+
type: "/injective.oracle.v1beta1.QueryBandIBCPriceStatesResponse";
|
|
199
|
+
value: QueryBandIBCPriceStatesResponseAmino;
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* QueryPriceFeedPriceStatesRequest is the request type for the
|
|
203
|
+
* Query/PriceFeedPriceStates RPC method.
|
|
204
|
+
*/
|
|
205
|
+
export interface QueryPriceFeedPriceStatesRequest {
|
|
206
|
+
}
|
|
207
|
+
export interface QueryPriceFeedPriceStatesRequestProtoMsg {
|
|
208
|
+
typeUrl: "/injective.oracle.v1beta1.QueryPriceFeedPriceStatesRequest";
|
|
209
|
+
value: Uint8Array;
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* QueryPriceFeedPriceStatesRequest is the request type for the
|
|
213
|
+
* Query/PriceFeedPriceStates RPC method.
|
|
214
|
+
*/
|
|
215
|
+
export interface QueryPriceFeedPriceStatesRequestAmino {
|
|
216
|
+
}
|
|
217
|
+
export interface QueryPriceFeedPriceStatesRequestAminoMsg {
|
|
218
|
+
type: "/injective.oracle.v1beta1.QueryPriceFeedPriceStatesRequest";
|
|
219
|
+
value: QueryPriceFeedPriceStatesRequestAmino;
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* QueryPriceFeedPriceStatesResponse is the response type for the
|
|
223
|
+
* Query/PriceFeedPriceStates RPC method.
|
|
224
|
+
*/
|
|
225
|
+
export interface QueryPriceFeedPriceStatesResponse {
|
|
226
|
+
priceStates: PriceFeedState[];
|
|
227
|
+
}
|
|
228
|
+
export interface QueryPriceFeedPriceStatesResponseProtoMsg {
|
|
229
|
+
typeUrl: "/injective.oracle.v1beta1.QueryPriceFeedPriceStatesResponse";
|
|
230
|
+
value: Uint8Array;
|
|
231
|
+
}
|
|
232
|
+
/**
|
|
233
|
+
* QueryPriceFeedPriceStatesResponse is the response type for the
|
|
234
|
+
* Query/PriceFeedPriceStates RPC method.
|
|
235
|
+
*/
|
|
236
|
+
export interface QueryPriceFeedPriceStatesResponseAmino {
|
|
237
|
+
price_states: PriceFeedStateAmino[];
|
|
238
|
+
}
|
|
239
|
+
export interface QueryPriceFeedPriceStatesResponseAminoMsg {
|
|
240
|
+
type: "/injective.oracle.v1beta1.QueryPriceFeedPriceStatesResponse";
|
|
241
|
+
value: QueryPriceFeedPriceStatesResponseAmino;
|
|
242
|
+
}
|
|
243
|
+
/**
|
|
244
|
+
* QueryCoinbasePriceStatesRequest is the request type for the
|
|
245
|
+
* Query/CoinbasePriceStates RPC method.
|
|
246
|
+
*/
|
|
247
|
+
export interface QueryCoinbasePriceStatesRequest {
|
|
248
|
+
}
|
|
249
|
+
export interface QueryCoinbasePriceStatesRequestProtoMsg {
|
|
250
|
+
typeUrl: "/injective.oracle.v1beta1.QueryCoinbasePriceStatesRequest";
|
|
251
|
+
value: Uint8Array;
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* QueryCoinbasePriceStatesRequest is the request type for the
|
|
255
|
+
* Query/CoinbasePriceStates RPC method.
|
|
256
|
+
*/
|
|
257
|
+
export interface QueryCoinbasePriceStatesRequestAmino {
|
|
258
|
+
}
|
|
259
|
+
export interface QueryCoinbasePriceStatesRequestAminoMsg {
|
|
260
|
+
type: "/injective.oracle.v1beta1.QueryCoinbasePriceStatesRequest";
|
|
261
|
+
value: QueryCoinbasePriceStatesRequestAmino;
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
* QueryCoinbasePriceStatesResponse is the response type for the
|
|
265
|
+
* Query/CoinbasePriceStates RPC method.
|
|
266
|
+
*/
|
|
267
|
+
export interface QueryCoinbasePriceStatesResponse {
|
|
268
|
+
priceStates: CoinbasePriceState[];
|
|
269
|
+
}
|
|
270
|
+
export interface QueryCoinbasePriceStatesResponseProtoMsg {
|
|
271
|
+
typeUrl: "/injective.oracle.v1beta1.QueryCoinbasePriceStatesResponse";
|
|
272
|
+
value: Uint8Array;
|
|
273
|
+
}
|
|
274
|
+
/**
|
|
275
|
+
* QueryCoinbasePriceStatesResponse is the response type for the
|
|
276
|
+
* Query/CoinbasePriceStates RPC method.
|
|
277
|
+
*/
|
|
278
|
+
export interface QueryCoinbasePriceStatesResponseAmino {
|
|
279
|
+
price_states: CoinbasePriceStateAmino[];
|
|
280
|
+
}
|
|
281
|
+
export interface QueryCoinbasePriceStatesResponseAminoMsg {
|
|
282
|
+
type: "/injective.oracle.v1beta1.QueryCoinbasePriceStatesResponse";
|
|
283
|
+
value: QueryCoinbasePriceStatesResponseAmino;
|
|
284
|
+
}
|
|
285
|
+
/**
|
|
286
|
+
* QueryPythPriceStatesRequest is the request type for the
|
|
287
|
+
* Query/CoinbasePriceStates RPC method.
|
|
288
|
+
*/
|
|
289
|
+
export interface QueryPythPriceStatesRequest {
|
|
290
|
+
}
|
|
291
|
+
export interface QueryPythPriceStatesRequestProtoMsg {
|
|
292
|
+
typeUrl: "/injective.oracle.v1beta1.QueryPythPriceStatesRequest";
|
|
293
|
+
value: Uint8Array;
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* QueryPythPriceStatesRequest is the request type for the
|
|
297
|
+
* Query/CoinbasePriceStates RPC method.
|
|
298
|
+
*/
|
|
299
|
+
export interface QueryPythPriceStatesRequestAmino {
|
|
300
|
+
}
|
|
301
|
+
export interface QueryPythPriceStatesRequestAminoMsg {
|
|
302
|
+
type: "/injective.oracle.v1beta1.QueryPythPriceStatesRequest";
|
|
303
|
+
value: QueryPythPriceStatesRequestAmino;
|
|
304
|
+
}
|
|
305
|
+
/**
|
|
306
|
+
* QueryPythPriceStatesResponse is the response type for the
|
|
307
|
+
* Query/CoinbasePriceStates RPC method.
|
|
308
|
+
*/
|
|
309
|
+
export interface QueryPythPriceStatesResponse {
|
|
310
|
+
priceStates: PythPriceState[];
|
|
311
|
+
}
|
|
312
|
+
export interface QueryPythPriceStatesResponseProtoMsg {
|
|
313
|
+
typeUrl: "/injective.oracle.v1beta1.QueryPythPriceStatesResponse";
|
|
314
|
+
value: Uint8Array;
|
|
315
|
+
}
|
|
316
|
+
/**
|
|
317
|
+
* QueryPythPriceStatesResponse is the response type for the
|
|
318
|
+
* Query/CoinbasePriceStates RPC method.
|
|
319
|
+
*/
|
|
320
|
+
export interface QueryPythPriceStatesResponseAmino {
|
|
321
|
+
price_states: PythPriceStateAmino[];
|
|
322
|
+
}
|
|
323
|
+
export interface QueryPythPriceStatesResponseAminoMsg {
|
|
324
|
+
type: "/injective.oracle.v1beta1.QueryPythPriceStatesResponse";
|
|
325
|
+
value: QueryPythPriceStatesResponseAmino;
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* QueryStorkPriceStatesRequest is the request type for the
|
|
329
|
+
* Query/StorkPriceStates RPC method.
|
|
330
|
+
*/
|
|
331
|
+
export interface QueryStorkPriceStatesRequest {
|
|
332
|
+
}
|
|
333
|
+
export interface QueryStorkPriceStatesRequestProtoMsg {
|
|
334
|
+
typeUrl: "/injective.oracle.v1beta1.QueryStorkPriceStatesRequest";
|
|
335
|
+
value: Uint8Array;
|
|
336
|
+
}
|
|
337
|
+
/**
|
|
338
|
+
* QueryStorkPriceStatesRequest is the request type for the
|
|
339
|
+
* Query/StorkPriceStates RPC method.
|
|
340
|
+
*/
|
|
341
|
+
export interface QueryStorkPriceStatesRequestAmino {
|
|
342
|
+
}
|
|
343
|
+
export interface QueryStorkPriceStatesRequestAminoMsg {
|
|
344
|
+
type: "/injective.oracle.v1beta1.QueryStorkPriceStatesRequest";
|
|
345
|
+
value: QueryStorkPriceStatesRequestAmino;
|
|
346
|
+
}
|
|
347
|
+
/**
|
|
348
|
+
* QueryStorkPriceStatesResponse is the response type for the
|
|
349
|
+
* Query/StorkPriceStates RPC method.
|
|
350
|
+
*/
|
|
351
|
+
export interface QueryStorkPriceStatesResponse {
|
|
352
|
+
priceStates: StorkPriceState[];
|
|
353
|
+
}
|
|
354
|
+
export interface QueryStorkPriceStatesResponseProtoMsg {
|
|
355
|
+
typeUrl: "/injective.oracle.v1beta1.QueryStorkPriceStatesResponse";
|
|
356
|
+
value: Uint8Array;
|
|
357
|
+
}
|
|
358
|
+
/**
|
|
359
|
+
* QueryStorkPriceStatesResponse is the response type for the
|
|
360
|
+
* Query/StorkPriceStates RPC method.
|
|
361
|
+
*/
|
|
362
|
+
export interface QueryStorkPriceStatesResponseAmino {
|
|
363
|
+
price_states: StorkPriceStateAmino[];
|
|
364
|
+
}
|
|
365
|
+
export interface QueryStorkPriceStatesResponseAminoMsg {
|
|
366
|
+
type: "/injective.oracle.v1beta1.QueryStorkPriceStatesResponse";
|
|
367
|
+
value: QueryStorkPriceStatesResponseAmino;
|
|
368
|
+
}
|
|
369
|
+
/**
|
|
370
|
+
* QueryStorkPublishersRequest is the request type for the
|
|
371
|
+
* Query/StorkPublishers RPC method.
|
|
372
|
+
*/
|
|
373
|
+
export interface QueryStorkPublishersRequest {
|
|
374
|
+
}
|
|
375
|
+
export interface QueryStorkPublishersRequestProtoMsg {
|
|
376
|
+
typeUrl: "/injective.oracle.v1beta1.QueryStorkPublishersRequest";
|
|
377
|
+
value: Uint8Array;
|
|
378
|
+
}
|
|
379
|
+
/**
|
|
380
|
+
* QueryStorkPublishersRequest is the request type for the
|
|
381
|
+
* Query/StorkPublishers RPC method.
|
|
382
|
+
*/
|
|
383
|
+
export interface QueryStorkPublishersRequestAmino {
|
|
384
|
+
}
|
|
385
|
+
export interface QueryStorkPublishersRequestAminoMsg {
|
|
386
|
+
type: "/injective.oracle.v1beta1.QueryStorkPublishersRequest";
|
|
387
|
+
value: QueryStorkPublishersRequestAmino;
|
|
388
|
+
}
|
|
389
|
+
/**
|
|
390
|
+
* QueryStorkPublishersResponse is the response type for the
|
|
391
|
+
* Query/StorkPublishers RPC method.
|
|
392
|
+
*/
|
|
393
|
+
export interface QueryStorkPublishersResponse {
|
|
394
|
+
publishers: string[];
|
|
395
|
+
}
|
|
396
|
+
export interface QueryStorkPublishersResponseProtoMsg {
|
|
397
|
+
typeUrl: "/injective.oracle.v1beta1.QueryStorkPublishersResponse";
|
|
398
|
+
value: Uint8Array;
|
|
399
|
+
}
|
|
400
|
+
/**
|
|
401
|
+
* QueryStorkPublishersResponse is the response type for the
|
|
402
|
+
* Query/StorkPublishers RPC method.
|
|
403
|
+
*/
|
|
404
|
+
export interface QueryStorkPublishersResponseAmino {
|
|
405
|
+
publishers: string[];
|
|
406
|
+
}
|
|
407
|
+
export interface QueryStorkPublishersResponseAminoMsg {
|
|
408
|
+
type: "/injective.oracle.v1beta1.QueryStorkPublishersResponse";
|
|
409
|
+
value: QueryStorkPublishersResponseAmino;
|
|
410
|
+
}
|
|
411
|
+
/**
|
|
412
|
+
* QueryProviderPriceStateRequest is the request type for the
|
|
413
|
+
* Query/ProviderPriceState RPC method.
|
|
414
|
+
*/
|
|
415
|
+
export interface QueryProviderPriceStateRequest {
|
|
416
|
+
provider: string;
|
|
417
|
+
symbol: string;
|
|
418
|
+
}
|
|
419
|
+
export interface QueryProviderPriceStateRequestProtoMsg {
|
|
420
|
+
typeUrl: "/injective.oracle.v1beta1.QueryProviderPriceStateRequest";
|
|
421
|
+
value: Uint8Array;
|
|
422
|
+
}
|
|
423
|
+
/**
|
|
424
|
+
* QueryProviderPriceStateRequest is the request type for the
|
|
425
|
+
* Query/ProviderPriceState RPC method.
|
|
426
|
+
*/
|
|
427
|
+
export interface QueryProviderPriceStateRequestAmino {
|
|
428
|
+
provider: string;
|
|
429
|
+
symbol: string;
|
|
430
|
+
}
|
|
431
|
+
export interface QueryProviderPriceStateRequestAminoMsg {
|
|
432
|
+
type: "/injective.oracle.v1beta1.QueryProviderPriceStateRequest";
|
|
433
|
+
value: QueryProviderPriceStateRequestAmino;
|
|
434
|
+
}
|
|
435
|
+
/**
|
|
436
|
+
* QueryProviderPriceStatesResponse is the response type for the
|
|
437
|
+
* Query/ProviderPriceStates RPC method.
|
|
438
|
+
*/
|
|
439
|
+
export interface QueryProviderPriceStateResponse {
|
|
440
|
+
priceState?: PriceState;
|
|
441
|
+
}
|
|
442
|
+
export interface QueryProviderPriceStateResponseProtoMsg {
|
|
443
|
+
typeUrl: "/injective.oracle.v1beta1.QueryProviderPriceStateResponse";
|
|
444
|
+
value: Uint8Array;
|
|
445
|
+
}
|
|
446
|
+
/**
|
|
447
|
+
* QueryProviderPriceStatesResponse is the response type for the
|
|
448
|
+
* Query/ProviderPriceStates RPC method.
|
|
449
|
+
*/
|
|
450
|
+
export interface QueryProviderPriceStateResponseAmino {
|
|
451
|
+
price_state?: PriceStateAmino;
|
|
452
|
+
}
|
|
453
|
+
export interface QueryProviderPriceStateResponseAminoMsg {
|
|
454
|
+
type: "/injective.oracle.v1beta1.QueryProviderPriceStateResponse";
|
|
455
|
+
value: QueryProviderPriceStateResponseAmino;
|
|
456
|
+
}
|
|
457
|
+
/**
|
|
458
|
+
* QueryModuleStateRequest is the request type for the Query/OracleModuleState
|
|
459
|
+
* RPC method.
|
|
460
|
+
*/
|
|
461
|
+
export interface QueryModuleStateRequest {
|
|
462
|
+
}
|
|
463
|
+
export interface QueryModuleStateRequestProtoMsg {
|
|
464
|
+
typeUrl: "/injective.oracle.v1beta1.QueryModuleStateRequest";
|
|
465
|
+
value: Uint8Array;
|
|
466
|
+
}
|
|
467
|
+
/**
|
|
468
|
+
* QueryModuleStateRequest is the request type for the Query/OracleModuleState
|
|
469
|
+
* RPC method.
|
|
470
|
+
*/
|
|
471
|
+
export interface QueryModuleStateRequestAmino {
|
|
472
|
+
}
|
|
473
|
+
export interface QueryModuleStateRequestAminoMsg {
|
|
474
|
+
type: "/injective.oracle.v1beta1.QueryModuleStateRequest";
|
|
475
|
+
value: QueryModuleStateRequestAmino;
|
|
476
|
+
}
|
|
477
|
+
/**
|
|
478
|
+
* QueryModuleStateResponse is the response type for the Query/OracleModuleState
|
|
479
|
+
* RPC method.
|
|
480
|
+
*/
|
|
481
|
+
export interface QueryModuleStateResponse {
|
|
482
|
+
state?: GenesisState;
|
|
483
|
+
}
|
|
484
|
+
export interface QueryModuleStateResponseProtoMsg {
|
|
485
|
+
typeUrl: "/injective.oracle.v1beta1.QueryModuleStateResponse";
|
|
486
|
+
value: Uint8Array;
|
|
487
|
+
}
|
|
488
|
+
/**
|
|
489
|
+
* QueryModuleStateResponse is the response type for the Query/OracleModuleState
|
|
490
|
+
* RPC method.
|
|
491
|
+
*/
|
|
492
|
+
export interface QueryModuleStateResponseAmino {
|
|
493
|
+
state?: GenesisStateAmino;
|
|
494
|
+
}
|
|
495
|
+
export interface QueryModuleStateResponseAminoMsg {
|
|
496
|
+
type: "/injective.oracle.v1beta1.QueryModuleStateResponse";
|
|
497
|
+
value: QueryModuleStateResponseAmino;
|
|
498
|
+
}
|
|
499
|
+
export interface QueryHistoricalPriceRecordsRequest {
|
|
500
|
+
oracle: OracleType;
|
|
501
|
+
symbolId: string;
|
|
502
|
+
}
|
|
503
|
+
export interface QueryHistoricalPriceRecordsRequestProtoMsg {
|
|
504
|
+
typeUrl: "/injective.oracle.v1beta1.QueryHistoricalPriceRecordsRequest";
|
|
505
|
+
value: Uint8Array;
|
|
506
|
+
}
|
|
507
|
+
export interface QueryHistoricalPriceRecordsRequestAmino {
|
|
508
|
+
oracle: OracleType;
|
|
509
|
+
symbol_id: string;
|
|
510
|
+
}
|
|
511
|
+
export interface QueryHistoricalPriceRecordsRequestAminoMsg {
|
|
512
|
+
type: "/injective.oracle.v1beta1.QueryHistoricalPriceRecordsRequest";
|
|
513
|
+
value: QueryHistoricalPriceRecordsRequestAmino;
|
|
514
|
+
}
|
|
515
|
+
export interface QueryHistoricalPriceRecordsResponse {
|
|
516
|
+
priceRecords: PriceRecords[];
|
|
517
|
+
}
|
|
518
|
+
export interface QueryHistoricalPriceRecordsResponseProtoMsg {
|
|
519
|
+
typeUrl: "/injective.oracle.v1beta1.QueryHistoricalPriceRecordsResponse";
|
|
520
|
+
value: Uint8Array;
|
|
521
|
+
}
|
|
522
|
+
export interface QueryHistoricalPriceRecordsResponseAmino {
|
|
523
|
+
price_records: PriceRecordsAmino[];
|
|
524
|
+
}
|
|
525
|
+
export interface QueryHistoricalPriceRecordsResponseAminoMsg {
|
|
526
|
+
type: "/injective.oracle.v1beta1.QueryHistoricalPriceRecordsResponse";
|
|
527
|
+
value: QueryHistoricalPriceRecordsResponseAmino;
|
|
528
|
+
}
|
|
529
|
+
export interface OracleHistoryOptions {
|
|
530
|
+
/**
|
|
531
|
+
* MaxAge restricts the oracle price records oldest age in seconds from the
|
|
532
|
+
* current block time to consider. A value of 0 means use all the records
|
|
533
|
+
* present on the chain.
|
|
534
|
+
*/
|
|
535
|
+
maxAge: bigint;
|
|
536
|
+
/**
|
|
537
|
+
* If IncludeRawHistory is true, the raw underlying data used for the
|
|
538
|
+
* computation is included in the response
|
|
539
|
+
*/
|
|
540
|
+
includeRawHistory: boolean;
|
|
541
|
+
/**
|
|
542
|
+
* If IncludeMetadata is true, metadata on the computation is included in the
|
|
543
|
+
* response
|
|
544
|
+
*/
|
|
545
|
+
includeMetadata: boolean;
|
|
546
|
+
}
|
|
547
|
+
export interface OracleHistoryOptionsProtoMsg {
|
|
548
|
+
typeUrl: "/injective.oracle.v1beta1.OracleHistoryOptions";
|
|
549
|
+
value: Uint8Array;
|
|
550
|
+
}
|
|
551
|
+
export interface OracleHistoryOptionsAmino {
|
|
552
|
+
/**
|
|
553
|
+
* MaxAge restricts the oracle price records oldest age in seconds from the
|
|
554
|
+
* current block time to consider. A value of 0 means use all the records
|
|
555
|
+
* present on the chain.
|
|
556
|
+
*/
|
|
557
|
+
max_age: string;
|
|
558
|
+
/**
|
|
559
|
+
* If IncludeRawHistory is true, the raw underlying data used for the
|
|
560
|
+
* computation is included in the response
|
|
561
|
+
*/
|
|
562
|
+
include_raw_history: boolean;
|
|
563
|
+
/**
|
|
564
|
+
* If IncludeMetadata is true, metadata on the computation is included in the
|
|
565
|
+
* response
|
|
566
|
+
*/
|
|
567
|
+
include_metadata: boolean;
|
|
568
|
+
}
|
|
569
|
+
export interface OracleHistoryOptionsAminoMsg {
|
|
570
|
+
type: "/injective.oracle.v1beta1.OracleHistoryOptions";
|
|
571
|
+
value: OracleHistoryOptionsAmino;
|
|
572
|
+
}
|
|
573
|
+
/**
|
|
574
|
+
* QueryOracleVolatilityRequest is the request type for Query/OracleVolatility
|
|
575
|
+
* RPC method.
|
|
576
|
+
*/
|
|
577
|
+
export interface QueryOracleVolatilityRequest {
|
|
578
|
+
baseInfo?: OracleInfo;
|
|
579
|
+
quoteInfo?: OracleInfo;
|
|
580
|
+
oracleHistoryOptions?: OracleHistoryOptions;
|
|
581
|
+
}
|
|
582
|
+
export interface QueryOracleVolatilityRequestProtoMsg {
|
|
583
|
+
typeUrl: "/injective.oracle.v1beta1.QueryOracleVolatilityRequest";
|
|
584
|
+
value: Uint8Array;
|
|
585
|
+
}
|
|
586
|
+
/**
|
|
587
|
+
* QueryOracleVolatilityRequest is the request type for Query/OracleVolatility
|
|
588
|
+
* RPC method.
|
|
589
|
+
*/
|
|
590
|
+
export interface QueryOracleVolatilityRequestAmino {
|
|
591
|
+
base_info?: OracleInfoAmino;
|
|
592
|
+
quote_info?: OracleInfoAmino;
|
|
593
|
+
oracle_history_options?: OracleHistoryOptionsAmino;
|
|
594
|
+
}
|
|
595
|
+
export interface QueryOracleVolatilityRequestAminoMsg {
|
|
596
|
+
type: "/injective.oracle.v1beta1.QueryOracleVolatilityRequest";
|
|
597
|
+
value: QueryOracleVolatilityRequestAmino;
|
|
598
|
+
}
|
|
599
|
+
/**
|
|
600
|
+
* QueryOracleVolatilityResponse is the response type for Query/OracleVolatility
|
|
601
|
+
* RPC method.
|
|
602
|
+
*/
|
|
603
|
+
export interface QueryOracleVolatilityResponse {
|
|
604
|
+
volatility: string;
|
|
605
|
+
historyMetadata?: MetadataStatistics;
|
|
606
|
+
rawHistory: PriceRecord[];
|
|
607
|
+
}
|
|
608
|
+
export interface QueryOracleVolatilityResponseProtoMsg {
|
|
609
|
+
typeUrl: "/injective.oracle.v1beta1.QueryOracleVolatilityResponse";
|
|
610
|
+
value: Uint8Array;
|
|
611
|
+
}
|
|
612
|
+
/**
|
|
613
|
+
* QueryOracleVolatilityResponse is the response type for Query/OracleVolatility
|
|
614
|
+
* RPC method.
|
|
615
|
+
*/
|
|
616
|
+
export interface QueryOracleVolatilityResponseAmino {
|
|
617
|
+
volatility: string;
|
|
618
|
+
history_metadata?: MetadataStatisticsAmino;
|
|
619
|
+
raw_history: PriceRecordAmino[];
|
|
620
|
+
}
|
|
621
|
+
export interface QueryOracleVolatilityResponseAminoMsg {
|
|
622
|
+
type: "/injective.oracle.v1beta1.QueryOracleVolatilityResponse";
|
|
623
|
+
value: QueryOracleVolatilityResponseAmino;
|
|
624
|
+
}
|
|
625
|
+
export interface QueryOracleProvidersInfoRequest {
|
|
626
|
+
}
|
|
627
|
+
export interface QueryOracleProvidersInfoRequestProtoMsg {
|
|
628
|
+
typeUrl: "/injective.oracle.v1beta1.QueryOracleProvidersInfoRequest";
|
|
629
|
+
value: Uint8Array;
|
|
630
|
+
}
|
|
631
|
+
export interface QueryOracleProvidersInfoRequestAmino {
|
|
632
|
+
}
|
|
633
|
+
export interface QueryOracleProvidersInfoRequestAminoMsg {
|
|
634
|
+
type: "/injective.oracle.v1beta1.QueryOracleProvidersInfoRequest";
|
|
635
|
+
value: QueryOracleProvidersInfoRequestAmino;
|
|
636
|
+
}
|
|
637
|
+
export interface QueryOracleProvidersInfoResponse {
|
|
638
|
+
providers: ProviderInfo[];
|
|
639
|
+
}
|
|
640
|
+
export interface QueryOracleProvidersInfoResponseProtoMsg {
|
|
641
|
+
typeUrl: "/injective.oracle.v1beta1.QueryOracleProvidersInfoResponse";
|
|
642
|
+
value: Uint8Array;
|
|
643
|
+
}
|
|
644
|
+
export interface QueryOracleProvidersInfoResponseAmino {
|
|
645
|
+
providers: ProviderInfoAmino[];
|
|
646
|
+
}
|
|
647
|
+
export interface QueryOracleProvidersInfoResponseAminoMsg {
|
|
648
|
+
type: "/injective.oracle.v1beta1.QueryOracleProvidersInfoResponse";
|
|
649
|
+
value: QueryOracleProvidersInfoResponseAmino;
|
|
650
|
+
}
|
|
651
|
+
export interface QueryOracleProviderPricesRequest {
|
|
652
|
+
provider: string;
|
|
653
|
+
}
|
|
654
|
+
export interface QueryOracleProviderPricesRequestProtoMsg {
|
|
655
|
+
typeUrl: "/injective.oracle.v1beta1.QueryOracleProviderPricesRequest";
|
|
656
|
+
value: Uint8Array;
|
|
657
|
+
}
|
|
658
|
+
export interface QueryOracleProviderPricesRequestAmino {
|
|
659
|
+
provider: string;
|
|
660
|
+
}
|
|
661
|
+
export interface QueryOracleProviderPricesRequestAminoMsg {
|
|
662
|
+
type: "/injective.oracle.v1beta1.QueryOracleProviderPricesRequest";
|
|
663
|
+
value: QueryOracleProviderPricesRequestAmino;
|
|
664
|
+
}
|
|
665
|
+
export interface QueryOracleProviderPricesResponse {
|
|
666
|
+
providerState: ProviderState[];
|
|
667
|
+
}
|
|
668
|
+
export interface QueryOracleProviderPricesResponseProtoMsg {
|
|
669
|
+
typeUrl: "/injective.oracle.v1beta1.QueryOracleProviderPricesResponse";
|
|
670
|
+
value: Uint8Array;
|
|
671
|
+
}
|
|
672
|
+
export interface QueryOracleProviderPricesResponseAmino {
|
|
673
|
+
providerState: ProviderStateAmino[];
|
|
674
|
+
}
|
|
675
|
+
export interface QueryOracleProviderPricesResponseAminoMsg {
|
|
676
|
+
type: "/injective.oracle.v1beta1.QueryOracleProviderPricesResponse";
|
|
677
|
+
value: QueryOracleProviderPricesResponseAmino;
|
|
678
|
+
}
|
|
679
|
+
/**
|
|
680
|
+
* ScalingOptions defines optional configuration to avoid precision loss. The
|
|
681
|
+
* oracle result will be returned as base_price * 10^base_decimals / quote_price
|
|
682
|
+
* * 10^quote_decimals
|
|
683
|
+
*/
|
|
684
|
+
export interface ScalingOptions {
|
|
685
|
+
baseDecimals: number;
|
|
686
|
+
quoteDecimals: number;
|
|
687
|
+
}
|
|
688
|
+
export interface ScalingOptionsProtoMsg {
|
|
689
|
+
typeUrl: "/injective.oracle.v1beta1.ScalingOptions";
|
|
690
|
+
value: Uint8Array;
|
|
691
|
+
}
|
|
692
|
+
/**
|
|
693
|
+
* ScalingOptions defines optional configuration to avoid precision loss. The
|
|
694
|
+
* oracle result will be returned as base_price * 10^base_decimals / quote_price
|
|
695
|
+
* * 10^quote_decimals
|
|
696
|
+
*/
|
|
697
|
+
export interface ScalingOptionsAmino {
|
|
698
|
+
base_decimals: number;
|
|
699
|
+
quote_decimals: number;
|
|
700
|
+
}
|
|
701
|
+
export interface ScalingOptionsAminoMsg {
|
|
702
|
+
type: "/injective.oracle.v1beta1.ScalingOptions";
|
|
703
|
+
value: ScalingOptionsAmino;
|
|
704
|
+
}
|
|
705
|
+
/**
|
|
706
|
+
* QueryOraclePriceRequest is the request type for the Query/OraclePrice RPC
|
|
707
|
+
* method.
|
|
708
|
+
*/
|
|
709
|
+
export interface QueryOraclePriceRequest {
|
|
710
|
+
oracleType: OracleType;
|
|
711
|
+
base: string;
|
|
712
|
+
quote: string;
|
|
713
|
+
scalingOptions?: ScalingOptions;
|
|
714
|
+
}
|
|
715
|
+
export interface QueryOraclePriceRequestProtoMsg {
|
|
716
|
+
typeUrl: "/injective.oracle.v1beta1.QueryOraclePriceRequest";
|
|
717
|
+
value: Uint8Array;
|
|
718
|
+
}
|
|
719
|
+
/**
|
|
720
|
+
* QueryOraclePriceRequest is the request type for the Query/OraclePrice RPC
|
|
721
|
+
* method.
|
|
722
|
+
*/
|
|
723
|
+
export interface QueryOraclePriceRequestAmino {
|
|
724
|
+
oracle_type: OracleType;
|
|
725
|
+
base: string;
|
|
726
|
+
quote: string;
|
|
727
|
+
scaling_options?: ScalingOptionsAmino;
|
|
728
|
+
}
|
|
729
|
+
export interface QueryOraclePriceRequestAminoMsg {
|
|
730
|
+
type: "/injective.oracle.v1beta1.QueryOraclePriceRequest";
|
|
731
|
+
value: QueryOraclePriceRequestAmino;
|
|
732
|
+
}
|
|
733
|
+
export interface PricePairState {
|
|
734
|
+
pairPrice: string;
|
|
735
|
+
basePrice: string;
|
|
736
|
+
quotePrice: string;
|
|
737
|
+
baseCumulativePrice: string;
|
|
738
|
+
quoteCumulativePrice: string;
|
|
739
|
+
baseTimestamp: bigint;
|
|
740
|
+
quoteTimestamp: bigint;
|
|
741
|
+
}
|
|
742
|
+
export interface PricePairStateProtoMsg {
|
|
743
|
+
typeUrl: "/injective.oracle.v1beta1.PricePairState";
|
|
744
|
+
value: Uint8Array;
|
|
745
|
+
}
|
|
746
|
+
export interface PricePairStateAmino {
|
|
747
|
+
pair_price: string;
|
|
748
|
+
base_price: string;
|
|
749
|
+
quote_price: string;
|
|
750
|
+
base_cumulative_price: string;
|
|
751
|
+
quote_cumulative_price: string;
|
|
752
|
+
base_timestamp: string;
|
|
753
|
+
quote_timestamp: string;
|
|
754
|
+
}
|
|
755
|
+
export interface PricePairStateAminoMsg {
|
|
756
|
+
type: "/injective.oracle.v1beta1.PricePairState";
|
|
757
|
+
value: PricePairStateAmino;
|
|
758
|
+
}
|
|
759
|
+
/**
|
|
760
|
+
* QueryOraclePriceResponse is the response type for the Query/OraclePrice RPC
|
|
761
|
+
* method.
|
|
762
|
+
*/
|
|
763
|
+
export interface QueryOraclePriceResponse {
|
|
764
|
+
pricePairState?: PricePairState;
|
|
765
|
+
}
|
|
766
|
+
export interface QueryOraclePriceResponseProtoMsg {
|
|
767
|
+
typeUrl: "/injective.oracle.v1beta1.QueryOraclePriceResponse";
|
|
768
|
+
value: Uint8Array;
|
|
769
|
+
}
|
|
770
|
+
/**
|
|
771
|
+
* QueryOraclePriceResponse is the response type for the Query/OraclePrice RPC
|
|
772
|
+
* method.
|
|
773
|
+
*/
|
|
774
|
+
export interface QueryOraclePriceResponseAmino {
|
|
775
|
+
price_pair_state?: PricePairStateAmino;
|
|
776
|
+
}
|
|
777
|
+
export interface QueryOraclePriceResponseAminoMsg {
|
|
778
|
+
type: "/injective.oracle.v1beta1.QueryOraclePriceResponse";
|
|
779
|
+
value: QueryOraclePriceResponseAmino;
|
|
780
|
+
}
|
|
781
|
+
export declare const QueryPythPriceRequest: {
|
|
782
|
+
typeUrl: string;
|
|
783
|
+
is(o: any): o is QueryPythPriceRequest;
|
|
784
|
+
isAmino(o: any): o is QueryPythPriceRequestAmino;
|
|
785
|
+
encode(message: QueryPythPriceRequest, writer?: BinaryWriter): BinaryWriter;
|
|
786
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryPythPriceRequest;
|
|
787
|
+
fromPartial(object: DeepPartial<QueryPythPriceRequest>): QueryPythPriceRequest;
|
|
788
|
+
fromAmino(object: QueryPythPriceRequestAmino): QueryPythPriceRequest;
|
|
789
|
+
toAmino(message: QueryPythPriceRequest): QueryPythPriceRequestAmino;
|
|
790
|
+
fromAminoMsg(object: QueryPythPriceRequestAminoMsg): QueryPythPriceRequest;
|
|
791
|
+
fromProtoMsg(message: QueryPythPriceRequestProtoMsg): QueryPythPriceRequest;
|
|
792
|
+
toProto(message: QueryPythPriceRequest): Uint8Array;
|
|
793
|
+
toProtoMsg(message: QueryPythPriceRequest): QueryPythPriceRequestProtoMsg;
|
|
794
|
+
};
|
|
795
|
+
export declare const QueryPythPriceResponse: {
|
|
796
|
+
typeUrl: string;
|
|
797
|
+
is(o: any): o is QueryPythPriceResponse;
|
|
798
|
+
isAmino(o: any): o is QueryPythPriceResponseAmino;
|
|
799
|
+
encode(message: QueryPythPriceResponse, writer?: BinaryWriter): BinaryWriter;
|
|
800
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryPythPriceResponse;
|
|
801
|
+
fromPartial(object: DeepPartial<QueryPythPriceResponse>): QueryPythPriceResponse;
|
|
802
|
+
fromAmino(object: QueryPythPriceResponseAmino): QueryPythPriceResponse;
|
|
803
|
+
toAmino(message: QueryPythPriceResponse): QueryPythPriceResponseAmino;
|
|
804
|
+
fromAminoMsg(object: QueryPythPriceResponseAminoMsg): QueryPythPriceResponse;
|
|
805
|
+
fromProtoMsg(message: QueryPythPriceResponseProtoMsg): QueryPythPriceResponse;
|
|
806
|
+
toProto(message: QueryPythPriceResponse): Uint8Array;
|
|
807
|
+
toProtoMsg(message: QueryPythPriceResponse): QueryPythPriceResponseProtoMsg;
|
|
808
|
+
};
|
|
809
|
+
export declare const QueryParamsRequest: {
|
|
810
|
+
typeUrl: string;
|
|
811
|
+
is(o: any): o is QueryParamsRequest;
|
|
812
|
+
isAmino(o: any): o is QueryParamsRequestAmino;
|
|
813
|
+
encode(_: QueryParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
814
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsRequest;
|
|
815
|
+
fromPartial(_: DeepPartial<QueryParamsRequest>): QueryParamsRequest;
|
|
816
|
+
fromAmino(_: QueryParamsRequestAmino): QueryParamsRequest;
|
|
817
|
+
toAmino(_: QueryParamsRequest): QueryParamsRequestAmino;
|
|
818
|
+
fromAminoMsg(object: QueryParamsRequestAminoMsg): QueryParamsRequest;
|
|
819
|
+
fromProtoMsg(message: QueryParamsRequestProtoMsg): QueryParamsRequest;
|
|
820
|
+
toProto(message: QueryParamsRequest): Uint8Array;
|
|
821
|
+
toProtoMsg(message: QueryParamsRequest): QueryParamsRequestProtoMsg;
|
|
822
|
+
};
|
|
823
|
+
export declare const QueryParamsResponse: {
|
|
824
|
+
typeUrl: string;
|
|
825
|
+
is(o: any): o is QueryParamsResponse;
|
|
826
|
+
isAmino(o: any): o is QueryParamsResponseAmino;
|
|
827
|
+
encode(message: QueryParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
828
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsResponse;
|
|
829
|
+
fromPartial(object: DeepPartial<QueryParamsResponse>): QueryParamsResponse;
|
|
830
|
+
fromAmino(object: QueryParamsResponseAmino): QueryParamsResponse;
|
|
831
|
+
toAmino(message: QueryParamsResponse): QueryParamsResponseAmino;
|
|
832
|
+
fromAminoMsg(object: QueryParamsResponseAminoMsg): QueryParamsResponse;
|
|
833
|
+
fromProtoMsg(message: QueryParamsResponseProtoMsg): QueryParamsResponse;
|
|
834
|
+
toProto(message: QueryParamsResponse): Uint8Array;
|
|
835
|
+
toProtoMsg(message: QueryParamsResponse): QueryParamsResponseProtoMsg;
|
|
836
|
+
};
|
|
837
|
+
export declare const QueryBandRelayersRequest: {
|
|
838
|
+
typeUrl: string;
|
|
839
|
+
is(o: any): o is QueryBandRelayersRequest;
|
|
840
|
+
isAmino(o: any): o is QueryBandRelayersRequestAmino;
|
|
841
|
+
encode(_: QueryBandRelayersRequest, writer?: BinaryWriter): BinaryWriter;
|
|
842
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryBandRelayersRequest;
|
|
843
|
+
fromPartial(_: DeepPartial<QueryBandRelayersRequest>): QueryBandRelayersRequest;
|
|
844
|
+
fromAmino(_: QueryBandRelayersRequestAmino): QueryBandRelayersRequest;
|
|
845
|
+
toAmino(_: QueryBandRelayersRequest): QueryBandRelayersRequestAmino;
|
|
846
|
+
fromAminoMsg(object: QueryBandRelayersRequestAminoMsg): QueryBandRelayersRequest;
|
|
847
|
+
fromProtoMsg(message: QueryBandRelayersRequestProtoMsg): QueryBandRelayersRequest;
|
|
848
|
+
toProto(message: QueryBandRelayersRequest): Uint8Array;
|
|
849
|
+
toProtoMsg(message: QueryBandRelayersRequest): QueryBandRelayersRequestProtoMsg;
|
|
850
|
+
};
|
|
851
|
+
export declare const QueryBandRelayersResponse: {
|
|
852
|
+
typeUrl: string;
|
|
853
|
+
is(o: any): o is QueryBandRelayersResponse;
|
|
854
|
+
isAmino(o: any): o is QueryBandRelayersResponseAmino;
|
|
855
|
+
encode(message: QueryBandRelayersResponse, writer?: BinaryWriter): BinaryWriter;
|
|
856
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryBandRelayersResponse;
|
|
857
|
+
fromPartial(object: DeepPartial<QueryBandRelayersResponse>): QueryBandRelayersResponse;
|
|
858
|
+
fromAmino(object: QueryBandRelayersResponseAmino): QueryBandRelayersResponse;
|
|
859
|
+
toAmino(message: QueryBandRelayersResponse): QueryBandRelayersResponseAmino;
|
|
860
|
+
fromAminoMsg(object: QueryBandRelayersResponseAminoMsg): QueryBandRelayersResponse;
|
|
861
|
+
fromProtoMsg(message: QueryBandRelayersResponseProtoMsg): QueryBandRelayersResponse;
|
|
862
|
+
toProto(message: QueryBandRelayersResponse): Uint8Array;
|
|
863
|
+
toProtoMsg(message: QueryBandRelayersResponse): QueryBandRelayersResponseProtoMsg;
|
|
864
|
+
};
|
|
865
|
+
export declare const QueryBandPriceStatesRequest: {
|
|
866
|
+
typeUrl: string;
|
|
867
|
+
is(o: any): o is QueryBandPriceStatesRequest;
|
|
868
|
+
isAmino(o: any): o is QueryBandPriceStatesRequestAmino;
|
|
869
|
+
encode(_: QueryBandPriceStatesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
870
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryBandPriceStatesRequest;
|
|
871
|
+
fromPartial(_: DeepPartial<QueryBandPriceStatesRequest>): QueryBandPriceStatesRequest;
|
|
872
|
+
fromAmino(_: QueryBandPriceStatesRequestAmino): QueryBandPriceStatesRequest;
|
|
873
|
+
toAmino(_: QueryBandPriceStatesRequest): QueryBandPriceStatesRequestAmino;
|
|
874
|
+
fromAminoMsg(object: QueryBandPriceStatesRequestAminoMsg): QueryBandPriceStatesRequest;
|
|
875
|
+
fromProtoMsg(message: QueryBandPriceStatesRequestProtoMsg): QueryBandPriceStatesRequest;
|
|
876
|
+
toProto(message: QueryBandPriceStatesRequest): Uint8Array;
|
|
877
|
+
toProtoMsg(message: QueryBandPriceStatesRequest): QueryBandPriceStatesRequestProtoMsg;
|
|
878
|
+
};
|
|
879
|
+
export declare const QueryBandPriceStatesResponse: {
|
|
880
|
+
typeUrl: string;
|
|
881
|
+
is(o: any): o is QueryBandPriceStatesResponse;
|
|
882
|
+
isAmino(o: any): o is QueryBandPriceStatesResponseAmino;
|
|
883
|
+
encode(message: QueryBandPriceStatesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
884
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryBandPriceStatesResponse;
|
|
885
|
+
fromPartial(object: DeepPartial<QueryBandPriceStatesResponse>): QueryBandPriceStatesResponse;
|
|
886
|
+
fromAmino(object: QueryBandPriceStatesResponseAmino): QueryBandPriceStatesResponse;
|
|
887
|
+
toAmino(message: QueryBandPriceStatesResponse): QueryBandPriceStatesResponseAmino;
|
|
888
|
+
fromAminoMsg(object: QueryBandPriceStatesResponseAminoMsg): QueryBandPriceStatesResponse;
|
|
889
|
+
fromProtoMsg(message: QueryBandPriceStatesResponseProtoMsg): QueryBandPriceStatesResponse;
|
|
890
|
+
toProto(message: QueryBandPriceStatesResponse): Uint8Array;
|
|
891
|
+
toProtoMsg(message: QueryBandPriceStatesResponse): QueryBandPriceStatesResponseProtoMsg;
|
|
892
|
+
};
|
|
893
|
+
export declare const QueryBandIBCPriceStatesRequest: {
|
|
894
|
+
typeUrl: string;
|
|
895
|
+
is(o: any): o is QueryBandIBCPriceStatesRequest;
|
|
896
|
+
isAmino(o: any): o is QueryBandIBCPriceStatesRequestAmino;
|
|
897
|
+
encode(_: QueryBandIBCPriceStatesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
898
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryBandIBCPriceStatesRequest;
|
|
899
|
+
fromPartial(_: DeepPartial<QueryBandIBCPriceStatesRequest>): QueryBandIBCPriceStatesRequest;
|
|
900
|
+
fromAmino(_: QueryBandIBCPriceStatesRequestAmino): QueryBandIBCPriceStatesRequest;
|
|
901
|
+
toAmino(_: QueryBandIBCPriceStatesRequest): QueryBandIBCPriceStatesRequestAmino;
|
|
902
|
+
fromAminoMsg(object: QueryBandIBCPriceStatesRequestAminoMsg): QueryBandIBCPriceStatesRequest;
|
|
903
|
+
fromProtoMsg(message: QueryBandIBCPriceStatesRequestProtoMsg): QueryBandIBCPriceStatesRequest;
|
|
904
|
+
toProto(message: QueryBandIBCPriceStatesRequest): Uint8Array;
|
|
905
|
+
toProtoMsg(message: QueryBandIBCPriceStatesRequest): QueryBandIBCPriceStatesRequestProtoMsg;
|
|
906
|
+
};
|
|
907
|
+
export declare const QueryBandIBCPriceStatesResponse: {
|
|
908
|
+
typeUrl: string;
|
|
909
|
+
is(o: any): o is QueryBandIBCPriceStatesResponse;
|
|
910
|
+
isAmino(o: any): o is QueryBandIBCPriceStatesResponseAmino;
|
|
911
|
+
encode(message: QueryBandIBCPriceStatesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
912
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryBandIBCPriceStatesResponse;
|
|
913
|
+
fromPartial(object: DeepPartial<QueryBandIBCPriceStatesResponse>): QueryBandIBCPriceStatesResponse;
|
|
914
|
+
fromAmino(object: QueryBandIBCPriceStatesResponseAmino): QueryBandIBCPriceStatesResponse;
|
|
915
|
+
toAmino(message: QueryBandIBCPriceStatesResponse): QueryBandIBCPriceStatesResponseAmino;
|
|
916
|
+
fromAminoMsg(object: QueryBandIBCPriceStatesResponseAminoMsg): QueryBandIBCPriceStatesResponse;
|
|
917
|
+
fromProtoMsg(message: QueryBandIBCPriceStatesResponseProtoMsg): QueryBandIBCPriceStatesResponse;
|
|
918
|
+
toProto(message: QueryBandIBCPriceStatesResponse): Uint8Array;
|
|
919
|
+
toProtoMsg(message: QueryBandIBCPriceStatesResponse): QueryBandIBCPriceStatesResponseProtoMsg;
|
|
920
|
+
};
|
|
921
|
+
export declare const QueryPriceFeedPriceStatesRequest: {
|
|
922
|
+
typeUrl: string;
|
|
923
|
+
is(o: any): o is QueryPriceFeedPriceStatesRequest;
|
|
924
|
+
isAmino(o: any): o is QueryPriceFeedPriceStatesRequestAmino;
|
|
925
|
+
encode(_: QueryPriceFeedPriceStatesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
926
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryPriceFeedPriceStatesRequest;
|
|
927
|
+
fromPartial(_: DeepPartial<QueryPriceFeedPriceStatesRequest>): QueryPriceFeedPriceStatesRequest;
|
|
928
|
+
fromAmino(_: QueryPriceFeedPriceStatesRequestAmino): QueryPriceFeedPriceStatesRequest;
|
|
929
|
+
toAmino(_: QueryPriceFeedPriceStatesRequest): QueryPriceFeedPriceStatesRequestAmino;
|
|
930
|
+
fromAminoMsg(object: QueryPriceFeedPriceStatesRequestAminoMsg): QueryPriceFeedPriceStatesRequest;
|
|
931
|
+
fromProtoMsg(message: QueryPriceFeedPriceStatesRequestProtoMsg): QueryPriceFeedPriceStatesRequest;
|
|
932
|
+
toProto(message: QueryPriceFeedPriceStatesRequest): Uint8Array;
|
|
933
|
+
toProtoMsg(message: QueryPriceFeedPriceStatesRequest): QueryPriceFeedPriceStatesRequestProtoMsg;
|
|
934
|
+
};
|
|
935
|
+
export declare const QueryPriceFeedPriceStatesResponse: {
|
|
936
|
+
typeUrl: string;
|
|
937
|
+
is(o: any): o is QueryPriceFeedPriceStatesResponse;
|
|
938
|
+
isAmino(o: any): o is QueryPriceFeedPriceStatesResponseAmino;
|
|
939
|
+
encode(message: QueryPriceFeedPriceStatesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
940
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryPriceFeedPriceStatesResponse;
|
|
941
|
+
fromPartial(object: DeepPartial<QueryPriceFeedPriceStatesResponse>): QueryPriceFeedPriceStatesResponse;
|
|
942
|
+
fromAmino(object: QueryPriceFeedPriceStatesResponseAmino): QueryPriceFeedPriceStatesResponse;
|
|
943
|
+
toAmino(message: QueryPriceFeedPriceStatesResponse): QueryPriceFeedPriceStatesResponseAmino;
|
|
944
|
+
fromAminoMsg(object: QueryPriceFeedPriceStatesResponseAminoMsg): QueryPriceFeedPriceStatesResponse;
|
|
945
|
+
fromProtoMsg(message: QueryPriceFeedPriceStatesResponseProtoMsg): QueryPriceFeedPriceStatesResponse;
|
|
946
|
+
toProto(message: QueryPriceFeedPriceStatesResponse): Uint8Array;
|
|
947
|
+
toProtoMsg(message: QueryPriceFeedPriceStatesResponse): QueryPriceFeedPriceStatesResponseProtoMsg;
|
|
948
|
+
};
|
|
949
|
+
export declare const QueryCoinbasePriceStatesRequest: {
|
|
950
|
+
typeUrl: string;
|
|
951
|
+
is(o: any): o is QueryCoinbasePriceStatesRequest;
|
|
952
|
+
isAmino(o: any): o is QueryCoinbasePriceStatesRequestAmino;
|
|
953
|
+
encode(_: QueryCoinbasePriceStatesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
954
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryCoinbasePriceStatesRequest;
|
|
955
|
+
fromPartial(_: DeepPartial<QueryCoinbasePriceStatesRequest>): QueryCoinbasePriceStatesRequest;
|
|
956
|
+
fromAmino(_: QueryCoinbasePriceStatesRequestAmino): QueryCoinbasePriceStatesRequest;
|
|
957
|
+
toAmino(_: QueryCoinbasePriceStatesRequest): QueryCoinbasePriceStatesRequestAmino;
|
|
958
|
+
fromAminoMsg(object: QueryCoinbasePriceStatesRequestAminoMsg): QueryCoinbasePriceStatesRequest;
|
|
959
|
+
fromProtoMsg(message: QueryCoinbasePriceStatesRequestProtoMsg): QueryCoinbasePriceStatesRequest;
|
|
960
|
+
toProto(message: QueryCoinbasePriceStatesRequest): Uint8Array;
|
|
961
|
+
toProtoMsg(message: QueryCoinbasePriceStatesRequest): QueryCoinbasePriceStatesRequestProtoMsg;
|
|
962
|
+
};
|
|
963
|
+
export declare const QueryCoinbasePriceStatesResponse: {
|
|
964
|
+
typeUrl: string;
|
|
965
|
+
is(o: any): o is QueryCoinbasePriceStatesResponse;
|
|
966
|
+
isAmino(o: any): o is QueryCoinbasePriceStatesResponseAmino;
|
|
967
|
+
encode(message: QueryCoinbasePriceStatesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
968
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryCoinbasePriceStatesResponse;
|
|
969
|
+
fromPartial(object: DeepPartial<QueryCoinbasePriceStatesResponse>): QueryCoinbasePriceStatesResponse;
|
|
970
|
+
fromAmino(object: QueryCoinbasePriceStatesResponseAmino): QueryCoinbasePriceStatesResponse;
|
|
971
|
+
toAmino(message: QueryCoinbasePriceStatesResponse): QueryCoinbasePriceStatesResponseAmino;
|
|
972
|
+
fromAminoMsg(object: QueryCoinbasePriceStatesResponseAminoMsg): QueryCoinbasePriceStatesResponse;
|
|
973
|
+
fromProtoMsg(message: QueryCoinbasePriceStatesResponseProtoMsg): QueryCoinbasePriceStatesResponse;
|
|
974
|
+
toProto(message: QueryCoinbasePriceStatesResponse): Uint8Array;
|
|
975
|
+
toProtoMsg(message: QueryCoinbasePriceStatesResponse): QueryCoinbasePriceStatesResponseProtoMsg;
|
|
976
|
+
};
|
|
977
|
+
export declare const QueryPythPriceStatesRequest: {
|
|
978
|
+
typeUrl: string;
|
|
979
|
+
is(o: any): o is QueryPythPriceStatesRequest;
|
|
980
|
+
isAmino(o: any): o is QueryPythPriceStatesRequestAmino;
|
|
981
|
+
encode(_: QueryPythPriceStatesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
982
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryPythPriceStatesRequest;
|
|
983
|
+
fromPartial(_: DeepPartial<QueryPythPriceStatesRequest>): QueryPythPriceStatesRequest;
|
|
984
|
+
fromAmino(_: QueryPythPriceStatesRequestAmino): QueryPythPriceStatesRequest;
|
|
985
|
+
toAmino(_: QueryPythPriceStatesRequest): QueryPythPriceStatesRequestAmino;
|
|
986
|
+
fromAminoMsg(object: QueryPythPriceStatesRequestAminoMsg): QueryPythPriceStatesRequest;
|
|
987
|
+
fromProtoMsg(message: QueryPythPriceStatesRequestProtoMsg): QueryPythPriceStatesRequest;
|
|
988
|
+
toProto(message: QueryPythPriceStatesRequest): Uint8Array;
|
|
989
|
+
toProtoMsg(message: QueryPythPriceStatesRequest): QueryPythPriceStatesRequestProtoMsg;
|
|
990
|
+
};
|
|
991
|
+
export declare const QueryPythPriceStatesResponse: {
|
|
992
|
+
typeUrl: string;
|
|
993
|
+
is(o: any): o is QueryPythPriceStatesResponse;
|
|
994
|
+
isAmino(o: any): o is QueryPythPriceStatesResponseAmino;
|
|
995
|
+
encode(message: QueryPythPriceStatesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
996
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryPythPriceStatesResponse;
|
|
997
|
+
fromPartial(object: DeepPartial<QueryPythPriceStatesResponse>): QueryPythPriceStatesResponse;
|
|
998
|
+
fromAmino(object: QueryPythPriceStatesResponseAmino): QueryPythPriceStatesResponse;
|
|
999
|
+
toAmino(message: QueryPythPriceStatesResponse): QueryPythPriceStatesResponseAmino;
|
|
1000
|
+
fromAminoMsg(object: QueryPythPriceStatesResponseAminoMsg): QueryPythPriceStatesResponse;
|
|
1001
|
+
fromProtoMsg(message: QueryPythPriceStatesResponseProtoMsg): QueryPythPriceStatesResponse;
|
|
1002
|
+
toProto(message: QueryPythPriceStatesResponse): Uint8Array;
|
|
1003
|
+
toProtoMsg(message: QueryPythPriceStatesResponse): QueryPythPriceStatesResponseProtoMsg;
|
|
1004
|
+
};
|
|
1005
|
+
export declare const QueryStorkPriceStatesRequest: {
|
|
1006
|
+
typeUrl: string;
|
|
1007
|
+
is(o: any): o is QueryStorkPriceStatesRequest;
|
|
1008
|
+
isAmino(o: any): o is QueryStorkPriceStatesRequestAmino;
|
|
1009
|
+
encode(_: QueryStorkPriceStatesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1010
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryStorkPriceStatesRequest;
|
|
1011
|
+
fromPartial(_: DeepPartial<QueryStorkPriceStatesRequest>): QueryStorkPriceStatesRequest;
|
|
1012
|
+
fromAmino(_: QueryStorkPriceStatesRequestAmino): QueryStorkPriceStatesRequest;
|
|
1013
|
+
toAmino(_: QueryStorkPriceStatesRequest): QueryStorkPriceStatesRequestAmino;
|
|
1014
|
+
fromAminoMsg(object: QueryStorkPriceStatesRequestAminoMsg): QueryStorkPriceStatesRequest;
|
|
1015
|
+
fromProtoMsg(message: QueryStorkPriceStatesRequestProtoMsg): QueryStorkPriceStatesRequest;
|
|
1016
|
+
toProto(message: QueryStorkPriceStatesRequest): Uint8Array;
|
|
1017
|
+
toProtoMsg(message: QueryStorkPriceStatesRequest): QueryStorkPriceStatesRequestProtoMsg;
|
|
1018
|
+
};
|
|
1019
|
+
export declare const QueryStorkPriceStatesResponse: {
|
|
1020
|
+
typeUrl: string;
|
|
1021
|
+
is(o: any): o is QueryStorkPriceStatesResponse;
|
|
1022
|
+
isAmino(o: any): o is QueryStorkPriceStatesResponseAmino;
|
|
1023
|
+
encode(message: QueryStorkPriceStatesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1024
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryStorkPriceStatesResponse;
|
|
1025
|
+
fromPartial(object: DeepPartial<QueryStorkPriceStatesResponse>): QueryStorkPriceStatesResponse;
|
|
1026
|
+
fromAmino(object: QueryStorkPriceStatesResponseAmino): QueryStorkPriceStatesResponse;
|
|
1027
|
+
toAmino(message: QueryStorkPriceStatesResponse): QueryStorkPriceStatesResponseAmino;
|
|
1028
|
+
fromAminoMsg(object: QueryStorkPriceStatesResponseAminoMsg): QueryStorkPriceStatesResponse;
|
|
1029
|
+
fromProtoMsg(message: QueryStorkPriceStatesResponseProtoMsg): QueryStorkPriceStatesResponse;
|
|
1030
|
+
toProto(message: QueryStorkPriceStatesResponse): Uint8Array;
|
|
1031
|
+
toProtoMsg(message: QueryStorkPriceStatesResponse): QueryStorkPriceStatesResponseProtoMsg;
|
|
1032
|
+
};
|
|
1033
|
+
export declare const QueryStorkPublishersRequest: {
|
|
1034
|
+
typeUrl: string;
|
|
1035
|
+
is(o: any): o is QueryStorkPublishersRequest;
|
|
1036
|
+
isAmino(o: any): o is QueryStorkPublishersRequestAmino;
|
|
1037
|
+
encode(_: QueryStorkPublishersRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1038
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryStorkPublishersRequest;
|
|
1039
|
+
fromPartial(_: DeepPartial<QueryStorkPublishersRequest>): QueryStorkPublishersRequest;
|
|
1040
|
+
fromAmino(_: QueryStorkPublishersRequestAmino): QueryStorkPublishersRequest;
|
|
1041
|
+
toAmino(_: QueryStorkPublishersRequest): QueryStorkPublishersRequestAmino;
|
|
1042
|
+
fromAminoMsg(object: QueryStorkPublishersRequestAminoMsg): QueryStorkPublishersRequest;
|
|
1043
|
+
fromProtoMsg(message: QueryStorkPublishersRequestProtoMsg): QueryStorkPublishersRequest;
|
|
1044
|
+
toProto(message: QueryStorkPublishersRequest): Uint8Array;
|
|
1045
|
+
toProtoMsg(message: QueryStorkPublishersRequest): QueryStorkPublishersRequestProtoMsg;
|
|
1046
|
+
};
|
|
1047
|
+
export declare const QueryStorkPublishersResponse: {
|
|
1048
|
+
typeUrl: string;
|
|
1049
|
+
is(o: any): o is QueryStorkPublishersResponse;
|
|
1050
|
+
isAmino(o: any): o is QueryStorkPublishersResponseAmino;
|
|
1051
|
+
encode(message: QueryStorkPublishersResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1052
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryStorkPublishersResponse;
|
|
1053
|
+
fromPartial(object: DeepPartial<QueryStorkPublishersResponse>): QueryStorkPublishersResponse;
|
|
1054
|
+
fromAmino(object: QueryStorkPublishersResponseAmino): QueryStorkPublishersResponse;
|
|
1055
|
+
toAmino(message: QueryStorkPublishersResponse): QueryStorkPublishersResponseAmino;
|
|
1056
|
+
fromAminoMsg(object: QueryStorkPublishersResponseAminoMsg): QueryStorkPublishersResponse;
|
|
1057
|
+
fromProtoMsg(message: QueryStorkPublishersResponseProtoMsg): QueryStorkPublishersResponse;
|
|
1058
|
+
toProto(message: QueryStorkPublishersResponse): Uint8Array;
|
|
1059
|
+
toProtoMsg(message: QueryStorkPublishersResponse): QueryStorkPublishersResponseProtoMsg;
|
|
1060
|
+
};
|
|
1061
|
+
export declare const QueryProviderPriceStateRequest: {
|
|
1062
|
+
typeUrl: string;
|
|
1063
|
+
is(o: any): o is QueryProviderPriceStateRequest;
|
|
1064
|
+
isAmino(o: any): o is QueryProviderPriceStateRequestAmino;
|
|
1065
|
+
encode(message: QueryProviderPriceStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1066
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryProviderPriceStateRequest;
|
|
1067
|
+
fromPartial(object: DeepPartial<QueryProviderPriceStateRequest>): QueryProviderPriceStateRequest;
|
|
1068
|
+
fromAmino(object: QueryProviderPriceStateRequestAmino): QueryProviderPriceStateRequest;
|
|
1069
|
+
toAmino(message: QueryProviderPriceStateRequest): QueryProviderPriceStateRequestAmino;
|
|
1070
|
+
fromAminoMsg(object: QueryProviderPriceStateRequestAminoMsg): QueryProviderPriceStateRequest;
|
|
1071
|
+
fromProtoMsg(message: QueryProviderPriceStateRequestProtoMsg): QueryProviderPriceStateRequest;
|
|
1072
|
+
toProto(message: QueryProviderPriceStateRequest): Uint8Array;
|
|
1073
|
+
toProtoMsg(message: QueryProviderPriceStateRequest): QueryProviderPriceStateRequestProtoMsg;
|
|
1074
|
+
};
|
|
1075
|
+
export declare const QueryProviderPriceStateResponse: {
|
|
1076
|
+
typeUrl: string;
|
|
1077
|
+
is(o: any): o is QueryProviderPriceStateResponse;
|
|
1078
|
+
isAmino(o: any): o is QueryProviderPriceStateResponseAmino;
|
|
1079
|
+
encode(message: QueryProviderPriceStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1080
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryProviderPriceStateResponse;
|
|
1081
|
+
fromPartial(object: DeepPartial<QueryProviderPriceStateResponse>): QueryProviderPriceStateResponse;
|
|
1082
|
+
fromAmino(object: QueryProviderPriceStateResponseAmino): QueryProviderPriceStateResponse;
|
|
1083
|
+
toAmino(message: QueryProviderPriceStateResponse): QueryProviderPriceStateResponseAmino;
|
|
1084
|
+
fromAminoMsg(object: QueryProviderPriceStateResponseAminoMsg): QueryProviderPriceStateResponse;
|
|
1085
|
+
fromProtoMsg(message: QueryProviderPriceStateResponseProtoMsg): QueryProviderPriceStateResponse;
|
|
1086
|
+
toProto(message: QueryProviderPriceStateResponse): Uint8Array;
|
|
1087
|
+
toProtoMsg(message: QueryProviderPriceStateResponse): QueryProviderPriceStateResponseProtoMsg;
|
|
1088
|
+
};
|
|
1089
|
+
export declare const QueryModuleStateRequest: {
|
|
1090
|
+
typeUrl: string;
|
|
1091
|
+
is(o: any): o is QueryModuleStateRequest;
|
|
1092
|
+
isAmino(o: any): o is QueryModuleStateRequestAmino;
|
|
1093
|
+
encode(_: QueryModuleStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1094
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryModuleStateRequest;
|
|
1095
|
+
fromPartial(_: DeepPartial<QueryModuleStateRequest>): QueryModuleStateRequest;
|
|
1096
|
+
fromAmino(_: QueryModuleStateRequestAmino): QueryModuleStateRequest;
|
|
1097
|
+
toAmino(_: QueryModuleStateRequest): QueryModuleStateRequestAmino;
|
|
1098
|
+
fromAminoMsg(object: QueryModuleStateRequestAminoMsg): QueryModuleStateRequest;
|
|
1099
|
+
fromProtoMsg(message: QueryModuleStateRequestProtoMsg): QueryModuleStateRequest;
|
|
1100
|
+
toProto(message: QueryModuleStateRequest): Uint8Array;
|
|
1101
|
+
toProtoMsg(message: QueryModuleStateRequest): QueryModuleStateRequestProtoMsg;
|
|
1102
|
+
};
|
|
1103
|
+
export declare const QueryModuleStateResponse: {
|
|
1104
|
+
typeUrl: string;
|
|
1105
|
+
is(o: any): o is QueryModuleStateResponse;
|
|
1106
|
+
isAmino(o: any): o is QueryModuleStateResponseAmino;
|
|
1107
|
+
encode(message: QueryModuleStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1108
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryModuleStateResponse;
|
|
1109
|
+
fromPartial(object: DeepPartial<QueryModuleStateResponse>): QueryModuleStateResponse;
|
|
1110
|
+
fromAmino(object: QueryModuleStateResponseAmino): QueryModuleStateResponse;
|
|
1111
|
+
toAmino(message: QueryModuleStateResponse): QueryModuleStateResponseAmino;
|
|
1112
|
+
fromAminoMsg(object: QueryModuleStateResponseAminoMsg): QueryModuleStateResponse;
|
|
1113
|
+
fromProtoMsg(message: QueryModuleStateResponseProtoMsg): QueryModuleStateResponse;
|
|
1114
|
+
toProto(message: QueryModuleStateResponse): Uint8Array;
|
|
1115
|
+
toProtoMsg(message: QueryModuleStateResponse): QueryModuleStateResponseProtoMsg;
|
|
1116
|
+
};
|
|
1117
|
+
export declare const QueryHistoricalPriceRecordsRequest: {
|
|
1118
|
+
typeUrl: string;
|
|
1119
|
+
is(o: any): o is QueryHistoricalPriceRecordsRequest;
|
|
1120
|
+
isAmino(o: any): o is QueryHistoricalPriceRecordsRequestAmino;
|
|
1121
|
+
encode(message: QueryHistoricalPriceRecordsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1122
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryHistoricalPriceRecordsRequest;
|
|
1123
|
+
fromPartial(object: DeepPartial<QueryHistoricalPriceRecordsRequest>): QueryHistoricalPriceRecordsRequest;
|
|
1124
|
+
fromAmino(object: QueryHistoricalPriceRecordsRequestAmino): QueryHistoricalPriceRecordsRequest;
|
|
1125
|
+
toAmino(message: QueryHistoricalPriceRecordsRequest): QueryHistoricalPriceRecordsRequestAmino;
|
|
1126
|
+
fromAminoMsg(object: QueryHistoricalPriceRecordsRequestAminoMsg): QueryHistoricalPriceRecordsRequest;
|
|
1127
|
+
fromProtoMsg(message: QueryHistoricalPriceRecordsRequestProtoMsg): QueryHistoricalPriceRecordsRequest;
|
|
1128
|
+
toProto(message: QueryHistoricalPriceRecordsRequest): Uint8Array;
|
|
1129
|
+
toProtoMsg(message: QueryHistoricalPriceRecordsRequest): QueryHistoricalPriceRecordsRequestProtoMsg;
|
|
1130
|
+
};
|
|
1131
|
+
export declare const QueryHistoricalPriceRecordsResponse: {
|
|
1132
|
+
typeUrl: string;
|
|
1133
|
+
is(o: any): o is QueryHistoricalPriceRecordsResponse;
|
|
1134
|
+
isAmino(o: any): o is QueryHistoricalPriceRecordsResponseAmino;
|
|
1135
|
+
encode(message: QueryHistoricalPriceRecordsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1136
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryHistoricalPriceRecordsResponse;
|
|
1137
|
+
fromPartial(object: DeepPartial<QueryHistoricalPriceRecordsResponse>): QueryHistoricalPriceRecordsResponse;
|
|
1138
|
+
fromAmino(object: QueryHistoricalPriceRecordsResponseAmino): QueryHistoricalPriceRecordsResponse;
|
|
1139
|
+
toAmino(message: QueryHistoricalPriceRecordsResponse): QueryHistoricalPriceRecordsResponseAmino;
|
|
1140
|
+
fromAminoMsg(object: QueryHistoricalPriceRecordsResponseAminoMsg): QueryHistoricalPriceRecordsResponse;
|
|
1141
|
+
fromProtoMsg(message: QueryHistoricalPriceRecordsResponseProtoMsg): QueryHistoricalPriceRecordsResponse;
|
|
1142
|
+
toProto(message: QueryHistoricalPriceRecordsResponse): Uint8Array;
|
|
1143
|
+
toProtoMsg(message: QueryHistoricalPriceRecordsResponse): QueryHistoricalPriceRecordsResponseProtoMsg;
|
|
1144
|
+
};
|
|
1145
|
+
export declare const OracleHistoryOptions: {
|
|
1146
|
+
typeUrl: string;
|
|
1147
|
+
is(o: any): o is OracleHistoryOptions;
|
|
1148
|
+
isAmino(o: any): o is OracleHistoryOptionsAmino;
|
|
1149
|
+
encode(message: OracleHistoryOptions, writer?: BinaryWriter): BinaryWriter;
|
|
1150
|
+
decode(input: BinaryReader | Uint8Array, length?: number): OracleHistoryOptions;
|
|
1151
|
+
fromPartial(object: DeepPartial<OracleHistoryOptions>): OracleHistoryOptions;
|
|
1152
|
+
fromAmino(object: OracleHistoryOptionsAmino): OracleHistoryOptions;
|
|
1153
|
+
toAmino(message: OracleHistoryOptions): OracleHistoryOptionsAmino;
|
|
1154
|
+
fromAminoMsg(object: OracleHistoryOptionsAminoMsg): OracleHistoryOptions;
|
|
1155
|
+
fromProtoMsg(message: OracleHistoryOptionsProtoMsg): OracleHistoryOptions;
|
|
1156
|
+
toProto(message: OracleHistoryOptions): Uint8Array;
|
|
1157
|
+
toProtoMsg(message: OracleHistoryOptions): OracleHistoryOptionsProtoMsg;
|
|
1158
|
+
};
|
|
1159
|
+
export declare const QueryOracleVolatilityRequest: {
|
|
1160
|
+
typeUrl: string;
|
|
1161
|
+
is(o: any): o is QueryOracleVolatilityRequest;
|
|
1162
|
+
isAmino(o: any): o is QueryOracleVolatilityRequestAmino;
|
|
1163
|
+
encode(message: QueryOracleVolatilityRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1164
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryOracleVolatilityRequest;
|
|
1165
|
+
fromPartial(object: DeepPartial<QueryOracleVolatilityRequest>): QueryOracleVolatilityRequest;
|
|
1166
|
+
fromAmino(object: QueryOracleVolatilityRequestAmino): QueryOracleVolatilityRequest;
|
|
1167
|
+
toAmino(message: QueryOracleVolatilityRequest): QueryOracleVolatilityRequestAmino;
|
|
1168
|
+
fromAminoMsg(object: QueryOracleVolatilityRequestAminoMsg): QueryOracleVolatilityRequest;
|
|
1169
|
+
fromProtoMsg(message: QueryOracleVolatilityRequestProtoMsg): QueryOracleVolatilityRequest;
|
|
1170
|
+
toProto(message: QueryOracleVolatilityRequest): Uint8Array;
|
|
1171
|
+
toProtoMsg(message: QueryOracleVolatilityRequest): QueryOracleVolatilityRequestProtoMsg;
|
|
1172
|
+
};
|
|
1173
|
+
export declare const QueryOracleVolatilityResponse: {
|
|
1174
|
+
typeUrl: string;
|
|
1175
|
+
is(o: any): o is QueryOracleVolatilityResponse;
|
|
1176
|
+
isAmino(o: any): o is QueryOracleVolatilityResponseAmino;
|
|
1177
|
+
encode(message: QueryOracleVolatilityResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1178
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryOracleVolatilityResponse;
|
|
1179
|
+
fromPartial(object: DeepPartial<QueryOracleVolatilityResponse>): QueryOracleVolatilityResponse;
|
|
1180
|
+
fromAmino(object: QueryOracleVolatilityResponseAmino): QueryOracleVolatilityResponse;
|
|
1181
|
+
toAmino(message: QueryOracleVolatilityResponse): QueryOracleVolatilityResponseAmino;
|
|
1182
|
+
fromAminoMsg(object: QueryOracleVolatilityResponseAminoMsg): QueryOracleVolatilityResponse;
|
|
1183
|
+
fromProtoMsg(message: QueryOracleVolatilityResponseProtoMsg): QueryOracleVolatilityResponse;
|
|
1184
|
+
toProto(message: QueryOracleVolatilityResponse): Uint8Array;
|
|
1185
|
+
toProtoMsg(message: QueryOracleVolatilityResponse): QueryOracleVolatilityResponseProtoMsg;
|
|
1186
|
+
};
|
|
1187
|
+
export declare const QueryOracleProvidersInfoRequest: {
|
|
1188
|
+
typeUrl: string;
|
|
1189
|
+
is(o: any): o is QueryOracleProvidersInfoRequest;
|
|
1190
|
+
isAmino(o: any): o is QueryOracleProvidersInfoRequestAmino;
|
|
1191
|
+
encode(_: QueryOracleProvidersInfoRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1192
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryOracleProvidersInfoRequest;
|
|
1193
|
+
fromPartial(_: DeepPartial<QueryOracleProvidersInfoRequest>): QueryOracleProvidersInfoRequest;
|
|
1194
|
+
fromAmino(_: QueryOracleProvidersInfoRequestAmino): QueryOracleProvidersInfoRequest;
|
|
1195
|
+
toAmino(_: QueryOracleProvidersInfoRequest): QueryOracleProvidersInfoRequestAmino;
|
|
1196
|
+
fromAminoMsg(object: QueryOracleProvidersInfoRequestAminoMsg): QueryOracleProvidersInfoRequest;
|
|
1197
|
+
fromProtoMsg(message: QueryOracleProvidersInfoRequestProtoMsg): QueryOracleProvidersInfoRequest;
|
|
1198
|
+
toProto(message: QueryOracleProvidersInfoRequest): Uint8Array;
|
|
1199
|
+
toProtoMsg(message: QueryOracleProvidersInfoRequest): QueryOracleProvidersInfoRequestProtoMsg;
|
|
1200
|
+
};
|
|
1201
|
+
export declare const QueryOracleProvidersInfoResponse: {
|
|
1202
|
+
typeUrl: string;
|
|
1203
|
+
is(o: any): o is QueryOracleProvidersInfoResponse;
|
|
1204
|
+
isAmino(o: any): o is QueryOracleProvidersInfoResponseAmino;
|
|
1205
|
+
encode(message: QueryOracleProvidersInfoResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1206
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryOracleProvidersInfoResponse;
|
|
1207
|
+
fromPartial(object: DeepPartial<QueryOracleProvidersInfoResponse>): QueryOracleProvidersInfoResponse;
|
|
1208
|
+
fromAmino(object: QueryOracleProvidersInfoResponseAmino): QueryOracleProvidersInfoResponse;
|
|
1209
|
+
toAmino(message: QueryOracleProvidersInfoResponse): QueryOracleProvidersInfoResponseAmino;
|
|
1210
|
+
fromAminoMsg(object: QueryOracleProvidersInfoResponseAminoMsg): QueryOracleProvidersInfoResponse;
|
|
1211
|
+
fromProtoMsg(message: QueryOracleProvidersInfoResponseProtoMsg): QueryOracleProvidersInfoResponse;
|
|
1212
|
+
toProto(message: QueryOracleProvidersInfoResponse): Uint8Array;
|
|
1213
|
+
toProtoMsg(message: QueryOracleProvidersInfoResponse): QueryOracleProvidersInfoResponseProtoMsg;
|
|
1214
|
+
};
|
|
1215
|
+
export declare const QueryOracleProviderPricesRequest: {
|
|
1216
|
+
typeUrl: string;
|
|
1217
|
+
is(o: any): o is QueryOracleProviderPricesRequest;
|
|
1218
|
+
isAmino(o: any): o is QueryOracleProviderPricesRequestAmino;
|
|
1219
|
+
encode(message: QueryOracleProviderPricesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1220
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryOracleProviderPricesRequest;
|
|
1221
|
+
fromPartial(object: DeepPartial<QueryOracleProviderPricesRequest>): QueryOracleProviderPricesRequest;
|
|
1222
|
+
fromAmino(object: QueryOracleProviderPricesRequestAmino): QueryOracleProviderPricesRequest;
|
|
1223
|
+
toAmino(message: QueryOracleProviderPricesRequest): QueryOracleProviderPricesRequestAmino;
|
|
1224
|
+
fromAminoMsg(object: QueryOracleProviderPricesRequestAminoMsg): QueryOracleProviderPricesRequest;
|
|
1225
|
+
fromProtoMsg(message: QueryOracleProviderPricesRequestProtoMsg): QueryOracleProviderPricesRequest;
|
|
1226
|
+
toProto(message: QueryOracleProviderPricesRequest): Uint8Array;
|
|
1227
|
+
toProtoMsg(message: QueryOracleProviderPricesRequest): QueryOracleProviderPricesRequestProtoMsg;
|
|
1228
|
+
};
|
|
1229
|
+
export declare const QueryOracleProviderPricesResponse: {
|
|
1230
|
+
typeUrl: string;
|
|
1231
|
+
is(o: any): o is QueryOracleProviderPricesResponse;
|
|
1232
|
+
isAmino(o: any): o is QueryOracleProviderPricesResponseAmino;
|
|
1233
|
+
encode(message: QueryOracleProviderPricesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1234
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryOracleProviderPricesResponse;
|
|
1235
|
+
fromPartial(object: DeepPartial<QueryOracleProviderPricesResponse>): QueryOracleProviderPricesResponse;
|
|
1236
|
+
fromAmino(object: QueryOracleProviderPricesResponseAmino): QueryOracleProviderPricesResponse;
|
|
1237
|
+
toAmino(message: QueryOracleProviderPricesResponse): QueryOracleProviderPricesResponseAmino;
|
|
1238
|
+
fromAminoMsg(object: QueryOracleProviderPricesResponseAminoMsg): QueryOracleProviderPricesResponse;
|
|
1239
|
+
fromProtoMsg(message: QueryOracleProviderPricesResponseProtoMsg): QueryOracleProviderPricesResponse;
|
|
1240
|
+
toProto(message: QueryOracleProviderPricesResponse): Uint8Array;
|
|
1241
|
+
toProtoMsg(message: QueryOracleProviderPricesResponse): QueryOracleProviderPricesResponseProtoMsg;
|
|
1242
|
+
};
|
|
1243
|
+
export declare const ScalingOptions: {
|
|
1244
|
+
typeUrl: string;
|
|
1245
|
+
is(o: any): o is ScalingOptions;
|
|
1246
|
+
isAmino(o: any): o is ScalingOptionsAmino;
|
|
1247
|
+
encode(message: ScalingOptions, writer?: BinaryWriter): BinaryWriter;
|
|
1248
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ScalingOptions;
|
|
1249
|
+
fromPartial(object: DeepPartial<ScalingOptions>): ScalingOptions;
|
|
1250
|
+
fromAmino(object: ScalingOptionsAmino): ScalingOptions;
|
|
1251
|
+
toAmino(message: ScalingOptions): ScalingOptionsAmino;
|
|
1252
|
+
fromAminoMsg(object: ScalingOptionsAminoMsg): ScalingOptions;
|
|
1253
|
+
fromProtoMsg(message: ScalingOptionsProtoMsg): ScalingOptions;
|
|
1254
|
+
toProto(message: ScalingOptions): Uint8Array;
|
|
1255
|
+
toProtoMsg(message: ScalingOptions): ScalingOptionsProtoMsg;
|
|
1256
|
+
};
|
|
1257
|
+
export declare const QueryOraclePriceRequest: {
|
|
1258
|
+
typeUrl: string;
|
|
1259
|
+
is(o: any): o is QueryOraclePriceRequest;
|
|
1260
|
+
isAmino(o: any): o is QueryOraclePriceRequestAmino;
|
|
1261
|
+
encode(message: QueryOraclePriceRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1262
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryOraclePriceRequest;
|
|
1263
|
+
fromPartial(object: DeepPartial<QueryOraclePriceRequest>): QueryOraclePriceRequest;
|
|
1264
|
+
fromAmino(object: QueryOraclePriceRequestAmino): QueryOraclePriceRequest;
|
|
1265
|
+
toAmino(message: QueryOraclePriceRequest): QueryOraclePriceRequestAmino;
|
|
1266
|
+
fromAminoMsg(object: QueryOraclePriceRequestAminoMsg): QueryOraclePriceRequest;
|
|
1267
|
+
fromProtoMsg(message: QueryOraclePriceRequestProtoMsg): QueryOraclePriceRequest;
|
|
1268
|
+
toProto(message: QueryOraclePriceRequest): Uint8Array;
|
|
1269
|
+
toProtoMsg(message: QueryOraclePriceRequest): QueryOraclePriceRequestProtoMsg;
|
|
1270
|
+
};
|
|
1271
|
+
export declare const PricePairState: {
|
|
1272
|
+
typeUrl: string;
|
|
1273
|
+
is(o: any): o is PricePairState;
|
|
1274
|
+
isAmino(o: any): o is PricePairStateAmino;
|
|
1275
|
+
encode(message: PricePairState, writer?: BinaryWriter): BinaryWriter;
|
|
1276
|
+
decode(input: BinaryReader | Uint8Array, length?: number): PricePairState;
|
|
1277
|
+
fromPartial(object: DeepPartial<PricePairState>): PricePairState;
|
|
1278
|
+
fromAmino(object: PricePairStateAmino): PricePairState;
|
|
1279
|
+
toAmino(message: PricePairState): PricePairStateAmino;
|
|
1280
|
+
fromAminoMsg(object: PricePairStateAminoMsg): PricePairState;
|
|
1281
|
+
fromProtoMsg(message: PricePairStateProtoMsg): PricePairState;
|
|
1282
|
+
toProto(message: PricePairState): Uint8Array;
|
|
1283
|
+
toProtoMsg(message: PricePairState): PricePairStateProtoMsg;
|
|
1284
|
+
};
|
|
1285
|
+
export declare const QueryOraclePriceResponse: {
|
|
1286
|
+
typeUrl: string;
|
|
1287
|
+
is(o: any): o is QueryOraclePriceResponse;
|
|
1288
|
+
isAmino(o: any): o is QueryOraclePriceResponseAmino;
|
|
1289
|
+
encode(message: QueryOraclePriceResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1290
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryOraclePriceResponse;
|
|
1291
|
+
fromPartial(object: DeepPartial<QueryOraclePriceResponse>): QueryOraclePriceResponse;
|
|
1292
|
+
fromAmino(object: QueryOraclePriceResponseAmino): QueryOraclePriceResponse;
|
|
1293
|
+
toAmino(message: QueryOraclePriceResponse): QueryOraclePriceResponseAmino;
|
|
1294
|
+
fromAminoMsg(object: QueryOraclePriceResponseAminoMsg): QueryOraclePriceResponse;
|
|
1295
|
+
fromProtoMsg(message: QueryOraclePriceResponseProtoMsg): QueryOraclePriceResponse;
|
|
1296
|
+
toProto(message: QueryOraclePriceResponse): Uint8Array;
|
|
1297
|
+
toProtoMsg(message: QueryOraclePriceResponse): QueryOraclePriceResponseProtoMsg;
|
|
1298
|
+
};
|