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,1342 @@
|
|
|
1
|
+
import { MarketStatus, DenomDecimals, DenomDecimalsAmino, TradingRewardCampaignInfo, TradingRewardCampaignInfoAmino, CampaignRewardPool, CampaignRewardPoolAmino, FeeDiscountSchedule, FeeDiscountScheduleAmino, MarketFeeMultiplier, MarketFeeMultiplierAmino } from "./exchange";
|
|
2
|
+
import { OracleType } from "../../oracle/v1beta1/oracle";
|
|
3
|
+
import { CommunityPoolSpendProposal, CommunityPoolSpendProposalAmino } from "../../../cosmos/distribution/v1beta1/distribution";
|
|
4
|
+
import { DeepPartial } from "../../../helpers";
|
|
5
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
6
|
+
export declare enum ExchangeType {
|
|
7
|
+
EXCHANGE_UNSPECIFIED = 0,
|
|
8
|
+
SPOT = 1,
|
|
9
|
+
DERIVATIVES = 2,
|
|
10
|
+
UNRECOGNIZED = -1
|
|
11
|
+
}
|
|
12
|
+
export declare const ExchangeTypeAmino: typeof ExchangeType;
|
|
13
|
+
export declare function exchangeTypeFromJSON(object: any): ExchangeType;
|
|
14
|
+
export declare function exchangeTypeToJSON(object: ExchangeType): string;
|
|
15
|
+
export interface SpotMarketParamUpdateProposal {
|
|
16
|
+
title: string;
|
|
17
|
+
description: string;
|
|
18
|
+
marketId: string;
|
|
19
|
+
/** maker_fee_rate defines the trade fee rate for makers on the spot market */
|
|
20
|
+
makerFeeRate?: string;
|
|
21
|
+
/** taker_fee_rate defines the trade fee rate for takers on the spot market */
|
|
22
|
+
takerFeeRate?: string;
|
|
23
|
+
/**
|
|
24
|
+
* relayer_fee_share_rate defines the relayer fee share rate for the spot
|
|
25
|
+
* market
|
|
26
|
+
*/
|
|
27
|
+
relayerFeeShareRate?: string;
|
|
28
|
+
/**
|
|
29
|
+
* min_price_tick_size defines the minimum tick size of the order's price and
|
|
30
|
+
* margin
|
|
31
|
+
*/
|
|
32
|
+
minPriceTickSize?: string;
|
|
33
|
+
/**
|
|
34
|
+
* min_quantity_tick_size defines the minimum tick size of the order's
|
|
35
|
+
* quantity
|
|
36
|
+
*/
|
|
37
|
+
minQuantityTickSize?: string;
|
|
38
|
+
status: MarketStatus;
|
|
39
|
+
ticker?: string;
|
|
40
|
+
/**
|
|
41
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
42
|
+
* orders in the market
|
|
43
|
+
*/
|
|
44
|
+
minNotional?: string;
|
|
45
|
+
adminInfo?: AdminInfo;
|
|
46
|
+
}
|
|
47
|
+
export interface SpotMarketParamUpdateProposalProtoMsg {
|
|
48
|
+
typeUrl: "/injective.exchange.v1beta1.SpotMarketParamUpdateProposal";
|
|
49
|
+
value: Uint8Array;
|
|
50
|
+
}
|
|
51
|
+
export interface SpotMarketParamUpdateProposalAmino {
|
|
52
|
+
title: string;
|
|
53
|
+
description: string;
|
|
54
|
+
market_id: string;
|
|
55
|
+
/** maker_fee_rate defines the trade fee rate for makers on the spot market */
|
|
56
|
+
maker_fee_rate?: string;
|
|
57
|
+
/** taker_fee_rate defines the trade fee rate for takers on the spot market */
|
|
58
|
+
taker_fee_rate?: string;
|
|
59
|
+
/**
|
|
60
|
+
* relayer_fee_share_rate defines the relayer fee share rate for the spot
|
|
61
|
+
* market
|
|
62
|
+
*/
|
|
63
|
+
relayer_fee_share_rate?: string;
|
|
64
|
+
/**
|
|
65
|
+
* min_price_tick_size defines the minimum tick size of the order's price and
|
|
66
|
+
* margin
|
|
67
|
+
*/
|
|
68
|
+
min_price_tick_size?: string;
|
|
69
|
+
/**
|
|
70
|
+
* min_quantity_tick_size defines the minimum tick size of the order's
|
|
71
|
+
* quantity
|
|
72
|
+
*/
|
|
73
|
+
min_quantity_tick_size?: string;
|
|
74
|
+
status: MarketStatus;
|
|
75
|
+
ticker?: string;
|
|
76
|
+
/**
|
|
77
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
78
|
+
* orders in the market
|
|
79
|
+
*/
|
|
80
|
+
min_notional?: string;
|
|
81
|
+
admin_info?: AdminInfoAmino;
|
|
82
|
+
}
|
|
83
|
+
export interface SpotMarketParamUpdateProposalAminoMsg {
|
|
84
|
+
type: "exchange/SpotMarketParamUpdateProposal";
|
|
85
|
+
value: SpotMarketParamUpdateProposalAmino;
|
|
86
|
+
}
|
|
87
|
+
export interface ExchangeEnableProposal {
|
|
88
|
+
title: string;
|
|
89
|
+
description: string;
|
|
90
|
+
exchangeType: ExchangeType;
|
|
91
|
+
}
|
|
92
|
+
export interface ExchangeEnableProposalProtoMsg {
|
|
93
|
+
typeUrl: "/injective.exchange.v1beta1.ExchangeEnableProposal";
|
|
94
|
+
value: Uint8Array;
|
|
95
|
+
}
|
|
96
|
+
export interface ExchangeEnableProposalAmino {
|
|
97
|
+
title: string;
|
|
98
|
+
description: string;
|
|
99
|
+
exchangeType: ExchangeType;
|
|
100
|
+
}
|
|
101
|
+
export interface ExchangeEnableProposalAminoMsg {
|
|
102
|
+
type: "exchange/ExchangeEnableProposal";
|
|
103
|
+
value: ExchangeEnableProposalAmino;
|
|
104
|
+
}
|
|
105
|
+
export interface BatchExchangeModificationProposal {
|
|
106
|
+
title: string;
|
|
107
|
+
description: string;
|
|
108
|
+
spotMarketParamUpdateProposals: SpotMarketParamUpdateProposal[];
|
|
109
|
+
derivativeMarketParamUpdateProposals: DerivativeMarketParamUpdateProposal[];
|
|
110
|
+
spotMarketLaunchProposals: SpotMarketLaunchProposal[];
|
|
111
|
+
perpetualMarketLaunchProposals: PerpetualMarketLaunchProposal[];
|
|
112
|
+
expiryFuturesMarketLaunchProposals: ExpiryFuturesMarketLaunchProposal[];
|
|
113
|
+
tradingRewardCampaignUpdateProposal?: TradingRewardCampaignUpdateProposal;
|
|
114
|
+
binaryOptionsMarketLaunchProposals: BinaryOptionsMarketLaunchProposal[];
|
|
115
|
+
binaryOptionsParamUpdateProposals: BinaryOptionsMarketParamUpdateProposal[];
|
|
116
|
+
denomDecimalsUpdateProposal?: UpdateDenomDecimalsProposal;
|
|
117
|
+
feeDiscountProposal?: FeeDiscountProposal;
|
|
118
|
+
marketForcedSettlementProposals: MarketForcedSettlementProposal[];
|
|
119
|
+
}
|
|
120
|
+
export interface BatchExchangeModificationProposalProtoMsg {
|
|
121
|
+
typeUrl: "/injective.exchange.v1beta1.BatchExchangeModificationProposal";
|
|
122
|
+
value: Uint8Array;
|
|
123
|
+
}
|
|
124
|
+
export interface BatchExchangeModificationProposalAmino {
|
|
125
|
+
title: string;
|
|
126
|
+
description: string;
|
|
127
|
+
spot_market_param_update_proposals: SpotMarketParamUpdateProposalAmino[];
|
|
128
|
+
derivative_market_param_update_proposals: DerivativeMarketParamUpdateProposalAmino[];
|
|
129
|
+
spot_market_launch_proposals: SpotMarketLaunchProposalAmino[];
|
|
130
|
+
perpetual_market_launch_proposals: PerpetualMarketLaunchProposalAmino[];
|
|
131
|
+
expiry_futures_market_launch_proposals: ExpiryFuturesMarketLaunchProposalAmino[];
|
|
132
|
+
trading_reward_campaign_update_proposal?: TradingRewardCampaignUpdateProposalAmino;
|
|
133
|
+
binary_options_market_launch_proposals: BinaryOptionsMarketLaunchProposalAmino[];
|
|
134
|
+
binary_options_param_update_proposals: BinaryOptionsMarketParamUpdateProposalAmino[];
|
|
135
|
+
denom_decimals_update_proposal?: UpdateDenomDecimalsProposalAmino;
|
|
136
|
+
fee_discount_proposal?: FeeDiscountProposalAmino;
|
|
137
|
+
market_forced_settlement_proposals: MarketForcedSettlementProposalAmino[];
|
|
138
|
+
}
|
|
139
|
+
export interface BatchExchangeModificationProposalAminoMsg {
|
|
140
|
+
type: "exchange/BatchExchangeModificationProposal";
|
|
141
|
+
value: BatchExchangeModificationProposalAmino;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* SpotMarketLaunchProposal defines a SDK message for proposing a new spot
|
|
145
|
+
* market through governance
|
|
146
|
+
*/
|
|
147
|
+
export interface SpotMarketLaunchProposal {
|
|
148
|
+
title: string;
|
|
149
|
+
description: string;
|
|
150
|
+
/** Ticker for the spot market. */
|
|
151
|
+
ticker: string;
|
|
152
|
+
/** type of coin to use as the base currency */
|
|
153
|
+
baseDenom: string;
|
|
154
|
+
/** type of coin to use as the quote currency */
|
|
155
|
+
quoteDenom: string;
|
|
156
|
+
/** min_price_tick_size defines the minimum tick size of the order's price */
|
|
157
|
+
minPriceTickSize: string;
|
|
158
|
+
/**
|
|
159
|
+
* min_quantity_tick_size defines the minimum tick size of the order's
|
|
160
|
+
* quantity
|
|
161
|
+
*/
|
|
162
|
+
minQuantityTickSize: string;
|
|
163
|
+
/** maker_fee_rate defines the fee percentage makers pay when trading */
|
|
164
|
+
makerFeeRate?: string;
|
|
165
|
+
/** taker_fee_rate defines the fee percentage takers pay when trading */
|
|
166
|
+
takerFeeRate?: string;
|
|
167
|
+
/** min_notional defines the minimum notional for orders in the market */
|
|
168
|
+
minNotional: string;
|
|
169
|
+
adminInfo?: AdminInfo;
|
|
170
|
+
}
|
|
171
|
+
export interface SpotMarketLaunchProposalProtoMsg {
|
|
172
|
+
typeUrl: "/injective.exchange.v1beta1.SpotMarketLaunchProposal";
|
|
173
|
+
value: Uint8Array;
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* SpotMarketLaunchProposal defines a SDK message for proposing a new spot
|
|
177
|
+
* market through governance
|
|
178
|
+
*/
|
|
179
|
+
export interface SpotMarketLaunchProposalAmino {
|
|
180
|
+
title: string;
|
|
181
|
+
description: string;
|
|
182
|
+
/** Ticker for the spot market. */
|
|
183
|
+
ticker: string;
|
|
184
|
+
/** type of coin to use as the base currency */
|
|
185
|
+
base_denom: string;
|
|
186
|
+
/** type of coin to use as the quote currency */
|
|
187
|
+
quote_denom: string;
|
|
188
|
+
/** min_price_tick_size defines the minimum tick size of the order's price */
|
|
189
|
+
min_price_tick_size: string;
|
|
190
|
+
/**
|
|
191
|
+
* min_quantity_tick_size defines the minimum tick size of the order's
|
|
192
|
+
* quantity
|
|
193
|
+
*/
|
|
194
|
+
min_quantity_tick_size: string;
|
|
195
|
+
/** maker_fee_rate defines the fee percentage makers pay when trading */
|
|
196
|
+
maker_fee_rate?: string;
|
|
197
|
+
/** taker_fee_rate defines the fee percentage takers pay when trading */
|
|
198
|
+
taker_fee_rate?: string;
|
|
199
|
+
/** min_notional defines the minimum notional for orders in the market */
|
|
200
|
+
min_notional: string;
|
|
201
|
+
admin_info?: AdminInfoAmino;
|
|
202
|
+
}
|
|
203
|
+
export interface SpotMarketLaunchProposalAminoMsg {
|
|
204
|
+
type: "exchange/SpotMarketLaunchProposal";
|
|
205
|
+
value: SpotMarketLaunchProposalAmino;
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* PerpetualMarketLaunchProposal defines a SDK message for proposing a new
|
|
209
|
+
* perpetual futures market through governance
|
|
210
|
+
*/
|
|
211
|
+
export interface PerpetualMarketLaunchProposal {
|
|
212
|
+
title: string;
|
|
213
|
+
description: string;
|
|
214
|
+
/** Ticker for the derivative market. */
|
|
215
|
+
ticker: string;
|
|
216
|
+
/** type of coin to use as the base currency */
|
|
217
|
+
quoteDenom: string;
|
|
218
|
+
/** Oracle base currency */
|
|
219
|
+
oracleBase: string;
|
|
220
|
+
/** Oracle quote currency */
|
|
221
|
+
oracleQuote: string;
|
|
222
|
+
/** Scale factor for oracle prices. */
|
|
223
|
+
oracleScaleFactor: number;
|
|
224
|
+
/** Oracle type */
|
|
225
|
+
oracleType: OracleType;
|
|
226
|
+
/**
|
|
227
|
+
* initial_margin_ratio defines the initial margin ratio for the derivative
|
|
228
|
+
* market
|
|
229
|
+
*/
|
|
230
|
+
initialMarginRatio: string;
|
|
231
|
+
/**
|
|
232
|
+
* maintenance_margin_ratio defines the maintenance margin ratio for the
|
|
233
|
+
* derivative market
|
|
234
|
+
*/
|
|
235
|
+
maintenanceMarginRatio: string;
|
|
236
|
+
/**
|
|
237
|
+
* maker_fee_rate defines the exchange trade fee for makers for the derivative
|
|
238
|
+
* market
|
|
239
|
+
*/
|
|
240
|
+
makerFeeRate: string;
|
|
241
|
+
/**
|
|
242
|
+
* taker_fee_rate defines the exchange trade fee for takers for the derivative
|
|
243
|
+
* market
|
|
244
|
+
*/
|
|
245
|
+
takerFeeRate: string;
|
|
246
|
+
/**
|
|
247
|
+
* min_price_tick_size defines the minimum tick size of the order's price and
|
|
248
|
+
* margin
|
|
249
|
+
*/
|
|
250
|
+
minPriceTickSize: string;
|
|
251
|
+
/**
|
|
252
|
+
* min_quantity_tick_size defines the minimum tick size of the order's
|
|
253
|
+
* quantity
|
|
254
|
+
*/
|
|
255
|
+
minQuantityTickSize: string;
|
|
256
|
+
/**
|
|
257
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
258
|
+
* orders in the market
|
|
259
|
+
*/
|
|
260
|
+
minNotional: string;
|
|
261
|
+
adminInfo?: AdminInfo;
|
|
262
|
+
}
|
|
263
|
+
export interface PerpetualMarketLaunchProposalProtoMsg {
|
|
264
|
+
typeUrl: "/injective.exchange.v1beta1.PerpetualMarketLaunchProposal";
|
|
265
|
+
value: Uint8Array;
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
* PerpetualMarketLaunchProposal defines a SDK message for proposing a new
|
|
269
|
+
* perpetual futures market through governance
|
|
270
|
+
*/
|
|
271
|
+
export interface PerpetualMarketLaunchProposalAmino {
|
|
272
|
+
title: string;
|
|
273
|
+
description: string;
|
|
274
|
+
/** Ticker for the derivative market. */
|
|
275
|
+
ticker: string;
|
|
276
|
+
/** type of coin to use as the base currency */
|
|
277
|
+
quote_denom: string;
|
|
278
|
+
/** Oracle base currency */
|
|
279
|
+
oracle_base: string;
|
|
280
|
+
/** Oracle quote currency */
|
|
281
|
+
oracle_quote: string;
|
|
282
|
+
/** Scale factor for oracle prices. */
|
|
283
|
+
oracle_scale_factor: number;
|
|
284
|
+
/** Oracle type */
|
|
285
|
+
oracle_type: OracleType;
|
|
286
|
+
/**
|
|
287
|
+
* initial_margin_ratio defines the initial margin ratio for the derivative
|
|
288
|
+
* market
|
|
289
|
+
*/
|
|
290
|
+
initial_margin_ratio: string;
|
|
291
|
+
/**
|
|
292
|
+
* maintenance_margin_ratio defines the maintenance margin ratio for the
|
|
293
|
+
* derivative market
|
|
294
|
+
*/
|
|
295
|
+
maintenance_margin_ratio: string;
|
|
296
|
+
/**
|
|
297
|
+
* maker_fee_rate defines the exchange trade fee for makers for the derivative
|
|
298
|
+
* market
|
|
299
|
+
*/
|
|
300
|
+
maker_fee_rate: string;
|
|
301
|
+
/**
|
|
302
|
+
* taker_fee_rate defines the exchange trade fee for takers for the derivative
|
|
303
|
+
* market
|
|
304
|
+
*/
|
|
305
|
+
taker_fee_rate: string;
|
|
306
|
+
/**
|
|
307
|
+
* min_price_tick_size defines the minimum tick size of the order's price and
|
|
308
|
+
* margin
|
|
309
|
+
*/
|
|
310
|
+
min_price_tick_size: string;
|
|
311
|
+
/**
|
|
312
|
+
* min_quantity_tick_size defines the minimum tick size of the order's
|
|
313
|
+
* quantity
|
|
314
|
+
*/
|
|
315
|
+
min_quantity_tick_size: string;
|
|
316
|
+
/**
|
|
317
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
318
|
+
* orders in the market
|
|
319
|
+
*/
|
|
320
|
+
min_notional: string;
|
|
321
|
+
admin_info?: AdminInfoAmino;
|
|
322
|
+
}
|
|
323
|
+
export interface PerpetualMarketLaunchProposalAminoMsg {
|
|
324
|
+
type: "exchange/PerpetualMarketLaunchProposal";
|
|
325
|
+
value: PerpetualMarketLaunchProposalAmino;
|
|
326
|
+
}
|
|
327
|
+
export interface BinaryOptionsMarketLaunchProposal {
|
|
328
|
+
title: string;
|
|
329
|
+
description: string;
|
|
330
|
+
/** Ticker for the derivative contract. */
|
|
331
|
+
ticker: string;
|
|
332
|
+
/** Oracle symbol */
|
|
333
|
+
oracleSymbol: string;
|
|
334
|
+
/** Oracle Provider */
|
|
335
|
+
oracleProvider: string;
|
|
336
|
+
/** Oracle type */
|
|
337
|
+
oracleType: OracleType;
|
|
338
|
+
/** Scale factor for oracle prices. */
|
|
339
|
+
oracleScaleFactor: number;
|
|
340
|
+
/** expiration timestamp */
|
|
341
|
+
expirationTimestamp: bigint;
|
|
342
|
+
/** expiration timestamp */
|
|
343
|
+
settlementTimestamp: bigint;
|
|
344
|
+
/** admin of the market */
|
|
345
|
+
admin: string;
|
|
346
|
+
/** Address of the quote currency denomination for the binary options contract */
|
|
347
|
+
quoteDenom: string;
|
|
348
|
+
/** maker_fee_rate defines the maker fee rate of a binary options market */
|
|
349
|
+
makerFeeRate: string;
|
|
350
|
+
/** taker_fee_rate defines the taker fee rate of a derivative market */
|
|
351
|
+
takerFeeRate: string;
|
|
352
|
+
/**
|
|
353
|
+
* min_price_tick_size defines the minimum tick size that the price and margin
|
|
354
|
+
* required for orders in the market
|
|
355
|
+
*/
|
|
356
|
+
minPriceTickSize: string;
|
|
357
|
+
/**
|
|
358
|
+
* min_quantity_tick_size defines the minimum tick size of the quantity
|
|
359
|
+
* required for orders in the market
|
|
360
|
+
*/
|
|
361
|
+
minQuantityTickSize: string;
|
|
362
|
+
/**
|
|
363
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
364
|
+
* orders in the market
|
|
365
|
+
*/
|
|
366
|
+
minNotional: string;
|
|
367
|
+
adminPermissions: number;
|
|
368
|
+
}
|
|
369
|
+
export interface BinaryOptionsMarketLaunchProposalProtoMsg {
|
|
370
|
+
typeUrl: "/injective.exchange.v1beta1.BinaryOptionsMarketLaunchProposal";
|
|
371
|
+
value: Uint8Array;
|
|
372
|
+
}
|
|
373
|
+
export interface BinaryOptionsMarketLaunchProposalAmino {
|
|
374
|
+
title: string;
|
|
375
|
+
description: string;
|
|
376
|
+
/** Ticker for the derivative contract. */
|
|
377
|
+
ticker: string;
|
|
378
|
+
/** Oracle symbol */
|
|
379
|
+
oracle_symbol: string;
|
|
380
|
+
/** Oracle Provider */
|
|
381
|
+
oracle_provider: string;
|
|
382
|
+
/** Oracle type */
|
|
383
|
+
oracle_type: OracleType;
|
|
384
|
+
/** Scale factor for oracle prices. */
|
|
385
|
+
oracle_scale_factor: number;
|
|
386
|
+
/** expiration timestamp */
|
|
387
|
+
expiration_timestamp: string;
|
|
388
|
+
/** expiration timestamp */
|
|
389
|
+
settlement_timestamp: string;
|
|
390
|
+
/** admin of the market */
|
|
391
|
+
admin: string;
|
|
392
|
+
/** Address of the quote currency denomination for the binary options contract */
|
|
393
|
+
quote_denom: string;
|
|
394
|
+
/** maker_fee_rate defines the maker fee rate of a binary options market */
|
|
395
|
+
maker_fee_rate: string;
|
|
396
|
+
/** taker_fee_rate defines the taker fee rate of a derivative market */
|
|
397
|
+
taker_fee_rate: string;
|
|
398
|
+
/**
|
|
399
|
+
* min_price_tick_size defines the minimum tick size that the price and margin
|
|
400
|
+
* required for orders in the market
|
|
401
|
+
*/
|
|
402
|
+
min_price_tick_size: string;
|
|
403
|
+
/**
|
|
404
|
+
* min_quantity_tick_size defines the minimum tick size of the quantity
|
|
405
|
+
* required for orders in the market
|
|
406
|
+
*/
|
|
407
|
+
min_quantity_tick_size: string;
|
|
408
|
+
/**
|
|
409
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
410
|
+
* orders in the market
|
|
411
|
+
*/
|
|
412
|
+
min_notional: string;
|
|
413
|
+
admin_permissions: number;
|
|
414
|
+
}
|
|
415
|
+
export interface BinaryOptionsMarketLaunchProposalAminoMsg {
|
|
416
|
+
type: "exchange/BinaryOptionsMarketLaunchProposal";
|
|
417
|
+
value: BinaryOptionsMarketLaunchProposalAmino;
|
|
418
|
+
}
|
|
419
|
+
/**
|
|
420
|
+
* ExpiryFuturesMarketLaunchProposal defines a SDK message for proposing a new
|
|
421
|
+
* expiry futures market through governance
|
|
422
|
+
*/
|
|
423
|
+
export interface ExpiryFuturesMarketLaunchProposal {
|
|
424
|
+
title: string;
|
|
425
|
+
description: string;
|
|
426
|
+
/** Ticker for the derivative market. */
|
|
427
|
+
ticker: string;
|
|
428
|
+
/** type of coin to use as the quote currency */
|
|
429
|
+
quoteDenom: string;
|
|
430
|
+
/** Oracle base currency */
|
|
431
|
+
oracleBase: string;
|
|
432
|
+
/** Oracle quote currency */
|
|
433
|
+
oracleQuote: string;
|
|
434
|
+
/** Scale factor for oracle prices. */
|
|
435
|
+
oracleScaleFactor: number;
|
|
436
|
+
/** Oracle type */
|
|
437
|
+
oracleType: OracleType;
|
|
438
|
+
/** Expiration time of the market */
|
|
439
|
+
expiry: bigint;
|
|
440
|
+
/**
|
|
441
|
+
* initial_margin_ratio defines the initial margin ratio for the derivative
|
|
442
|
+
* market
|
|
443
|
+
*/
|
|
444
|
+
initialMarginRatio: string;
|
|
445
|
+
/**
|
|
446
|
+
* maintenance_margin_ratio defines the maintenance margin ratio for the
|
|
447
|
+
* derivative market
|
|
448
|
+
*/
|
|
449
|
+
maintenanceMarginRatio: string;
|
|
450
|
+
/**
|
|
451
|
+
* maker_fee_rate defines the exchange trade fee for makers for the derivative
|
|
452
|
+
* market
|
|
453
|
+
*/
|
|
454
|
+
makerFeeRate: string;
|
|
455
|
+
/**
|
|
456
|
+
* taker_fee_rate defines the exchange trade fee for takers for the derivative
|
|
457
|
+
* market
|
|
458
|
+
*/
|
|
459
|
+
takerFeeRate: string;
|
|
460
|
+
/**
|
|
461
|
+
* min_price_tick_size defines the minimum tick size of the order's price and
|
|
462
|
+
* margin
|
|
463
|
+
*/
|
|
464
|
+
minPriceTickSize: string;
|
|
465
|
+
/**
|
|
466
|
+
* min_quantity_tick_size defines the minimum tick size of the order's
|
|
467
|
+
* quantity
|
|
468
|
+
*/
|
|
469
|
+
minQuantityTickSize: string;
|
|
470
|
+
/**
|
|
471
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
472
|
+
* orders in the market
|
|
473
|
+
*/
|
|
474
|
+
minNotional: string;
|
|
475
|
+
adminInfo?: AdminInfo;
|
|
476
|
+
}
|
|
477
|
+
export interface ExpiryFuturesMarketLaunchProposalProtoMsg {
|
|
478
|
+
typeUrl: "/injective.exchange.v1beta1.ExpiryFuturesMarketLaunchProposal";
|
|
479
|
+
value: Uint8Array;
|
|
480
|
+
}
|
|
481
|
+
/**
|
|
482
|
+
* ExpiryFuturesMarketLaunchProposal defines a SDK message for proposing a new
|
|
483
|
+
* expiry futures market through governance
|
|
484
|
+
*/
|
|
485
|
+
export interface ExpiryFuturesMarketLaunchProposalAmino {
|
|
486
|
+
title: string;
|
|
487
|
+
description: string;
|
|
488
|
+
/** Ticker for the derivative market. */
|
|
489
|
+
ticker: string;
|
|
490
|
+
/** type of coin to use as the quote currency */
|
|
491
|
+
quote_denom: string;
|
|
492
|
+
/** Oracle base currency */
|
|
493
|
+
oracle_base: string;
|
|
494
|
+
/** Oracle quote currency */
|
|
495
|
+
oracle_quote: string;
|
|
496
|
+
/** Scale factor for oracle prices. */
|
|
497
|
+
oracle_scale_factor: number;
|
|
498
|
+
/** Oracle type */
|
|
499
|
+
oracle_type: OracleType;
|
|
500
|
+
/** Expiration time of the market */
|
|
501
|
+
expiry: string;
|
|
502
|
+
/**
|
|
503
|
+
* initial_margin_ratio defines the initial margin ratio for the derivative
|
|
504
|
+
* market
|
|
505
|
+
*/
|
|
506
|
+
initial_margin_ratio: string;
|
|
507
|
+
/**
|
|
508
|
+
* maintenance_margin_ratio defines the maintenance margin ratio for the
|
|
509
|
+
* derivative market
|
|
510
|
+
*/
|
|
511
|
+
maintenance_margin_ratio: string;
|
|
512
|
+
/**
|
|
513
|
+
* maker_fee_rate defines the exchange trade fee for makers for the derivative
|
|
514
|
+
* market
|
|
515
|
+
*/
|
|
516
|
+
maker_fee_rate: string;
|
|
517
|
+
/**
|
|
518
|
+
* taker_fee_rate defines the exchange trade fee for takers for the derivative
|
|
519
|
+
* market
|
|
520
|
+
*/
|
|
521
|
+
taker_fee_rate: string;
|
|
522
|
+
/**
|
|
523
|
+
* min_price_tick_size defines the minimum tick size of the order's price and
|
|
524
|
+
* margin
|
|
525
|
+
*/
|
|
526
|
+
min_price_tick_size: string;
|
|
527
|
+
/**
|
|
528
|
+
* min_quantity_tick_size defines the minimum tick size of the order's
|
|
529
|
+
* quantity
|
|
530
|
+
*/
|
|
531
|
+
min_quantity_tick_size: string;
|
|
532
|
+
/**
|
|
533
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
534
|
+
* orders in the market
|
|
535
|
+
*/
|
|
536
|
+
min_notional: string;
|
|
537
|
+
admin_info?: AdminInfoAmino;
|
|
538
|
+
}
|
|
539
|
+
export interface ExpiryFuturesMarketLaunchProposalAminoMsg {
|
|
540
|
+
type: "exchange/ExpiryFuturesMarketLaunchProposal";
|
|
541
|
+
value: ExpiryFuturesMarketLaunchProposalAmino;
|
|
542
|
+
}
|
|
543
|
+
export interface DerivativeMarketParamUpdateProposal {
|
|
544
|
+
title: string;
|
|
545
|
+
description: string;
|
|
546
|
+
marketId: string;
|
|
547
|
+
/**
|
|
548
|
+
* initial_margin_ratio defines the initial margin ratio for the derivative
|
|
549
|
+
* market
|
|
550
|
+
*/
|
|
551
|
+
initialMarginRatio?: string;
|
|
552
|
+
/**
|
|
553
|
+
* maintenance_margin_ratio defines the maintenance margin ratio for the
|
|
554
|
+
* derivative market
|
|
555
|
+
*/
|
|
556
|
+
maintenanceMarginRatio?: string;
|
|
557
|
+
/**
|
|
558
|
+
* maker_fee_rate defines the exchange trade fee for makers for the derivative
|
|
559
|
+
* market
|
|
560
|
+
*/
|
|
561
|
+
makerFeeRate?: string;
|
|
562
|
+
/**
|
|
563
|
+
* taker_fee_rate defines the exchange trade fee for takers for the derivative
|
|
564
|
+
* market
|
|
565
|
+
*/
|
|
566
|
+
takerFeeRate?: string;
|
|
567
|
+
/**
|
|
568
|
+
* relayer_fee_share_rate defines the relayer fee share rate for the
|
|
569
|
+
* derivative market
|
|
570
|
+
*/
|
|
571
|
+
relayerFeeShareRate?: string;
|
|
572
|
+
/**
|
|
573
|
+
* min_price_tick_size defines the minimum tick size of the order's price and
|
|
574
|
+
* margin
|
|
575
|
+
*/
|
|
576
|
+
minPriceTickSize?: string;
|
|
577
|
+
/**
|
|
578
|
+
* min_quantity_tick_size defines the minimum tick size of the order's
|
|
579
|
+
* quantity
|
|
580
|
+
*/
|
|
581
|
+
minQuantityTickSize?: string;
|
|
582
|
+
/** hourly_interest_rate defines the hourly interest rate */
|
|
583
|
+
hourlyInterestRate?: string;
|
|
584
|
+
/**
|
|
585
|
+
* hourly_funding_rate_cap defines the maximum absolute value of the hourly
|
|
586
|
+
* funding rate
|
|
587
|
+
*/
|
|
588
|
+
hourlyFundingRateCap?: string;
|
|
589
|
+
status: MarketStatus;
|
|
590
|
+
oracleParams?: OracleParams;
|
|
591
|
+
ticker?: string;
|
|
592
|
+
/**
|
|
593
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
594
|
+
* orders in the market
|
|
595
|
+
*/
|
|
596
|
+
minNotional?: string;
|
|
597
|
+
adminInfo?: AdminInfo;
|
|
598
|
+
}
|
|
599
|
+
export interface DerivativeMarketParamUpdateProposalProtoMsg {
|
|
600
|
+
typeUrl: "/injective.exchange.v1beta1.DerivativeMarketParamUpdateProposal";
|
|
601
|
+
value: Uint8Array;
|
|
602
|
+
}
|
|
603
|
+
export interface DerivativeMarketParamUpdateProposalAmino {
|
|
604
|
+
title: string;
|
|
605
|
+
description: string;
|
|
606
|
+
market_id: string;
|
|
607
|
+
/**
|
|
608
|
+
* initial_margin_ratio defines the initial margin ratio for the derivative
|
|
609
|
+
* market
|
|
610
|
+
*/
|
|
611
|
+
initial_margin_ratio?: string;
|
|
612
|
+
/**
|
|
613
|
+
* maintenance_margin_ratio defines the maintenance margin ratio for the
|
|
614
|
+
* derivative market
|
|
615
|
+
*/
|
|
616
|
+
maintenance_margin_ratio?: string;
|
|
617
|
+
/**
|
|
618
|
+
* maker_fee_rate defines the exchange trade fee for makers for the derivative
|
|
619
|
+
* market
|
|
620
|
+
*/
|
|
621
|
+
maker_fee_rate?: string;
|
|
622
|
+
/**
|
|
623
|
+
* taker_fee_rate defines the exchange trade fee for takers for the derivative
|
|
624
|
+
* market
|
|
625
|
+
*/
|
|
626
|
+
taker_fee_rate?: string;
|
|
627
|
+
/**
|
|
628
|
+
* relayer_fee_share_rate defines the relayer fee share rate for the
|
|
629
|
+
* derivative market
|
|
630
|
+
*/
|
|
631
|
+
relayer_fee_share_rate?: string;
|
|
632
|
+
/**
|
|
633
|
+
* min_price_tick_size defines the minimum tick size of the order's price and
|
|
634
|
+
* margin
|
|
635
|
+
*/
|
|
636
|
+
min_price_tick_size?: string;
|
|
637
|
+
/**
|
|
638
|
+
* min_quantity_tick_size defines the minimum tick size of the order's
|
|
639
|
+
* quantity
|
|
640
|
+
*/
|
|
641
|
+
min_quantity_tick_size?: string;
|
|
642
|
+
/** hourly_interest_rate defines the hourly interest rate */
|
|
643
|
+
HourlyInterestRate?: string;
|
|
644
|
+
/**
|
|
645
|
+
* hourly_funding_rate_cap defines the maximum absolute value of the hourly
|
|
646
|
+
* funding rate
|
|
647
|
+
*/
|
|
648
|
+
HourlyFundingRateCap?: string;
|
|
649
|
+
status: MarketStatus;
|
|
650
|
+
oracle_params?: OracleParamsAmino;
|
|
651
|
+
ticker?: string;
|
|
652
|
+
/**
|
|
653
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
654
|
+
* orders in the market
|
|
655
|
+
*/
|
|
656
|
+
min_notional?: string;
|
|
657
|
+
admin_info?: AdminInfoAmino;
|
|
658
|
+
}
|
|
659
|
+
export interface DerivativeMarketParamUpdateProposalAminoMsg {
|
|
660
|
+
type: "exchange/DerivativeMarketParamUpdateProposal";
|
|
661
|
+
value: DerivativeMarketParamUpdateProposalAmino;
|
|
662
|
+
}
|
|
663
|
+
export interface AdminInfo {
|
|
664
|
+
admin: string;
|
|
665
|
+
adminPermissions: number;
|
|
666
|
+
}
|
|
667
|
+
export interface AdminInfoProtoMsg {
|
|
668
|
+
typeUrl: "/injective.exchange.v1beta1.AdminInfo";
|
|
669
|
+
value: Uint8Array;
|
|
670
|
+
}
|
|
671
|
+
export interface AdminInfoAmino {
|
|
672
|
+
admin: string;
|
|
673
|
+
admin_permissions: number;
|
|
674
|
+
}
|
|
675
|
+
export interface AdminInfoAminoMsg {
|
|
676
|
+
type: "/injective.exchange.v1beta1.AdminInfo";
|
|
677
|
+
value: AdminInfoAmino;
|
|
678
|
+
}
|
|
679
|
+
export interface MarketForcedSettlementProposal {
|
|
680
|
+
title: string;
|
|
681
|
+
description: string;
|
|
682
|
+
marketId: string;
|
|
683
|
+
settlementPrice?: string;
|
|
684
|
+
}
|
|
685
|
+
export interface MarketForcedSettlementProposalProtoMsg {
|
|
686
|
+
typeUrl: "/injective.exchange.v1beta1.MarketForcedSettlementProposal";
|
|
687
|
+
value: Uint8Array;
|
|
688
|
+
}
|
|
689
|
+
export interface MarketForcedSettlementProposalAmino {
|
|
690
|
+
title: string;
|
|
691
|
+
description: string;
|
|
692
|
+
market_id: string;
|
|
693
|
+
settlement_price?: string;
|
|
694
|
+
}
|
|
695
|
+
export interface MarketForcedSettlementProposalAminoMsg {
|
|
696
|
+
type: "exchange/MarketForcedSettlementProposal";
|
|
697
|
+
value: MarketForcedSettlementProposalAmino;
|
|
698
|
+
}
|
|
699
|
+
export interface UpdateDenomDecimalsProposal {
|
|
700
|
+
title: string;
|
|
701
|
+
description: string;
|
|
702
|
+
denomDecimals: DenomDecimals[];
|
|
703
|
+
}
|
|
704
|
+
export interface UpdateDenomDecimalsProposalProtoMsg {
|
|
705
|
+
typeUrl: "/injective.exchange.v1beta1.UpdateDenomDecimalsProposal";
|
|
706
|
+
value: Uint8Array;
|
|
707
|
+
}
|
|
708
|
+
export interface UpdateDenomDecimalsProposalAmino {
|
|
709
|
+
title: string;
|
|
710
|
+
description: string;
|
|
711
|
+
denom_decimals: DenomDecimalsAmino[];
|
|
712
|
+
}
|
|
713
|
+
export interface UpdateDenomDecimalsProposalAminoMsg {
|
|
714
|
+
type: "exchange/UpdateDenomDecimalsProposal";
|
|
715
|
+
value: UpdateDenomDecimalsProposalAmino;
|
|
716
|
+
}
|
|
717
|
+
export interface BinaryOptionsMarketParamUpdateProposal {
|
|
718
|
+
title: string;
|
|
719
|
+
description: string;
|
|
720
|
+
marketId: string;
|
|
721
|
+
/**
|
|
722
|
+
* maker_fee_rate defines the exchange trade fee for makers for the derivative
|
|
723
|
+
* market
|
|
724
|
+
*/
|
|
725
|
+
makerFeeRate?: string;
|
|
726
|
+
/**
|
|
727
|
+
* taker_fee_rate defines the exchange trade fee for takers for the derivative
|
|
728
|
+
* market
|
|
729
|
+
*/
|
|
730
|
+
takerFeeRate?: string;
|
|
731
|
+
/**
|
|
732
|
+
* relayer_fee_share_rate defines the relayer fee share rate for the
|
|
733
|
+
* derivative market
|
|
734
|
+
*/
|
|
735
|
+
relayerFeeShareRate?: string;
|
|
736
|
+
/**
|
|
737
|
+
* min_price_tick_size defines the minimum tick size of the order's price and
|
|
738
|
+
* margin
|
|
739
|
+
*/
|
|
740
|
+
minPriceTickSize?: string;
|
|
741
|
+
/**
|
|
742
|
+
* min_quantity_tick_size defines the minimum tick size of the order's
|
|
743
|
+
* quantity
|
|
744
|
+
*/
|
|
745
|
+
minQuantityTickSize?: string;
|
|
746
|
+
/** expiration timestamp */
|
|
747
|
+
expirationTimestamp: bigint;
|
|
748
|
+
/** expiration timestamp */
|
|
749
|
+
settlementTimestamp: bigint;
|
|
750
|
+
/** new price at which market will be settled */
|
|
751
|
+
settlementPrice?: string;
|
|
752
|
+
/** admin of the market */
|
|
753
|
+
admin: string;
|
|
754
|
+
status: MarketStatus;
|
|
755
|
+
oracleParams?: ProviderOracleParams;
|
|
756
|
+
ticker?: string;
|
|
757
|
+
/**
|
|
758
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
759
|
+
* orders in the market
|
|
760
|
+
*/
|
|
761
|
+
minNotional?: string;
|
|
762
|
+
}
|
|
763
|
+
export interface BinaryOptionsMarketParamUpdateProposalProtoMsg {
|
|
764
|
+
typeUrl: "/injective.exchange.v1beta1.BinaryOptionsMarketParamUpdateProposal";
|
|
765
|
+
value: Uint8Array;
|
|
766
|
+
}
|
|
767
|
+
export interface BinaryOptionsMarketParamUpdateProposalAmino {
|
|
768
|
+
title: string;
|
|
769
|
+
description: string;
|
|
770
|
+
market_id: string;
|
|
771
|
+
/**
|
|
772
|
+
* maker_fee_rate defines the exchange trade fee for makers for the derivative
|
|
773
|
+
* market
|
|
774
|
+
*/
|
|
775
|
+
maker_fee_rate?: string;
|
|
776
|
+
/**
|
|
777
|
+
* taker_fee_rate defines the exchange trade fee for takers for the derivative
|
|
778
|
+
* market
|
|
779
|
+
*/
|
|
780
|
+
taker_fee_rate?: string;
|
|
781
|
+
/**
|
|
782
|
+
* relayer_fee_share_rate defines the relayer fee share rate for the
|
|
783
|
+
* derivative market
|
|
784
|
+
*/
|
|
785
|
+
relayer_fee_share_rate?: string;
|
|
786
|
+
/**
|
|
787
|
+
* min_price_tick_size defines the minimum tick size of the order's price and
|
|
788
|
+
* margin
|
|
789
|
+
*/
|
|
790
|
+
min_price_tick_size?: string;
|
|
791
|
+
/**
|
|
792
|
+
* min_quantity_tick_size defines the minimum tick size of the order's
|
|
793
|
+
* quantity
|
|
794
|
+
*/
|
|
795
|
+
min_quantity_tick_size?: string;
|
|
796
|
+
/** expiration timestamp */
|
|
797
|
+
expiration_timestamp: string;
|
|
798
|
+
/** expiration timestamp */
|
|
799
|
+
settlement_timestamp: string;
|
|
800
|
+
/** new price at which market will be settled */
|
|
801
|
+
settlement_price?: string;
|
|
802
|
+
/** admin of the market */
|
|
803
|
+
admin: string;
|
|
804
|
+
status: MarketStatus;
|
|
805
|
+
oracle_params?: ProviderOracleParamsAmino;
|
|
806
|
+
ticker?: string;
|
|
807
|
+
/**
|
|
808
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
809
|
+
* orders in the market
|
|
810
|
+
*/
|
|
811
|
+
min_notional?: string;
|
|
812
|
+
}
|
|
813
|
+
export interface BinaryOptionsMarketParamUpdateProposalAminoMsg {
|
|
814
|
+
type: "exchange/BinaryOptionsMarketParamUpdateProposal";
|
|
815
|
+
value: BinaryOptionsMarketParamUpdateProposalAmino;
|
|
816
|
+
}
|
|
817
|
+
export interface ProviderOracleParams {
|
|
818
|
+
/** Oracle base currency */
|
|
819
|
+
symbol: string;
|
|
820
|
+
/** Oracle quote currency */
|
|
821
|
+
provider: string;
|
|
822
|
+
/** Scale factor for oracle prices. */
|
|
823
|
+
oracleScaleFactor: number;
|
|
824
|
+
/** Oracle type */
|
|
825
|
+
oracleType: OracleType;
|
|
826
|
+
}
|
|
827
|
+
export interface ProviderOracleParamsProtoMsg {
|
|
828
|
+
typeUrl: "/injective.exchange.v1beta1.ProviderOracleParams";
|
|
829
|
+
value: Uint8Array;
|
|
830
|
+
}
|
|
831
|
+
export interface ProviderOracleParamsAmino {
|
|
832
|
+
/** Oracle base currency */
|
|
833
|
+
symbol: string;
|
|
834
|
+
/** Oracle quote currency */
|
|
835
|
+
provider: string;
|
|
836
|
+
/** Scale factor for oracle prices. */
|
|
837
|
+
oracle_scale_factor: number;
|
|
838
|
+
/** Oracle type */
|
|
839
|
+
oracle_type: OracleType;
|
|
840
|
+
}
|
|
841
|
+
export interface ProviderOracleParamsAminoMsg {
|
|
842
|
+
type: "/injective.exchange.v1beta1.ProviderOracleParams";
|
|
843
|
+
value: ProviderOracleParamsAmino;
|
|
844
|
+
}
|
|
845
|
+
export interface OracleParams {
|
|
846
|
+
/** Oracle base currency */
|
|
847
|
+
oracleBase: string;
|
|
848
|
+
/** Oracle quote currency */
|
|
849
|
+
oracleQuote: string;
|
|
850
|
+
/** Scale factor for oracle prices. */
|
|
851
|
+
oracleScaleFactor: number;
|
|
852
|
+
/** Oracle type */
|
|
853
|
+
oracleType: OracleType;
|
|
854
|
+
}
|
|
855
|
+
export interface OracleParamsProtoMsg {
|
|
856
|
+
typeUrl: "/injective.exchange.v1beta1.OracleParams";
|
|
857
|
+
value: Uint8Array;
|
|
858
|
+
}
|
|
859
|
+
export interface OracleParamsAmino {
|
|
860
|
+
/** Oracle base currency */
|
|
861
|
+
oracle_base: string;
|
|
862
|
+
/** Oracle quote currency */
|
|
863
|
+
oracle_quote: string;
|
|
864
|
+
/** Scale factor for oracle prices. */
|
|
865
|
+
oracle_scale_factor: number;
|
|
866
|
+
/** Oracle type */
|
|
867
|
+
oracle_type: OracleType;
|
|
868
|
+
}
|
|
869
|
+
export interface OracleParamsAminoMsg {
|
|
870
|
+
type: "/injective.exchange.v1beta1.OracleParams";
|
|
871
|
+
value: OracleParamsAmino;
|
|
872
|
+
}
|
|
873
|
+
export interface TradingRewardCampaignLaunchProposal {
|
|
874
|
+
title: string;
|
|
875
|
+
description: string;
|
|
876
|
+
campaignInfo?: TradingRewardCampaignInfo;
|
|
877
|
+
campaignRewardPools: CampaignRewardPool[];
|
|
878
|
+
}
|
|
879
|
+
export interface TradingRewardCampaignLaunchProposalProtoMsg {
|
|
880
|
+
typeUrl: "/injective.exchange.v1beta1.TradingRewardCampaignLaunchProposal";
|
|
881
|
+
value: Uint8Array;
|
|
882
|
+
}
|
|
883
|
+
export interface TradingRewardCampaignLaunchProposalAmino {
|
|
884
|
+
title: string;
|
|
885
|
+
description: string;
|
|
886
|
+
campaign_info?: TradingRewardCampaignInfoAmino;
|
|
887
|
+
campaign_reward_pools: CampaignRewardPoolAmino[];
|
|
888
|
+
}
|
|
889
|
+
export interface TradingRewardCampaignLaunchProposalAminoMsg {
|
|
890
|
+
type: "exchange/TradingRewardCampaignLaunchProposal";
|
|
891
|
+
value: TradingRewardCampaignLaunchProposalAmino;
|
|
892
|
+
}
|
|
893
|
+
export interface TradingRewardCampaignUpdateProposal {
|
|
894
|
+
title: string;
|
|
895
|
+
description: string;
|
|
896
|
+
campaignInfo?: TradingRewardCampaignInfo;
|
|
897
|
+
campaignRewardPoolsAdditions: CampaignRewardPool[];
|
|
898
|
+
campaignRewardPoolsUpdates: CampaignRewardPool[];
|
|
899
|
+
}
|
|
900
|
+
export interface TradingRewardCampaignUpdateProposalProtoMsg {
|
|
901
|
+
typeUrl: "/injective.exchange.v1beta1.TradingRewardCampaignUpdateProposal";
|
|
902
|
+
value: Uint8Array;
|
|
903
|
+
}
|
|
904
|
+
export interface TradingRewardCampaignUpdateProposalAmino {
|
|
905
|
+
title: string;
|
|
906
|
+
description: string;
|
|
907
|
+
campaign_info?: TradingRewardCampaignInfoAmino;
|
|
908
|
+
campaign_reward_pools_additions: CampaignRewardPoolAmino[];
|
|
909
|
+
campaign_reward_pools_updates: CampaignRewardPoolAmino[];
|
|
910
|
+
}
|
|
911
|
+
export interface TradingRewardCampaignUpdateProposalAminoMsg {
|
|
912
|
+
type: "exchange/TradingRewardCampaignUpdateProposal";
|
|
913
|
+
value: TradingRewardCampaignUpdateProposalAmino;
|
|
914
|
+
}
|
|
915
|
+
export interface RewardPointUpdate {
|
|
916
|
+
accountAddress: string;
|
|
917
|
+
/** new_points overwrites the current trading reward points for the account */
|
|
918
|
+
newPoints: string;
|
|
919
|
+
}
|
|
920
|
+
export interface RewardPointUpdateProtoMsg {
|
|
921
|
+
typeUrl: "/injective.exchange.v1beta1.RewardPointUpdate";
|
|
922
|
+
value: Uint8Array;
|
|
923
|
+
}
|
|
924
|
+
export interface RewardPointUpdateAmino {
|
|
925
|
+
account_address: string;
|
|
926
|
+
/** new_points overwrites the current trading reward points for the account */
|
|
927
|
+
new_points: string;
|
|
928
|
+
}
|
|
929
|
+
export interface RewardPointUpdateAminoMsg {
|
|
930
|
+
type: "/injective.exchange.v1beta1.RewardPointUpdate";
|
|
931
|
+
value: RewardPointUpdateAmino;
|
|
932
|
+
}
|
|
933
|
+
export interface TradingRewardPendingPointsUpdateProposal {
|
|
934
|
+
title: string;
|
|
935
|
+
description: string;
|
|
936
|
+
pendingPoolTimestamp: bigint;
|
|
937
|
+
rewardPointUpdates: RewardPointUpdate[];
|
|
938
|
+
}
|
|
939
|
+
export interface TradingRewardPendingPointsUpdateProposalProtoMsg {
|
|
940
|
+
typeUrl: "/injective.exchange.v1beta1.TradingRewardPendingPointsUpdateProposal";
|
|
941
|
+
value: Uint8Array;
|
|
942
|
+
}
|
|
943
|
+
export interface TradingRewardPendingPointsUpdateProposalAmino {
|
|
944
|
+
title: string;
|
|
945
|
+
description: string;
|
|
946
|
+
pending_pool_timestamp: string;
|
|
947
|
+
reward_point_updates: RewardPointUpdateAmino[];
|
|
948
|
+
}
|
|
949
|
+
export interface TradingRewardPendingPointsUpdateProposalAminoMsg {
|
|
950
|
+
type: "exchange/TradingRewardPendingPointsUpdateProposal";
|
|
951
|
+
value: TradingRewardPendingPointsUpdateProposalAmino;
|
|
952
|
+
}
|
|
953
|
+
export interface FeeDiscountProposal {
|
|
954
|
+
title: string;
|
|
955
|
+
description: string;
|
|
956
|
+
schedule?: FeeDiscountSchedule;
|
|
957
|
+
}
|
|
958
|
+
export interface FeeDiscountProposalProtoMsg {
|
|
959
|
+
typeUrl: "/injective.exchange.v1beta1.FeeDiscountProposal";
|
|
960
|
+
value: Uint8Array;
|
|
961
|
+
}
|
|
962
|
+
export interface FeeDiscountProposalAmino {
|
|
963
|
+
title: string;
|
|
964
|
+
description: string;
|
|
965
|
+
schedule?: FeeDiscountScheduleAmino;
|
|
966
|
+
}
|
|
967
|
+
export interface FeeDiscountProposalAminoMsg {
|
|
968
|
+
type: "exchange/FeeDiscountProposal";
|
|
969
|
+
value: FeeDiscountProposalAmino;
|
|
970
|
+
}
|
|
971
|
+
export interface BatchCommunityPoolSpendProposal {
|
|
972
|
+
title: string;
|
|
973
|
+
description: string;
|
|
974
|
+
proposals: CommunityPoolSpendProposal[];
|
|
975
|
+
}
|
|
976
|
+
export interface BatchCommunityPoolSpendProposalProtoMsg {
|
|
977
|
+
typeUrl: "/injective.exchange.v1beta1.BatchCommunityPoolSpendProposal";
|
|
978
|
+
value: Uint8Array;
|
|
979
|
+
}
|
|
980
|
+
export interface BatchCommunityPoolSpendProposalAmino {
|
|
981
|
+
title: string;
|
|
982
|
+
description: string;
|
|
983
|
+
proposals: CommunityPoolSpendProposalAmino[];
|
|
984
|
+
}
|
|
985
|
+
export interface BatchCommunityPoolSpendProposalAminoMsg {
|
|
986
|
+
type: "exchange/BatchCommunityPoolSpendProposal";
|
|
987
|
+
value: BatchCommunityPoolSpendProposalAmino;
|
|
988
|
+
}
|
|
989
|
+
/**
|
|
990
|
+
* AtomicMarketOrderFeeMultiplierScheduleProposal defines a SDK message for
|
|
991
|
+
* proposing new atomic take fee multipliers for specified markets
|
|
992
|
+
*/
|
|
993
|
+
export interface AtomicMarketOrderFeeMultiplierScheduleProposal {
|
|
994
|
+
title: string;
|
|
995
|
+
description: string;
|
|
996
|
+
marketFeeMultipliers: MarketFeeMultiplier[];
|
|
997
|
+
}
|
|
998
|
+
export interface AtomicMarketOrderFeeMultiplierScheduleProposalProtoMsg {
|
|
999
|
+
typeUrl: "/injective.exchange.v1beta1.AtomicMarketOrderFeeMultiplierScheduleProposal";
|
|
1000
|
+
value: Uint8Array;
|
|
1001
|
+
}
|
|
1002
|
+
/**
|
|
1003
|
+
* AtomicMarketOrderFeeMultiplierScheduleProposal defines a SDK message for
|
|
1004
|
+
* proposing new atomic take fee multipliers for specified markets
|
|
1005
|
+
*/
|
|
1006
|
+
export interface AtomicMarketOrderFeeMultiplierScheduleProposalAmino {
|
|
1007
|
+
title: string;
|
|
1008
|
+
description: string;
|
|
1009
|
+
market_fee_multipliers: MarketFeeMultiplierAmino[];
|
|
1010
|
+
}
|
|
1011
|
+
export interface AtomicMarketOrderFeeMultiplierScheduleProposalAminoMsg {
|
|
1012
|
+
type: "exchange/AtomicMarketOrderFeeMultiplierScheduleProposal";
|
|
1013
|
+
value: AtomicMarketOrderFeeMultiplierScheduleProposalAmino;
|
|
1014
|
+
}
|
|
1015
|
+
export declare const SpotMarketParamUpdateProposal: {
|
|
1016
|
+
typeUrl: string;
|
|
1017
|
+
aminoType: string;
|
|
1018
|
+
is(o: any): o is SpotMarketParamUpdateProposal;
|
|
1019
|
+
isAmino(o: any): o is SpotMarketParamUpdateProposalAmino;
|
|
1020
|
+
encode(message: SpotMarketParamUpdateProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1021
|
+
decode(input: BinaryReader | Uint8Array, length?: number): SpotMarketParamUpdateProposal;
|
|
1022
|
+
fromPartial(object: DeepPartial<SpotMarketParamUpdateProposal>): SpotMarketParamUpdateProposal;
|
|
1023
|
+
fromAmino(object: SpotMarketParamUpdateProposalAmino): SpotMarketParamUpdateProposal;
|
|
1024
|
+
toAmino(message: SpotMarketParamUpdateProposal): SpotMarketParamUpdateProposalAmino;
|
|
1025
|
+
fromAminoMsg(object: SpotMarketParamUpdateProposalAminoMsg): SpotMarketParamUpdateProposal;
|
|
1026
|
+
toAminoMsg(message: SpotMarketParamUpdateProposal): SpotMarketParamUpdateProposalAminoMsg;
|
|
1027
|
+
fromProtoMsg(message: SpotMarketParamUpdateProposalProtoMsg): SpotMarketParamUpdateProposal;
|
|
1028
|
+
toProto(message: SpotMarketParamUpdateProposal): Uint8Array;
|
|
1029
|
+
toProtoMsg(message: SpotMarketParamUpdateProposal): SpotMarketParamUpdateProposalProtoMsg;
|
|
1030
|
+
};
|
|
1031
|
+
export declare const ExchangeEnableProposal: {
|
|
1032
|
+
typeUrl: string;
|
|
1033
|
+
aminoType: string;
|
|
1034
|
+
is(o: any): o is ExchangeEnableProposal;
|
|
1035
|
+
isAmino(o: any): o is ExchangeEnableProposalAmino;
|
|
1036
|
+
encode(message: ExchangeEnableProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1037
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ExchangeEnableProposal;
|
|
1038
|
+
fromPartial(object: DeepPartial<ExchangeEnableProposal>): ExchangeEnableProposal;
|
|
1039
|
+
fromAmino(object: ExchangeEnableProposalAmino): ExchangeEnableProposal;
|
|
1040
|
+
toAmino(message: ExchangeEnableProposal): ExchangeEnableProposalAmino;
|
|
1041
|
+
fromAminoMsg(object: ExchangeEnableProposalAminoMsg): ExchangeEnableProposal;
|
|
1042
|
+
toAminoMsg(message: ExchangeEnableProposal): ExchangeEnableProposalAminoMsg;
|
|
1043
|
+
fromProtoMsg(message: ExchangeEnableProposalProtoMsg): ExchangeEnableProposal;
|
|
1044
|
+
toProto(message: ExchangeEnableProposal): Uint8Array;
|
|
1045
|
+
toProtoMsg(message: ExchangeEnableProposal): ExchangeEnableProposalProtoMsg;
|
|
1046
|
+
};
|
|
1047
|
+
export declare const BatchExchangeModificationProposal: {
|
|
1048
|
+
typeUrl: string;
|
|
1049
|
+
aminoType: string;
|
|
1050
|
+
is(o: any): o is BatchExchangeModificationProposal;
|
|
1051
|
+
isAmino(o: any): o is BatchExchangeModificationProposalAmino;
|
|
1052
|
+
encode(message: BatchExchangeModificationProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1053
|
+
decode(input: BinaryReader | Uint8Array, length?: number): BatchExchangeModificationProposal;
|
|
1054
|
+
fromPartial(object: DeepPartial<BatchExchangeModificationProposal>): BatchExchangeModificationProposal;
|
|
1055
|
+
fromAmino(object: BatchExchangeModificationProposalAmino): BatchExchangeModificationProposal;
|
|
1056
|
+
toAmino(message: BatchExchangeModificationProposal): BatchExchangeModificationProposalAmino;
|
|
1057
|
+
fromAminoMsg(object: BatchExchangeModificationProposalAminoMsg): BatchExchangeModificationProposal;
|
|
1058
|
+
toAminoMsg(message: BatchExchangeModificationProposal): BatchExchangeModificationProposalAminoMsg;
|
|
1059
|
+
fromProtoMsg(message: BatchExchangeModificationProposalProtoMsg): BatchExchangeModificationProposal;
|
|
1060
|
+
toProto(message: BatchExchangeModificationProposal): Uint8Array;
|
|
1061
|
+
toProtoMsg(message: BatchExchangeModificationProposal): BatchExchangeModificationProposalProtoMsg;
|
|
1062
|
+
};
|
|
1063
|
+
export declare const SpotMarketLaunchProposal: {
|
|
1064
|
+
typeUrl: string;
|
|
1065
|
+
aminoType: string;
|
|
1066
|
+
is(o: any): o is SpotMarketLaunchProposal;
|
|
1067
|
+
isAmino(o: any): o is SpotMarketLaunchProposalAmino;
|
|
1068
|
+
encode(message: SpotMarketLaunchProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1069
|
+
decode(input: BinaryReader | Uint8Array, length?: number): SpotMarketLaunchProposal;
|
|
1070
|
+
fromPartial(object: DeepPartial<SpotMarketLaunchProposal>): SpotMarketLaunchProposal;
|
|
1071
|
+
fromAmino(object: SpotMarketLaunchProposalAmino): SpotMarketLaunchProposal;
|
|
1072
|
+
toAmino(message: SpotMarketLaunchProposal): SpotMarketLaunchProposalAmino;
|
|
1073
|
+
fromAminoMsg(object: SpotMarketLaunchProposalAminoMsg): SpotMarketLaunchProposal;
|
|
1074
|
+
toAminoMsg(message: SpotMarketLaunchProposal): SpotMarketLaunchProposalAminoMsg;
|
|
1075
|
+
fromProtoMsg(message: SpotMarketLaunchProposalProtoMsg): SpotMarketLaunchProposal;
|
|
1076
|
+
toProto(message: SpotMarketLaunchProposal): Uint8Array;
|
|
1077
|
+
toProtoMsg(message: SpotMarketLaunchProposal): SpotMarketLaunchProposalProtoMsg;
|
|
1078
|
+
};
|
|
1079
|
+
export declare const PerpetualMarketLaunchProposal: {
|
|
1080
|
+
typeUrl: string;
|
|
1081
|
+
aminoType: string;
|
|
1082
|
+
is(o: any): o is PerpetualMarketLaunchProposal;
|
|
1083
|
+
isAmino(o: any): o is PerpetualMarketLaunchProposalAmino;
|
|
1084
|
+
encode(message: PerpetualMarketLaunchProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1085
|
+
decode(input: BinaryReader | Uint8Array, length?: number): PerpetualMarketLaunchProposal;
|
|
1086
|
+
fromPartial(object: DeepPartial<PerpetualMarketLaunchProposal>): PerpetualMarketLaunchProposal;
|
|
1087
|
+
fromAmino(object: PerpetualMarketLaunchProposalAmino): PerpetualMarketLaunchProposal;
|
|
1088
|
+
toAmino(message: PerpetualMarketLaunchProposal): PerpetualMarketLaunchProposalAmino;
|
|
1089
|
+
fromAminoMsg(object: PerpetualMarketLaunchProposalAminoMsg): PerpetualMarketLaunchProposal;
|
|
1090
|
+
toAminoMsg(message: PerpetualMarketLaunchProposal): PerpetualMarketLaunchProposalAminoMsg;
|
|
1091
|
+
fromProtoMsg(message: PerpetualMarketLaunchProposalProtoMsg): PerpetualMarketLaunchProposal;
|
|
1092
|
+
toProto(message: PerpetualMarketLaunchProposal): Uint8Array;
|
|
1093
|
+
toProtoMsg(message: PerpetualMarketLaunchProposal): PerpetualMarketLaunchProposalProtoMsg;
|
|
1094
|
+
};
|
|
1095
|
+
export declare const BinaryOptionsMarketLaunchProposal: {
|
|
1096
|
+
typeUrl: string;
|
|
1097
|
+
aminoType: string;
|
|
1098
|
+
is(o: any): o is BinaryOptionsMarketLaunchProposal;
|
|
1099
|
+
isAmino(o: any): o is BinaryOptionsMarketLaunchProposalAmino;
|
|
1100
|
+
encode(message: BinaryOptionsMarketLaunchProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1101
|
+
decode(input: BinaryReader | Uint8Array, length?: number): BinaryOptionsMarketLaunchProposal;
|
|
1102
|
+
fromPartial(object: DeepPartial<BinaryOptionsMarketLaunchProposal>): BinaryOptionsMarketLaunchProposal;
|
|
1103
|
+
fromAmino(object: BinaryOptionsMarketLaunchProposalAmino): BinaryOptionsMarketLaunchProposal;
|
|
1104
|
+
toAmino(message: BinaryOptionsMarketLaunchProposal): BinaryOptionsMarketLaunchProposalAmino;
|
|
1105
|
+
fromAminoMsg(object: BinaryOptionsMarketLaunchProposalAminoMsg): BinaryOptionsMarketLaunchProposal;
|
|
1106
|
+
toAminoMsg(message: BinaryOptionsMarketLaunchProposal): BinaryOptionsMarketLaunchProposalAminoMsg;
|
|
1107
|
+
fromProtoMsg(message: BinaryOptionsMarketLaunchProposalProtoMsg): BinaryOptionsMarketLaunchProposal;
|
|
1108
|
+
toProto(message: BinaryOptionsMarketLaunchProposal): Uint8Array;
|
|
1109
|
+
toProtoMsg(message: BinaryOptionsMarketLaunchProposal): BinaryOptionsMarketLaunchProposalProtoMsg;
|
|
1110
|
+
};
|
|
1111
|
+
export declare const ExpiryFuturesMarketLaunchProposal: {
|
|
1112
|
+
typeUrl: string;
|
|
1113
|
+
aminoType: string;
|
|
1114
|
+
is(o: any): o is ExpiryFuturesMarketLaunchProposal;
|
|
1115
|
+
isAmino(o: any): o is ExpiryFuturesMarketLaunchProposalAmino;
|
|
1116
|
+
encode(message: ExpiryFuturesMarketLaunchProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1117
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ExpiryFuturesMarketLaunchProposal;
|
|
1118
|
+
fromPartial(object: DeepPartial<ExpiryFuturesMarketLaunchProposal>): ExpiryFuturesMarketLaunchProposal;
|
|
1119
|
+
fromAmino(object: ExpiryFuturesMarketLaunchProposalAmino): ExpiryFuturesMarketLaunchProposal;
|
|
1120
|
+
toAmino(message: ExpiryFuturesMarketLaunchProposal): ExpiryFuturesMarketLaunchProposalAmino;
|
|
1121
|
+
fromAminoMsg(object: ExpiryFuturesMarketLaunchProposalAminoMsg): ExpiryFuturesMarketLaunchProposal;
|
|
1122
|
+
toAminoMsg(message: ExpiryFuturesMarketLaunchProposal): ExpiryFuturesMarketLaunchProposalAminoMsg;
|
|
1123
|
+
fromProtoMsg(message: ExpiryFuturesMarketLaunchProposalProtoMsg): ExpiryFuturesMarketLaunchProposal;
|
|
1124
|
+
toProto(message: ExpiryFuturesMarketLaunchProposal): Uint8Array;
|
|
1125
|
+
toProtoMsg(message: ExpiryFuturesMarketLaunchProposal): ExpiryFuturesMarketLaunchProposalProtoMsg;
|
|
1126
|
+
};
|
|
1127
|
+
export declare const DerivativeMarketParamUpdateProposal: {
|
|
1128
|
+
typeUrl: string;
|
|
1129
|
+
aminoType: string;
|
|
1130
|
+
is(o: any): o is DerivativeMarketParamUpdateProposal;
|
|
1131
|
+
isAmino(o: any): o is DerivativeMarketParamUpdateProposalAmino;
|
|
1132
|
+
encode(message: DerivativeMarketParamUpdateProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1133
|
+
decode(input: BinaryReader | Uint8Array, length?: number): DerivativeMarketParamUpdateProposal;
|
|
1134
|
+
fromPartial(object: DeepPartial<DerivativeMarketParamUpdateProposal>): DerivativeMarketParamUpdateProposal;
|
|
1135
|
+
fromAmino(object: DerivativeMarketParamUpdateProposalAmino): DerivativeMarketParamUpdateProposal;
|
|
1136
|
+
toAmino(message: DerivativeMarketParamUpdateProposal): DerivativeMarketParamUpdateProposalAmino;
|
|
1137
|
+
fromAminoMsg(object: DerivativeMarketParamUpdateProposalAminoMsg): DerivativeMarketParamUpdateProposal;
|
|
1138
|
+
toAminoMsg(message: DerivativeMarketParamUpdateProposal): DerivativeMarketParamUpdateProposalAminoMsg;
|
|
1139
|
+
fromProtoMsg(message: DerivativeMarketParamUpdateProposalProtoMsg): DerivativeMarketParamUpdateProposal;
|
|
1140
|
+
toProto(message: DerivativeMarketParamUpdateProposal): Uint8Array;
|
|
1141
|
+
toProtoMsg(message: DerivativeMarketParamUpdateProposal): DerivativeMarketParamUpdateProposalProtoMsg;
|
|
1142
|
+
};
|
|
1143
|
+
export declare const AdminInfo: {
|
|
1144
|
+
typeUrl: string;
|
|
1145
|
+
is(o: any): o is AdminInfo;
|
|
1146
|
+
isAmino(o: any): o is AdminInfoAmino;
|
|
1147
|
+
encode(message: AdminInfo, writer?: BinaryWriter): BinaryWriter;
|
|
1148
|
+
decode(input: BinaryReader | Uint8Array, length?: number): AdminInfo;
|
|
1149
|
+
fromPartial(object: DeepPartial<AdminInfo>): AdminInfo;
|
|
1150
|
+
fromAmino(object: AdminInfoAmino): AdminInfo;
|
|
1151
|
+
toAmino(message: AdminInfo): AdminInfoAmino;
|
|
1152
|
+
fromAminoMsg(object: AdminInfoAminoMsg): AdminInfo;
|
|
1153
|
+
fromProtoMsg(message: AdminInfoProtoMsg): AdminInfo;
|
|
1154
|
+
toProto(message: AdminInfo): Uint8Array;
|
|
1155
|
+
toProtoMsg(message: AdminInfo): AdminInfoProtoMsg;
|
|
1156
|
+
};
|
|
1157
|
+
export declare const MarketForcedSettlementProposal: {
|
|
1158
|
+
typeUrl: string;
|
|
1159
|
+
aminoType: string;
|
|
1160
|
+
is(o: any): o is MarketForcedSettlementProposal;
|
|
1161
|
+
isAmino(o: any): o is MarketForcedSettlementProposalAmino;
|
|
1162
|
+
encode(message: MarketForcedSettlementProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1163
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MarketForcedSettlementProposal;
|
|
1164
|
+
fromPartial(object: DeepPartial<MarketForcedSettlementProposal>): MarketForcedSettlementProposal;
|
|
1165
|
+
fromAmino(object: MarketForcedSettlementProposalAmino): MarketForcedSettlementProposal;
|
|
1166
|
+
toAmino(message: MarketForcedSettlementProposal): MarketForcedSettlementProposalAmino;
|
|
1167
|
+
fromAminoMsg(object: MarketForcedSettlementProposalAminoMsg): MarketForcedSettlementProposal;
|
|
1168
|
+
toAminoMsg(message: MarketForcedSettlementProposal): MarketForcedSettlementProposalAminoMsg;
|
|
1169
|
+
fromProtoMsg(message: MarketForcedSettlementProposalProtoMsg): MarketForcedSettlementProposal;
|
|
1170
|
+
toProto(message: MarketForcedSettlementProposal): Uint8Array;
|
|
1171
|
+
toProtoMsg(message: MarketForcedSettlementProposal): MarketForcedSettlementProposalProtoMsg;
|
|
1172
|
+
};
|
|
1173
|
+
export declare const UpdateDenomDecimalsProposal: {
|
|
1174
|
+
typeUrl: string;
|
|
1175
|
+
aminoType: string;
|
|
1176
|
+
is(o: any): o is UpdateDenomDecimalsProposal;
|
|
1177
|
+
isAmino(o: any): o is UpdateDenomDecimalsProposalAmino;
|
|
1178
|
+
encode(message: UpdateDenomDecimalsProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1179
|
+
decode(input: BinaryReader | Uint8Array, length?: number): UpdateDenomDecimalsProposal;
|
|
1180
|
+
fromPartial(object: DeepPartial<UpdateDenomDecimalsProposal>): UpdateDenomDecimalsProposal;
|
|
1181
|
+
fromAmino(object: UpdateDenomDecimalsProposalAmino): UpdateDenomDecimalsProposal;
|
|
1182
|
+
toAmino(message: UpdateDenomDecimalsProposal): UpdateDenomDecimalsProposalAmino;
|
|
1183
|
+
fromAminoMsg(object: UpdateDenomDecimalsProposalAminoMsg): UpdateDenomDecimalsProposal;
|
|
1184
|
+
toAminoMsg(message: UpdateDenomDecimalsProposal): UpdateDenomDecimalsProposalAminoMsg;
|
|
1185
|
+
fromProtoMsg(message: UpdateDenomDecimalsProposalProtoMsg): UpdateDenomDecimalsProposal;
|
|
1186
|
+
toProto(message: UpdateDenomDecimalsProposal): Uint8Array;
|
|
1187
|
+
toProtoMsg(message: UpdateDenomDecimalsProposal): UpdateDenomDecimalsProposalProtoMsg;
|
|
1188
|
+
};
|
|
1189
|
+
export declare const BinaryOptionsMarketParamUpdateProposal: {
|
|
1190
|
+
typeUrl: string;
|
|
1191
|
+
aminoType: string;
|
|
1192
|
+
is(o: any): o is BinaryOptionsMarketParamUpdateProposal;
|
|
1193
|
+
isAmino(o: any): o is BinaryOptionsMarketParamUpdateProposalAmino;
|
|
1194
|
+
encode(message: BinaryOptionsMarketParamUpdateProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1195
|
+
decode(input: BinaryReader | Uint8Array, length?: number): BinaryOptionsMarketParamUpdateProposal;
|
|
1196
|
+
fromPartial(object: DeepPartial<BinaryOptionsMarketParamUpdateProposal>): BinaryOptionsMarketParamUpdateProposal;
|
|
1197
|
+
fromAmino(object: BinaryOptionsMarketParamUpdateProposalAmino): BinaryOptionsMarketParamUpdateProposal;
|
|
1198
|
+
toAmino(message: BinaryOptionsMarketParamUpdateProposal): BinaryOptionsMarketParamUpdateProposalAmino;
|
|
1199
|
+
fromAminoMsg(object: BinaryOptionsMarketParamUpdateProposalAminoMsg): BinaryOptionsMarketParamUpdateProposal;
|
|
1200
|
+
toAminoMsg(message: BinaryOptionsMarketParamUpdateProposal): BinaryOptionsMarketParamUpdateProposalAminoMsg;
|
|
1201
|
+
fromProtoMsg(message: BinaryOptionsMarketParamUpdateProposalProtoMsg): BinaryOptionsMarketParamUpdateProposal;
|
|
1202
|
+
toProto(message: BinaryOptionsMarketParamUpdateProposal): Uint8Array;
|
|
1203
|
+
toProtoMsg(message: BinaryOptionsMarketParamUpdateProposal): BinaryOptionsMarketParamUpdateProposalProtoMsg;
|
|
1204
|
+
};
|
|
1205
|
+
export declare const ProviderOracleParams: {
|
|
1206
|
+
typeUrl: string;
|
|
1207
|
+
is(o: any): o is ProviderOracleParams;
|
|
1208
|
+
isAmino(o: any): o is ProviderOracleParamsAmino;
|
|
1209
|
+
encode(message: ProviderOracleParams, writer?: BinaryWriter): BinaryWriter;
|
|
1210
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ProviderOracleParams;
|
|
1211
|
+
fromPartial(object: DeepPartial<ProviderOracleParams>): ProviderOracleParams;
|
|
1212
|
+
fromAmino(object: ProviderOracleParamsAmino): ProviderOracleParams;
|
|
1213
|
+
toAmino(message: ProviderOracleParams): ProviderOracleParamsAmino;
|
|
1214
|
+
fromAminoMsg(object: ProviderOracleParamsAminoMsg): ProviderOracleParams;
|
|
1215
|
+
fromProtoMsg(message: ProviderOracleParamsProtoMsg): ProviderOracleParams;
|
|
1216
|
+
toProto(message: ProviderOracleParams): Uint8Array;
|
|
1217
|
+
toProtoMsg(message: ProviderOracleParams): ProviderOracleParamsProtoMsg;
|
|
1218
|
+
};
|
|
1219
|
+
export declare const OracleParams: {
|
|
1220
|
+
typeUrl: string;
|
|
1221
|
+
is(o: any): o is OracleParams;
|
|
1222
|
+
isAmino(o: any): o is OracleParamsAmino;
|
|
1223
|
+
encode(message: OracleParams, writer?: BinaryWriter): BinaryWriter;
|
|
1224
|
+
decode(input: BinaryReader | Uint8Array, length?: number): OracleParams;
|
|
1225
|
+
fromPartial(object: DeepPartial<OracleParams>): OracleParams;
|
|
1226
|
+
fromAmino(object: OracleParamsAmino): OracleParams;
|
|
1227
|
+
toAmino(message: OracleParams): OracleParamsAmino;
|
|
1228
|
+
fromAminoMsg(object: OracleParamsAminoMsg): OracleParams;
|
|
1229
|
+
fromProtoMsg(message: OracleParamsProtoMsg): OracleParams;
|
|
1230
|
+
toProto(message: OracleParams): Uint8Array;
|
|
1231
|
+
toProtoMsg(message: OracleParams): OracleParamsProtoMsg;
|
|
1232
|
+
};
|
|
1233
|
+
export declare const TradingRewardCampaignLaunchProposal: {
|
|
1234
|
+
typeUrl: string;
|
|
1235
|
+
aminoType: string;
|
|
1236
|
+
is(o: any): o is TradingRewardCampaignLaunchProposal;
|
|
1237
|
+
isAmino(o: any): o is TradingRewardCampaignLaunchProposalAmino;
|
|
1238
|
+
encode(message: TradingRewardCampaignLaunchProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1239
|
+
decode(input: BinaryReader | Uint8Array, length?: number): TradingRewardCampaignLaunchProposal;
|
|
1240
|
+
fromPartial(object: DeepPartial<TradingRewardCampaignLaunchProposal>): TradingRewardCampaignLaunchProposal;
|
|
1241
|
+
fromAmino(object: TradingRewardCampaignLaunchProposalAmino): TradingRewardCampaignLaunchProposal;
|
|
1242
|
+
toAmino(message: TradingRewardCampaignLaunchProposal): TradingRewardCampaignLaunchProposalAmino;
|
|
1243
|
+
fromAminoMsg(object: TradingRewardCampaignLaunchProposalAminoMsg): TradingRewardCampaignLaunchProposal;
|
|
1244
|
+
toAminoMsg(message: TradingRewardCampaignLaunchProposal): TradingRewardCampaignLaunchProposalAminoMsg;
|
|
1245
|
+
fromProtoMsg(message: TradingRewardCampaignLaunchProposalProtoMsg): TradingRewardCampaignLaunchProposal;
|
|
1246
|
+
toProto(message: TradingRewardCampaignLaunchProposal): Uint8Array;
|
|
1247
|
+
toProtoMsg(message: TradingRewardCampaignLaunchProposal): TradingRewardCampaignLaunchProposalProtoMsg;
|
|
1248
|
+
};
|
|
1249
|
+
export declare const TradingRewardCampaignUpdateProposal: {
|
|
1250
|
+
typeUrl: string;
|
|
1251
|
+
aminoType: string;
|
|
1252
|
+
is(o: any): o is TradingRewardCampaignUpdateProposal;
|
|
1253
|
+
isAmino(o: any): o is TradingRewardCampaignUpdateProposalAmino;
|
|
1254
|
+
encode(message: TradingRewardCampaignUpdateProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1255
|
+
decode(input: BinaryReader | Uint8Array, length?: number): TradingRewardCampaignUpdateProposal;
|
|
1256
|
+
fromPartial(object: DeepPartial<TradingRewardCampaignUpdateProposal>): TradingRewardCampaignUpdateProposal;
|
|
1257
|
+
fromAmino(object: TradingRewardCampaignUpdateProposalAmino): TradingRewardCampaignUpdateProposal;
|
|
1258
|
+
toAmino(message: TradingRewardCampaignUpdateProposal): TradingRewardCampaignUpdateProposalAmino;
|
|
1259
|
+
fromAminoMsg(object: TradingRewardCampaignUpdateProposalAminoMsg): TradingRewardCampaignUpdateProposal;
|
|
1260
|
+
toAminoMsg(message: TradingRewardCampaignUpdateProposal): TradingRewardCampaignUpdateProposalAminoMsg;
|
|
1261
|
+
fromProtoMsg(message: TradingRewardCampaignUpdateProposalProtoMsg): TradingRewardCampaignUpdateProposal;
|
|
1262
|
+
toProto(message: TradingRewardCampaignUpdateProposal): Uint8Array;
|
|
1263
|
+
toProtoMsg(message: TradingRewardCampaignUpdateProposal): TradingRewardCampaignUpdateProposalProtoMsg;
|
|
1264
|
+
};
|
|
1265
|
+
export declare const RewardPointUpdate: {
|
|
1266
|
+
typeUrl: string;
|
|
1267
|
+
is(o: any): o is RewardPointUpdate;
|
|
1268
|
+
isAmino(o: any): o is RewardPointUpdateAmino;
|
|
1269
|
+
encode(message: RewardPointUpdate, writer?: BinaryWriter): BinaryWriter;
|
|
1270
|
+
decode(input: BinaryReader | Uint8Array, length?: number): RewardPointUpdate;
|
|
1271
|
+
fromPartial(object: DeepPartial<RewardPointUpdate>): RewardPointUpdate;
|
|
1272
|
+
fromAmino(object: RewardPointUpdateAmino): RewardPointUpdate;
|
|
1273
|
+
toAmino(message: RewardPointUpdate): RewardPointUpdateAmino;
|
|
1274
|
+
fromAminoMsg(object: RewardPointUpdateAminoMsg): RewardPointUpdate;
|
|
1275
|
+
fromProtoMsg(message: RewardPointUpdateProtoMsg): RewardPointUpdate;
|
|
1276
|
+
toProto(message: RewardPointUpdate): Uint8Array;
|
|
1277
|
+
toProtoMsg(message: RewardPointUpdate): RewardPointUpdateProtoMsg;
|
|
1278
|
+
};
|
|
1279
|
+
export declare const TradingRewardPendingPointsUpdateProposal: {
|
|
1280
|
+
typeUrl: string;
|
|
1281
|
+
aminoType: string;
|
|
1282
|
+
is(o: any): o is TradingRewardPendingPointsUpdateProposal;
|
|
1283
|
+
isAmino(o: any): o is TradingRewardPendingPointsUpdateProposalAmino;
|
|
1284
|
+
encode(message: TradingRewardPendingPointsUpdateProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1285
|
+
decode(input: BinaryReader | Uint8Array, length?: number): TradingRewardPendingPointsUpdateProposal;
|
|
1286
|
+
fromPartial(object: DeepPartial<TradingRewardPendingPointsUpdateProposal>): TradingRewardPendingPointsUpdateProposal;
|
|
1287
|
+
fromAmino(object: TradingRewardPendingPointsUpdateProposalAmino): TradingRewardPendingPointsUpdateProposal;
|
|
1288
|
+
toAmino(message: TradingRewardPendingPointsUpdateProposal): TradingRewardPendingPointsUpdateProposalAmino;
|
|
1289
|
+
fromAminoMsg(object: TradingRewardPendingPointsUpdateProposalAminoMsg): TradingRewardPendingPointsUpdateProposal;
|
|
1290
|
+
toAminoMsg(message: TradingRewardPendingPointsUpdateProposal): TradingRewardPendingPointsUpdateProposalAminoMsg;
|
|
1291
|
+
fromProtoMsg(message: TradingRewardPendingPointsUpdateProposalProtoMsg): TradingRewardPendingPointsUpdateProposal;
|
|
1292
|
+
toProto(message: TradingRewardPendingPointsUpdateProposal): Uint8Array;
|
|
1293
|
+
toProtoMsg(message: TradingRewardPendingPointsUpdateProposal): TradingRewardPendingPointsUpdateProposalProtoMsg;
|
|
1294
|
+
};
|
|
1295
|
+
export declare const FeeDiscountProposal: {
|
|
1296
|
+
typeUrl: string;
|
|
1297
|
+
aminoType: string;
|
|
1298
|
+
is(o: any): o is FeeDiscountProposal;
|
|
1299
|
+
isAmino(o: any): o is FeeDiscountProposalAmino;
|
|
1300
|
+
encode(message: FeeDiscountProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1301
|
+
decode(input: BinaryReader | Uint8Array, length?: number): FeeDiscountProposal;
|
|
1302
|
+
fromPartial(object: DeepPartial<FeeDiscountProposal>): FeeDiscountProposal;
|
|
1303
|
+
fromAmino(object: FeeDiscountProposalAmino): FeeDiscountProposal;
|
|
1304
|
+
toAmino(message: FeeDiscountProposal): FeeDiscountProposalAmino;
|
|
1305
|
+
fromAminoMsg(object: FeeDiscountProposalAminoMsg): FeeDiscountProposal;
|
|
1306
|
+
toAminoMsg(message: FeeDiscountProposal): FeeDiscountProposalAminoMsg;
|
|
1307
|
+
fromProtoMsg(message: FeeDiscountProposalProtoMsg): FeeDiscountProposal;
|
|
1308
|
+
toProto(message: FeeDiscountProposal): Uint8Array;
|
|
1309
|
+
toProtoMsg(message: FeeDiscountProposal): FeeDiscountProposalProtoMsg;
|
|
1310
|
+
};
|
|
1311
|
+
export declare const BatchCommunityPoolSpendProposal: {
|
|
1312
|
+
typeUrl: string;
|
|
1313
|
+
aminoType: string;
|
|
1314
|
+
is(o: any): o is BatchCommunityPoolSpendProposal;
|
|
1315
|
+
isAmino(o: any): o is BatchCommunityPoolSpendProposalAmino;
|
|
1316
|
+
encode(message: BatchCommunityPoolSpendProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1317
|
+
decode(input: BinaryReader | Uint8Array, length?: number): BatchCommunityPoolSpendProposal;
|
|
1318
|
+
fromPartial(object: DeepPartial<BatchCommunityPoolSpendProposal>): BatchCommunityPoolSpendProposal;
|
|
1319
|
+
fromAmino(object: BatchCommunityPoolSpendProposalAmino): BatchCommunityPoolSpendProposal;
|
|
1320
|
+
toAmino(message: BatchCommunityPoolSpendProposal): BatchCommunityPoolSpendProposalAmino;
|
|
1321
|
+
fromAminoMsg(object: BatchCommunityPoolSpendProposalAminoMsg): BatchCommunityPoolSpendProposal;
|
|
1322
|
+
toAminoMsg(message: BatchCommunityPoolSpendProposal): BatchCommunityPoolSpendProposalAminoMsg;
|
|
1323
|
+
fromProtoMsg(message: BatchCommunityPoolSpendProposalProtoMsg): BatchCommunityPoolSpendProposal;
|
|
1324
|
+
toProto(message: BatchCommunityPoolSpendProposal): Uint8Array;
|
|
1325
|
+
toProtoMsg(message: BatchCommunityPoolSpendProposal): BatchCommunityPoolSpendProposalProtoMsg;
|
|
1326
|
+
};
|
|
1327
|
+
export declare const AtomicMarketOrderFeeMultiplierScheduleProposal: {
|
|
1328
|
+
typeUrl: string;
|
|
1329
|
+
aminoType: string;
|
|
1330
|
+
is(o: any): o is AtomicMarketOrderFeeMultiplierScheduleProposal;
|
|
1331
|
+
isAmino(o: any): o is AtomicMarketOrderFeeMultiplierScheduleProposalAmino;
|
|
1332
|
+
encode(message: AtomicMarketOrderFeeMultiplierScheduleProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1333
|
+
decode(input: BinaryReader | Uint8Array, length?: number): AtomicMarketOrderFeeMultiplierScheduleProposal;
|
|
1334
|
+
fromPartial(object: DeepPartial<AtomicMarketOrderFeeMultiplierScheduleProposal>): AtomicMarketOrderFeeMultiplierScheduleProposal;
|
|
1335
|
+
fromAmino(object: AtomicMarketOrderFeeMultiplierScheduleProposalAmino): AtomicMarketOrderFeeMultiplierScheduleProposal;
|
|
1336
|
+
toAmino(message: AtomicMarketOrderFeeMultiplierScheduleProposal): AtomicMarketOrderFeeMultiplierScheduleProposalAmino;
|
|
1337
|
+
fromAminoMsg(object: AtomicMarketOrderFeeMultiplierScheduleProposalAminoMsg): AtomicMarketOrderFeeMultiplierScheduleProposal;
|
|
1338
|
+
toAminoMsg(message: AtomicMarketOrderFeeMultiplierScheduleProposal): AtomicMarketOrderFeeMultiplierScheduleProposalAminoMsg;
|
|
1339
|
+
fromProtoMsg(message: AtomicMarketOrderFeeMultiplierScheduleProposalProtoMsg): AtomicMarketOrderFeeMultiplierScheduleProposal;
|
|
1340
|
+
toProto(message: AtomicMarketOrderFeeMultiplierScheduleProposal): Uint8Array;
|
|
1341
|
+
toProtoMsg(message: AtomicMarketOrderFeeMultiplierScheduleProposal): AtomicMarketOrderFeeMultiplierScheduleProposalProtoMsg;
|
|
1342
|
+
};
|