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,2468 @@
|
|
|
1
|
+
import { Coin, CoinAmino } from "../../../cosmos/base/v1beta1/coin";
|
|
2
|
+
import { OracleType } from "../../oracle/v1beta1/oracle";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
5
|
+
export declare enum AtomicMarketOrderAccessLevel {
|
|
6
|
+
Nobody = 0,
|
|
7
|
+
/** BeginBlockerSmartContractsOnly - currently unsupported */
|
|
8
|
+
BeginBlockerSmartContractsOnly = 1,
|
|
9
|
+
SmartContractsOnly = 2,
|
|
10
|
+
Everyone = 3,
|
|
11
|
+
UNRECOGNIZED = -1
|
|
12
|
+
}
|
|
13
|
+
export declare const AtomicMarketOrderAccessLevelAmino: typeof AtomicMarketOrderAccessLevel;
|
|
14
|
+
export declare function atomicMarketOrderAccessLevelFromJSON(object: any): AtomicMarketOrderAccessLevel;
|
|
15
|
+
export declare function atomicMarketOrderAccessLevelToJSON(object: AtomicMarketOrderAccessLevel): string;
|
|
16
|
+
export declare enum MarketStatus {
|
|
17
|
+
Unspecified = 0,
|
|
18
|
+
Active = 1,
|
|
19
|
+
Paused = 2,
|
|
20
|
+
Demolished = 3,
|
|
21
|
+
Expired = 4,
|
|
22
|
+
UNRECOGNIZED = -1
|
|
23
|
+
}
|
|
24
|
+
export declare const MarketStatusAmino: typeof MarketStatus;
|
|
25
|
+
export declare function marketStatusFromJSON(object: any): MarketStatus;
|
|
26
|
+
export declare function marketStatusToJSON(object: MarketStatus): string;
|
|
27
|
+
export declare enum OrderType {
|
|
28
|
+
UNSPECIFIED = 0,
|
|
29
|
+
BUY = 1,
|
|
30
|
+
SELL = 2,
|
|
31
|
+
STOP_BUY = 3,
|
|
32
|
+
STOP_SELL = 4,
|
|
33
|
+
TAKE_BUY = 5,
|
|
34
|
+
TAKE_SELL = 6,
|
|
35
|
+
BUY_PO = 7,
|
|
36
|
+
SELL_PO = 8,
|
|
37
|
+
BUY_ATOMIC = 9,
|
|
38
|
+
SELL_ATOMIC = 10,
|
|
39
|
+
UNRECOGNIZED = -1
|
|
40
|
+
}
|
|
41
|
+
export declare const OrderTypeAmino: typeof OrderType;
|
|
42
|
+
export declare function orderTypeFromJSON(object: any): OrderType;
|
|
43
|
+
export declare function orderTypeToJSON(object: OrderType): string;
|
|
44
|
+
export declare enum ExecutionType {
|
|
45
|
+
UnspecifiedExecutionType = 0,
|
|
46
|
+
Market = 1,
|
|
47
|
+
LimitFill = 2,
|
|
48
|
+
LimitMatchRestingOrder = 3,
|
|
49
|
+
LimitMatchNewOrder = 4,
|
|
50
|
+
MarketLiquidation = 5,
|
|
51
|
+
ExpiryMarketSettlement = 6,
|
|
52
|
+
UNRECOGNIZED = -1
|
|
53
|
+
}
|
|
54
|
+
export declare const ExecutionTypeAmino: typeof ExecutionType;
|
|
55
|
+
export declare function executionTypeFromJSON(object: any): ExecutionType;
|
|
56
|
+
export declare function executionTypeToJSON(object: ExecutionType): string;
|
|
57
|
+
export declare enum OrderMask {
|
|
58
|
+
UNUSED = 0,
|
|
59
|
+
ANY = 1,
|
|
60
|
+
REGULAR = 2,
|
|
61
|
+
CONDITIONAL = 4,
|
|
62
|
+
DIRECTION_BUY_OR_HIGHER = 8,
|
|
63
|
+
DIRECTION_SELL_OR_LOWER = 16,
|
|
64
|
+
TYPE_MARKET = 32,
|
|
65
|
+
TYPE_LIMIT = 64,
|
|
66
|
+
UNRECOGNIZED = -1
|
|
67
|
+
}
|
|
68
|
+
export declare const OrderMaskAmino: typeof OrderMask;
|
|
69
|
+
export declare function orderMaskFromJSON(object: any): OrderMask;
|
|
70
|
+
export declare function orderMaskToJSON(object: OrderMask): string;
|
|
71
|
+
export interface Params {
|
|
72
|
+
/**
|
|
73
|
+
* spot_market_instant_listing_fee defines the expedited fee in INJ required
|
|
74
|
+
* to create a spot market by bypassing governance
|
|
75
|
+
*/
|
|
76
|
+
spotMarketInstantListingFee: Coin;
|
|
77
|
+
/**
|
|
78
|
+
* derivative_market_instant_listing_fee defines the expedited fee in INJ
|
|
79
|
+
* required to create a derivative market by bypassing governance
|
|
80
|
+
*/
|
|
81
|
+
derivativeMarketInstantListingFee: Coin;
|
|
82
|
+
/**
|
|
83
|
+
* default_spot_maker_fee defines the default exchange trade fee for makers on
|
|
84
|
+
* a spot market
|
|
85
|
+
*/
|
|
86
|
+
defaultSpotMakerFeeRate: string;
|
|
87
|
+
/**
|
|
88
|
+
* default_spot_taker_fee_rate defines the default exchange trade fee rate for
|
|
89
|
+
* takers on a new spot market
|
|
90
|
+
*/
|
|
91
|
+
defaultSpotTakerFeeRate: string;
|
|
92
|
+
/**
|
|
93
|
+
* default_derivative_maker_fee defines the default exchange trade fee for
|
|
94
|
+
* makers on a new derivative market
|
|
95
|
+
*/
|
|
96
|
+
defaultDerivativeMakerFeeRate: string;
|
|
97
|
+
/**
|
|
98
|
+
* default_derivative_taker_fee defines the default exchange trade fee for
|
|
99
|
+
* takers on a new derivative market
|
|
100
|
+
*/
|
|
101
|
+
defaultDerivativeTakerFeeRate: string;
|
|
102
|
+
/**
|
|
103
|
+
* default_initial_margin_ratio defines the default initial margin ratio on a
|
|
104
|
+
* new derivative market
|
|
105
|
+
*/
|
|
106
|
+
defaultInitialMarginRatio: string;
|
|
107
|
+
/**
|
|
108
|
+
* default_maintenance_margin_ratio defines the default maintenance margin
|
|
109
|
+
* ratio on a new derivative market
|
|
110
|
+
*/
|
|
111
|
+
defaultMaintenanceMarginRatio: string;
|
|
112
|
+
/**
|
|
113
|
+
* default_funding_interval defines the default funding interval on a
|
|
114
|
+
* derivative market
|
|
115
|
+
*/
|
|
116
|
+
defaultFundingInterval: bigint;
|
|
117
|
+
/**
|
|
118
|
+
* funding_multiple defines the timestamp multiple that the funding timestamp
|
|
119
|
+
* should be a multiple of
|
|
120
|
+
*/
|
|
121
|
+
fundingMultiple: bigint;
|
|
122
|
+
/**
|
|
123
|
+
* relayer_fee_share_rate defines the trade fee share percentage that goes to
|
|
124
|
+
* relayers
|
|
125
|
+
*/
|
|
126
|
+
relayerFeeShareRate: string;
|
|
127
|
+
/**
|
|
128
|
+
* default_hourly_funding_rate_cap defines the default maximum absolute value
|
|
129
|
+
* of the hourly funding rate
|
|
130
|
+
*/
|
|
131
|
+
defaultHourlyFundingRateCap: string;
|
|
132
|
+
/** hourly_interest_rate defines the hourly interest rate */
|
|
133
|
+
defaultHourlyInterestRate: string;
|
|
134
|
+
/**
|
|
135
|
+
* max_derivative_order_side_count defines the maximum number of derivative
|
|
136
|
+
* active orders a subaccount can have for a given orderbook side
|
|
137
|
+
*/
|
|
138
|
+
maxDerivativeOrderSideCount: number;
|
|
139
|
+
/**
|
|
140
|
+
* inj_reward_staked_requirement_threshold defines the threshold on INJ
|
|
141
|
+
* rewards after which one also needs staked INJ to receive more
|
|
142
|
+
*/
|
|
143
|
+
injRewardStakedRequirementThreshold: string;
|
|
144
|
+
/**
|
|
145
|
+
* the trading_rewards_vesting_duration defines the vesting times for trading
|
|
146
|
+
* rewards
|
|
147
|
+
*/
|
|
148
|
+
tradingRewardsVestingDuration: bigint;
|
|
149
|
+
/**
|
|
150
|
+
* liquidator_reward_share_rate defines the ratio of the split of the surplus
|
|
151
|
+
* collateral that goes to the liquidator
|
|
152
|
+
*/
|
|
153
|
+
liquidatorRewardShareRate: string;
|
|
154
|
+
/**
|
|
155
|
+
* binary_options_market_instant_listing_fee defines the expedited fee in INJ
|
|
156
|
+
* required to create a derivative market by bypassing governance
|
|
157
|
+
*/
|
|
158
|
+
binaryOptionsMarketInstantListingFee: Coin;
|
|
159
|
+
/**
|
|
160
|
+
* atomic_market_order_access_level defines the required access permissions
|
|
161
|
+
* for executing atomic market orders
|
|
162
|
+
*/
|
|
163
|
+
atomicMarketOrderAccessLevel: AtomicMarketOrderAccessLevel;
|
|
164
|
+
/**
|
|
165
|
+
* spot_atomic_market_order_fee_multiplier defines the default multiplier for
|
|
166
|
+
* executing atomic market orders in spot markets
|
|
167
|
+
*/
|
|
168
|
+
spotAtomicMarketOrderFeeMultiplier: string;
|
|
169
|
+
/**
|
|
170
|
+
* derivative_atomic_market_order_fee_multiplier defines the default
|
|
171
|
+
* multiplier for executing atomic market orders in derivative markets
|
|
172
|
+
*/
|
|
173
|
+
derivativeAtomicMarketOrderFeeMultiplier: string;
|
|
174
|
+
/**
|
|
175
|
+
* binary_options_atomic_market_order_fee_multiplier defines the default
|
|
176
|
+
* multiplier for executing atomic market orders in binary markets
|
|
177
|
+
*/
|
|
178
|
+
binaryOptionsAtomicMarketOrderFeeMultiplier: string;
|
|
179
|
+
/** minimal_protocol_fee_rate defines the minimal protocol fee rate */
|
|
180
|
+
minimalProtocolFeeRate: string;
|
|
181
|
+
/**
|
|
182
|
+
* is_instant_derivative_market_launch_enabled defines whether instant
|
|
183
|
+
* derivative market launch is enabled
|
|
184
|
+
*/
|
|
185
|
+
isInstantDerivativeMarketLaunchEnabled: boolean;
|
|
186
|
+
postOnlyModeHeightThreshold: bigint;
|
|
187
|
+
/**
|
|
188
|
+
* Maximum time in seconds since the last mark price update to allow a
|
|
189
|
+
* decrease in margin
|
|
190
|
+
*/
|
|
191
|
+
marginDecreasePriceTimestampThresholdSeconds: bigint;
|
|
192
|
+
/** List of addresses that are allowed to perform exchange admin operations */
|
|
193
|
+
exchangeAdmins: string[];
|
|
194
|
+
/** inj_auction_max_cap defines the maximum cap for INJ sent to auction */
|
|
195
|
+
injAuctionMaxCap: string;
|
|
196
|
+
}
|
|
197
|
+
export interface ParamsProtoMsg {
|
|
198
|
+
typeUrl: "/injective.exchange.v1beta1.Params";
|
|
199
|
+
value: Uint8Array;
|
|
200
|
+
}
|
|
201
|
+
export interface ParamsAmino {
|
|
202
|
+
/**
|
|
203
|
+
* spot_market_instant_listing_fee defines the expedited fee in INJ required
|
|
204
|
+
* to create a spot market by bypassing governance
|
|
205
|
+
*/
|
|
206
|
+
spot_market_instant_listing_fee: CoinAmino;
|
|
207
|
+
/**
|
|
208
|
+
* derivative_market_instant_listing_fee defines the expedited fee in INJ
|
|
209
|
+
* required to create a derivative market by bypassing governance
|
|
210
|
+
*/
|
|
211
|
+
derivative_market_instant_listing_fee: CoinAmino;
|
|
212
|
+
/**
|
|
213
|
+
* default_spot_maker_fee defines the default exchange trade fee for makers on
|
|
214
|
+
* a spot market
|
|
215
|
+
*/
|
|
216
|
+
default_spot_maker_fee_rate: string;
|
|
217
|
+
/**
|
|
218
|
+
* default_spot_taker_fee_rate defines the default exchange trade fee rate for
|
|
219
|
+
* takers on a new spot market
|
|
220
|
+
*/
|
|
221
|
+
default_spot_taker_fee_rate: string;
|
|
222
|
+
/**
|
|
223
|
+
* default_derivative_maker_fee defines the default exchange trade fee for
|
|
224
|
+
* makers on a new derivative market
|
|
225
|
+
*/
|
|
226
|
+
default_derivative_maker_fee_rate: string;
|
|
227
|
+
/**
|
|
228
|
+
* default_derivative_taker_fee defines the default exchange trade fee for
|
|
229
|
+
* takers on a new derivative market
|
|
230
|
+
*/
|
|
231
|
+
default_derivative_taker_fee_rate: string;
|
|
232
|
+
/**
|
|
233
|
+
* default_initial_margin_ratio defines the default initial margin ratio on a
|
|
234
|
+
* new derivative market
|
|
235
|
+
*/
|
|
236
|
+
default_initial_margin_ratio: string;
|
|
237
|
+
/**
|
|
238
|
+
* default_maintenance_margin_ratio defines the default maintenance margin
|
|
239
|
+
* ratio on a new derivative market
|
|
240
|
+
*/
|
|
241
|
+
default_maintenance_margin_ratio: string;
|
|
242
|
+
/**
|
|
243
|
+
* default_funding_interval defines the default funding interval on a
|
|
244
|
+
* derivative market
|
|
245
|
+
*/
|
|
246
|
+
default_funding_interval: string;
|
|
247
|
+
/**
|
|
248
|
+
* funding_multiple defines the timestamp multiple that the funding timestamp
|
|
249
|
+
* should be a multiple of
|
|
250
|
+
*/
|
|
251
|
+
funding_multiple: string;
|
|
252
|
+
/**
|
|
253
|
+
* relayer_fee_share_rate defines the trade fee share percentage that goes to
|
|
254
|
+
* relayers
|
|
255
|
+
*/
|
|
256
|
+
relayer_fee_share_rate: string;
|
|
257
|
+
/**
|
|
258
|
+
* default_hourly_funding_rate_cap defines the default maximum absolute value
|
|
259
|
+
* of the hourly funding rate
|
|
260
|
+
*/
|
|
261
|
+
default_hourly_funding_rate_cap: string;
|
|
262
|
+
/** hourly_interest_rate defines the hourly interest rate */
|
|
263
|
+
default_hourly_interest_rate: string;
|
|
264
|
+
/**
|
|
265
|
+
* max_derivative_order_side_count defines the maximum number of derivative
|
|
266
|
+
* active orders a subaccount can have for a given orderbook side
|
|
267
|
+
*/
|
|
268
|
+
max_derivative_order_side_count: number;
|
|
269
|
+
/**
|
|
270
|
+
* inj_reward_staked_requirement_threshold defines the threshold on INJ
|
|
271
|
+
* rewards after which one also needs staked INJ to receive more
|
|
272
|
+
*/
|
|
273
|
+
inj_reward_staked_requirement_threshold: string;
|
|
274
|
+
/**
|
|
275
|
+
* the trading_rewards_vesting_duration defines the vesting times for trading
|
|
276
|
+
* rewards
|
|
277
|
+
*/
|
|
278
|
+
trading_rewards_vesting_duration: string;
|
|
279
|
+
/**
|
|
280
|
+
* liquidator_reward_share_rate defines the ratio of the split of the surplus
|
|
281
|
+
* collateral that goes to the liquidator
|
|
282
|
+
*/
|
|
283
|
+
liquidator_reward_share_rate: string;
|
|
284
|
+
/**
|
|
285
|
+
* binary_options_market_instant_listing_fee defines the expedited fee in INJ
|
|
286
|
+
* required to create a derivative market by bypassing governance
|
|
287
|
+
*/
|
|
288
|
+
binary_options_market_instant_listing_fee: CoinAmino;
|
|
289
|
+
/**
|
|
290
|
+
* atomic_market_order_access_level defines the required access permissions
|
|
291
|
+
* for executing atomic market orders
|
|
292
|
+
*/
|
|
293
|
+
atomic_market_order_access_level: AtomicMarketOrderAccessLevel;
|
|
294
|
+
/**
|
|
295
|
+
* spot_atomic_market_order_fee_multiplier defines the default multiplier for
|
|
296
|
+
* executing atomic market orders in spot markets
|
|
297
|
+
*/
|
|
298
|
+
spot_atomic_market_order_fee_multiplier: string;
|
|
299
|
+
/**
|
|
300
|
+
* derivative_atomic_market_order_fee_multiplier defines the default
|
|
301
|
+
* multiplier for executing atomic market orders in derivative markets
|
|
302
|
+
*/
|
|
303
|
+
derivative_atomic_market_order_fee_multiplier: string;
|
|
304
|
+
/**
|
|
305
|
+
* binary_options_atomic_market_order_fee_multiplier defines the default
|
|
306
|
+
* multiplier for executing atomic market orders in binary markets
|
|
307
|
+
*/
|
|
308
|
+
binary_options_atomic_market_order_fee_multiplier: string;
|
|
309
|
+
/** minimal_protocol_fee_rate defines the minimal protocol fee rate */
|
|
310
|
+
minimal_protocol_fee_rate: string;
|
|
311
|
+
/**
|
|
312
|
+
* is_instant_derivative_market_launch_enabled defines whether instant
|
|
313
|
+
* derivative market launch is enabled
|
|
314
|
+
*/
|
|
315
|
+
is_instant_derivative_market_launch_enabled: boolean;
|
|
316
|
+
post_only_mode_height_threshold: string;
|
|
317
|
+
/**
|
|
318
|
+
* Maximum time in seconds since the last mark price update to allow a
|
|
319
|
+
* decrease in margin
|
|
320
|
+
*/
|
|
321
|
+
margin_decrease_price_timestamp_threshold_seconds: string;
|
|
322
|
+
/** List of addresses that are allowed to perform exchange admin operations */
|
|
323
|
+
exchange_admins: string[];
|
|
324
|
+
/** inj_auction_max_cap defines the maximum cap for INJ sent to auction */
|
|
325
|
+
inj_auction_max_cap: string;
|
|
326
|
+
}
|
|
327
|
+
export interface ParamsAminoMsg {
|
|
328
|
+
type: "exchange/Params";
|
|
329
|
+
value: ParamsAmino;
|
|
330
|
+
}
|
|
331
|
+
export interface MarketFeeMultiplier {
|
|
332
|
+
marketId: string;
|
|
333
|
+
feeMultiplier: string;
|
|
334
|
+
}
|
|
335
|
+
export interface MarketFeeMultiplierProtoMsg {
|
|
336
|
+
typeUrl: "/injective.exchange.v1beta1.MarketFeeMultiplier";
|
|
337
|
+
value: Uint8Array;
|
|
338
|
+
}
|
|
339
|
+
export interface MarketFeeMultiplierAmino {
|
|
340
|
+
market_id: string;
|
|
341
|
+
fee_multiplier: string;
|
|
342
|
+
}
|
|
343
|
+
export interface MarketFeeMultiplierAminoMsg {
|
|
344
|
+
type: "/injective.exchange.v1beta1.MarketFeeMultiplier";
|
|
345
|
+
value: MarketFeeMultiplierAmino;
|
|
346
|
+
}
|
|
347
|
+
/** An object describing a derivative market in the Injective Futures Protocol. */
|
|
348
|
+
export interface DerivativeMarket {
|
|
349
|
+
/** Ticker for the derivative contract. */
|
|
350
|
+
ticker: string;
|
|
351
|
+
/** Oracle base currency */
|
|
352
|
+
oracleBase: string;
|
|
353
|
+
/** Oracle quote currency */
|
|
354
|
+
oracleQuote: string;
|
|
355
|
+
/** Oracle type */
|
|
356
|
+
oracleType: OracleType;
|
|
357
|
+
/** Scale factor for oracle prices. */
|
|
358
|
+
oracleScaleFactor: number;
|
|
359
|
+
/** Address of the quote currency denomination for the derivative contract */
|
|
360
|
+
quoteDenom: string;
|
|
361
|
+
/** Unique market ID. */
|
|
362
|
+
marketId: string;
|
|
363
|
+
/**
|
|
364
|
+
* initial_margin_ratio defines the initial margin ratio of a derivative
|
|
365
|
+
* market
|
|
366
|
+
*/
|
|
367
|
+
initialMarginRatio: string;
|
|
368
|
+
/**
|
|
369
|
+
* maintenance_margin_ratio defines the maintenance margin ratio of a
|
|
370
|
+
* derivative market
|
|
371
|
+
*/
|
|
372
|
+
maintenanceMarginRatio: string;
|
|
373
|
+
/** maker_fee_rate defines the maker fee rate of a derivative market */
|
|
374
|
+
makerFeeRate: string;
|
|
375
|
+
/** taker_fee_rate defines the taker fee rate of a derivative market */
|
|
376
|
+
takerFeeRate: string;
|
|
377
|
+
/**
|
|
378
|
+
* relayer_fee_share_rate defines the percentage of the transaction fee shared
|
|
379
|
+
* with the relayer in a derivative market
|
|
380
|
+
*/
|
|
381
|
+
relayerFeeShareRate: string;
|
|
382
|
+
/**
|
|
383
|
+
* true if the market is a perpetual market. false if the market is an expiry
|
|
384
|
+
* futures market
|
|
385
|
+
*/
|
|
386
|
+
isPerpetual: boolean;
|
|
387
|
+
/** Status of the market */
|
|
388
|
+
status: MarketStatus;
|
|
389
|
+
/**
|
|
390
|
+
* min_price_tick_size defines the minimum tick size that the price and margin
|
|
391
|
+
* required for orders in the market
|
|
392
|
+
*/
|
|
393
|
+
minPriceTickSize: string;
|
|
394
|
+
/**
|
|
395
|
+
* min_quantity_tick_size defines the minimum tick size of the quantity
|
|
396
|
+
* required for orders in the market
|
|
397
|
+
*/
|
|
398
|
+
minQuantityTickSize: string;
|
|
399
|
+
/**
|
|
400
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
401
|
+
* orders in the market
|
|
402
|
+
*/
|
|
403
|
+
minNotional: string;
|
|
404
|
+
/** current market admin */
|
|
405
|
+
admin: string;
|
|
406
|
+
/** level of admin permissions */
|
|
407
|
+
adminPermissions: number;
|
|
408
|
+
}
|
|
409
|
+
export interface DerivativeMarketProtoMsg {
|
|
410
|
+
typeUrl: "/injective.exchange.v1beta1.DerivativeMarket";
|
|
411
|
+
value: Uint8Array;
|
|
412
|
+
}
|
|
413
|
+
/** An object describing a derivative market in the Injective Futures Protocol. */
|
|
414
|
+
export interface DerivativeMarketAmino {
|
|
415
|
+
/** Ticker for the derivative contract. */
|
|
416
|
+
ticker: string;
|
|
417
|
+
/** Oracle base currency */
|
|
418
|
+
oracle_base: string;
|
|
419
|
+
/** Oracle quote currency */
|
|
420
|
+
oracle_quote: string;
|
|
421
|
+
/** Oracle type */
|
|
422
|
+
oracle_type: OracleType;
|
|
423
|
+
/** Scale factor for oracle prices. */
|
|
424
|
+
oracle_scale_factor: number;
|
|
425
|
+
/** Address of the quote currency denomination for the derivative contract */
|
|
426
|
+
quote_denom: string;
|
|
427
|
+
/** Unique market ID. */
|
|
428
|
+
market_id: string;
|
|
429
|
+
/**
|
|
430
|
+
* initial_margin_ratio defines the initial margin ratio of a derivative
|
|
431
|
+
* market
|
|
432
|
+
*/
|
|
433
|
+
initial_margin_ratio: string;
|
|
434
|
+
/**
|
|
435
|
+
* maintenance_margin_ratio defines the maintenance margin ratio of a
|
|
436
|
+
* derivative market
|
|
437
|
+
*/
|
|
438
|
+
maintenance_margin_ratio: string;
|
|
439
|
+
/** maker_fee_rate defines the maker fee rate of a derivative market */
|
|
440
|
+
maker_fee_rate: string;
|
|
441
|
+
/** taker_fee_rate defines the taker fee rate of a derivative market */
|
|
442
|
+
taker_fee_rate: string;
|
|
443
|
+
/**
|
|
444
|
+
* relayer_fee_share_rate defines the percentage of the transaction fee shared
|
|
445
|
+
* with the relayer in a derivative market
|
|
446
|
+
*/
|
|
447
|
+
relayer_fee_share_rate: string;
|
|
448
|
+
/**
|
|
449
|
+
* true if the market is a perpetual market. false if the market is an expiry
|
|
450
|
+
* futures market
|
|
451
|
+
*/
|
|
452
|
+
isPerpetual: boolean;
|
|
453
|
+
/** Status of the market */
|
|
454
|
+
status: MarketStatus;
|
|
455
|
+
/**
|
|
456
|
+
* min_price_tick_size defines the minimum tick size that the price and margin
|
|
457
|
+
* required for orders in the market
|
|
458
|
+
*/
|
|
459
|
+
min_price_tick_size: string;
|
|
460
|
+
/**
|
|
461
|
+
* min_quantity_tick_size defines the minimum tick size of the quantity
|
|
462
|
+
* required for orders in the market
|
|
463
|
+
*/
|
|
464
|
+
min_quantity_tick_size: string;
|
|
465
|
+
/**
|
|
466
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
467
|
+
* orders in the market
|
|
468
|
+
*/
|
|
469
|
+
min_notional: string;
|
|
470
|
+
/** current market admin */
|
|
471
|
+
admin: string;
|
|
472
|
+
/** level of admin permissions */
|
|
473
|
+
admin_permissions: number;
|
|
474
|
+
}
|
|
475
|
+
export interface DerivativeMarketAminoMsg {
|
|
476
|
+
type: "/injective.exchange.v1beta1.DerivativeMarket";
|
|
477
|
+
value: DerivativeMarketAmino;
|
|
478
|
+
}
|
|
479
|
+
/** An object describing a binary options market in Injective Protocol. */
|
|
480
|
+
export interface BinaryOptionsMarket {
|
|
481
|
+
/** Ticker for the derivative contract. */
|
|
482
|
+
ticker: string;
|
|
483
|
+
/** Oracle symbol */
|
|
484
|
+
oracleSymbol: string;
|
|
485
|
+
/** Oracle Provider */
|
|
486
|
+
oracleProvider: string;
|
|
487
|
+
/** Oracle type */
|
|
488
|
+
oracleType: OracleType;
|
|
489
|
+
/** Scale factor for oracle prices. */
|
|
490
|
+
oracleScaleFactor: number;
|
|
491
|
+
/** expiration timestamp */
|
|
492
|
+
expirationTimestamp: bigint;
|
|
493
|
+
/** expiration timestamp */
|
|
494
|
+
settlementTimestamp: bigint;
|
|
495
|
+
/** admin of the market */
|
|
496
|
+
admin: string;
|
|
497
|
+
/** Address of the quote currency denomination for the binary options contract */
|
|
498
|
+
quoteDenom: string;
|
|
499
|
+
/** Unique market ID. */
|
|
500
|
+
marketId: string;
|
|
501
|
+
/** maker_fee_rate defines the maker fee rate of a binary options market */
|
|
502
|
+
makerFeeRate: string;
|
|
503
|
+
/** taker_fee_rate defines the taker fee rate of a derivative market */
|
|
504
|
+
takerFeeRate: string;
|
|
505
|
+
/**
|
|
506
|
+
* relayer_fee_share_rate defines the percentage of the transaction fee shared
|
|
507
|
+
* with the relayer in a derivative market
|
|
508
|
+
*/
|
|
509
|
+
relayerFeeShareRate: string;
|
|
510
|
+
/** Status of the market */
|
|
511
|
+
status: MarketStatus;
|
|
512
|
+
/**
|
|
513
|
+
* min_price_tick_size defines the minimum tick size that the price and margin
|
|
514
|
+
* required for orders in the market
|
|
515
|
+
*/
|
|
516
|
+
minPriceTickSize: string;
|
|
517
|
+
/**
|
|
518
|
+
* min_quantity_tick_size defines the minimum tick size of the quantity
|
|
519
|
+
* required for orders in the market
|
|
520
|
+
*/
|
|
521
|
+
minQuantityTickSize: string;
|
|
522
|
+
settlementPrice?: string;
|
|
523
|
+
/**
|
|
524
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
525
|
+
* orders in the market
|
|
526
|
+
*/
|
|
527
|
+
minNotional: string;
|
|
528
|
+
/** level of admin permissions */
|
|
529
|
+
adminPermissions: number;
|
|
530
|
+
}
|
|
531
|
+
export interface BinaryOptionsMarketProtoMsg {
|
|
532
|
+
typeUrl: "/injective.exchange.v1beta1.BinaryOptionsMarket";
|
|
533
|
+
value: Uint8Array;
|
|
534
|
+
}
|
|
535
|
+
/** An object describing a binary options market in Injective Protocol. */
|
|
536
|
+
export interface BinaryOptionsMarketAmino {
|
|
537
|
+
/** Ticker for the derivative contract. */
|
|
538
|
+
ticker: string;
|
|
539
|
+
/** Oracle symbol */
|
|
540
|
+
oracle_symbol: string;
|
|
541
|
+
/** Oracle Provider */
|
|
542
|
+
oracle_provider: string;
|
|
543
|
+
/** Oracle type */
|
|
544
|
+
oracle_type: OracleType;
|
|
545
|
+
/** Scale factor for oracle prices. */
|
|
546
|
+
oracle_scale_factor: number;
|
|
547
|
+
/** expiration timestamp */
|
|
548
|
+
expiration_timestamp: string;
|
|
549
|
+
/** expiration timestamp */
|
|
550
|
+
settlement_timestamp: string;
|
|
551
|
+
/** admin of the market */
|
|
552
|
+
admin: string;
|
|
553
|
+
/** Address of the quote currency denomination for the binary options contract */
|
|
554
|
+
quote_denom: string;
|
|
555
|
+
/** Unique market ID. */
|
|
556
|
+
market_id: string;
|
|
557
|
+
/** maker_fee_rate defines the maker fee rate of a binary options market */
|
|
558
|
+
maker_fee_rate: string;
|
|
559
|
+
/** taker_fee_rate defines the taker fee rate of a derivative market */
|
|
560
|
+
taker_fee_rate: string;
|
|
561
|
+
/**
|
|
562
|
+
* relayer_fee_share_rate defines the percentage of the transaction fee shared
|
|
563
|
+
* with the relayer in a derivative market
|
|
564
|
+
*/
|
|
565
|
+
relayer_fee_share_rate: string;
|
|
566
|
+
/** Status of the market */
|
|
567
|
+
status: MarketStatus;
|
|
568
|
+
/**
|
|
569
|
+
* min_price_tick_size defines the minimum tick size that the price and margin
|
|
570
|
+
* required for orders in the market
|
|
571
|
+
*/
|
|
572
|
+
min_price_tick_size: string;
|
|
573
|
+
/**
|
|
574
|
+
* min_quantity_tick_size defines the minimum tick size of the quantity
|
|
575
|
+
* required for orders in the market
|
|
576
|
+
*/
|
|
577
|
+
min_quantity_tick_size: string;
|
|
578
|
+
settlement_price?: string;
|
|
579
|
+
/**
|
|
580
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
581
|
+
* orders in the market
|
|
582
|
+
*/
|
|
583
|
+
min_notional: string;
|
|
584
|
+
/** level of admin permissions */
|
|
585
|
+
admin_permissions: number;
|
|
586
|
+
}
|
|
587
|
+
export interface BinaryOptionsMarketAminoMsg {
|
|
588
|
+
type: "/injective.exchange.v1beta1.BinaryOptionsMarket";
|
|
589
|
+
value: BinaryOptionsMarketAmino;
|
|
590
|
+
}
|
|
591
|
+
export interface ExpiryFuturesMarketInfo {
|
|
592
|
+
/** market ID. */
|
|
593
|
+
marketId: string;
|
|
594
|
+
/**
|
|
595
|
+
* expiration_timestamp defines the expiration time for a time expiry futures
|
|
596
|
+
* market.
|
|
597
|
+
*/
|
|
598
|
+
expirationTimestamp: bigint;
|
|
599
|
+
/**
|
|
600
|
+
* expiration_twap_start_timestamp defines the start time of the TWAP
|
|
601
|
+
* calculation window
|
|
602
|
+
*/
|
|
603
|
+
twapStartTimestamp: bigint;
|
|
604
|
+
/**
|
|
605
|
+
* expiration_twap_start_price_cumulative defines the cumulative price for the
|
|
606
|
+
* start of the TWAP window
|
|
607
|
+
*/
|
|
608
|
+
expirationTwapStartPriceCumulative: string;
|
|
609
|
+
/**
|
|
610
|
+
* settlement_price defines the settlement price for a time expiry futures
|
|
611
|
+
* market.
|
|
612
|
+
*/
|
|
613
|
+
settlementPrice: string;
|
|
614
|
+
}
|
|
615
|
+
export interface ExpiryFuturesMarketInfoProtoMsg {
|
|
616
|
+
typeUrl: "/injective.exchange.v1beta1.ExpiryFuturesMarketInfo";
|
|
617
|
+
value: Uint8Array;
|
|
618
|
+
}
|
|
619
|
+
export interface ExpiryFuturesMarketInfoAmino {
|
|
620
|
+
/** market ID. */
|
|
621
|
+
market_id: string;
|
|
622
|
+
/**
|
|
623
|
+
* expiration_timestamp defines the expiration time for a time expiry futures
|
|
624
|
+
* market.
|
|
625
|
+
*/
|
|
626
|
+
expiration_timestamp: string;
|
|
627
|
+
/**
|
|
628
|
+
* expiration_twap_start_timestamp defines the start time of the TWAP
|
|
629
|
+
* calculation window
|
|
630
|
+
*/
|
|
631
|
+
twap_start_timestamp: string;
|
|
632
|
+
/**
|
|
633
|
+
* expiration_twap_start_price_cumulative defines the cumulative price for the
|
|
634
|
+
* start of the TWAP window
|
|
635
|
+
*/
|
|
636
|
+
expiration_twap_start_price_cumulative: string;
|
|
637
|
+
/**
|
|
638
|
+
* settlement_price defines the settlement price for a time expiry futures
|
|
639
|
+
* market.
|
|
640
|
+
*/
|
|
641
|
+
settlement_price: string;
|
|
642
|
+
}
|
|
643
|
+
export interface ExpiryFuturesMarketInfoAminoMsg {
|
|
644
|
+
type: "/injective.exchange.v1beta1.ExpiryFuturesMarketInfo";
|
|
645
|
+
value: ExpiryFuturesMarketInfoAmino;
|
|
646
|
+
}
|
|
647
|
+
export interface PerpetualMarketInfo {
|
|
648
|
+
/** market ID. */
|
|
649
|
+
marketId: string;
|
|
650
|
+
/**
|
|
651
|
+
* hourly_funding_rate_cap defines the maximum absolute value of the hourly
|
|
652
|
+
* funding rate
|
|
653
|
+
*/
|
|
654
|
+
hourlyFundingRateCap: string;
|
|
655
|
+
/** hourly_interest_rate defines the hourly interest rate */
|
|
656
|
+
hourlyInterestRate: string;
|
|
657
|
+
/**
|
|
658
|
+
* next_funding_timestamp defines the next funding timestamp in seconds of a
|
|
659
|
+
* perpetual market
|
|
660
|
+
*/
|
|
661
|
+
nextFundingTimestamp: bigint;
|
|
662
|
+
/**
|
|
663
|
+
* funding_interval defines the next funding interval in seconds of a
|
|
664
|
+
* perpetual market.
|
|
665
|
+
*/
|
|
666
|
+
fundingInterval: bigint;
|
|
667
|
+
}
|
|
668
|
+
export interface PerpetualMarketInfoProtoMsg {
|
|
669
|
+
typeUrl: "/injective.exchange.v1beta1.PerpetualMarketInfo";
|
|
670
|
+
value: Uint8Array;
|
|
671
|
+
}
|
|
672
|
+
export interface PerpetualMarketInfoAmino {
|
|
673
|
+
/** market ID. */
|
|
674
|
+
market_id: string;
|
|
675
|
+
/**
|
|
676
|
+
* hourly_funding_rate_cap defines the maximum absolute value of the hourly
|
|
677
|
+
* funding rate
|
|
678
|
+
*/
|
|
679
|
+
hourly_funding_rate_cap: string;
|
|
680
|
+
/** hourly_interest_rate defines the hourly interest rate */
|
|
681
|
+
hourly_interest_rate: string;
|
|
682
|
+
/**
|
|
683
|
+
* next_funding_timestamp defines the next funding timestamp in seconds of a
|
|
684
|
+
* perpetual market
|
|
685
|
+
*/
|
|
686
|
+
next_funding_timestamp: string;
|
|
687
|
+
/**
|
|
688
|
+
* funding_interval defines the next funding interval in seconds of a
|
|
689
|
+
* perpetual market.
|
|
690
|
+
*/
|
|
691
|
+
funding_interval: string;
|
|
692
|
+
}
|
|
693
|
+
export interface PerpetualMarketInfoAminoMsg {
|
|
694
|
+
type: "/injective.exchange.v1beta1.PerpetualMarketInfo";
|
|
695
|
+
value: PerpetualMarketInfoAmino;
|
|
696
|
+
}
|
|
697
|
+
export interface PerpetualMarketFunding {
|
|
698
|
+
/** cumulative_funding defines the cumulative funding of a perpetual market. */
|
|
699
|
+
cumulativeFunding: string;
|
|
700
|
+
/**
|
|
701
|
+
* cumulative_price defines the cumulative price for the current hour up to
|
|
702
|
+
* the last timestamp
|
|
703
|
+
*/
|
|
704
|
+
cumulativePrice: string;
|
|
705
|
+
lastTimestamp: bigint;
|
|
706
|
+
}
|
|
707
|
+
export interface PerpetualMarketFundingProtoMsg {
|
|
708
|
+
typeUrl: "/injective.exchange.v1beta1.PerpetualMarketFunding";
|
|
709
|
+
value: Uint8Array;
|
|
710
|
+
}
|
|
711
|
+
export interface PerpetualMarketFundingAmino {
|
|
712
|
+
/** cumulative_funding defines the cumulative funding of a perpetual market. */
|
|
713
|
+
cumulative_funding: string;
|
|
714
|
+
/**
|
|
715
|
+
* cumulative_price defines the cumulative price for the current hour up to
|
|
716
|
+
* the last timestamp
|
|
717
|
+
*/
|
|
718
|
+
cumulative_price: string;
|
|
719
|
+
last_timestamp: string;
|
|
720
|
+
}
|
|
721
|
+
export interface PerpetualMarketFundingAminoMsg {
|
|
722
|
+
type: "/injective.exchange.v1beta1.PerpetualMarketFunding";
|
|
723
|
+
value: PerpetualMarketFundingAmino;
|
|
724
|
+
}
|
|
725
|
+
export interface DerivativeMarketSettlementInfo {
|
|
726
|
+
/** market ID. */
|
|
727
|
+
marketId: string;
|
|
728
|
+
/** settlement_price defines the settlement price */
|
|
729
|
+
settlementPrice: string;
|
|
730
|
+
}
|
|
731
|
+
export interface DerivativeMarketSettlementInfoProtoMsg {
|
|
732
|
+
typeUrl: "/injective.exchange.v1beta1.DerivativeMarketSettlementInfo";
|
|
733
|
+
value: Uint8Array;
|
|
734
|
+
}
|
|
735
|
+
export interface DerivativeMarketSettlementInfoAmino {
|
|
736
|
+
/** market ID. */
|
|
737
|
+
market_id: string;
|
|
738
|
+
/** settlement_price defines the settlement price */
|
|
739
|
+
settlement_price: string;
|
|
740
|
+
}
|
|
741
|
+
export interface DerivativeMarketSettlementInfoAminoMsg {
|
|
742
|
+
type: "/injective.exchange.v1beta1.DerivativeMarketSettlementInfo";
|
|
743
|
+
value: DerivativeMarketSettlementInfoAmino;
|
|
744
|
+
}
|
|
745
|
+
export interface NextFundingTimestamp {
|
|
746
|
+
nextTimestamp: bigint;
|
|
747
|
+
}
|
|
748
|
+
export interface NextFundingTimestampProtoMsg {
|
|
749
|
+
typeUrl: "/injective.exchange.v1beta1.NextFundingTimestamp";
|
|
750
|
+
value: Uint8Array;
|
|
751
|
+
}
|
|
752
|
+
export interface NextFundingTimestampAmino {
|
|
753
|
+
next_timestamp: string;
|
|
754
|
+
}
|
|
755
|
+
export interface NextFundingTimestampAminoMsg {
|
|
756
|
+
type: "/injective.exchange.v1beta1.NextFundingTimestamp";
|
|
757
|
+
value: NextFundingTimestampAmino;
|
|
758
|
+
}
|
|
759
|
+
export interface MidPriceAndTOB {
|
|
760
|
+
/** mid price of the market */
|
|
761
|
+
midPrice?: string;
|
|
762
|
+
/** best buy price of the market */
|
|
763
|
+
bestBuyPrice?: string;
|
|
764
|
+
/** best sell price of the market */
|
|
765
|
+
bestSellPrice?: string;
|
|
766
|
+
}
|
|
767
|
+
export interface MidPriceAndTOBProtoMsg {
|
|
768
|
+
typeUrl: "/injective.exchange.v1beta1.MidPriceAndTOB";
|
|
769
|
+
value: Uint8Array;
|
|
770
|
+
}
|
|
771
|
+
export interface MidPriceAndTOBAmino {
|
|
772
|
+
/** mid price of the market */
|
|
773
|
+
mid_price?: string;
|
|
774
|
+
/** best buy price of the market */
|
|
775
|
+
best_buy_price?: string;
|
|
776
|
+
/** best sell price of the market */
|
|
777
|
+
best_sell_price?: string;
|
|
778
|
+
}
|
|
779
|
+
export interface MidPriceAndTOBAminoMsg {
|
|
780
|
+
type: "/injective.exchange.v1beta1.MidPriceAndTOB";
|
|
781
|
+
value: MidPriceAndTOBAmino;
|
|
782
|
+
}
|
|
783
|
+
/** An object describing trade pair of two assets. */
|
|
784
|
+
export interface SpotMarket {
|
|
785
|
+
/**
|
|
786
|
+
* A name of the pair in format AAA/BBB, where AAA is base asset, BBB is quote
|
|
787
|
+
* asset.
|
|
788
|
+
*/
|
|
789
|
+
ticker: string;
|
|
790
|
+
/** Coin denom used for the base asset */
|
|
791
|
+
baseDenom: string;
|
|
792
|
+
/** Coin used for the quote asset */
|
|
793
|
+
quoteDenom: string;
|
|
794
|
+
/** maker_fee_rate defines the fee percentage makers pay when trading */
|
|
795
|
+
makerFeeRate: string;
|
|
796
|
+
/** taker_fee_rate defines the fee percentage takers pay when trading */
|
|
797
|
+
takerFeeRate: string;
|
|
798
|
+
/**
|
|
799
|
+
* relayer_fee_share_rate defines the percentage of the transaction fee shared
|
|
800
|
+
* with the relayer in a derivative market
|
|
801
|
+
*/
|
|
802
|
+
relayerFeeShareRate: string;
|
|
803
|
+
/** Unique market ID. */
|
|
804
|
+
marketId: string;
|
|
805
|
+
/** Status of the market */
|
|
806
|
+
status: MarketStatus;
|
|
807
|
+
/**
|
|
808
|
+
* min_price_tick_size defines the minimum tick size that the price required
|
|
809
|
+
* for orders in the market
|
|
810
|
+
*/
|
|
811
|
+
minPriceTickSize: string;
|
|
812
|
+
/**
|
|
813
|
+
* min_quantity_tick_size defines the minimum tick size of the quantity
|
|
814
|
+
* required for orders in the market
|
|
815
|
+
*/
|
|
816
|
+
minQuantityTickSize: string;
|
|
817
|
+
/**
|
|
818
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
819
|
+
* orders in the market
|
|
820
|
+
*/
|
|
821
|
+
minNotional: string;
|
|
822
|
+
/** current market admin */
|
|
823
|
+
admin: string;
|
|
824
|
+
/** level of admin permissions */
|
|
825
|
+
adminPermissions: number;
|
|
826
|
+
}
|
|
827
|
+
export interface SpotMarketProtoMsg {
|
|
828
|
+
typeUrl: "/injective.exchange.v1beta1.SpotMarket";
|
|
829
|
+
value: Uint8Array;
|
|
830
|
+
}
|
|
831
|
+
/** An object describing trade pair of two assets. */
|
|
832
|
+
export interface SpotMarketAmino {
|
|
833
|
+
/**
|
|
834
|
+
* A name of the pair in format AAA/BBB, where AAA is base asset, BBB is quote
|
|
835
|
+
* asset.
|
|
836
|
+
*/
|
|
837
|
+
ticker: string;
|
|
838
|
+
/** Coin denom used for the base asset */
|
|
839
|
+
base_denom: string;
|
|
840
|
+
/** Coin used for the quote asset */
|
|
841
|
+
quote_denom: string;
|
|
842
|
+
/** maker_fee_rate defines the fee percentage makers pay when trading */
|
|
843
|
+
maker_fee_rate: string;
|
|
844
|
+
/** taker_fee_rate defines the fee percentage takers pay when trading */
|
|
845
|
+
taker_fee_rate: string;
|
|
846
|
+
/**
|
|
847
|
+
* relayer_fee_share_rate defines the percentage of the transaction fee shared
|
|
848
|
+
* with the relayer in a derivative market
|
|
849
|
+
*/
|
|
850
|
+
relayer_fee_share_rate: string;
|
|
851
|
+
/** Unique market ID. */
|
|
852
|
+
market_id: string;
|
|
853
|
+
/** Status of the market */
|
|
854
|
+
status: MarketStatus;
|
|
855
|
+
/**
|
|
856
|
+
* min_price_tick_size defines the minimum tick size that the price required
|
|
857
|
+
* for orders in the market
|
|
858
|
+
*/
|
|
859
|
+
min_price_tick_size: string;
|
|
860
|
+
/**
|
|
861
|
+
* min_quantity_tick_size defines the minimum tick size of the quantity
|
|
862
|
+
* required for orders in the market
|
|
863
|
+
*/
|
|
864
|
+
min_quantity_tick_size: string;
|
|
865
|
+
/**
|
|
866
|
+
* min_notional defines the minimum notional (in quote asset) required for
|
|
867
|
+
* orders in the market
|
|
868
|
+
*/
|
|
869
|
+
min_notional: string;
|
|
870
|
+
/** current market admin */
|
|
871
|
+
admin: string;
|
|
872
|
+
/** level of admin permissions */
|
|
873
|
+
admin_permissions: number;
|
|
874
|
+
}
|
|
875
|
+
export interface SpotMarketAminoMsg {
|
|
876
|
+
type: "/injective.exchange.v1beta1.SpotMarket";
|
|
877
|
+
value: SpotMarketAmino;
|
|
878
|
+
}
|
|
879
|
+
/** A subaccount's deposit for a given base currency */
|
|
880
|
+
export interface Deposit {
|
|
881
|
+
availableBalance: string;
|
|
882
|
+
totalBalance: string;
|
|
883
|
+
}
|
|
884
|
+
export interface DepositProtoMsg {
|
|
885
|
+
typeUrl: "/injective.exchange.v1beta1.Deposit";
|
|
886
|
+
value: Uint8Array;
|
|
887
|
+
}
|
|
888
|
+
/** A subaccount's deposit for a given base currency */
|
|
889
|
+
export interface DepositAmino {
|
|
890
|
+
available_balance: string;
|
|
891
|
+
total_balance: string;
|
|
892
|
+
}
|
|
893
|
+
export interface DepositAminoMsg {
|
|
894
|
+
type: "/injective.exchange.v1beta1.Deposit";
|
|
895
|
+
value: DepositAmino;
|
|
896
|
+
}
|
|
897
|
+
export interface SubaccountTradeNonce {
|
|
898
|
+
nonce: number;
|
|
899
|
+
}
|
|
900
|
+
export interface SubaccountTradeNonceProtoMsg {
|
|
901
|
+
typeUrl: "/injective.exchange.v1beta1.SubaccountTradeNonce";
|
|
902
|
+
value: Uint8Array;
|
|
903
|
+
}
|
|
904
|
+
export interface SubaccountTradeNonceAmino {
|
|
905
|
+
nonce: number;
|
|
906
|
+
}
|
|
907
|
+
export interface SubaccountTradeNonceAminoMsg {
|
|
908
|
+
type: "/injective.exchange.v1beta1.SubaccountTradeNonce";
|
|
909
|
+
value: SubaccountTradeNonceAmino;
|
|
910
|
+
}
|
|
911
|
+
export interface OrderInfo {
|
|
912
|
+
/** bytes32 subaccount ID that created the order */
|
|
913
|
+
subaccountId: string;
|
|
914
|
+
/** address fee_recipient address that will receive fees for the order */
|
|
915
|
+
feeRecipient: string;
|
|
916
|
+
/** price of the order */
|
|
917
|
+
price: string;
|
|
918
|
+
/** quantity of the order */
|
|
919
|
+
quantity: string;
|
|
920
|
+
cid: string;
|
|
921
|
+
}
|
|
922
|
+
export interface OrderInfoProtoMsg {
|
|
923
|
+
typeUrl: "/injective.exchange.v1beta1.OrderInfo";
|
|
924
|
+
value: Uint8Array;
|
|
925
|
+
}
|
|
926
|
+
export interface OrderInfoAmino {
|
|
927
|
+
/** bytes32 subaccount ID that created the order */
|
|
928
|
+
subaccount_id: string;
|
|
929
|
+
/** address fee_recipient address that will receive fees for the order */
|
|
930
|
+
fee_recipient: string;
|
|
931
|
+
/** price of the order */
|
|
932
|
+
price: string;
|
|
933
|
+
/** quantity of the order */
|
|
934
|
+
quantity: string;
|
|
935
|
+
cid: string;
|
|
936
|
+
}
|
|
937
|
+
export interface OrderInfoAminoMsg {
|
|
938
|
+
type: "/injective.exchange.v1beta1.OrderInfo";
|
|
939
|
+
value: OrderInfoAmino;
|
|
940
|
+
}
|
|
941
|
+
export interface SpotOrder {
|
|
942
|
+
/** market_id represents the unique ID of the market */
|
|
943
|
+
marketId: string;
|
|
944
|
+
/** order_info contains the information of the order */
|
|
945
|
+
orderInfo: OrderInfo;
|
|
946
|
+
/** order types */
|
|
947
|
+
orderType: OrderType;
|
|
948
|
+
/** trigger_price is the trigger price used by stop/take orders */
|
|
949
|
+
triggerPrice?: string;
|
|
950
|
+
}
|
|
951
|
+
export interface SpotOrderProtoMsg {
|
|
952
|
+
typeUrl: "/injective.exchange.v1beta1.SpotOrder";
|
|
953
|
+
value: Uint8Array;
|
|
954
|
+
}
|
|
955
|
+
export interface SpotOrderAmino {
|
|
956
|
+
/** market_id represents the unique ID of the market */
|
|
957
|
+
market_id: string;
|
|
958
|
+
/** order_info contains the information of the order */
|
|
959
|
+
order_info: OrderInfoAmino;
|
|
960
|
+
/** order types */
|
|
961
|
+
order_type: OrderType;
|
|
962
|
+
/** trigger_price is the trigger price used by stop/take orders */
|
|
963
|
+
trigger_price?: string;
|
|
964
|
+
}
|
|
965
|
+
export interface SpotOrderAminoMsg {
|
|
966
|
+
type: "/injective.exchange.v1beta1.SpotOrder";
|
|
967
|
+
value: SpotOrderAmino;
|
|
968
|
+
}
|
|
969
|
+
/** A valid Spot limit order with Metadata. */
|
|
970
|
+
export interface SpotLimitOrder {
|
|
971
|
+
/** order_info contains the information of the order */
|
|
972
|
+
orderInfo: OrderInfo;
|
|
973
|
+
/** order types */
|
|
974
|
+
orderType: OrderType;
|
|
975
|
+
/** the amount of the quantity remaining fillable */
|
|
976
|
+
fillable: string;
|
|
977
|
+
/** trigger_price is the trigger price used by stop/take orders */
|
|
978
|
+
triggerPrice?: string;
|
|
979
|
+
orderHash: Uint8Array;
|
|
980
|
+
}
|
|
981
|
+
export interface SpotLimitOrderProtoMsg {
|
|
982
|
+
typeUrl: "/injective.exchange.v1beta1.SpotLimitOrder";
|
|
983
|
+
value: Uint8Array;
|
|
984
|
+
}
|
|
985
|
+
/** A valid Spot limit order with Metadata. */
|
|
986
|
+
export interface SpotLimitOrderAmino {
|
|
987
|
+
/** order_info contains the information of the order */
|
|
988
|
+
order_info: OrderInfoAmino;
|
|
989
|
+
/** order types */
|
|
990
|
+
order_type: OrderType;
|
|
991
|
+
/** the amount of the quantity remaining fillable */
|
|
992
|
+
fillable: string;
|
|
993
|
+
/** trigger_price is the trigger price used by stop/take orders */
|
|
994
|
+
trigger_price?: string;
|
|
995
|
+
order_hash: string;
|
|
996
|
+
}
|
|
997
|
+
export interface SpotLimitOrderAminoMsg {
|
|
998
|
+
type: "/injective.exchange.v1beta1.SpotLimitOrder";
|
|
999
|
+
value: SpotLimitOrderAmino;
|
|
1000
|
+
}
|
|
1001
|
+
/** A valid Spot market order with Metadata. */
|
|
1002
|
+
export interface SpotMarketOrder {
|
|
1003
|
+
/** order_info contains the information of the order */
|
|
1004
|
+
orderInfo: OrderInfo;
|
|
1005
|
+
balanceHold: string;
|
|
1006
|
+
orderHash: Uint8Array;
|
|
1007
|
+
/** order types */
|
|
1008
|
+
orderType: OrderType;
|
|
1009
|
+
/** trigger_price is the trigger price used by stop/take orders */
|
|
1010
|
+
triggerPrice?: string;
|
|
1011
|
+
}
|
|
1012
|
+
export interface SpotMarketOrderProtoMsg {
|
|
1013
|
+
typeUrl: "/injective.exchange.v1beta1.SpotMarketOrder";
|
|
1014
|
+
value: Uint8Array;
|
|
1015
|
+
}
|
|
1016
|
+
/** A valid Spot market order with Metadata. */
|
|
1017
|
+
export interface SpotMarketOrderAmino {
|
|
1018
|
+
/** order_info contains the information of the order */
|
|
1019
|
+
order_info: OrderInfoAmino;
|
|
1020
|
+
balance_hold: string;
|
|
1021
|
+
order_hash: string;
|
|
1022
|
+
/** order types */
|
|
1023
|
+
order_type: OrderType;
|
|
1024
|
+
/** trigger_price is the trigger price used by stop/take orders */
|
|
1025
|
+
trigger_price?: string;
|
|
1026
|
+
}
|
|
1027
|
+
export interface SpotMarketOrderAminoMsg {
|
|
1028
|
+
type: "/injective.exchange.v1beta1.SpotMarketOrder";
|
|
1029
|
+
value: SpotMarketOrderAmino;
|
|
1030
|
+
}
|
|
1031
|
+
export interface DerivativeOrder {
|
|
1032
|
+
/** market_id represents the unique ID of the market */
|
|
1033
|
+
marketId: string;
|
|
1034
|
+
/** order_info contains the information of the order */
|
|
1035
|
+
orderInfo: OrderInfo;
|
|
1036
|
+
/** order types */
|
|
1037
|
+
orderType: OrderType;
|
|
1038
|
+
/** margin is the margin used by the limit order */
|
|
1039
|
+
margin: string;
|
|
1040
|
+
/** trigger_price is the trigger price used by stop/take orders */
|
|
1041
|
+
triggerPrice?: string;
|
|
1042
|
+
}
|
|
1043
|
+
export interface DerivativeOrderProtoMsg {
|
|
1044
|
+
typeUrl: "/injective.exchange.v1beta1.DerivativeOrder";
|
|
1045
|
+
value: Uint8Array;
|
|
1046
|
+
}
|
|
1047
|
+
export interface DerivativeOrderAmino {
|
|
1048
|
+
/** market_id represents the unique ID of the market */
|
|
1049
|
+
market_id: string;
|
|
1050
|
+
/** order_info contains the information of the order */
|
|
1051
|
+
order_info: OrderInfoAmino;
|
|
1052
|
+
/** order types */
|
|
1053
|
+
order_type: OrderType;
|
|
1054
|
+
/** margin is the margin used by the limit order */
|
|
1055
|
+
margin: string;
|
|
1056
|
+
/** trigger_price is the trigger price used by stop/take orders */
|
|
1057
|
+
trigger_price?: string;
|
|
1058
|
+
}
|
|
1059
|
+
export interface DerivativeOrderAminoMsg {
|
|
1060
|
+
type: "/injective.exchange.v1beta1.DerivativeOrder";
|
|
1061
|
+
value: DerivativeOrderAmino;
|
|
1062
|
+
}
|
|
1063
|
+
export interface SubaccountOrderbookMetadata {
|
|
1064
|
+
vanillaLimitOrderCount: number;
|
|
1065
|
+
reduceOnlyLimitOrderCount: number;
|
|
1066
|
+
/**
|
|
1067
|
+
* AggregateReduceOnlyQuantity is the aggregate fillable quantity of the
|
|
1068
|
+
* subaccount's reduce-only limit orders in the given direction.
|
|
1069
|
+
*/
|
|
1070
|
+
aggregateReduceOnlyQuantity: string;
|
|
1071
|
+
/**
|
|
1072
|
+
* AggregateVanillaQuantity is the aggregate fillable quantity of the
|
|
1073
|
+
* subaccount's vanilla limit orders in the given direction.
|
|
1074
|
+
*/
|
|
1075
|
+
aggregateVanillaQuantity: string;
|
|
1076
|
+
vanillaConditionalOrderCount: number;
|
|
1077
|
+
reduceOnlyConditionalOrderCount: number;
|
|
1078
|
+
}
|
|
1079
|
+
export interface SubaccountOrderbookMetadataProtoMsg {
|
|
1080
|
+
typeUrl: "/injective.exchange.v1beta1.SubaccountOrderbookMetadata";
|
|
1081
|
+
value: Uint8Array;
|
|
1082
|
+
}
|
|
1083
|
+
export interface SubaccountOrderbookMetadataAmino {
|
|
1084
|
+
vanilla_limit_order_count: number;
|
|
1085
|
+
reduce_only_limit_order_count: number;
|
|
1086
|
+
/**
|
|
1087
|
+
* AggregateReduceOnlyQuantity is the aggregate fillable quantity of the
|
|
1088
|
+
* subaccount's reduce-only limit orders in the given direction.
|
|
1089
|
+
*/
|
|
1090
|
+
aggregate_reduce_only_quantity: string;
|
|
1091
|
+
/**
|
|
1092
|
+
* AggregateVanillaQuantity is the aggregate fillable quantity of the
|
|
1093
|
+
* subaccount's vanilla limit orders in the given direction.
|
|
1094
|
+
*/
|
|
1095
|
+
aggregate_vanilla_quantity: string;
|
|
1096
|
+
vanilla_conditional_order_count: number;
|
|
1097
|
+
reduce_only_conditional_order_count: number;
|
|
1098
|
+
}
|
|
1099
|
+
export interface SubaccountOrderbookMetadataAminoMsg {
|
|
1100
|
+
type: "/injective.exchange.v1beta1.SubaccountOrderbookMetadata";
|
|
1101
|
+
value: SubaccountOrderbookMetadataAmino;
|
|
1102
|
+
}
|
|
1103
|
+
export interface SubaccountOrder {
|
|
1104
|
+
/** price of the order */
|
|
1105
|
+
price: string;
|
|
1106
|
+
/** the amount of the quantity remaining fillable */
|
|
1107
|
+
quantity: string;
|
|
1108
|
+
isReduceOnly: boolean;
|
|
1109
|
+
cid: string;
|
|
1110
|
+
}
|
|
1111
|
+
export interface SubaccountOrderProtoMsg {
|
|
1112
|
+
typeUrl: "/injective.exchange.v1beta1.SubaccountOrder";
|
|
1113
|
+
value: Uint8Array;
|
|
1114
|
+
}
|
|
1115
|
+
export interface SubaccountOrderAmino {
|
|
1116
|
+
/** price of the order */
|
|
1117
|
+
price: string;
|
|
1118
|
+
/** the amount of the quantity remaining fillable */
|
|
1119
|
+
quantity: string;
|
|
1120
|
+
isReduceOnly: boolean;
|
|
1121
|
+
cid: string;
|
|
1122
|
+
}
|
|
1123
|
+
export interface SubaccountOrderAminoMsg {
|
|
1124
|
+
type: "/injective.exchange.v1beta1.SubaccountOrder";
|
|
1125
|
+
value: SubaccountOrderAmino;
|
|
1126
|
+
}
|
|
1127
|
+
export interface SubaccountOrderData {
|
|
1128
|
+
order?: SubaccountOrder;
|
|
1129
|
+
orderHash: Uint8Array;
|
|
1130
|
+
}
|
|
1131
|
+
export interface SubaccountOrderDataProtoMsg {
|
|
1132
|
+
typeUrl: "/injective.exchange.v1beta1.SubaccountOrderData";
|
|
1133
|
+
value: Uint8Array;
|
|
1134
|
+
}
|
|
1135
|
+
export interface SubaccountOrderDataAmino {
|
|
1136
|
+
order?: SubaccountOrderAmino;
|
|
1137
|
+
order_hash: string;
|
|
1138
|
+
}
|
|
1139
|
+
export interface SubaccountOrderDataAminoMsg {
|
|
1140
|
+
type: "/injective.exchange.v1beta1.SubaccountOrderData";
|
|
1141
|
+
value: SubaccountOrderDataAmino;
|
|
1142
|
+
}
|
|
1143
|
+
/** A valid Derivative limit order with Metadata. */
|
|
1144
|
+
export interface DerivativeLimitOrder {
|
|
1145
|
+
/** order_info contains the information of the order */
|
|
1146
|
+
orderInfo: OrderInfo;
|
|
1147
|
+
/** order types */
|
|
1148
|
+
orderType: OrderType;
|
|
1149
|
+
/** margin is the margin used by the limit order */
|
|
1150
|
+
margin: string;
|
|
1151
|
+
/** the amount of the quantity remaining fillable */
|
|
1152
|
+
fillable: string;
|
|
1153
|
+
/** trigger_price is the trigger price used by stop/take orders */
|
|
1154
|
+
triggerPrice?: string;
|
|
1155
|
+
orderHash: Uint8Array;
|
|
1156
|
+
}
|
|
1157
|
+
export interface DerivativeLimitOrderProtoMsg {
|
|
1158
|
+
typeUrl: "/injective.exchange.v1beta1.DerivativeLimitOrder";
|
|
1159
|
+
value: Uint8Array;
|
|
1160
|
+
}
|
|
1161
|
+
/** A valid Derivative limit order with Metadata. */
|
|
1162
|
+
export interface DerivativeLimitOrderAmino {
|
|
1163
|
+
/** order_info contains the information of the order */
|
|
1164
|
+
order_info: OrderInfoAmino;
|
|
1165
|
+
/** order types */
|
|
1166
|
+
order_type: OrderType;
|
|
1167
|
+
/** margin is the margin used by the limit order */
|
|
1168
|
+
margin: string;
|
|
1169
|
+
/** the amount of the quantity remaining fillable */
|
|
1170
|
+
fillable: string;
|
|
1171
|
+
/** trigger_price is the trigger price used by stop/take orders */
|
|
1172
|
+
trigger_price?: string;
|
|
1173
|
+
order_hash: string;
|
|
1174
|
+
}
|
|
1175
|
+
export interface DerivativeLimitOrderAminoMsg {
|
|
1176
|
+
type: "/injective.exchange.v1beta1.DerivativeLimitOrder";
|
|
1177
|
+
value: DerivativeLimitOrderAmino;
|
|
1178
|
+
}
|
|
1179
|
+
/** A valid Derivative market order with Metadata. */
|
|
1180
|
+
export interface DerivativeMarketOrder {
|
|
1181
|
+
/** order_info contains the information of the order */
|
|
1182
|
+
orderInfo: OrderInfo;
|
|
1183
|
+
/** order types */
|
|
1184
|
+
orderType: OrderType;
|
|
1185
|
+
margin: string;
|
|
1186
|
+
marginHold: string;
|
|
1187
|
+
/** trigger_price is the trigger price used by stop/take orders */
|
|
1188
|
+
triggerPrice?: string;
|
|
1189
|
+
orderHash: Uint8Array;
|
|
1190
|
+
}
|
|
1191
|
+
export interface DerivativeMarketOrderProtoMsg {
|
|
1192
|
+
typeUrl: "/injective.exchange.v1beta1.DerivativeMarketOrder";
|
|
1193
|
+
value: Uint8Array;
|
|
1194
|
+
}
|
|
1195
|
+
/** A valid Derivative market order with Metadata. */
|
|
1196
|
+
export interface DerivativeMarketOrderAmino {
|
|
1197
|
+
/** order_info contains the information of the order */
|
|
1198
|
+
order_info: OrderInfoAmino;
|
|
1199
|
+
/** order types */
|
|
1200
|
+
order_type: OrderType;
|
|
1201
|
+
margin: string;
|
|
1202
|
+
margin_hold: string;
|
|
1203
|
+
/** trigger_price is the trigger price used by stop/take orders */
|
|
1204
|
+
trigger_price?: string;
|
|
1205
|
+
order_hash: string;
|
|
1206
|
+
}
|
|
1207
|
+
export interface DerivativeMarketOrderAminoMsg {
|
|
1208
|
+
type: "/injective.exchange.v1beta1.DerivativeMarketOrder";
|
|
1209
|
+
value: DerivativeMarketOrderAmino;
|
|
1210
|
+
}
|
|
1211
|
+
export interface Position {
|
|
1212
|
+
isLong: boolean;
|
|
1213
|
+
quantity: string;
|
|
1214
|
+
entryPrice: string;
|
|
1215
|
+
margin: string;
|
|
1216
|
+
cumulativeFundingEntry: string;
|
|
1217
|
+
}
|
|
1218
|
+
export interface PositionProtoMsg {
|
|
1219
|
+
typeUrl: "/injective.exchange.v1beta1.Position";
|
|
1220
|
+
value: Uint8Array;
|
|
1221
|
+
}
|
|
1222
|
+
export interface PositionAmino {
|
|
1223
|
+
isLong: boolean;
|
|
1224
|
+
quantity: string;
|
|
1225
|
+
entry_price: string;
|
|
1226
|
+
margin: string;
|
|
1227
|
+
cumulative_funding_entry: string;
|
|
1228
|
+
}
|
|
1229
|
+
export interface PositionAminoMsg {
|
|
1230
|
+
type: "/injective.exchange.v1beta1.Position";
|
|
1231
|
+
value: PositionAmino;
|
|
1232
|
+
}
|
|
1233
|
+
export interface MarketOrderIndicator {
|
|
1234
|
+
/** market_id represents the unique ID of the market */
|
|
1235
|
+
marketId: string;
|
|
1236
|
+
isBuy: boolean;
|
|
1237
|
+
}
|
|
1238
|
+
export interface MarketOrderIndicatorProtoMsg {
|
|
1239
|
+
typeUrl: "/injective.exchange.v1beta1.MarketOrderIndicator";
|
|
1240
|
+
value: Uint8Array;
|
|
1241
|
+
}
|
|
1242
|
+
export interface MarketOrderIndicatorAmino {
|
|
1243
|
+
/** market_id represents the unique ID of the market */
|
|
1244
|
+
market_id: string;
|
|
1245
|
+
isBuy: boolean;
|
|
1246
|
+
}
|
|
1247
|
+
export interface MarketOrderIndicatorAminoMsg {
|
|
1248
|
+
type: "/injective.exchange.v1beta1.MarketOrderIndicator";
|
|
1249
|
+
value: MarketOrderIndicatorAmino;
|
|
1250
|
+
}
|
|
1251
|
+
export interface TradeLog {
|
|
1252
|
+
quantity: string;
|
|
1253
|
+
price: string;
|
|
1254
|
+
/** bytes32 subaccount ID that executed the trade */
|
|
1255
|
+
subaccountId: Uint8Array;
|
|
1256
|
+
fee: string;
|
|
1257
|
+
orderHash: Uint8Array;
|
|
1258
|
+
feeRecipientAddress?: Uint8Array;
|
|
1259
|
+
cid: string;
|
|
1260
|
+
}
|
|
1261
|
+
export interface TradeLogProtoMsg {
|
|
1262
|
+
typeUrl: "/injective.exchange.v1beta1.TradeLog";
|
|
1263
|
+
value: Uint8Array;
|
|
1264
|
+
}
|
|
1265
|
+
export interface TradeLogAmino {
|
|
1266
|
+
quantity: string;
|
|
1267
|
+
price: string;
|
|
1268
|
+
/** bytes32 subaccount ID that executed the trade */
|
|
1269
|
+
subaccount_id: string;
|
|
1270
|
+
fee: string;
|
|
1271
|
+
order_hash: string;
|
|
1272
|
+
fee_recipient_address?: string;
|
|
1273
|
+
cid: string;
|
|
1274
|
+
}
|
|
1275
|
+
export interface TradeLogAminoMsg {
|
|
1276
|
+
type: "/injective.exchange.v1beta1.TradeLog";
|
|
1277
|
+
value: TradeLogAmino;
|
|
1278
|
+
}
|
|
1279
|
+
export interface PositionDelta {
|
|
1280
|
+
isLong: boolean;
|
|
1281
|
+
executionQuantity: string;
|
|
1282
|
+
executionMargin: string;
|
|
1283
|
+
executionPrice: string;
|
|
1284
|
+
}
|
|
1285
|
+
export interface PositionDeltaProtoMsg {
|
|
1286
|
+
typeUrl: "/injective.exchange.v1beta1.PositionDelta";
|
|
1287
|
+
value: Uint8Array;
|
|
1288
|
+
}
|
|
1289
|
+
export interface PositionDeltaAmino {
|
|
1290
|
+
is_long: boolean;
|
|
1291
|
+
execution_quantity: string;
|
|
1292
|
+
execution_margin: string;
|
|
1293
|
+
execution_price: string;
|
|
1294
|
+
}
|
|
1295
|
+
export interface PositionDeltaAminoMsg {
|
|
1296
|
+
type: "/injective.exchange.v1beta1.PositionDelta";
|
|
1297
|
+
value: PositionDeltaAmino;
|
|
1298
|
+
}
|
|
1299
|
+
export interface DerivativeTradeLog {
|
|
1300
|
+
subaccountId: Uint8Array;
|
|
1301
|
+
positionDelta?: PositionDelta;
|
|
1302
|
+
payout: string;
|
|
1303
|
+
fee: string;
|
|
1304
|
+
orderHash: Uint8Array;
|
|
1305
|
+
feeRecipientAddress?: Uint8Array;
|
|
1306
|
+
cid: string;
|
|
1307
|
+
pnl: string;
|
|
1308
|
+
}
|
|
1309
|
+
export interface DerivativeTradeLogProtoMsg {
|
|
1310
|
+
typeUrl: "/injective.exchange.v1beta1.DerivativeTradeLog";
|
|
1311
|
+
value: Uint8Array;
|
|
1312
|
+
}
|
|
1313
|
+
export interface DerivativeTradeLogAmino {
|
|
1314
|
+
subaccount_id: string;
|
|
1315
|
+
position_delta?: PositionDeltaAmino;
|
|
1316
|
+
payout: string;
|
|
1317
|
+
fee: string;
|
|
1318
|
+
order_hash: string;
|
|
1319
|
+
fee_recipient_address?: string;
|
|
1320
|
+
cid: string;
|
|
1321
|
+
pnl: string;
|
|
1322
|
+
}
|
|
1323
|
+
export interface DerivativeTradeLogAminoMsg {
|
|
1324
|
+
type: "/injective.exchange.v1beta1.DerivativeTradeLog";
|
|
1325
|
+
value: DerivativeTradeLogAmino;
|
|
1326
|
+
}
|
|
1327
|
+
export interface SubaccountPosition {
|
|
1328
|
+
position?: Position;
|
|
1329
|
+
subaccountId: Uint8Array;
|
|
1330
|
+
}
|
|
1331
|
+
export interface SubaccountPositionProtoMsg {
|
|
1332
|
+
typeUrl: "/injective.exchange.v1beta1.SubaccountPosition";
|
|
1333
|
+
value: Uint8Array;
|
|
1334
|
+
}
|
|
1335
|
+
export interface SubaccountPositionAmino {
|
|
1336
|
+
position?: PositionAmino;
|
|
1337
|
+
subaccount_id: string;
|
|
1338
|
+
}
|
|
1339
|
+
export interface SubaccountPositionAminoMsg {
|
|
1340
|
+
type: "/injective.exchange.v1beta1.SubaccountPosition";
|
|
1341
|
+
value: SubaccountPositionAmino;
|
|
1342
|
+
}
|
|
1343
|
+
export interface SubaccountDeposit {
|
|
1344
|
+
subaccountId: Uint8Array;
|
|
1345
|
+
deposit?: Deposit;
|
|
1346
|
+
}
|
|
1347
|
+
export interface SubaccountDepositProtoMsg {
|
|
1348
|
+
typeUrl: "/injective.exchange.v1beta1.SubaccountDeposit";
|
|
1349
|
+
value: Uint8Array;
|
|
1350
|
+
}
|
|
1351
|
+
export interface SubaccountDepositAmino {
|
|
1352
|
+
subaccount_id: string;
|
|
1353
|
+
deposit?: DepositAmino;
|
|
1354
|
+
}
|
|
1355
|
+
export interface SubaccountDepositAminoMsg {
|
|
1356
|
+
type: "/injective.exchange.v1beta1.SubaccountDeposit";
|
|
1357
|
+
value: SubaccountDepositAmino;
|
|
1358
|
+
}
|
|
1359
|
+
export interface DepositUpdate {
|
|
1360
|
+
denom: string;
|
|
1361
|
+
deposits: SubaccountDeposit[];
|
|
1362
|
+
}
|
|
1363
|
+
export interface DepositUpdateProtoMsg {
|
|
1364
|
+
typeUrl: "/injective.exchange.v1beta1.DepositUpdate";
|
|
1365
|
+
value: Uint8Array;
|
|
1366
|
+
}
|
|
1367
|
+
export interface DepositUpdateAmino {
|
|
1368
|
+
denom: string;
|
|
1369
|
+
deposits: SubaccountDepositAmino[];
|
|
1370
|
+
}
|
|
1371
|
+
export interface DepositUpdateAminoMsg {
|
|
1372
|
+
type: "/injective.exchange.v1beta1.DepositUpdate";
|
|
1373
|
+
value: DepositUpdateAmino;
|
|
1374
|
+
}
|
|
1375
|
+
export interface PointsMultiplier {
|
|
1376
|
+
makerPointsMultiplier: string;
|
|
1377
|
+
takerPointsMultiplier: string;
|
|
1378
|
+
}
|
|
1379
|
+
export interface PointsMultiplierProtoMsg {
|
|
1380
|
+
typeUrl: "/injective.exchange.v1beta1.PointsMultiplier";
|
|
1381
|
+
value: Uint8Array;
|
|
1382
|
+
}
|
|
1383
|
+
export interface PointsMultiplierAmino {
|
|
1384
|
+
maker_points_multiplier: string;
|
|
1385
|
+
taker_points_multiplier: string;
|
|
1386
|
+
}
|
|
1387
|
+
export interface PointsMultiplierAminoMsg {
|
|
1388
|
+
type: "/injective.exchange.v1beta1.PointsMultiplier";
|
|
1389
|
+
value: PointsMultiplierAmino;
|
|
1390
|
+
}
|
|
1391
|
+
export interface TradingRewardCampaignBoostInfo {
|
|
1392
|
+
boostedSpotMarketIds: string[];
|
|
1393
|
+
spotMarketMultipliers: PointsMultiplier[];
|
|
1394
|
+
boostedDerivativeMarketIds: string[];
|
|
1395
|
+
derivativeMarketMultipliers: PointsMultiplier[];
|
|
1396
|
+
}
|
|
1397
|
+
export interface TradingRewardCampaignBoostInfoProtoMsg {
|
|
1398
|
+
typeUrl: "/injective.exchange.v1beta1.TradingRewardCampaignBoostInfo";
|
|
1399
|
+
value: Uint8Array;
|
|
1400
|
+
}
|
|
1401
|
+
export interface TradingRewardCampaignBoostInfoAmino {
|
|
1402
|
+
boosted_spot_market_ids: string[];
|
|
1403
|
+
spot_market_multipliers: PointsMultiplierAmino[];
|
|
1404
|
+
boosted_derivative_market_ids: string[];
|
|
1405
|
+
derivative_market_multipliers: PointsMultiplierAmino[];
|
|
1406
|
+
}
|
|
1407
|
+
export interface TradingRewardCampaignBoostInfoAminoMsg {
|
|
1408
|
+
type: "/injective.exchange.v1beta1.TradingRewardCampaignBoostInfo";
|
|
1409
|
+
value: TradingRewardCampaignBoostInfoAmino;
|
|
1410
|
+
}
|
|
1411
|
+
export interface CampaignRewardPool {
|
|
1412
|
+
startTimestamp: bigint;
|
|
1413
|
+
/**
|
|
1414
|
+
* max_campaign_rewards are the maximum reward amounts to be disbursed at the
|
|
1415
|
+
* end of the campaign
|
|
1416
|
+
*/
|
|
1417
|
+
maxCampaignRewards: Coin[];
|
|
1418
|
+
}
|
|
1419
|
+
export interface CampaignRewardPoolProtoMsg {
|
|
1420
|
+
typeUrl: "/injective.exchange.v1beta1.CampaignRewardPool";
|
|
1421
|
+
value: Uint8Array;
|
|
1422
|
+
}
|
|
1423
|
+
export interface CampaignRewardPoolAmino {
|
|
1424
|
+
start_timestamp: string;
|
|
1425
|
+
/**
|
|
1426
|
+
* max_campaign_rewards are the maximum reward amounts to be disbursed at the
|
|
1427
|
+
* end of the campaign
|
|
1428
|
+
*/
|
|
1429
|
+
max_campaign_rewards: CoinAmino[];
|
|
1430
|
+
}
|
|
1431
|
+
export interface CampaignRewardPoolAminoMsg {
|
|
1432
|
+
type: "/injective.exchange.v1beta1.CampaignRewardPool";
|
|
1433
|
+
value: CampaignRewardPoolAmino;
|
|
1434
|
+
}
|
|
1435
|
+
export interface TradingRewardCampaignInfo {
|
|
1436
|
+
/** number of seconds of the duration of each campaign */
|
|
1437
|
+
campaignDurationSeconds: bigint;
|
|
1438
|
+
/** the trading fee quote denoms which will be counted for the rewards */
|
|
1439
|
+
quoteDenoms: string[];
|
|
1440
|
+
/** the optional boost info for markets */
|
|
1441
|
+
tradingRewardBoostInfo?: TradingRewardCampaignBoostInfo;
|
|
1442
|
+
/** the marketIDs which are disqualified from being rewarded */
|
|
1443
|
+
disqualifiedMarketIds: string[];
|
|
1444
|
+
}
|
|
1445
|
+
export interface TradingRewardCampaignInfoProtoMsg {
|
|
1446
|
+
typeUrl: "/injective.exchange.v1beta1.TradingRewardCampaignInfo";
|
|
1447
|
+
value: Uint8Array;
|
|
1448
|
+
}
|
|
1449
|
+
export interface TradingRewardCampaignInfoAmino {
|
|
1450
|
+
/** number of seconds of the duration of each campaign */
|
|
1451
|
+
campaign_duration_seconds: string;
|
|
1452
|
+
/** the trading fee quote denoms which will be counted for the rewards */
|
|
1453
|
+
quote_denoms: string[];
|
|
1454
|
+
/** the optional boost info for markets */
|
|
1455
|
+
trading_reward_boost_info?: TradingRewardCampaignBoostInfoAmino;
|
|
1456
|
+
/** the marketIDs which are disqualified from being rewarded */
|
|
1457
|
+
disqualified_market_ids: string[];
|
|
1458
|
+
}
|
|
1459
|
+
export interface TradingRewardCampaignInfoAminoMsg {
|
|
1460
|
+
type: "/injective.exchange.v1beta1.TradingRewardCampaignInfo";
|
|
1461
|
+
value: TradingRewardCampaignInfoAmino;
|
|
1462
|
+
}
|
|
1463
|
+
export interface FeeDiscountTierInfo {
|
|
1464
|
+
makerDiscountRate: string;
|
|
1465
|
+
takerDiscountRate: string;
|
|
1466
|
+
stakedAmount: string;
|
|
1467
|
+
volume: string;
|
|
1468
|
+
}
|
|
1469
|
+
export interface FeeDiscountTierInfoProtoMsg {
|
|
1470
|
+
typeUrl: "/injective.exchange.v1beta1.FeeDiscountTierInfo";
|
|
1471
|
+
value: Uint8Array;
|
|
1472
|
+
}
|
|
1473
|
+
export interface FeeDiscountTierInfoAmino {
|
|
1474
|
+
maker_discount_rate: string;
|
|
1475
|
+
taker_discount_rate: string;
|
|
1476
|
+
staked_amount: string;
|
|
1477
|
+
volume: string;
|
|
1478
|
+
}
|
|
1479
|
+
export interface FeeDiscountTierInfoAminoMsg {
|
|
1480
|
+
type: "/injective.exchange.v1beta1.FeeDiscountTierInfo";
|
|
1481
|
+
value: FeeDiscountTierInfoAmino;
|
|
1482
|
+
}
|
|
1483
|
+
export interface FeeDiscountSchedule {
|
|
1484
|
+
bucketCount: bigint;
|
|
1485
|
+
bucketDuration: bigint;
|
|
1486
|
+
/**
|
|
1487
|
+
* the trading fee quote denoms which will be counted for the fee paid
|
|
1488
|
+
* contribution
|
|
1489
|
+
*/
|
|
1490
|
+
quoteDenoms: string[];
|
|
1491
|
+
/** the fee discount tiers */
|
|
1492
|
+
tierInfos: FeeDiscountTierInfo[];
|
|
1493
|
+
/**
|
|
1494
|
+
* the marketIDs which are disqualified from contributing to the fee paid
|
|
1495
|
+
* amount
|
|
1496
|
+
*/
|
|
1497
|
+
disqualifiedMarketIds: string[];
|
|
1498
|
+
}
|
|
1499
|
+
export interface FeeDiscountScheduleProtoMsg {
|
|
1500
|
+
typeUrl: "/injective.exchange.v1beta1.FeeDiscountSchedule";
|
|
1501
|
+
value: Uint8Array;
|
|
1502
|
+
}
|
|
1503
|
+
export interface FeeDiscountScheduleAmino {
|
|
1504
|
+
bucket_count: string;
|
|
1505
|
+
bucket_duration: string;
|
|
1506
|
+
/**
|
|
1507
|
+
* the trading fee quote denoms which will be counted for the fee paid
|
|
1508
|
+
* contribution
|
|
1509
|
+
*/
|
|
1510
|
+
quote_denoms: string[];
|
|
1511
|
+
/** the fee discount tiers */
|
|
1512
|
+
tier_infos: FeeDiscountTierInfoAmino[];
|
|
1513
|
+
/**
|
|
1514
|
+
* the marketIDs which are disqualified from contributing to the fee paid
|
|
1515
|
+
* amount
|
|
1516
|
+
*/
|
|
1517
|
+
disqualified_market_ids: string[];
|
|
1518
|
+
}
|
|
1519
|
+
export interface FeeDiscountScheduleAminoMsg {
|
|
1520
|
+
type: "/injective.exchange.v1beta1.FeeDiscountSchedule";
|
|
1521
|
+
value: FeeDiscountScheduleAmino;
|
|
1522
|
+
}
|
|
1523
|
+
export interface FeeDiscountTierTTL {
|
|
1524
|
+
tier: bigint;
|
|
1525
|
+
ttlTimestamp: bigint;
|
|
1526
|
+
}
|
|
1527
|
+
export interface FeeDiscountTierTTLProtoMsg {
|
|
1528
|
+
typeUrl: "/injective.exchange.v1beta1.FeeDiscountTierTTL";
|
|
1529
|
+
value: Uint8Array;
|
|
1530
|
+
}
|
|
1531
|
+
export interface FeeDiscountTierTTLAmino {
|
|
1532
|
+
tier: string;
|
|
1533
|
+
ttl_timestamp: string;
|
|
1534
|
+
}
|
|
1535
|
+
export interface FeeDiscountTierTTLAminoMsg {
|
|
1536
|
+
type: "/injective.exchange.v1beta1.FeeDiscountTierTTL";
|
|
1537
|
+
value: FeeDiscountTierTTLAmino;
|
|
1538
|
+
}
|
|
1539
|
+
export interface VolumeRecord {
|
|
1540
|
+
makerVolume: string;
|
|
1541
|
+
takerVolume: string;
|
|
1542
|
+
}
|
|
1543
|
+
export interface VolumeRecordProtoMsg {
|
|
1544
|
+
typeUrl: "/injective.exchange.v1beta1.VolumeRecord";
|
|
1545
|
+
value: Uint8Array;
|
|
1546
|
+
}
|
|
1547
|
+
export interface VolumeRecordAmino {
|
|
1548
|
+
maker_volume: string;
|
|
1549
|
+
taker_volume: string;
|
|
1550
|
+
}
|
|
1551
|
+
export interface VolumeRecordAminoMsg {
|
|
1552
|
+
type: "/injective.exchange.v1beta1.VolumeRecord";
|
|
1553
|
+
value: VolumeRecordAmino;
|
|
1554
|
+
}
|
|
1555
|
+
export interface AccountRewards {
|
|
1556
|
+
account: string;
|
|
1557
|
+
rewards: Coin[];
|
|
1558
|
+
}
|
|
1559
|
+
export interface AccountRewardsProtoMsg {
|
|
1560
|
+
typeUrl: "/injective.exchange.v1beta1.AccountRewards";
|
|
1561
|
+
value: Uint8Array;
|
|
1562
|
+
}
|
|
1563
|
+
export interface AccountRewardsAmino {
|
|
1564
|
+
account: string;
|
|
1565
|
+
rewards: CoinAmino[];
|
|
1566
|
+
}
|
|
1567
|
+
export interface AccountRewardsAminoMsg {
|
|
1568
|
+
type: "/injective.exchange.v1beta1.AccountRewards";
|
|
1569
|
+
value: AccountRewardsAmino;
|
|
1570
|
+
}
|
|
1571
|
+
export interface TradeRecords {
|
|
1572
|
+
marketId: string;
|
|
1573
|
+
latestTradeRecords: TradeRecord[];
|
|
1574
|
+
}
|
|
1575
|
+
export interface TradeRecordsProtoMsg {
|
|
1576
|
+
typeUrl: "/injective.exchange.v1beta1.TradeRecords";
|
|
1577
|
+
value: Uint8Array;
|
|
1578
|
+
}
|
|
1579
|
+
export interface TradeRecordsAmino {
|
|
1580
|
+
market_id: string;
|
|
1581
|
+
latest_trade_records: TradeRecordAmino[];
|
|
1582
|
+
}
|
|
1583
|
+
export interface TradeRecordsAminoMsg {
|
|
1584
|
+
type: "/injective.exchange.v1beta1.TradeRecords";
|
|
1585
|
+
value: TradeRecordsAmino;
|
|
1586
|
+
}
|
|
1587
|
+
export interface SubaccountIDs {
|
|
1588
|
+
subaccountIds: Uint8Array[];
|
|
1589
|
+
}
|
|
1590
|
+
export interface SubaccountIDsProtoMsg {
|
|
1591
|
+
typeUrl: "/injective.exchange.v1beta1.SubaccountIDs";
|
|
1592
|
+
value: Uint8Array;
|
|
1593
|
+
}
|
|
1594
|
+
export interface SubaccountIDsAmino {
|
|
1595
|
+
subaccount_ids: string[];
|
|
1596
|
+
}
|
|
1597
|
+
export interface SubaccountIDsAminoMsg {
|
|
1598
|
+
type: "/injective.exchange.v1beta1.SubaccountIDs";
|
|
1599
|
+
value: SubaccountIDsAmino;
|
|
1600
|
+
}
|
|
1601
|
+
export interface TradeRecord {
|
|
1602
|
+
timestamp: bigint;
|
|
1603
|
+
price: string;
|
|
1604
|
+
quantity: string;
|
|
1605
|
+
}
|
|
1606
|
+
export interface TradeRecordProtoMsg {
|
|
1607
|
+
typeUrl: "/injective.exchange.v1beta1.TradeRecord";
|
|
1608
|
+
value: Uint8Array;
|
|
1609
|
+
}
|
|
1610
|
+
export interface TradeRecordAmino {
|
|
1611
|
+
timestamp: string;
|
|
1612
|
+
price: string;
|
|
1613
|
+
quantity: string;
|
|
1614
|
+
}
|
|
1615
|
+
export interface TradeRecordAminoMsg {
|
|
1616
|
+
type: "/injective.exchange.v1beta1.TradeRecord";
|
|
1617
|
+
value: TradeRecordAmino;
|
|
1618
|
+
}
|
|
1619
|
+
export interface Level {
|
|
1620
|
+
/** price */
|
|
1621
|
+
p: string;
|
|
1622
|
+
/** quantity */
|
|
1623
|
+
q: string;
|
|
1624
|
+
}
|
|
1625
|
+
export interface LevelProtoMsg {
|
|
1626
|
+
typeUrl: "/injective.exchange.v1beta1.Level";
|
|
1627
|
+
value: Uint8Array;
|
|
1628
|
+
}
|
|
1629
|
+
export interface LevelAmino {
|
|
1630
|
+
/** price */
|
|
1631
|
+
p: string;
|
|
1632
|
+
/** quantity */
|
|
1633
|
+
q: string;
|
|
1634
|
+
}
|
|
1635
|
+
export interface LevelAminoMsg {
|
|
1636
|
+
type: "/injective.exchange.v1beta1.Level";
|
|
1637
|
+
value: LevelAmino;
|
|
1638
|
+
}
|
|
1639
|
+
export interface AggregateSubaccountVolumeRecord {
|
|
1640
|
+
subaccountId: string;
|
|
1641
|
+
marketVolumes: MarketVolume[];
|
|
1642
|
+
}
|
|
1643
|
+
export interface AggregateSubaccountVolumeRecordProtoMsg {
|
|
1644
|
+
typeUrl: "/injective.exchange.v1beta1.AggregateSubaccountVolumeRecord";
|
|
1645
|
+
value: Uint8Array;
|
|
1646
|
+
}
|
|
1647
|
+
export interface AggregateSubaccountVolumeRecordAmino {
|
|
1648
|
+
subaccount_id: string;
|
|
1649
|
+
market_volumes: MarketVolumeAmino[];
|
|
1650
|
+
}
|
|
1651
|
+
export interface AggregateSubaccountVolumeRecordAminoMsg {
|
|
1652
|
+
type: "/injective.exchange.v1beta1.AggregateSubaccountVolumeRecord";
|
|
1653
|
+
value: AggregateSubaccountVolumeRecordAmino;
|
|
1654
|
+
}
|
|
1655
|
+
export interface AggregateAccountVolumeRecord {
|
|
1656
|
+
account: string;
|
|
1657
|
+
marketVolumes: MarketVolume[];
|
|
1658
|
+
}
|
|
1659
|
+
export interface AggregateAccountVolumeRecordProtoMsg {
|
|
1660
|
+
typeUrl: "/injective.exchange.v1beta1.AggregateAccountVolumeRecord";
|
|
1661
|
+
value: Uint8Array;
|
|
1662
|
+
}
|
|
1663
|
+
export interface AggregateAccountVolumeRecordAmino {
|
|
1664
|
+
account: string;
|
|
1665
|
+
market_volumes: MarketVolumeAmino[];
|
|
1666
|
+
}
|
|
1667
|
+
export interface AggregateAccountVolumeRecordAminoMsg {
|
|
1668
|
+
type: "/injective.exchange.v1beta1.AggregateAccountVolumeRecord";
|
|
1669
|
+
value: AggregateAccountVolumeRecordAmino;
|
|
1670
|
+
}
|
|
1671
|
+
export interface MarketVolume {
|
|
1672
|
+
marketId: string;
|
|
1673
|
+
volume: VolumeRecord;
|
|
1674
|
+
}
|
|
1675
|
+
export interface MarketVolumeProtoMsg {
|
|
1676
|
+
typeUrl: "/injective.exchange.v1beta1.MarketVolume";
|
|
1677
|
+
value: Uint8Array;
|
|
1678
|
+
}
|
|
1679
|
+
export interface MarketVolumeAmino {
|
|
1680
|
+
market_id: string;
|
|
1681
|
+
volume: VolumeRecordAmino;
|
|
1682
|
+
}
|
|
1683
|
+
export interface MarketVolumeAminoMsg {
|
|
1684
|
+
type: "/injective.exchange.v1beta1.MarketVolume";
|
|
1685
|
+
value: MarketVolumeAmino;
|
|
1686
|
+
}
|
|
1687
|
+
export interface DenomDecimals {
|
|
1688
|
+
denom: string;
|
|
1689
|
+
decimals: bigint;
|
|
1690
|
+
}
|
|
1691
|
+
export interface DenomDecimalsProtoMsg {
|
|
1692
|
+
typeUrl: "/injective.exchange.v1beta1.DenomDecimals";
|
|
1693
|
+
value: Uint8Array;
|
|
1694
|
+
}
|
|
1695
|
+
export interface DenomDecimalsAmino {
|
|
1696
|
+
denom: string;
|
|
1697
|
+
decimals: string;
|
|
1698
|
+
}
|
|
1699
|
+
export interface DenomDecimalsAminoMsg {
|
|
1700
|
+
type: "/injective.exchange.v1beta1.DenomDecimals";
|
|
1701
|
+
value: DenomDecimalsAmino;
|
|
1702
|
+
}
|
|
1703
|
+
export interface GrantAuthorization {
|
|
1704
|
+
grantee: string;
|
|
1705
|
+
amount: string;
|
|
1706
|
+
}
|
|
1707
|
+
export interface GrantAuthorizationProtoMsg {
|
|
1708
|
+
typeUrl: "/injective.exchange.v1beta1.GrantAuthorization";
|
|
1709
|
+
value: Uint8Array;
|
|
1710
|
+
}
|
|
1711
|
+
export interface GrantAuthorizationAmino {
|
|
1712
|
+
grantee: string;
|
|
1713
|
+
amount: string;
|
|
1714
|
+
}
|
|
1715
|
+
export interface GrantAuthorizationAminoMsg {
|
|
1716
|
+
type: "/injective.exchange.v1beta1.GrantAuthorization";
|
|
1717
|
+
value: GrantAuthorizationAmino;
|
|
1718
|
+
}
|
|
1719
|
+
export interface ActiveGrant {
|
|
1720
|
+
granter: string;
|
|
1721
|
+
amount: string;
|
|
1722
|
+
}
|
|
1723
|
+
export interface ActiveGrantProtoMsg {
|
|
1724
|
+
typeUrl: "/injective.exchange.v1beta1.ActiveGrant";
|
|
1725
|
+
value: Uint8Array;
|
|
1726
|
+
}
|
|
1727
|
+
export interface ActiveGrantAmino {
|
|
1728
|
+
granter: string;
|
|
1729
|
+
amount: string;
|
|
1730
|
+
}
|
|
1731
|
+
export interface ActiveGrantAminoMsg {
|
|
1732
|
+
type: "/injective.exchange.v1beta1.ActiveGrant";
|
|
1733
|
+
value: ActiveGrantAmino;
|
|
1734
|
+
}
|
|
1735
|
+
export interface EffectiveGrant {
|
|
1736
|
+
granter: string;
|
|
1737
|
+
netGrantedStake: string;
|
|
1738
|
+
isValid: boolean;
|
|
1739
|
+
}
|
|
1740
|
+
export interface EffectiveGrantProtoMsg {
|
|
1741
|
+
typeUrl: "/injective.exchange.v1beta1.EffectiveGrant";
|
|
1742
|
+
value: Uint8Array;
|
|
1743
|
+
}
|
|
1744
|
+
export interface EffectiveGrantAmino {
|
|
1745
|
+
granter: string;
|
|
1746
|
+
net_granted_stake: string;
|
|
1747
|
+
is_valid: boolean;
|
|
1748
|
+
}
|
|
1749
|
+
export interface EffectiveGrantAminoMsg {
|
|
1750
|
+
type: "/injective.exchange.v1beta1.EffectiveGrant";
|
|
1751
|
+
value: EffectiveGrantAmino;
|
|
1752
|
+
}
|
|
1753
|
+
export declare const Params: {
|
|
1754
|
+
typeUrl: string;
|
|
1755
|
+
aminoType: string;
|
|
1756
|
+
is(o: any): o is Params;
|
|
1757
|
+
isAmino(o: any): o is ParamsAmino;
|
|
1758
|
+
encode(message: Params, writer?: BinaryWriter): BinaryWriter;
|
|
1759
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Params;
|
|
1760
|
+
fromPartial(object: DeepPartial<Params>): Params;
|
|
1761
|
+
fromAmino(object: ParamsAmino): Params;
|
|
1762
|
+
toAmino(message: Params): ParamsAmino;
|
|
1763
|
+
fromAminoMsg(object: ParamsAminoMsg): Params;
|
|
1764
|
+
toAminoMsg(message: Params): ParamsAminoMsg;
|
|
1765
|
+
fromProtoMsg(message: ParamsProtoMsg): Params;
|
|
1766
|
+
toProto(message: Params): Uint8Array;
|
|
1767
|
+
toProtoMsg(message: Params): ParamsProtoMsg;
|
|
1768
|
+
};
|
|
1769
|
+
export declare const MarketFeeMultiplier: {
|
|
1770
|
+
typeUrl: string;
|
|
1771
|
+
is(o: any): o is MarketFeeMultiplier;
|
|
1772
|
+
isAmino(o: any): o is MarketFeeMultiplierAmino;
|
|
1773
|
+
encode(message: MarketFeeMultiplier, writer?: BinaryWriter): BinaryWriter;
|
|
1774
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MarketFeeMultiplier;
|
|
1775
|
+
fromPartial(object: DeepPartial<MarketFeeMultiplier>): MarketFeeMultiplier;
|
|
1776
|
+
fromAmino(object: MarketFeeMultiplierAmino): MarketFeeMultiplier;
|
|
1777
|
+
toAmino(message: MarketFeeMultiplier): MarketFeeMultiplierAmino;
|
|
1778
|
+
fromAminoMsg(object: MarketFeeMultiplierAminoMsg): MarketFeeMultiplier;
|
|
1779
|
+
fromProtoMsg(message: MarketFeeMultiplierProtoMsg): MarketFeeMultiplier;
|
|
1780
|
+
toProto(message: MarketFeeMultiplier): Uint8Array;
|
|
1781
|
+
toProtoMsg(message: MarketFeeMultiplier): MarketFeeMultiplierProtoMsg;
|
|
1782
|
+
};
|
|
1783
|
+
export declare const DerivativeMarket: {
|
|
1784
|
+
typeUrl: string;
|
|
1785
|
+
is(o: any): o is DerivativeMarket;
|
|
1786
|
+
isAmino(o: any): o is DerivativeMarketAmino;
|
|
1787
|
+
encode(message: DerivativeMarket, writer?: BinaryWriter): BinaryWriter;
|
|
1788
|
+
decode(input: BinaryReader | Uint8Array, length?: number): DerivativeMarket;
|
|
1789
|
+
fromPartial(object: DeepPartial<DerivativeMarket>): DerivativeMarket;
|
|
1790
|
+
fromAmino(object: DerivativeMarketAmino): DerivativeMarket;
|
|
1791
|
+
toAmino(message: DerivativeMarket): DerivativeMarketAmino;
|
|
1792
|
+
fromAminoMsg(object: DerivativeMarketAminoMsg): DerivativeMarket;
|
|
1793
|
+
fromProtoMsg(message: DerivativeMarketProtoMsg): DerivativeMarket;
|
|
1794
|
+
toProto(message: DerivativeMarket): Uint8Array;
|
|
1795
|
+
toProtoMsg(message: DerivativeMarket): DerivativeMarketProtoMsg;
|
|
1796
|
+
};
|
|
1797
|
+
export declare const BinaryOptionsMarket: {
|
|
1798
|
+
typeUrl: string;
|
|
1799
|
+
is(o: any): o is BinaryOptionsMarket;
|
|
1800
|
+
isAmino(o: any): o is BinaryOptionsMarketAmino;
|
|
1801
|
+
encode(message: BinaryOptionsMarket, writer?: BinaryWriter): BinaryWriter;
|
|
1802
|
+
decode(input: BinaryReader | Uint8Array, length?: number): BinaryOptionsMarket;
|
|
1803
|
+
fromPartial(object: DeepPartial<BinaryOptionsMarket>): BinaryOptionsMarket;
|
|
1804
|
+
fromAmino(object: BinaryOptionsMarketAmino): BinaryOptionsMarket;
|
|
1805
|
+
toAmino(message: BinaryOptionsMarket): BinaryOptionsMarketAmino;
|
|
1806
|
+
fromAminoMsg(object: BinaryOptionsMarketAminoMsg): BinaryOptionsMarket;
|
|
1807
|
+
fromProtoMsg(message: BinaryOptionsMarketProtoMsg): BinaryOptionsMarket;
|
|
1808
|
+
toProto(message: BinaryOptionsMarket): Uint8Array;
|
|
1809
|
+
toProtoMsg(message: BinaryOptionsMarket): BinaryOptionsMarketProtoMsg;
|
|
1810
|
+
};
|
|
1811
|
+
export declare const ExpiryFuturesMarketInfo: {
|
|
1812
|
+
typeUrl: string;
|
|
1813
|
+
is(o: any): o is ExpiryFuturesMarketInfo;
|
|
1814
|
+
isAmino(o: any): o is ExpiryFuturesMarketInfoAmino;
|
|
1815
|
+
encode(message: ExpiryFuturesMarketInfo, writer?: BinaryWriter): BinaryWriter;
|
|
1816
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ExpiryFuturesMarketInfo;
|
|
1817
|
+
fromPartial(object: DeepPartial<ExpiryFuturesMarketInfo>): ExpiryFuturesMarketInfo;
|
|
1818
|
+
fromAmino(object: ExpiryFuturesMarketInfoAmino): ExpiryFuturesMarketInfo;
|
|
1819
|
+
toAmino(message: ExpiryFuturesMarketInfo): ExpiryFuturesMarketInfoAmino;
|
|
1820
|
+
fromAminoMsg(object: ExpiryFuturesMarketInfoAminoMsg): ExpiryFuturesMarketInfo;
|
|
1821
|
+
fromProtoMsg(message: ExpiryFuturesMarketInfoProtoMsg): ExpiryFuturesMarketInfo;
|
|
1822
|
+
toProto(message: ExpiryFuturesMarketInfo): Uint8Array;
|
|
1823
|
+
toProtoMsg(message: ExpiryFuturesMarketInfo): ExpiryFuturesMarketInfoProtoMsg;
|
|
1824
|
+
};
|
|
1825
|
+
export declare const PerpetualMarketInfo: {
|
|
1826
|
+
typeUrl: string;
|
|
1827
|
+
is(o: any): o is PerpetualMarketInfo;
|
|
1828
|
+
isAmino(o: any): o is PerpetualMarketInfoAmino;
|
|
1829
|
+
encode(message: PerpetualMarketInfo, writer?: BinaryWriter): BinaryWriter;
|
|
1830
|
+
decode(input: BinaryReader | Uint8Array, length?: number): PerpetualMarketInfo;
|
|
1831
|
+
fromPartial(object: DeepPartial<PerpetualMarketInfo>): PerpetualMarketInfo;
|
|
1832
|
+
fromAmino(object: PerpetualMarketInfoAmino): PerpetualMarketInfo;
|
|
1833
|
+
toAmino(message: PerpetualMarketInfo): PerpetualMarketInfoAmino;
|
|
1834
|
+
fromAminoMsg(object: PerpetualMarketInfoAminoMsg): PerpetualMarketInfo;
|
|
1835
|
+
fromProtoMsg(message: PerpetualMarketInfoProtoMsg): PerpetualMarketInfo;
|
|
1836
|
+
toProto(message: PerpetualMarketInfo): Uint8Array;
|
|
1837
|
+
toProtoMsg(message: PerpetualMarketInfo): PerpetualMarketInfoProtoMsg;
|
|
1838
|
+
};
|
|
1839
|
+
export declare const PerpetualMarketFunding: {
|
|
1840
|
+
typeUrl: string;
|
|
1841
|
+
is(o: any): o is PerpetualMarketFunding;
|
|
1842
|
+
isAmino(o: any): o is PerpetualMarketFundingAmino;
|
|
1843
|
+
encode(message: PerpetualMarketFunding, writer?: BinaryWriter): BinaryWriter;
|
|
1844
|
+
decode(input: BinaryReader | Uint8Array, length?: number): PerpetualMarketFunding;
|
|
1845
|
+
fromPartial(object: DeepPartial<PerpetualMarketFunding>): PerpetualMarketFunding;
|
|
1846
|
+
fromAmino(object: PerpetualMarketFundingAmino): PerpetualMarketFunding;
|
|
1847
|
+
toAmino(message: PerpetualMarketFunding): PerpetualMarketFundingAmino;
|
|
1848
|
+
fromAminoMsg(object: PerpetualMarketFundingAminoMsg): PerpetualMarketFunding;
|
|
1849
|
+
fromProtoMsg(message: PerpetualMarketFundingProtoMsg): PerpetualMarketFunding;
|
|
1850
|
+
toProto(message: PerpetualMarketFunding): Uint8Array;
|
|
1851
|
+
toProtoMsg(message: PerpetualMarketFunding): PerpetualMarketFundingProtoMsg;
|
|
1852
|
+
};
|
|
1853
|
+
export declare const DerivativeMarketSettlementInfo: {
|
|
1854
|
+
typeUrl: string;
|
|
1855
|
+
is(o: any): o is DerivativeMarketSettlementInfo;
|
|
1856
|
+
isAmino(o: any): o is DerivativeMarketSettlementInfoAmino;
|
|
1857
|
+
encode(message: DerivativeMarketSettlementInfo, writer?: BinaryWriter): BinaryWriter;
|
|
1858
|
+
decode(input: BinaryReader | Uint8Array, length?: number): DerivativeMarketSettlementInfo;
|
|
1859
|
+
fromPartial(object: DeepPartial<DerivativeMarketSettlementInfo>): DerivativeMarketSettlementInfo;
|
|
1860
|
+
fromAmino(object: DerivativeMarketSettlementInfoAmino): DerivativeMarketSettlementInfo;
|
|
1861
|
+
toAmino(message: DerivativeMarketSettlementInfo): DerivativeMarketSettlementInfoAmino;
|
|
1862
|
+
fromAminoMsg(object: DerivativeMarketSettlementInfoAminoMsg): DerivativeMarketSettlementInfo;
|
|
1863
|
+
fromProtoMsg(message: DerivativeMarketSettlementInfoProtoMsg): DerivativeMarketSettlementInfo;
|
|
1864
|
+
toProto(message: DerivativeMarketSettlementInfo): Uint8Array;
|
|
1865
|
+
toProtoMsg(message: DerivativeMarketSettlementInfo): DerivativeMarketSettlementInfoProtoMsg;
|
|
1866
|
+
};
|
|
1867
|
+
export declare const NextFundingTimestamp: {
|
|
1868
|
+
typeUrl: string;
|
|
1869
|
+
is(o: any): o is NextFundingTimestamp;
|
|
1870
|
+
isAmino(o: any): o is NextFundingTimestampAmino;
|
|
1871
|
+
encode(message: NextFundingTimestamp, writer?: BinaryWriter): BinaryWriter;
|
|
1872
|
+
decode(input: BinaryReader | Uint8Array, length?: number): NextFundingTimestamp;
|
|
1873
|
+
fromPartial(object: DeepPartial<NextFundingTimestamp>): NextFundingTimestamp;
|
|
1874
|
+
fromAmino(object: NextFundingTimestampAmino): NextFundingTimestamp;
|
|
1875
|
+
toAmino(message: NextFundingTimestamp): NextFundingTimestampAmino;
|
|
1876
|
+
fromAminoMsg(object: NextFundingTimestampAminoMsg): NextFundingTimestamp;
|
|
1877
|
+
fromProtoMsg(message: NextFundingTimestampProtoMsg): NextFundingTimestamp;
|
|
1878
|
+
toProto(message: NextFundingTimestamp): Uint8Array;
|
|
1879
|
+
toProtoMsg(message: NextFundingTimestamp): NextFundingTimestampProtoMsg;
|
|
1880
|
+
};
|
|
1881
|
+
export declare const MidPriceAndTOB: {
|
|
1882
|
+
typeUrl: string;
|
|
1883
|
+
is(o: any): o is MidPriceAndTOB;
|
|
1884
|
+
isAmino(o: any): o is MidPriceAndTOBAmino;
|
|
1885
|
+
encode(message: MidPriceAndTOB, writer?: BinaryWriter): BinaryWriter;
|
|
1886
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MidPriceAndTOB;
|
|
1887
|
+
fromPartial(object: DeepPartial<MidPriceAndTOB>): MidPriceAndTOB;
|
|
1888
|
+
fromAmino(object: MidPriceAndTOBAmino): MidPriceAndTOB;
|
|
1889
|
+
toAmino(message: MidPriceAndTOB): MidPriceAndTOBAmino;
|
|
1890
|
+
fromAminoMsg(object: MidPriceAndTOBAminoMsg): MidPriceAndTOB;
|
|
1891
|
+
fromProtoMsg(message: MidPriceAndTOBProtoMsg): MidPriceAndTOB;
|
|
1892
|
+
toProto(message: MidPriceAndTOB): Uint8Array;
|
|
1893
|
+
toProtoMsg(message: MidPriceAndTOB): MidPriceAndTOBProtoMsg;
|
|
1894
|
+
};
|
|
1895
|
+
export declare const SpotMarket: {
|
|
1896
|
+
typeUrl: string;
|
|
1897
|
+
is(o: any): o is SpotMarket;
|
|
1898
|
+
isAmino(o: any): o is SpotMarketAmino;
|
|
1899
|
+
encode(message: SpotMarket, writer?: BinaryWriter): BinaryWriter;
|
|
1900
|
+
decode(input: BinaryReader | Uint8Array, length?: number): SpotMarket;
|
|
1901
|
+
fromPartial(object: DeepPartial<SpotMarket>): SpotMarket;
|
|
1902
|
+
fromAmino(object: SpotMarketAmino): SpotMarket;
|
|
1903
|
+
toAmino(message: SpotMarket): SpotMarketAmino;
|
|
1904
|
+
fromAminoMsg(object: SpotMarketAminoMsg): SpotMarket;
|
|
1905
|
+
fromProtoMsg(message: SpotMarketProtoMsg): SpotMarket;
|
|
1906
|
+
toProto(message: SpotMarket): Uint8Array;
|
|
1907
|
+
toProtoMsg(message: SpotMarket): SpotMarketProtoMsg;
|
|
1908
|
+
};
|
|
1909
|
+
export declare const Deposit: {
|
|
1910
|
+
typeUrl: string;
|
|
1911
|
+
is(o: any): o is Deposit;
|
|
1912
|
+
isAmino(o: any): o is DepositAmino;
|
|
1913
|
+
encode(message: Deposit, writer?: BinaryWriter): BinaryWriter;
|
|
1914
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Deposit;
|
|
1915
|
+
fromPartial(object: DeepPartial<Deposit>): Deposit;
|
|
1916
|
+
fromAmino(object: DepositAmino): Deposit;
|
|
1917
|
+
toAmino(message: Deposit): DepositAmino;
|
|
1918
|
+
fromAminoMsg(object: DepositAminoMsg): Deposit;
|
|
1919
|
+
fromProtoMsg(message: DepositProtoMsg): Deposit;
|
|
1920
|
+
toProto(message: Deposit): Uint8Array;
|
|
1921
|
+
toProtoMsg(message: Deposit): DepositProtoMsg;
|
|
1922
|
+
};
|
|
1923
|
+
export declare const SubaccountTradeNonce: {
|
|
1924
|
+
typeUrl: string;
|
|
1925
|
+
is(o: any): o is SubaccountTradeNonce;
|
|
1926
|
+
isAmino(o: any): o is SubaccountTradeNonceAmino;
|
|
1927
|
+
encode(message: SubaccountTradeNonce, writer?: BinaryWriter): BinaryWriter;
|
|
1928
|
+
decode(input: BinaryReader | Uint8Array, length?: number): SubaccountTradeNonce;
|
|
1929
|
+
fromPartial(object: DeepPartial<SubaccountTradeNonce>): SubaccountTradeNonce;
|
|
1930
|
+
fromAmino(object: SubaccountTradeNonceAmino): SubaccountTradeNonce;
|
|
1931
|
+
toAmino(message: SubaccountTradeNonce): SubaccountTradeNonceAmino;
|
|
1932
|
+
fromAminoMsg(object: SubaccountTradeNonceAminoMsg): SubaccountTradeNonce;
|
|
1933
|
+
fromProtoMsg(message: SubaccountTradeNonceProtoMsg): SubaccountTradeNonce;
|
|
1934
|
+
toProto(message: SubaccountTradeNonce): Uint8Array;
|
|
1935
|
+
toProtoMsg(message: SubaccountTradeNonce): SubaccountTradeNonceProtoMsg;
|
|
1936
|
+
};
|
|
1937
|
+
export declare const OrderInfo: {
|
|
1938
|
+
typeUrl: string;
|
|
1939
|
+
is(o: any): o is OrderInfo;
|
|
1940
|
+
isAmino(o: any): o is OrderInfoAmino;
|
|
1941
|
+
encode(message: OrderInfo, writer?: BinaryWriter): BinaryWriter;
|
|
1942
|
+
decode(input: BinaryReader | Uint8Array, length?: number): OrderInfo;
|
|
1943
|
+
fromPartial(object: DeepPartial<OrderInfo>): OrderInfo;
|
|
1944
|
+
fromAmino(object: OrderInfoAmino): OrderInfo;
|
|
1945
|
+
toAmino(message: OrderInfo): OrderInfoAmino;
|
|
1946
|
+
fromAminoMsg(object: OrderInfoAminoMsg): OrderInfo;
|
|
1947
|
+
fromProtoMsg(message: OrderInfoProtoMsg): OrderInfo;
|
|
1948
|
+
toProto(message: OrderInfo): Uint8Array;
|
|
1949
|
+
toProtoMsg(message: OrderInfo): OrderInfoProtoMsg;
|
|
1950
|
+
};
|
|
1951
|
+
export declare const SpotOrder: {
|
|
1952
|
+
typeUrl: string;
|
|
1953
|
+
is(o: any): o is SpotOrder;
|
|
1954
|
+
isAmino(o: any): o is SpotOrderAmino;
|
|
1955
|
+
encode(message: SpotOrder, writer?: BinaryWriter): BinaryWriter;
|
|
1956
|
+
decode(input: BinaryReader | Uint8Array, length?: number): SpotOrder;
|
|
1957
|
+
fromPartial(object: DeepPartial<SpotOrder>): SpotOrder;
|
|
1958
|
+
fromAmino(object: SpotOrderAmino): SpotOrder;
|
|
1959
|
+
toAmino(message: SpotOrder): SpotOrderAmino;
|
|
1960
|
+
fromAminoMsg(object: SpotOrderAminoMsg): SpotOrder;
|
|
1961
|
+
fromProtoMsg(message: SpotOrderProtoMsg): SpotOrder;
|
|
1962
|
+
toProto(message: SpotOrder): Uint8Array;
|
|
1963
|
+
toProtoMsg(message: SpotOrder): SpotOrderProtoMsg;
|
|
1964
|
+
};
|
|
1965
|
+
export declare const SpotLimitOrder: {
|
|
1966
|
+
typeUrl: string;
|
|
1967
|
+
is(o: any): o is SpotLimitOrder;
|
|
1968
|
+
isAmino(o: any): o is SpotLimitOrderAmino;
|
|
1969
|
+
encode(message: SpotLimitOrder, writer?: BinaryWriter): BinaryWriter;
|
|
1970
|
+
decode(input: BinaryReader | Uint8Array, length?: number): SpotLimitOrder;
|
|
1971
|
+
fromPartial(object: DeepPartial<SpotLimitOrder>): SpotLimitOrder;
|
|
1972
|
+
fromAmino(object: SpotLimitOrderAmino): SpotLimitOrder;
|
|
1973
|
+
toAmino(message: SpotLimitOrder): SpotLimitOrderAmino;
|
|
1974
|
+
fromAminoMsg(object: SpotLimitOrderAminoMsg): SpotLimitOrder;
|
|
1975
|
+
fromProtoMsg(message: SpotLimitOrderProtoMsg): SpotLimitOrder;
|
|
1976
|
+
toProto(message: SpotLimitOrder): Uint8Array;
|
|
1977
|
+
toProtoMsg(message: SpotLimitOrder): SpotLimitOrderProtoMsg;
|
|
1978
|
+
};
|
|
1979
|
+
export declare const SpotMarketOrder: {
|
|
1980
|
+
typeUrl: string;
|
|
1981
|
+
is(o: any): o is SpotMarketOrder;
|
|
1982
|
+
isAmino(o: any): o is SpotMarketOrderAmino;
|
|
1983
|
+
encode(message: SpotMarketOrder, writer?: BinaryWriter): BinaryWriter;
|
|
1984
|
+
decode(input: BinaryReader | Uint8Array, length?: number): SpotMarketOrder;
|
|
1985
|
+
fromPartial(object: DeepPartial<SpotMarketOrder>): SpotMarketOrder;
|
|
1986
|
+
fromAmino(object: SpotMarketOrderAmino): SpotMarketOrder;
|
|
1987
|
+
toAmino(message: SpotMarketOrder): SpotMarketOrderAmino;
|
|
1988
|
+
fromAminoMsg(object: SpotMarketOrderAminoMsg): SpotMarketOrder;
|
|
1989
|
+
fromProtoMsg(message: SpotMarketOrderProtoMsg): SpotMarketOrder;
|
|
1990
|
+
toProto(message: SpotMarketOrder): Uint8Array;
|
|
1991
|
+
toProtoMsg(message: SpotMarketOrder): SpotMarketOrderProtoMsg;
|
|
1992
|
+
};
|
|
1993
|
+
export declare const DerivativeOrder: {
|
|
1994
|
+
typeUrl: string;
|
|
1995
|
+
is(o: any): o is DerivativeOrder;
|
|
1996
|
+
isAmino(o: any): o is DerivativeOrderAmino;
|
|
1997
|
+
encode(message: DerivativeOrder, writer?: BinaryWriter): BinaryWriter;
|
|
1998
|
+
decode(input: BinaryReader | Uint8Array, length?: number): DerivativeOrder;
|
|
1999
|
+
fromPartial(object: DeepPartial<DerivativeOrder>): DerivativeOrder;
|
|
2000
|
+
fromAmino(object: DerivativeOrderAmino): DerivativeOrder;
|
|
2001
|
+
toAmino(message: DerivativeOrder): DerivativeOrderAmino;
|
|
2002
|
+
fromAminoMsg(object: DerivativeOrderAminoMsg): DerivativeOrder;
|
|
2003
|
+
fromProtoMsg(message: DerivativeOrderProtoMsg): DerivativeOrder;
|
|
2004
|
+
toProto(message: DerivativeOrder): Uint8Array;
|
|
2005
|
+
toProtoMsg(message: DerivativeOrder): DerivativeOrderProtoMsg;
|
|
2006
|
+
};
|
|
2007
|
+
export declare const SubaccountOrderbookMetadata: {
|
|
2008
|
+
typeUrl: string;
|
|
2009
|
+
is(o: any): o is SubaccountOrderbookMetadata;
|
|
2010
|
+
isAmino(o: any): o is SubaccountOrderbookMetadataAmino;
|
|
2011
|
+
encode(message: SubaccountOrderbookMetadata, writer?: BinaryWriter): BinaryWriter;
|
|
2012
|
+
decode(input: BinaryReader | Uint8Array, length?: number): SubaccountOrderbookMetadata;
|
|
2013
|
+
fromPartial(object: DeepPartial<SubaccountOrderbookMetadata>): SubaccountOrderbookMetadata;
|
|
2014
|
+
fromAmino(object: SubaccountOrderbookMetadataAmino): SubaccountOrderbookMetadata;
|
|
2015
|
+
toAmino(message: SubaccountOrderbookMetadata): SubaccountOrderbookMetadataAmino;
|
|
2016
|
+
fromAminoMsg(object: SubaccountOrderbookMetadataAminoMsg): SubaccountOrderbookMetadata;
|
|
2017
|
+
fromProtoMsg(message: SubaccountOrderbookMetadataProtoMsg): SubaccountOrderbookMetadata;
|
|
2018
|
+
toProto(message: SubaccountOrderbookMetadata): Uint8Array;
|
|
2019
|
+
toProtoMsg(message: SubaccountOrderbookMetadata): SubaccountOrderbookMetadataProtoMsg;
|
|
2020
|
+
};
|
|
2021
|
+
export declare const SubaccountOrder: {
|
|
2022
|
+
typeUrl: string;
|
|
2023
|
+
is(o: any): o is SubaccountOrder;
|
|
2024
|
+
isAmino(o: any): o is SubaccountOrderAmino;
|
|
2025
|
+
encode(message: SubaccountOrder, writer?: BinaryWriter): BinaryWriter;
|
|
2026
|
+
decode(input: BinaryReader | Uint8Array, length?: number): SubaccountOrder;
|
|
2027
|
+
fromPartial(object: DeepPartial<SubaccountOrder>): SubaccountOrder;
|
|
2028
|
+
fromAmino(object: SubaccountOrderAmino): SubaccountOrder;
|
|
2029
|
+
toAmino(message: SubaccountOrder): SubaccountOrderAmino;
|
|
2030
|
+
fromAminoMsg(object: SubaccountOrderAminoMsg): SubaccountOrder;
|
|
2031
|
+
fromProtoMsg(message: SubaccountOrderProtoMsg): SubaccountOrder;
|
|
2032
|
+
toProto(message: SubaccountOrder): Uint8Array;
|
|
2033
|
+
toProtoMsg(message: SubaccountOrder): SubaccountOrderProtoMsg;
|
|
2034
|
+
};
|
|
2035
|
+
export declare const SubaccountOrderData: {
|
|
2036
|
+
typeUrl: string;
|
|
2037
|
+
is(o: any): o is SubaccountOrderData;
|
|
2038
|
+
isAmino(o: any): o is SubaccountOrderDataAmino;
|
|
2039
|
+
encode(message: SubaccountOrderData, writer?: BinaryWriter): BinaryWriter;
|
|
2040
|
+
decode(input: BinaryReader | Uint8Array, length?: number): SubaccountOrderData;
|
|
2041
|
+
fromPartial(object: DeepPartial<SubaccountOrderData>): SubaccountOrderData;
|
|
2042
|
+
fromAmino(object: SubaccountOrderDataAmino): SubaccountOrderData;
|
|
2043
|
+
toAmino(message: SubaccountOrderData): SubaccountOrderDataAmino;
|
|
2044
|
+
fromAminoMsg(object: SubaccountOrderDataAminoMsg): SubaccountOrderData;
|
|
2045
|
+
fromProtoMsg(message: SubaccountOrderDataProtoMsg): SubaccountOrderData;
|
|
2046
|
+
toProto(message: SubaccountOrderData): Uint8Array;
|
|
2047
|
+
toProtoMsg(message: SubaccountOrderData): SubaccountOrderDataProtoMsg;
|
|
2048
|
+
};
|
|
2049
|
+
export declare const DerivativeLimitOrder: {
|
|
2050
|
+
typeUrl: string;
|
|
2051
|
+
is(o: any): o is DerivativeLimitOrder;
|
|
2052
|
+
isAmino(o: any): o is DerivativeLimitOrderAmino;
|
|
2053
|
+
encode(message: DerivativeLimitOrder, writer?: BinaryWriter): BinaryWriter;
|
|
2054
|
+
decode(input: BinaryReader | Uint8Array, length?: number): DerivativeLimitOrder;
|
|
2055
|
+
fromPartial(object: DeepPartial<DerivativeLimitOrder>): DerivativeLimitOrder;
|
|
2056
|
+
fromAmino(object: DerivativeLimitOrderAmino): DerivativeLimitOrder;
|
|
2057
|
+
toAmino(message: DerivativeLimitOrder): DerivativeLimitOrderAmino;
|
|
2058
|
+
fromAminoMsg(object: DerivativeLimitOrderAminoMsg): DerivativeLimitOrder;
|
|
2059
|
+
fromProtoMsg(message: DerivativeLimitOrderProtoMsg): DerivativeLimitOrder;
|
|
2060
|
+
toProto(message: DerivativeLimitOrder): Uint8Array;
|
|
2061
|
+
toProtoMsg(message: DerivativeLimitOrder): DerivativeLimitOrderProtoMsg;
|
|
2062
|
+
};
|
|
2063
|
+
export declare const DerivativeMarketOrder: {
|
|
2064
|
+
typeUrl: string;
|
|
2065
|
+
is(o: any): o is DerivativeMarketOrder;
|
|
2066
|
+
isAmino(o: any): o is DerivativeMarketOrderAmino;
|
|
2067
|
+
encode(message: DerivativeMarketOrder, writer?: BinaryWriter): BinaryWriter;
|
|
2068
|
+
decode(input: BinaryReader | Uint8Array, length?: number): DerivativeMarketOrder;
|
|
2069
|
+
fromPartial(object: DeepPartial<DerivativeMarketOrder>): DerivativeMarketOrder;
|
|
2070
|
+
fromAmino(object: DerivativeMarketOrderAmino): DerivativeMarketOrder;
|
|
2071
|
+
toAmino(message: DerivativeMarketOrder): DerivativeMarketOrderAmino;
|
|
2072
|
+
fromAminoMsg(object: DerivativeMarketOrderAminoMsg): DerivativeMarketOrder;
|
|
2073
|
+
fromProtoMsg(message: DerivativeMarketOrderProtoMsg): DerivativeMarketOrder;
|
|
2074
|
+
toProto(message: DerivativeMarketOrder): Uint8Array;
|
|
2075
|
+
toProtoMsg(message: DerivativeMarketOrder): DerivativeMarketOrderProtoMsg;
|
|
2076
|
+
};
|
|
2077
|
+
export declare const Position: {
|
|
2078
|
+
typeUrl: string;
|
|
2079
|
+
is(o: any): o is Position;
|
|
2080
|
+
isAmino(o: any): o is PositionAmino;
|
|
2081
|
+
encode(message: Position, writer?: BinaryWriter): BinaryWriter;
|
|
2082
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Position;
|
|
2083
|
+
fromPartial(object: DeepPartial<Position>): Position;
|
|
2084
|
+
fromAmino(object: PositionAmino): Position;
|
|
2085
|
+
toAmino(message: Position): PositionAmino;
|
|
2086
|
+
fromAminoMsg(object: PositionAminoMsg): Position;
|
|
2087
|
+
fromProtoMsg(message: PositionProtoMsg): Position;
|
|
2088
|
+
toProto(message: Position): Uint8Array;
|
|
2089
|
+
toProtoMsg(message: Position): PositionProtoMsg;
|
|
2090
|
+
};
|
|
2091
|
+
export declare const MarketOrderIndicator: {
|
|
2092
|
+
typeUrl: string;
|
|
2093
|
+
is(o: any): o is MarketOrderIndicator;
|
|
2094
|
+
isAmino(o: any): o is MarketOrderIndicatorAmino;
|
|
2095
|
+
encode(message: MarketOrderIndicator, writer?: BinaryWriter): BinaryWriter;
|
|
2096
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MarketOrderIndicator;
|
|
2097
|
+
fromPartial(object: DeepPartial<MarketOrderIndicator>): MarketOrderIndicator;
|
|
2098
|
+
fromAmino(object: MarketOrderIndicatorAmino): MarketOrderIndicator;
|
|
2099
|
+
toAmino(message: MarketOrderIndicator): MarketOrderIndicatorAmino;
|
|
2100
|
+
fromAminoMsg(object: MarketOrderIndicatorAminoMsg): MarketOrderIndicator;
|
|
2101
|
+
fromProtoMsg(message: MarketOrderIndicatorProtoMsg): MarketOrderIndicator;
|
|
2102
|
+
toProto(message: MarketOrderIndicator): Uint8Array;
|
|
2103
|
+
toProtoMsg(message: MarketOrderIndicator): MarketOrderIndicatorProtoMsg;
|
|
2104
|
+
};
|
|
2105
|
+
export declare const TradeLog: {
|
|
2106
|
+
typeUrl: string;
|
|
2107
|
+
is(o: any): o is TradeLog;
|
|
2108
|
+
isAmino(o: any): o is TradeLogAmino;
|
|
2109
|
+
encode(message: TradeLog, writer?: BinaryWriter): BinaryWriter;
|
|
2110
|
+
decode(input: BinaryReader | Uint8Array, length?: number): TradeLog;
|
|
2111
|
+
fromPartial(object: DeepPartial<TradeLog>): TradeLog;
|
|
2112
|
+
fromAmino(object: TradeLogAmino): TradeLog;
|
|
2113
|
+
toAmino(message: TradeLog): TradeLogAmino;
|
|
2114
|
+
fromAminoMsg(object: TradeLogAminoMsg): TradeLog;
|
|
2115
|
+
fromProtoMsg(message: TradeLogProtoMsg): TradeLog;
|
|
2116
|
+
toProto(message: TradeLog): Uint8Array;
|
|
2117
|
+
toProtoMsg(message: TradeLog): TradeLogProtoMsg;
|
|
2118
|
+
};
|
|
2119
|
+
export declare const PositionDelta: {
|
|
2120
|
+
typeUrl: string;
|
|
2121
|
+
is(o: any): o is PositionDelta;
|
|
2122
|
+
isAmino(o: any): o is PositionDeltaAmino;
|
|
2123
|
+
encode(message: PositionDelta, writer?: BinaryWriter): BinaryWriter;
|
|
2124
|
+
decode(input: BinaryReader | Uint8Array, length?: number): PositionDelta;
|
|
2125
|
+
fromPartial(object: DeepPartial<PositionDelta>): PositionDelta;
|
|
2126
|
+
fromAmino(object: PositionDeltaAmino): PositionDelta;
|
|
2127
|
+
toAmino(message: PositionDelta): PositionDeltaAmino;
|
|
2128
|
+
fromAminoMsg(object: PositionDeltaAminoMsg): PositionDelta;
|
|
2129
|
+
fromProtoMsg(message: PositionDeltaProtoMsg): PositionDelta;
|
|
2130
|
+
toProto(message: PositionDelta): Uint8Array;
|
|
2131
|
+
toProtoMsg(message: PositionDelta): PositionDeltaProtoMsg;
|
|
2132
|
+
};
|
|
2133
|
+
export declare const DerivativeTradeLog: {
|
|
2134
|
+
typeUrl: string;
|
|
2135
|
+
is(o: any): o is DerivativeTradeLog;
|
|
2136
|
+
isAmino(o: any): o is DerivativeTradeLogAmino;
|
|
2137
|
+
encode(message: DerivativeTradeLog, writer?: BinaryWriter): BinaryWriter;
|
|
2138
|
+
decode(input: BinaryReader | Uint8Array, length?: number): DerivativeTradeLog;
|
|
2139
|
+
fromPartial(object: DeepPartial<DerivativeTradeLog>): DerivativeTradeLog;
|
|
2140
|
+
fromAmino(object: DerivativeTradeLogAmino): DerivativeTradeLog;
|
|
2141
|
+
toAmino(message: DerivativeTradeLog): DerivativeTradeLogAmino;
|
|
2142
|
+
fromAminoMsg(object: DerivativeTradeLogAminoMsg): DerivativeTradeLog;
|
|
2143
|
+
fromProtoMsg(message: DerivativeTradeLogProtoMsg): DerivativeTradeLog;
|
|
2144
|
+
toProto(message: DerivativeTradeLog): Uint8Array;
|
|
2145
|
+
toProtoMsg(message: DerivativeTradeLog): DerivativeTradeLogProtoMsg;
|
|
2146
|
+
};
|
|
2147
|
+
export declare const SubaccountPosition: {
|
|
2148
|
+
typeUrl: string;
|
|
2149
|
+
is(o: any): o is SubaccountPosition;
|
|
2150
|
+
isAmino(o: any): o is SubaccountPositionAmino;
|
|
2151
|
+
encode(message: SubaccountPosition, writer?: BinaryWriter): BinaryWriter;
|
|
2152
|
+
decode(input: BinaryReader | Uint8Array, length?: number): SubaccountPosition;
|
|
2153
|
+
fromPartial(object: DeepPartial<SubaccountPosition>): SubaccountPosition;
|
|
2154
|
+
fromAmino(object: SubaccountPositionAmino): SubaccountPosition;
|
|
2155
|
+
toAmino(message: SubaccountPosition): SubaccountPositionAmino;
|
|
2156
|
+
fromAminoMsg(object: SubaccountPositionAminoMsg): SubaccountPosition;
|
|
2157
|
+
fromProtoMsg(message: SubaccountPositionProtoMsg): SubaccountPosition;
|
|
2158
|
+
toProto(message: SubaccountPosition): Uint8Array;
|
|
2159
|
+
toProtoMsg(message: SubaccountPosition): SubaccountPositionProtoMsg;
|
|
2160
|
+
};
|
|
2161
|
+
export declare const SubaccountDeposit: {
|
|
2162
|
+
typeUrl: string;
|
|
2163
|
+
is(o: any): o is SubaccountDeposit;
|
|
2164
|
+
isAmino(o: any): o is SubaccountDepositAmino;
|
|
2165
|
+
encode(message: SubaccountDeposit, writer?: BinaryWriter): BinaryWriter;
|
|
2166
|
+
decode(input: BinaryReader | Uint8Array, length?: number): SubaccountDeposit;
|
|
2167
|
+
fromPartial(object: DeepPartial<SubaccountDeposit>): SubaccountDeposit;
|
|
2168
|
+
fromAmino(object: SubaccountDepositAmino): SubaccountDeposit;
|
|
2169
|
+
toAmino(message: SubaccountDeposit): SubaccountDepositAmino;
|
|
2170
|
+
fromAminoMsg(object: SubaccountDepositAminoMsg): SubaccountDeposit;
|
|
2171
|
+
fromProtoMsg(message: SubaccountDepositProtoMsg): SubaccountDeposit;
|
|
2172
|
+
toProto(message: SubaccountDeposit): Uint8Array;
|
|
2173
|
+
toProtoMsg(message: SubaccountDeposit): SubaccountDepositProtoMsg;
|
|
2174
|
+
};
|
|
2175
|
+
export declare const DepositUpdate: {
|
|
2176
|
+
typeUrl: string;
|
|
2177
|
+
is(o: any): o is DepositUpdate;
|
|
2178
|
+
isAmino(o: any): o is DepositUpdateAmino;
|
|
2179
|
+
encode(message: DepositUpdate, writer?: BinaryWriter): BinaryWriter;
|
|
2180
|
+
decode(input: BinaryReader | Uint8Array, length?: number): DepositUpdate;
|
|
2181
|
+
fromPartial(object: DeepPartial<DepositUpdate>): DepositUpdate;
|
|
2182
|
+
fromAmino(object: DepositUpdateAmino): DepositUpdate;
|
|
2183
|
+
toAmino(message: DepositUpdate): DepositUpdateAmino;
|
|
2184
|
+
fromAminoMsg(object: DepositUpdateAminoMsg): DepositUpdate;
|
|
2185
|
+
fromProtoMsg(message: DepositUpdateProtoMsg): DepositUpdate;
|
|
2186
|
+
toProto(message: DepositUpdate): Uint8Array;
|
|
2187
|
+
toProtoMsg(message: DepositUpdate): DepositUpdateProtoMsg;
|
|
2188
|
+
};
|
|
2189
|
+
export declare const PointsMultiplier: {
|
|
2190
|
+
typeUrl: string;
|
|
2191
|
+
is(o: any): o is PointsMultiplier;
|
|
2192
|
+
isAmino(o: any): o is PointsMultiplierAmino;
|
|
2193
|
+
encode(message: PointsMultiplier, writer?: BinaryWriter): BinaryWriter;
|
|
2194
|
+
decode(input: BinaryReader | Uint8Array, length?: number): PointsMultiplier;
|
|
2195
|
+
fromPartial(object: DeepPartial<PointsMultiplier>): PointsMultiplier;
|
|
2196
|
+
fromAmino(object: PointsMultiplierAmino): PointsMultiplier;
|
|
2197
|
+
toAmino(message: PointsMultiplier): PointsMultiplierAmino;
|
|
2198
|
+
fromAminoMsg(object: PointsMultiplierAminoMsg): PointsMultiplier;
|
|
2199
|
+
fromProtoMsg(message: PointsMultiplierProtoMsg): PointsMultiplier;
|
|
2200
|
+
toProto(message: PointsMultiplier): Uint8Array;
|
|
2201
|
+
toProtoMsg(message: PointsMultiplier): PointsMultiplierProtoMsg;
|
|
2202
|
+
};
|
|
2203
|
+
export declare const TradingRewardCampaignBoostInfo: {
|
|
2204
|
+
typeUrl: string;
|
|
2205
|
+
is(o: any): o is TradingRewardCampaignBoostInfo;
|
|
2206
|
+
isAmino(o: any): o is TradingRewardCampaignBoostInfoAmino;
|
|
2207
|
+
encode(message: TradingRewardCampaignBoostInfo, writer?: BinaryWriter): BinaryWriter;
|
|
2208
|
+
decode(input: BinaryReader | Uint8Array, length?: number): TradingRewardCampaignBoostInfo;
|
|
2209
|
+
fromPartial(object: DeepPartial<TradingRewardCampaignBoostInfo>): TradingRewardCampaignBoostInfo;
|
|
2210
|
+
fromAmino(object: TradingRewardCampaignBoostInfoAmino): TradingRewardCampaignBoostInfo;
|
|
2211
|
+
toAmino(message: TradingRewardCampaignBoostInfo): TradingRewardCampaignBoostInfoAmino;
|
|
2212
|
+
fromAminoMsg(object: TradingRewardCampaignBoostInfoAminoMsg): TradingRewardCampaignBoostInfo;
|
|
2213
|
+
fromProtoMsg(message: TradingRewardCampaignBoostInfoProtoMsg): TradingRewardCampaignBoostInfo;
|
|
2214
|
+
toProto(message: TradingRewardCampaignBoostInfo): Uint8Array;
|
|
2215
|
+
toProtoMsg(message: TradingRewardCampaignBoostInfo): TradingRewardCampaignBoostInfoProtoMsg;
|
|
2216
|
+
};
|
|
2217
|
+
export declare const CampaignRewardPool: {
|
|
2218
|
+
typeUrl: string;
|
|
2219
|
+
is(o: any): o is CampaignRewardPool;
|
|
2220
|
+
isAmino(o: any): o is CampaignRewardPoolAmino;
|
|
2221
|
+
encode(message: CampaignRewardPool, writer?: BinaryWriter): BinaryWriter;
|
|
2222
|
+
decode(input: BinaryReader | Uint8Array, length?: number): CampaignRewardPool;
|
|
2223
|
+
fromPartial(object: DeepPartial<CampaignRewardPool>): CampaignRewardPool;
|
|
2224
|
+
fromAmino(object: CampaignRewardPoolAmino): CampaignRewardPool;
|
|
2225
|
+
toAmino(message: CampaignRewardPool): CampaignRewardPoolAmino;
|
|
2226
|
+
fromAminoMsg(object: CampaignRewardPoolAminoMsg): CampaignRewardPool;
|
|
2227
|
+
fromProtoMsg(message: CampaignRewardPoolProtoMsg): CampaignRewardPool;
|
|
2228
|
+
toProto(message: CampaignRewardPool): Uint8Array;
|
|
2229
|
+
toProtoMsg(message: CampaignRewardPool): CampaignRewardPoolProtoMsg;
|
|
2230
|
+
};
|
|
2231
|
+
export declare const TradingRewardCampaignInfo: {
|
|
2232
|
+
typeUrl: string;
|
|
2233
|
+
is(o: any): o is TradingRewardCampaignInfo;
|
|
2234
|
+
isAmino(o: any): o is TradingRewardCampaignInfoAmino;
|
|
2235
|
+
encode(message: TradingRewardCampaignInfo, writer?: BinaryWriter): BinaryWriter;
|
|
2236
|
+
decode(input: BinaryReader | Uint8Array, length?: number): TradingRewardCampaignInfo;
|
|
2237
|
+
fromPartial(object: DeepPartial<TradingRewardCampaignInfo>): TradingRewardCampaignInfo;
|
|
2238
|
+
fromAmino(object: TradingRewardCampaignInfoAmino): TradingRewardCampaignInfo;
|
|
2239
|
+
toAmino(message: TradingRewardCampaignInfo): TradingRewardCampaignInfoAmino;
|
|
2240
|
+
fromAminoMsg(object: TradingRewardCampaignInfoAminoMsg): TradingRewardCampaignInfo;
|
|
2241
|
+
fromProtoMsg(message: TradingRewardCampaignInfoProtoMsg): TradingRewardCampaignInfo;
|
|
2242
|
+
toProto(message: TradingRewardCampaignInfo): Uint8Array;
|
|
2243
|
+
toProtoMsg(message: TradingRewardCampaignInfo): TradingRewardCampaignInfoProtoMsg;
|
|
2244
|
+
};
|
|
2245
|
+
export declare const FeeDiscountTierInfo: {
|
|
2246
|
+
typeUrl: string;
|
|
2247
|
+
is(o: any): o is FeeDiscountTierInfo;
|
|
2248
|
+
isAmino(o: any): o is FeeDiscountTierInfoAmino;
|
|
2249
|
+
encode(message: FeeDiscountTierInfo, writer?: BinaryWriter): BinaryWriter;
|
|
2250
|
+
decode(input: BinaryReader | Uint8Array, length?: number): FeeDiscountTierInfo;
|
|
2251
|
+
fromPartial(object: DeepPartial<FeeDiscountTierInfo>): FeeDiscountTierInfo;
|
|
2252
|
+
fromAmino(object: FeeDiscountTierInfoAmino): FeeDiscountTierInfo;
|
|
2253
|
+
toAmino(message: FeeDiscountTierInfo): FeeDiscountTierInfoAmino;
|
|
2254
|
+
fromAminoMsg(object: FeeDiscountTierInfoAminoMsg): FeeDiscountTierInfo;
|
|
2255
|
+
fromProtoMsg(message: FeeDiscountTierInfoProtoMsg): FeeDiscountTierInfo;
|
|
2256
|
+
toProto(message: FeeDiscountTierInfo): Uint8Array;
|
|
2257
|
+
toProtoMsg(message: FeeDiscountTierInfo): FeeDiscountTierInfoProtoMsg;
|
|
2258
|
+
};
|
|
2259
|
+
export declare const FeeDiscountSchedule: {
|
|
2260
|
+
typeUrl: string;
|
|
2261
|
+
is(o: any): o is FeeDiscountSchedule;
|
|
2262
|
+
isAmino(o: any): o is FeeDiscountScheduleAmino;
|
|
2263
|
+
encode(message: FeeDiscountSchedule, writer?: BinaryWriter): BinaryWriter;
|
|
2264
|
+
decode(input: BinaryReader | Uint8Array, length?: number): FeeDiscountSchedule;
|
|
2265
|
+
fromPartial(object: DeepPartial<FeeDiscountSchedule>): FeeDiscountSchedule;
|
|
2266
|
+
fromAmino(object: FeeDiscountScheduleAmino): FeeDiscountSchedule;
|
|
2267
|
+
toAmino(message: FeeDiscountSchedule): FeeDiscountScheduleAmino;
|
|
2268
|
+
fromAminoMsg(object: FeeDiscountScheduleAminoMsg): FeeDiscountSchedule;
|
|
2269
|
+
fromProtoMsg(message: FeeDiscountScheduleProtoMsg): FeeDiscountSchedule;
|
|
2270
|
+
toProto(message: FeeDiscountSchedule): Uint8Array;
|
|
2271
|
+
toProtoMsg(message: FeeDiscountSchedule): FeeDiscountScheduleProtoMsg;
|
|
2272
|
+
};
|
|
2273
|
+
export declare const FeeDiscountTierTTL: {
|
|
2274
|
+
typeUrl: string;
|
|
2275
|
+
is(o: any): o is FeeDiscountTierTTL;
|
|
2276
|
+
isAmino(o: any): o is FeeDiscountTierTTLAmino;
|
|
2277
|
+
encode(message: FeeDiscountTierTTL, writer?: BinaryWriter): BinaryWriter;
|
|
2278
|
+
decode(input: BinaryReader | Uint8Array, length?: number): FeeDiscountTierTTL;
|
|
2279
|
+
fromPartial(object: DeepPartial<FeeDiscountTierTTL>): FeeDiscountTierTTL;
|
|
2280
|
+
fromAmino(object: FeeDiscountTierTTLAmino): FeeDiscountTierTTL;
|
|
2281
|
+
toAmino(message: FeeDiscountTierTTL): FeeDiscountTierTTLAmino;
|
|
2282
|
+
fromAminoMsg(object: FeeDiscountTierTTLAminoMsg): FeeDiscountTierTTL;
|
|
2283
|
+
fromProtoMsg(message: FeeDiscountTierTTLProtoMsg): FeeDiscountTierTTL;
|
|
2284
|
+
toProto(message: FeeDiscountTierTTL): Uint8Array;
|
|
2285
|
+
toProtoMsg(message: FeeDiscountTierTTL): FeeDiscountTierTTLProtoMsg;
|
|
2286
|
+
};
|
|
2287
|
+
export declare const VolumeRecord: {
|
|
2288
|
+
typeUrl: string;
|
|
2289
|
+
is(o: any): o is VolumeRecord;
|
|
2290
|
+
isAmino(o: any): o is VolumeRecordAmino;
|
|
2291
|
+
encode(message: VolumeRecord, writer?: BinaryWriter): BinaryWriter;
|
|
2292
|
+
decode(input: BinaryReader | Uint8Array, length?: number): VolumeRecord;
|
|
2293
|
+
fromPartial(object: DeepPartial<VolumeRecord>): VolumeRecord;
|
|
2294
|
+
fromAmino(object: VolumeRecordAmino): VolumeRecord;
|
|
2295
|
+
toAmino(message: VolumeRecord): VolumeRecordAmino;
|
|
2296
|
+
fromAminoMsg(object: VolumeRecordAminoMsg): VolumeRecord;
|
|
2297
|
+
fromProtoMsg(message: VolumeRecordProtoMsg): VolumeRecord;
|
|
2298
|
+
toProto(message: VolumeRecord): Uint8Array;
|
|
2299
|
+
toProtoMsg(message: VolumeRecord): VolumeRecordProtoMsg;
|
|
2300
|
+
};
|
|
2301
|
+
export declare const AccountRewards: {
|
|
2302
|
+
typeUrl: string;
|
|
2303
|
+
is(o: any): o is AccountRewards;
|
|
2304
|
+
isAmino(o: any): o is AccountRewardsAmino;
|
|
2305
|
+
encode(message: AccountRewards, writer?: BinaryWriter): BinaryWriter;
|
|
2306
|
+
decode(input: BinaryReader | Uint8Array, length?: number): AccountRewards;
|
|
2307
|
+
fromPartial(object: DeepPartial<AccountRewards>): AccountRewards;
|
|
2308
|
+
fromAmino(object: AccountRewardsAmino): AccountRewards;
|
|
2309
|
+
toAmino(message: AccountRewards): AccountRewardsAmino;
|
|
2310
|
+
fromAminoMsg(object: AccountRewardsAminoMsg): AccountRewards;
|
|
2311
|
+
fromProtoMsg(message: AccountRewardsProtoMsg): AccountRewards;
|
|
2312
|
+
toProto(message: AccountRewards): Uint8Array;
|
|
2313
|
+
toProtoMsg(message: AccountRewards): AccountRewardsProtoMsg;
|
|
2314
|
+
};
|
|
2315
|
+
export declare const TradeRecords: {
|
|
2316
|
+
typeUrl: string;
|
|
2317
|
+
is(o: any): o is TradeRecords;
|
|
2318
|
+
isAmino(o: any): o is TradeRecordsAmino;
|
|
2319
|
+
encode(message: TradeRecords, writer?: BinaryWriter): BinaryWriter;
|
|
2320
|
+
decode(input: BinaryReader | Uint8Array, length?: number): TradeRecords;
|
|
2321
|
+
fromPartial(object: DeepPartial<TradeRecords>): TradeRecords;
|
|
2322
|
+
fromAmino(object: TradeRecordsAmino): TradeRecords;
|
|
2323
|
+
toAmino(message: TradeRecords): TradeRecordsAmino;
|
|
2324
|
+
fromAminoMsg(object: TradeRecordsAminoMsg): TradeRecords;
|
|
2325
|
+
fromProtoMsg(message: TradeRecordsProtoMsg): TradeRecords;
|
|
2326
|
+
toProto(message: TradeRecords): Uint8Array;
|
|
2327
|
+
toProtoMsg(message: TradeRecords): TradeRecordsProtoMsg;
|
|
2328
|
+
};
|
|
2329
|
+
export declare const SubaccountIDs: {
|
|
2330
|
+
typeUrl: string;
|
|
2331
|
+
is(o: any): o is SubaccountIDs;
|
|
2332
|
+
isAmino(o: any): o is SubaccountIDsAmino;
|
|
2333
|
+
encode(message: SubaccountIDs, writer?: BinaryWriter): BinaryWriter;
|
|
2334
|
+
decode(input: BinaryReader | Uint8Array, length?: number): SubaccountIDs;
|
|
2335
|
+
fromPartial(object: DeepPartial<SubaccountIDs>): SubaccountIDs;
|
|
2336
|
+
fromAmino(object: SubaccountIDsAmino): SubaccountIDs;
|
|
2337
|
+
toAmino(message: SubaccountIDs): SubaccountIDsAmino;
|
|
2338
|
+
fromAminoMsg(object: SubaccountIDsAminoMsg): SubaccountIDs;
|
|
2339
|
+
fromProtoMsg(message: SubaccountIDsProtoMsg): SubaccountIDs;
|
|
2340
|
+
toProto(message: SubaccountIDs): Uint8Array;
|
|
2341
|
+
toProtoMsg(message: SubaccountIDs): SubaccountIDsProtoMsg;
|
|
2342
|
+
};
|
|
2343
|
+
export declare const TradeRecord: {
|
|
2344
|
+
typeUrl: string;
|
|
2345
|
+
is(o: any): o is TradeRecord;
|
|
2346
|
+
isAmino(o: any): o is TradeRecordAmino;
|
|
2347
|
+
encode(message: TradeRecord, writer?: BinaryWriter): BinaryWriter;
|
|
2348
|
+
decode(input: BinaryReader | Uint8Array, length?: number): TradeRecord;
|
|
2349
|
+
fromPartial(object: DeepPartial<TradeRecord>): TradeRecord;
|
|
2350
|
+
fromAmino(object: TradeRecordAmino): TradeRecord;
|
|
2351
|
+
toAmino(message: TradeRecord): TradeRecordAmino;
|
|
2352
|
+
fromAminoMsg(object: TradeRecordAminoMsg): TradeRecord;
|
|
2353
|
+
fromProtoMsg(message: TradeRecordProtoMsg): TradeRecord;
|
|
2354
|
+
toProto(message: TradeRecord): Uint8Array;
|
|
2355
|
+
toProtoMsg(message: TradeRecord): TradeRecordProtoMsg;
|
|
2356
|
+
};
|
|
2357
|
+
export declare const Level: {
|
|
2358
|
+
typeUrl: string;
|
|
2359
|
+
is(o: any): o is Level;
|
|
2360
|
+
isAmino(o: any): o is LevelAmino;
|
|
2361
|
+
encode(message: Level, writer?: BinaryWriter): BinaryWriter;
|
|
2362
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Level;
|
|
2363
|
+
fromPartial(object: DeepPartial<Level>): Level;
|
|
2364
|
+
fromAmino(object: LevelAmino): Level;
|
|
2365
|
+
toAmino(message: Level): LevelAmino;
|
|
2366
|
+
fromAminoMsg(object: LevelAminoMsg): Level;
|
|
2367
|
+
fromProtoMsg(message: LevelProtoMsg): Level;
|
|
2368
|
+
toProto(message: Level): Uint8Array;
|
|
2369
|
+
toProtoMsg(message: Level): LevelProtoMsg;
|
|
2370
|
+
};
|
|
2371
|
+
export declare const AggregateSubaccountVolumeRecord: {
|
|
2372
|
+
typeUrl: string;
|
|
2373
|
+
is(o: any): o is AggregateSubaccountVolumeRecord;
|
|
2374
|
+
isAmino(o: any): o is AggregateSubaccountVolumeRecordAmino;
|
|
2375
|
+
encode(message: AggregateSubaccountVolumeRecord, writer?: BinaryWriter): BinaryWriter;
|
|
2376
|
+
decode(input: BinaryReader | Uint8Array, length?: number): AggregateSubaccountVolumeRecord;
|
|
2377
|
+
fromPartial(object: DeepPartial<AggregateSubaccountVolumeRecord>): AggregateSubaccountVolumeRecord;
|
|
2378
|
+
fromAmino(object: AggregateSubaccountVolumeRecordAmino): AggregateSubaccountVolumeRecord;
|
|
2379
|
+
toAmino(message: AggregateSubaccountVolumeRecord): AggregateSubaccountVolumeRecordAmino;
|
|
2380
|
+
fromAminoMsg(object: AggregateSubaccountVolumeRecordAminoMsg): AggregateSubaccountVolumeRecord;
|
|
2381
|
+
fromProtoMsg(message: AggregateSubaccountVolumeRecordProtoMsg): AggregateSubaccountVolumeRecord;
|
|
2382
|
+
toProto(message: AggregateSubaccountVolumeRecord): Uint8Array;
|
|
2383
|
+
toProtoMsg(message: AggregateSubaccountVolumeRecord): AggregateSubaccountVolumeRecordProtoMsg;
|
|
2384
|
+
};
|
|
2385
|
+
export declare const AggregateAccountVolumeRecord: {
|
|
2386
|
+
typeUrl: string;
|
|
2387
|
+
is(o: any): o is AggregateAccountVolumeRecord;
|
|
2388
|
+
isAmino(o: any): o is AggregateAccountVolumeRecordAmino;
|
|
2389
|
+
encode(message: AggregateAccountVolumeRecord, writer?: BinaryWriter): BinaryWriter;
|
|
2390
|
+
decode(input: BinaryReader | Uint8Array, length?: number): AggregateAccountVolumeRecord;
|
|
2391
|
+
fromPartial(object: DeepPartial<AggregateAccountVolumeRecord>): AggregateAccountVolumeRecord;
|
|
2392
|
+
fromAmino(object: AggregateAccountVolumeRecordAmino): AggregateAccountVolumeRecord;
|
|
2393
|
+
toAmino(message: AggregateAccountVolumeRecord): AggregateAccountVolumeRecordAmino;
|
|
2394
|
+
fromAminoMsg(object: AggregateAccountVolumeRecordAminoMsg): AggregateAccountVolumeRecord;
|
|
2395
|
+
fromProtoMsg(message: AggregateAccountVolumeRecordProtoMsg): AggregateAccountVolumeRecord;
|
|
2396
|
+
toProto(message: AggregateAccountVolumeRecord): Uint8Array;
|
|
2397
|
+
toProtoMsg(message: AggregateAccountVolumeRecord): AggregateAccountVolumeRecordProtoMsg;
|
|
2398
|
+
};
|
|
2399
|
+
export declare const MarketVolume: {
|
|
2400
|
+
typeUrl: string;
|
|
2401
|
+
is(o: any): o is MarketVolume;
|
|
2402
|
+
isAmino(o: any): o is MarketVolumeAmino;
|
|
2403
|
+
encode(message: MarketVolume, writer?: BinaryWriter): BinaryWriter;
|
|
2404
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MarketVolume;
|
|
2405
|
+
fromPartial(object: DeepPartial<MarketVolume>): MarketVolume;
|
|
2406
|
+
fromAmino(object: MarketVolumeAmino): MarketVolume;
|
|
2407
|
+
toAmino(message: MarketVolume): MarketVolumeAmino;
|
|
2408
|
+
fromAminoMsg(object: MarketVolumeAminoMsg): MarketVolume;
|
|
2409
|
+
fromProtoMsg(message: MarketVolumeProtoMsg): MarketVolume;
|
|
2410
|
+
toProto(message: MarketVolume): Uint8Array;
|
|
2411
|
+
toProtoMsg(message: MarketVolume): MarketVolumeProtoMsg;
|
|
2412
|
+
};
|
|
2413
|
+
export declare const DenomDecimals: {
|
|
2414
|
+
typeUrl: string;
|
|
2415
|
+
is(o: any): o is DenomDecimals;
|
|
2416
|
+
isAmino(o: any): o is DenomDecimalsAmino;
|
|
2417
|
+
encode(message: DenomDecimals, writer?: BinaryWriter): BinaryWriter;
|
|
2418
|
+
decode(input: BinaryReader | Uint8Array, length?: number): DenomDecimals;
|
|
2419
|
+
fromPartial(object: DeepPartial<DenomDecimals>): DenomDecimals;
|
|
2420
|
+
fromAmino(object: DenomDecimalsAmino): DenomDecimals;
|
|
2421
|
+
toAmino(message: DenomDecimals): DenomDecimalsAmino;
|
|
2422
|
+
fromAminoMsg(object: DenomDecimalsAminoMsg): DenomDecimals;
|
|
2423
|
+
fromProtoMsg(message: DenomDecimalsProtoMsg): DenomDecimals;
|
|
2424
|
+
toProto(message: DenomDecimals): Uint8Array;
|
|
2425
|
+
toProtoMsg(message: DenomDecimals): DenomDecimalsProtoMsg;
|
|
2426
|
+
};
|
|
2427
|
+
export declare const GrantAuthorization: {
|
|
2428
|
+
typeUrl: string;
|
|
2429
|
+
is(o: any): o is GrantAuthorization;
|
|
2430
|
+
isAmino(o: any): o is GrantAuthorizationAmino;
|
|
2431
|
+
encode(message: GrantAuthorization, writer?: BinaryWriter): BinaryWriter;
|
|
2432
|
+
decode(input: BinaryReader | Uint8Array, length?: number): GrantAuthorization;
|
|
2433
|
+
fromPartial(object: DeepPartial<GrantAuthorization>): GrantAuthorization;
|
|
2434
|
+
fromAmino(object: GrantAuthorizationAmino): GrantAuthorization;
|
|
2435
|
+
toAmino(message: GrantAuthorization): GrantAuthorizationAmino;
|
|
2436
|
+
fromAminoMsg(object: GrantAuthorizationAminoMsg): GrantAuthorization;
|
|
2437
|
+
fromProtoMsg(message: GrantAuthorizationProtoMsg): GrantAuthorization;
|
|
2438
|
+
toProto(message: GrantAuthorization): Uint8Array;
|
|
2439
|
+
toProtoMsg(message: GrantAuthorization): GrantAuthorizationProtoMsg;
|
|
2440
|
+
};
|
|
2441
|
+
export declare const ActiveGrant: {
|
|
2442
|
+
typeUrl: string;
|
|
2443
|
+
is(o: any): o is ActiveGrant;
|
|
2444
|
+
isAmino(o: any): o is ActiveGrantAmino;
|
|
2445
|
+
encode(message: ActiveGrant, writer?: BinaryWriter): BinaryWriter;
|
|
2446
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ActiveGrant;
|
|
2447
|
+
fromPartial(object: DeepPartial<ActiveGrant>): ActiveGrant;
|
|
2448
|
+
fromAmino(object: ActiveGrantAmino): ActiveGrant;
|
|
2449
|
+
toAmino(message: ActiveGrant): ActiveGrantAmino;
|
|
2450
|
+
fromAminoMsg(object: ActiveGrantAminoMsg): ActiveGrant;
|
|
2451
|
+
fromProtoMsg(message: ActiveGrantProtoMsg): ActiveGrant;
|
|
2452
|
+
toProto(message: ActiveGrant): Uint8Array;
|
|
2453
|
+
toProtoMsg(message: ActiveGrant): ActiveGrantProtoMsg;
|
|
2454
|
+
};
|
|
2455
|
+
export declare const EffectiveGrant: {
|
|
2456
|
+
typeUrl: string;
|
|
2457
|
+
is(o: any): o is EffectiveGrant;
|
|
2458
|
+
isAmino(o: any): o is EffectiveGrantAmino;
|
|
2459
|
+
encode(message: EffectiveGrant, writer?: BinaryWriter): BinaryWriter;
|
|
2460
|
+
decode(input: BinaryReader | Uint8Array, length?: number): EffectiveGrant;
|
|
2461
|
+
fromPartial(object: DeepPartial<EffectiveGrant>): EffectiveGrant;
|
|
2462
|
+
fromAmino(object: EffectiveGrantAmino): EffectiveGrant;
|
|
2463
|
+
toAmino(message: EffectiveGrant): EffectiveGrantAmino;
|
|
2464
|
+
fromAminoMsg(object: EffectiveGrantAminoMsg): EffectiveGrant;
|
|
2465
|
+
fromProtoMsg(message: EffectiveGrantProtoMsg): EffectiveGrant;
|
|
2466
|
+
toProto(message: EffectiveGrant): Uint8Array;
|
|
2467
|
+
toProtoMsg(message: EffectiveGrant): EffectiveGrantProtoMsg;
|
|
2468
|
+
};
|