injectivejs 0.1.0 → 0.3.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/README.md +71 -10
- package/package.json +1 -1
- package/types/codegen/AtomicOrder.client.d.ts +26 -0
- package/types/codegen/AtomicOrder.types.d.ts +30 -0
- package/types/codegen/Registry.client.d.ts +70 -0
- package/types/codegen/Registry.types.d.ts +68 -0
- package/types/codegen/confio/proofs.d.ts +495 -0
- package/types/codegen/contracts.d.ts +16 -0
- package/types/codegen/cosmos/app/v1alpha1/config.d.ts +81 -0
- package/types/codegen/cosmos/app/v1alpha1/module.d.ts +181 -0
- package/types/codegen/cosmos/app/v1alpha1/query.d.ts +29 -0
- package/types/codegen/cosmos/app/v1alpha1/query.rpc.query.d.ts +15 -0
- package/types/codegen/cosmos/auth/v1beta1/auth.d.ts +68 -0
- package/types/codegen/cosmos/auth/v1beta1/genesis.d.ts +23 -0
- package/types/codegen/cosmos/auth/v1beta1/query.d.ts +211 -0
- package/types/codegen/cosmos/auth/v1beta1/query.lcd.d.ts +15 -0
- package/types/codegen/cosmos/auth/v1beta1/query.rpc.query.d.ts +33 -0
- package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +95 -0
- package/types/codegen/cosmos/authz/v1beta1/event.d.ts +48 -0
- package/types/codegen/cosmos/authz/v1beta1/genesis.d.ts +16 -0
- package/types/codegen/cosmos/authz/v1beta1/query.d.ts +118 -0
- package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +11 -0
- package/types/codegen/cosmos/authz/v1beta1/query.rpc.query.d.ts +21 -0
- package/types/codegen/cosmos/authz/v1beta1/tx.amino.d.ts +54 -0
- package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +118 -0
- package/types/codegen/cosmos/authz/v1beta1/tx.registry.d.ts +48 -0
- package/types/codegen/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +15 -0
- package/types/codegen/cosmos/bank/v1beta1/authz.d.ts +26 -0
- package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +222 -0
- package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +62 -0
- package/types/codegen/cosmos/bank/v1beta1/query.d.ts +396 -0
- package/types/codegen/cosmos/bank/v1beta1/query.lcd.d.ts +17 -0
- package/types/codegen/cosmos/bank/v1beta1/query.rpc.query.d.ts +39 -0
- package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +44 -0
- package/types/codegen/cosmos/bank/v1beta1/tx.d.ts +58 -0
- package/types/codegen/cosmos/bank/v1beta1/tx.registry.d.ts +36 -0
- package/types/codegen/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +13 -0
- package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +354 -0
- package/types/codegen/cosmos/base/kv/v1beta1/kv.d.ts +30 -0
- package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +138 -0
- package/types/codegen/cosmos/base/reflection/v1beta1/reflection.d.ts +68 -0
- package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +514 -0
- package/types/codegen/cosmos/base/snapshots/v1beta1/snapshot.d.ts +153 -0
- package/types/codegen/cosmos/base/store/v1beta1/commit_info.d.ts +65 -0
- package/types/codegen/cosmos/base/store/v1beta1/listening.d.ts +37 -0
- package/types/codegen/cosmos/base/tendermint/v1beta1/query.d.ts +252 -0
- package/types/codegen/cosmos/base/tendermint/v1beta1/query.lcd.d.ts +14 -0
- package/types/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.d.ts +30 -0
- package/types/codegen/cosmos/base/v1beta1/coin.d.ts +78 -0
- package/types/codegen/cosmos/bundle.d.ts +10676 -0
- package/types/codegen/cosmos/capability/v1beta1/capability.d.ts +61 -0
- package/types/codegen/cosmos/capability/v1beta1/genesis.d.ts +47 -0
- package/types/codegen/cosmos/client.d.ts +951 -0
- package/types/codegen/cosmos/crisis/v1beta1/genesis.d.ts +24 -0
- package/types/codegen/cosmos/crisis/v1beta1/tx.amino.d.ts +17 -0
- package/types/codegen/cosmos/crisis/v1beta1/tx.d.ts +30 -0
- package/types/codegen/cosmos/crisis/v1beta1/tx.registry.d.ts +24 -0
- package/types/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.d.ts +11 -0
- package/types/codegen/cosmos/crypto/ed25519/keys.d.ts +46 -0
- package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +39 -0
- package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +95 -0
- package/types/codegen/cosmos/crypto/multisig/keys.d.ts +26 -0
- package/types/codegen/cosmos/crypto/multisig/v1beta1/multisig.d.ts +48 -0
- package/types/codegen/cosmos/crypto/secp256k1/keys.d.ts +40 -0
- package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +38 -0
- package/types/codegen/cosmos/distribution/v1beta1/distribution.d.ts +281 -0
- package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +224 -0
- package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +385 -0
- package/types/codegen/cosmos/distribution/v1beta1/query.lcd.d.ts +17 -0
- package/types/codegen/cosmos/distribution/v1beta1/query.rpc.query.d.ts +39 -0
- package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +54 -0
- package/types/codegen/cosmos/distribution/v1beta1/tx.d.ts +133 -0
- package/types/codegen/cosmos/distribution/v1beta1/tx.registry.d.ts +60 -0
- package/types/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +17 -0
- package/types/codegen/cosmos/evidence/v1beta1/evidence.d.ts +27 -0
- package/types/codegen/cosmos/evidence/v1beta1/genesis.d.ts +18 -0
- package/types/codegen/cosmos/evidence/v1beta1/query.d.ts +80 -0
- package/types/codegen/cosmos/evidence/v1beta1/query.lcd.d.ts +10 -0
- package/types/codegen/cosmos/evidence/v1beta1/query.rpc.query.d.ts +18 -0
- package/types/codegen/cosmos/evidence/v1beta1/tx.amino.d.ts +19 -0
- package/types/codegen/cosmos/evidence/v1beta1/tx.d.ts +39 -0
- package/types/codegen/cosmos/evidence/v1beta1/tx.registry.d.ts +24 -0
- package/types/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.d.ts +11 -0
- package/types/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +137 -0
- package/types/codegen/cosmos/feegrant/v1beta1/genesis.d.ts +16 -0
- package/types/codegen/cosmos/feegrant/v1beta1/query.d.ts +110 -0
- package/types/codegen/cosmos/feegrant/v1beta1/query.lcd.d.ts +11 -0
- package/types/codegen/cosmos/feegrant/v1beta1/query.rpc.query.d.ts +21 -0
- package/types/codegen/cosmos/feegrant/v1beta1/tx.amino.d.ts +32 -0
- package/types/codegen/cosmos/feegrant/v1beta1/tx.d.ts +73 -0
- package/types/codegen/cosmos/feegrant/v1beta1/tx.registry.d.ts +36 -0
- package/types/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +13 -0
- package/types/codegen/cosmos/genutil/v1beta1/genesis.d.ts +17 -0
- package/types/codegen/cosmos/gov/v1/genesis.d.ts +42 -0
- package/types/codegen/cosmos/gov/v1/gov.d.ts +301 -0
- package/types/codegen/cosmos/gov/v1/query.d.ts +298 -0
- package/types/codegen/cosmos/gov/v1/query.lcd.d.ts +16 -0
- package/types/codegen/cosmos/gov/v1/query.rpc.query.d.ts +36 -0
- package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +86 -0
- package/types/codegen/cosmos/gov/v1/tx.d.ts +169 -0
- package/types/codegen/cosmos/gov/v1/tx.registry.d.ts +72 -0
- package/types/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +19 -0
- package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +42 -0
- package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +338 -0
- package/types/codegen/cosmos/gov/v1beta1/query.d.ts +298 -0
- package/types/codegen/cosmos/gov/v1beta1/query.lcd.d.ts +16 -0
- package/types/codegen/cosmos/gov/v1beta1/query.rpc.query.d.ts +36 -0
- package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +68 -0
- package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +141 -0
- package/types/codegen/cosmos/gov/v1beta1/tx.registry.d.ts +60 -0
- package/types/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +17 -0
- package/types/codegen/cosmos/group/v1/events.d.ts +146 -0
- package/types/codegen/cosmos/group/v1/genesis.d.ts +64 -0
- package/types/codegen/cosmos/group/v1/query.d.ts +462 -0
- package/types/codegen/cosmos/group/v1/query.lcd.d.ts +21 -0
- package/types/codegen/cosmos/group/v1/query.rpc.query.d.ts +51 -0
- package/types/codegen/cosmos/group/v1/tx.amino.d.ts +227 -0
- package/types/codegen/cosmos/group/v1/tx.d.ts +580 -0
- package/types/codegen/cosmos/group/v1/tx.registry.d.ts +180 -0
- package/types/codegen/cosmos/group/v1/tx.rpc.msg.d.ts +37 -0
- package/types/codegen/cosmos/group/v1/types.d.ts +537 -0
- package/types/codegen/cosmos/lcd.d.ts +57 -0
- package/types/codegen/cosmos/mint/v1beta1/genesis.d.ts +22 -0
- package/types/codegen/cosmos/mint/v1beta1/mint.d.ts +56 -0
- package/types/codegen/cosmos/mint/v1beta1/query.d.ts +99 -0
- package/types/codegen/cosmos/mint/v1beta1/query.lcd.d.ts +11 -0
- package/types/codegen/cosmos/mint/v1beta1/query.rpc.query.d.ts +21 -0
- package/types/codegen/cosmos/msg/v1/msg.d.ts +1 -0
- package/types/codegen/cosmos/nft/v1beta1/event.d.ts +55 -0
- package/types/codegen/cosmos/nft/v1beta1/genesis.d.ts +39 -0
- package/types/codegen/cosmos/nft/v1beta1/nft.d.ts +73 -0
- package/types/codegen/cosmos/nft/v1beta1/query.d.ts +202 -0
- package/types/codegen/cosmos/nft/v1beta1/query.lcd.d.ts +15 -0
- package/types/codegen/cosmos/nft/v1beta1/query.rpc.query.d.ts +33 -0
- package/types/codegen/cosmos/nft/v1beta1/tx.amino.d.ts +18 -0
- package/types/codegen/cosmos/nft/v1beta1/tx.d.ts +40 -0
- package/types/codegen/cosmos/nft/v1beta1/tx.registry.d.ts +24 -0
- package/types/codegen/cosmos/nft/v1beta1/tx.rpc.msg.d.ts +11 -0
- package/types/codegen/cosmos/orm/v1/orm.d.ts +196 -0
- package/types/codegen/cosmos/orm/v1alpha1/schema.d.ts +158 -0
- package/types/codegen/cosmos/params/v1beta1/params.d.ts +42 -0
- package/types/codegen/cosmos/params/v1beta1/query.d.ts +94 -0
- package/types/codegen/cosmos/params/v1beta1/query.lcd.d.ts +10 -0
- package/types/codegen/cosmos/params/v1beta1/query.rpc.query.d.ts +18 -0
- package/types/codegen/cosmos/rpc.query.d.ts +186 -0
- package/types/codegen/cosmos/rpc.tx.d.ts +47 -0
- package/types/codegen/cosmos/slashing/v1beta1/genesis.d.ts +101 -0
- package/types/codegen/cosmos/slashing/v1beta1/query.d.ts +112 -0
- package/types/codegen/cosmos/slashing/v1beta1/query.lcd.d.ts +11 -0
- package/types/codegen/cosmos/slashing/v1beta1/query.rpc.query.d.ts +21 -0
- package/types/codegen/cosmos/slashing/v1beta1/slashing.d.ts +83 -0
- package/types/codegen/cosmos/slashing/v1beta1/tx.amino.d.ts +15 -0
- package/types/codegen/cosmos/slashing/v1beta1/tx.d.ts +26 -0
- package/types/codegen/cosmos/slashing/v1beta1/tx.registry.d.ts +24 -0
- package/types/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.d.ts +11 -0
- package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +97 -0
- package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +75 -0
- package/types/codegen/cosmos/staking/v1beta1/query.d.ts +592 -0
- package/types/codegen/cosmos/staking/v1beta1/query.lcd.d.ts +22 -0
- package/types/codegen/cosmos/staking/v1beta1/query.rpc.query.d.ts +54 -0
- package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +568 -0
- package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +106 -0
- package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +191 -0
- package/types/codegen/cosmos/staking/v1beta1/tx.registry.d.ts +72 -0
- package/types/codegen/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +19 -0
- package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +203 -0
- package/types/codegen/cosmos/tx/v1beta1/service.d.ts +339 -0
- package/types/codegen/cosmos/tx/v1beta1/service.lcd.d.ts +11 -0
- package/types/codegen/cosmos/tx/v1beta1/service.rpc.svc.d.ts +27 -0
- package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +603 -0
- package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +233 -0
- package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +13 -0
- package/types/codegen/cosmos/upgrade/v1beta1/query.rpc.query.d.ts +27 -0
- package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +39 -0
- package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +91 -0
- package/types/codegen/cosmos/upgrade/v1beta1/tx.registry.d.ts +36 -0
- package/types/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +13 -0
- package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +165 -0
- package/types/codegen/cosmos/vesting/v1beta1/tx.amino.d.ts +58 -0
- package/types/codegen/cosmos/vesting/v1beta1/tx.d.ts +118 -0
- package/types/codegen/cosmos/vesting/v1beta1/tx.registry.d.ts +48 -0
- package/types/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +15 -0
- package/types/codegen/cosmos/vesting/v1beta1/vesting.d.ts +136 -0
- package/types/codegen/cosmos_proto/bundle.d.ts +24 -0
- package/types/codegen/cosmos_proto/cosmos.d.ts +124 -0
- package/types/codegen/cosmwasm/bundle.d.ts +1248 -0
- package/types/codegen/cosmwasm/client.d.ts +120 -0
- package/types/codegen/cosmwasm/lcd.d.ts +62 -0
- package/types/codegen/cosmwasm/rpc.query.d.ts +201 -0
- package/types/codegen/cosmwasm/rpc.tx.d.ts +52 -0
- package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +101 -0
- package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +60 -0
- package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +297 -0
- package/types/codegen/cosmwasm/wasm/v1/query.d.ts +411 -0
- package/types/codegen/cosmwasm/wasm/v1/query.lcd.d.ts +17 -0
- package/types/codegen/cosmwasm/wasm/v1/query.rpc.query.d.ts +39 -0
- package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +95 -0
- package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +262 -0
- package/types/codegen/cosmwasm/wasm/v1/tx.registry.d.ts +84 -0
- package/types/codegen/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +21 -0
- package/types/codegen/cosmwasm/wasm/v1/types.d.ts +247 -0
- package/types/codegen/gogoproto/bundle.d.ts +1 -0
- package/types/codegen/gogoproto/gogo.d.ts +1 -0
- package/types/codegen/google/api/annotations.d.ts +1 -0
- package/types/codegen/google/api/http.d.ts +721 -0
- package/types/codegen/google/bundle.d.ts +1597 -0
- package/types/codegen/google/protobuf/any.d.ts +237 -0
- package/types/codegen/google/protobuf/descriptor.d.ts +1725 -0
- package/types/codegen/google/protobuf/duration.d.ts +161 -0
- package/types/codegen/google/protobuf/empty.d.ts +33 -0
- package/types/codegen/google/protobuf/field_mask.d.ts +417 -0
- package/types/codegen/google/protobuf/struct.d.ts +148 -0
- package/types/codegen/google/protobuf/timestamp.d.ts +205 -0
- package/types/codegen/google/protobuf/wrappers.d.ts +209 -0
- package/types/codegen/ibc/applications/transfer/v1/genesis.d.ts +20 -0
- package/types/codegen/ibc/applications/transfer/v1/query.d.ts +118 -0
- package/types/codegen/ibc/applications/transfer/v1/query.lcd.d.ts +11 -0
- package/types/codegen/ibc/applications/transfer/v1/query.rpc.query.d.ts +21 -0
- package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +74 -0
- package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +25 -0
- package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +74 -0
- package/types/codegen/ibc/applications/transfer/v1/tx.registry.d.ts +24 -0
- package/types/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +11 -0
- package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +37 -0
- package/types/codegen/ibc/bundle.d.ts +4077 -0
- package/types/codegen/ibc/client.d.ts +559 -0
- package/types/codegen/ibc/core/channel/v1/channel.d.ts +313 -0
- package/types/codegen/ibc/core/channel/v1/genesis.d.ts +55 -0
- package/types/codegen/ibc/core/channel/v1/query.d.ts +726 -0
- package/types/codegen/ibc/core/channel/v1/query.lcd.d.ts +21 -0
- package/types/codegen/ibc/core/channel/v1/query.rpc.query.d.ts +51 -0
- package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +209 -0
- package/types/codegen/ibc/core/channel/v1/tx.d.ts +380 -0
- package/types/codegen/ibc/core/channel/v1/tx.registry.d.ts +132 -0
- package/types/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts +29 -0
- package/types/codegen/ibc/core/client/v1/client.d.ts +219 -0
- package/types/codegen/ibc/core/client/v1/genesis.d.ts +82 -0
- package/types/codegen/ibc/core/client/v1/query.d.ts +377 -0
- package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +16 -0
- package/types/codegen/ibc/core/client/v1/query.rpc.query.d.ts +36 -0
- package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +77 -0
- package/types/codegen/ibc/core/client/v1/tx.d.ts +187 -0
- package/types/codegen/ibc/core/client/v1/tx.registry.d.ts +60 -0
- package/types/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +17 -0
- package/types/codegen/ibc/core/commitment/v1/commitment.d.ts +89 -0
- package/types/codegen/ibc/core/connection/v1/connection.d.ts +260 -0
- package/types/codegen/ibc/core/connection/v1/genesis.d.ts +24 -0
- package/types/codegen/ibc/core/connection/v1/query.d.ts +264 -0
- package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +13 -0
- package/types/codegen/ibc/core/connection/v1/query.rpc.query.d.ts +27 -0
- package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +103 -0
- package/types/codegen/ibc/core/connection/v1/tx.d.ts +225 -0
- package/types/codegen/ibc/core/connection/v1/tx.registry.d.ts +60 -0
- package/types/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +17 -0
- package/types/codegen/ibc/core/port/v1/query.d.ts +53 -0
- package/types/codegen/ibc/core/port/v1/query.rpc.query.d.ts +15 -0
- package/types/codegen/ibc/core/types/v1/genesis.d.ts +31 -0
- package/types/codegen/ibc/lcd.d.ts +75 -0
- package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +28 -0
- package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +433 -0
- package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +433 -0
- package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +215 -0
- package/types/codegen/ibc/rpc.query.d.ts +242 -0
- package/types/codegen/ibc/rpc.tx.d.ts +65 -0
- package/types/codegen/ics23/bundle.d.ts +545 -0
- package/types/codegen/index.d.ts +19 -0
- package/types/codegen/injective/auction/v1beta1/auction.d.ts +96 -0
- package/types/codegen/injective/auction/v1beta1/genesis.d.ts +30 -0
- package/types/codegen/injective/auction/v1beta1/query.d.ts +95 -0
- package/types/codegen/injective/auction/v1beta1/query.lcd.d.ts +11 -0
- package/types/codegen/injective/auction/v1beta1/query.rpc.query.d.ts +21 -0
- package/types/codegen/injective/auction/v1beta1/tx.amino.d.ts +20 -0
- package/types/codegen/injective/auction/v1beta1/tx.d.ts +33 -0
- package/types/codegen/injective/auction/v1beta1/tx.registry.d.ts +24 -0
- package/types/codegen/injective/auction/v1beta1/tx.rpc.msg.d.ts +11 -0
- package/types/codegen/injective/bundle.d.ts +10808 -0
- package/types/codegen/injective/client.d.ts +1370 -0
- package/types/codegen/injective/crypto/v1beta1/ethsecp256k1/keys.d.ts +50 -0
- package/types/codegen/injective/exchange/v1beta1/authz.d.ts +153 -0
- package/types/codegen/injective/exchange/v1beta1/events.d.ts +390 -0
- package/types/codegen/injective/exchange/v1beta1/exchange.d.ts +1082 -0
- package/types/codegen/injective/exchange/v1beta1/genesis.d.ts +322 -0
- package/types/codegen/injective/exchange/v1beta1/query.d.ts +1595 -0
- package/types/codegen/injective/exchange/v1beta1/query.lcd.d.ts +54 -0
- package/types/codegen/injective/exchange/v1beta1/query.rpc.query.d.ts +150 -0
- package/types/codegen/injective/exchange/v1beta1/tx.amino.d.ts +590 -0
- package/types/codegen/injective/exchange/v1beta1/tx.d.ts +1697 -0
- package/types/codegen/injective/exchange/v1beta1/tx.registry.d.ts +348 -0
- package/types/codegen/injective/exchange/v1beta1/tx.rpc.msg.d.ts +65 -0
- package/types/codegen/injective/insurance/v1beta1/genesis.d.ts +46 -0
- package/types/codegen/injective/insurance/v1beta1/insurance.d.ts +176 -0
- package/types/codegen/injective/insurance/v1beta1/query.d.ts +161 -0
- package/types/codegen/injective/insurance/v1beta1/query.lcd.d.ts +14 -0
- package/types/codegen/injective/insurance/v1beta1/query.rpc.query.d.ts +30 -0
- package/types/codegen/injective/insurance/v1beta1/tx.amino.d.ts +57 -0
- package/types/codegen/injective/insurance/v1beta1/tx.d.ts +120 -0
- package/types/codegen/injective/insurance/v1beta1/tx.registry.d.ts +48 -0
- package/types/codegen/injective/insurance/v1beta1/tx.rpc.msg.d.ts +15 -0
- package/types/codegen/injective/lcd.d.ts +80 -0
- package/types/codegen/injective/ocr/v1beta1/genesis.d.ts +144 -0
- package/types/codegen/injective/ocr/v1beta1/ocr.d.ts +488 -0
- package/types/codegen/injective/ocr/v1beta1/query.d.ts +165 -0
- package/types/codegen/injective/ocr/v1beta1/query.lcd.d.ts +15 -0
- package/types/codegen/injective/ocr/v1beta1/query.rpc.query.d.ts +33 -0
- package/types/codegen/injective/ocr/v1beta1/tx.amino.d.ts +149 -0
- package/types/codegen/injective/ocr/v1beta1/tx.d.ts +250 -0
- package/types/codegen/injective/ocr/v1beta1/tx.registry.d.ts +108 -0
- package/types/codegen/injective/ocr/v1beta1/tx.rpc.msg.d.ts +25 -0
- package/types/codegen/injective/oracle/v1beta1/events.d.ts +147 -0
- package/types/codegen/injective/oracle/v1beta1/genesis.d.ts +57 -0
- package/types/codegen/injective/oracle/v1beta1/oracle.d.ts +412 -0
- package/types/codegen/injective/oracle/v1beta1/proposal.d.ts +152 -0
- package/types/codegen/injective/oracle/v1beta1/query.d.ts +327 -0
- package/types/codegen/injective/oracle/v1beta1/query.lcd.d.ts +20 -0
- package/types/codegen/injective/oracle/v1beta1/query.rpc.query.d.ts +48 -0
- package/types/codegen/injective/oracle/v1beta1/tx.amino.d.ts +73 -0
- package/types/codegen/injective/oracle/v1beta1/tx.d.ts +140 -0
- package/types/codegen/injective/oracle/v1beta1/tx.registry.d.ts +72 -0
- package/types/codegen/injective/oracle/v1beta1/tx.rpc.msg.d.ts +19 -0
- package/types/codegen/injective/peggy/v1/attestation.d.ts +107 -0
- package/types/codegen/injective/peggy/v1/batch.d.ts +45 -0
- package/types/codegen/injective/peggy/v1/ethereum_signer.d.ts +16 -0
- package/types/codegen/injective/peggy/v1/events.d.ts +290 -0
- package/types/codegen/injective/peggy/v1/genesis.d.ts +99 -0
- package/types/codegen/injective/peggy/v1/msgs.amino.d.ts +177 -0
- package/types/codegen/injective/peggy/v1/msgs.d.ts +499 -0
- package/types/codegen/injective/peggy/v1/msgs.registry.d.ts +144 -0
- package/types/codegen/injective/peggy/v1/msgs.rpc.msg.d.ts +31 -0
- package/types/codegen/injective/peggy/v1/pool.d.ts +30 -0
- package/types/codegen/injective/peggy/v1/proposal.d.ts +32 -0
- package/types/codegen/injective/peggy/v1/query.d.ts +457 -0
- package/types/codegen/injective/peggy/v1/query.lcd.d.ts +28 -0
- package/types/codegen/injective/peggy/v1/query.rpc.query.d.ts +72 -0
- package/types/codegen/injective/peggy/v1/types.d.ts +111 -0
- package/types/codegen/injective/rpc.query.d.ts +312 -0
- package/types/codegen/injective/rpc.tx.d.ts +67 -0
- package/types/codegen/injective/types/v1beta1/account.d.ts +24 -0
- package/types/codegen/injective/types/v1beta1/tx_ext.d.ts +41 -0
- package/types/codegen/injective/types/v1beta1/tx_response.d.ts +30 -0
- package/types/codegen/injective/wasmx/v1/genesis.d.ts +18 -0
- package/types/codegen/injective/wasmx/v1/query.d.ts +52 -0
- package/types/codegen/injective/wasmx/v1/query.lcd.d.ts +10 -0
- package/types/codegen/injective/wasmx/v1/query.rpc.query.d.ts +18 -0
- package/types/codegen/injective/wasmx/v1/tx.d.ts +1 -0
- package/types/codegen/injective/wasmx/v1/wasmx.d.ts +84 -0
- package/types/codegen/tendermint/abci/types.d.ts +902 -0
- package/types/codegen/tendermint/bundle.d.ts +2065 -0
- package/types/codegen/tendermint/crypto/keys.d.ts +17 -0
- package/types/codegen/tendermint/crypto/proof.d.ts +89 -0
- package/types/codegen/tendermint/libs/bits/types.d.ts +15 -0
- package/types/codegen/tendermint/p2p/types.d.ts +87 -0
- package/types/codegen/tendermint/types/block.d.ts +21 -0
- package/types/codegen/tendermint/types/evidence.d.ts +70 -0
- package/types/codegen/tendermint/types/params.d.ts +181 -0
- package/types/codegen/tendermint/types/types.d.ts +326 -0
- package/types/codegen/tendermint/types/validator.d.ts +48 -0
- package/types/codegen/tendermint/version/types.d.ts +48 -0
- package/types/index.d.ts +1 -0
|
@@ -0,0 +1,1697 @@
|
|
|
1
|
+
import { Coin, CoinSDKType } from "../../../cosmos/base/v1beta1/coin";
|
|
2
|
+
import { OracleType, OracleTypeSDKType } from "../../oracle/v1beta1/oracle";
|
|
3
|
+
import { SpotOrder, SpotOrderSDKType, DerivativeOrder, DerivativeOrderSDKType, MarketStatus, MarketStatusSDKType, TradingRewardCampaignInfo, TradingRewardCampaignInfoSDKType, CampaignRewardPool, CampaignRewardPoolSDKType, FeeDiscountSchedule, FeeDiscountScheduleSDKType } from "./exchange";
|
|
4
|
+
import { CommunityPoolSpendProposal, CommunityPoolSpendProposalSDKType } from "../../../cosmos/distribution/v1beta1/distribution";
|
|
5
|
+
import * as _m0 from "protobufjs/minimal";
|
|
6
|
+
import { DeepPartial, Long } from "@osmonauts/helpers";
|
|
7
|
+
export declare enum ExchangeType {
|
|
8
|
+
EXCHANGE_UNSPECIFIED = 0,
|
|
9
|
+
SPOT = 1,
|
|
10
|
+
DERIVATIVES = 2,
|
|
11
|
+
UNRECOGNIZED = -1
|
|
12
|
+
}
|
|
13
|
+
export declare enum ExchangeTypeSDKType {
|
|
14
|
+
EXCHANGE_UNSPECIFIED = 0,
|
|
15
|
+
SPOT = 1,
|
|
16
|
+
DERIVATIVES = 2,
|
|
17
|
+
UNRECOGNIZED = -1
|
|
18
|
+
}
|
|
19
|
+
export declare function exchangeTypeFromJSON(object: any): ExchangeType;
|
|
20
|
+
export declare function exchangeTypeToJSON(object: ExchangeType): string;
|
|
21
|
+
/** MsgDeposit defines a SDK message for transferring coins from the sender's bank balance into the subaccount's exchange deposits */
|
|
22
|
+
export interface MsgDeposit {
|
|
23
|
+
sender: string;
|
|
24
|
+
/**
|
|
25
|
+
* (Optional) bytes32 subaccount ID to deposit funds into. If empty, the coin will be deposited to the sender's default
|
|
26
|
+
* subaccount address.
|
|
27
|
+
*/
|
|
28
|
+
subaccountId: string;
|
|
29
|
+
amount: Coin;
|
|
30
|
+
}
|
|
31
|
+
/** MsgDeposit defines a SDK message for transferring coins from the sender's bank balance into the subaccount's exchange deposits */
|
|
32
|
+
export interface MsgDepositSDKType {
|
|
33
|
+
sender: string;
|
|
34
|
+
/**
|
|
35
|
+
* (Optional) bytes32 subaccount ID to deposit funds into. If empty, the coin will be deposited to the sender's default
|
|
36
|
+
* subaccount address.
|
|
37
|
+
*/
|
|
38
|
+
subaccount_id: string;
|
|
39
|
+
amount: CoinSDKType;
|
|
40
|
+
}
|
|
41
|
+
/** MsgDepositResponse defines the Msg/Deposit response type. */
|
|
42
|
+
export interface MsgDepositResponse {
|
|
43
|
+
}
|
|
44
|
+
/** MsgDepositResponse defines the Msg/Deposit response type. */
|
|
45
|
+
export interface MsgDepositResponseSDKType {
|
|
46
|
+
}
|
|
47
|
+
/** MsgWithdraw defines a SDK message for withdrawing coins from a subaccount's deposits to the user's bank balance */
|
|
48
|
+
export interface MsgWithdraw {
|
|
49
|
+
sender: string;
|
|
50
|
+
/** bytes32 subaccount ID to withdraw funds from */
|
|
51
|
+
subaccountId: string;
|
|
52
|
+
amount: Coin;
|
|
53
|
+
}
|
|
54
|
+
/** MsgWithdraw defines a SDK message for withdrawing coins from a subaccount's deposits to the user's bank balance */
|
|
55
|
+
export interface MsgWithdrawSDKType {
|
|
56
|
+
sender: string;
|
|
57
|
+
/** bytes32 subaccount ID to withdraw funds from */
|
|
58
|
+
subaccount_id: string;
|
|
59
|
+
amount: CoinSDKType;
|
|
60
|
+
}
|
|
61
|
+
/** MsgWithdraw defines the Msg/Withdraw response type. */
|
|
62
|
+
export interface MsgWithdrawResponse {
|
|
63
|
+
}
|
|
64
|
+
/** MsgWithdraw defines the Msg/Withdraw response type. */
|
|
65
|
+
export interface MsgWithdrawResponseSDKType {
|
|
66
|
+
}
|
|
67
|
+
/** MsgCreateSpotLimitOrder defines a SDK message for creating a new spot limit order. */
|
|
68
|
+
export interface MsgCreateSpotLimitOrder {
|
|
69
|
+
sender: string;
|
|
70
|
+
order: SpotOrder;
|
|
71
|
+
}
|
|
72
|
+
/** MsgCreateSpotLimitOrder defines a SDK message for creating a new spot limit order. */
|
|
73
|
+
export interface MsgCreateSpotLimitOrderSDKType {
|
|
74
|
+
sender: string;
|
|
75
|
+
order: SpotOrderSDKType;
|
|
76
|
+
}
|
|
77
|
+
/** MsgCreateSpotLimitOrderResponse defines the Msg/CreateSpotOrder response type. */
|
|
78
|
+
export interface MsgCreateSpotLimitOrderResponse {
|
|
79
|
+
orderHash: string;
|
|
80
|
+
}
|
|
81
|
+
/** MsgCreateSpotLimitOrderResponse defines the Msg/CreateSpotOrder response type. */
|
|
82
|
+
export interface MsgCreateSpotLimitOrderResponseSDKType {
|
|
83
|
+
order_hash: string;
|
|
84
|
+
}
|
|
85
|
+
/** MsgBatchCreateSpotLimitOrders defines a SDK message for creating a new batch of spot limit orders. */
|
|
86
|
+
export interface MsgBatchCreateSpotLimitOrders {
|
|
87
|
+
sender: string;
|
|
88
|
+
orders: SpotOrder[];
|
|
89
|
+
}
|
|
90
|
+
/** MsgBatchCreateSpotLimitOrders defines a SDK message for creating a new batch of spot limit orders. */
|
|
91
|
+
export interface MsgBatchCreateSpotLimitOrdersSDKType {
|
|
92
|
+
sender: string;
|
|
93
|
+
orders: SpotOrderSDKType[];
|
|
94
|
+
}
|
|
95
|
+
/** MsgBatchCreateSpotLimitOrdersResponse defines the Msg/BatchCreateSpotLimitOrders response type. */
|
|
96
|
+
export interface MsgBatchCreateSpotLimitOrdersResponse {
|
|
97
|
+
orderHashes: string[];
|
|
98
|
+
}
|
|
99
|
+
/** MsgBatchCreateSpotLimitOrdersResponse defines the Msg/BatchCreateSpotLimitOrders response type. */
|
|
100
|
+
export interface MsgBatchCreateSpotLimitOrdersResponseSDKType {
|
|
101
|
+
order_hashes: string[];
|
|
102
|
+
}
|
|
103
|
+
/** MsgInstantSpotMarketLaunch defines a SDK message for creating a new spot market by paying listing fee without governance */
|
|
104
|
+
export interface MsgInstantSpotMarketLaunch {
|
|
105
|
+
sender: string;
|
|
106
|
+
/** Ticker for the spot market. */
|
|
107
|
+
ticker: string;
|
|
108
|
+
/** type of coin to use as the base currency */
|
|
109
|
+
baseDenom: string;
|
|
110
|
+
/** type of coin to use as the quote currency */
|
|
111
|
+
quoteDenom: string;
|
|
112
|
+
/** min_price_tick_size defines the minimum tick size of the order's price */
|
|
113
|
+
minPriceTickSize: string;
|
|
114
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
115
|
+
minQuantityTickSize: string;
|
|
116
|
+
}
|
|
117
|
+
/** MsgInstantSpotMarketLaunch defines a SDK message for creating a new spot market by paying listing fee without governance */
|
|
118
|
+
export interface MsgInstantSpotMarketLaunchSDKType {
|
|
119
|
+
sender: string;
|
|
120
|
+
/** Ticker for the spot market. */
|
|
121
|
+
ticker: string;
|
|
122
|
+
/** type of coin to use as the base currency */
|
|
123
|
+
base_denom: string;
|
|
124
|
+
/** type of coin to use as the quote currency */
|
|
125
|
+
quote_denom: string;
|
|
126
|
+
/** min_price_tick_size defines the minimum tick size of the order's price */
|
|
127
|
+
min_price_tick_size: string;
|
|
128
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
129
|
+
min_quantity_tick_size: string;
|
|
130
|
+
}
|
|
131
|
+
/** MsgInstantSpotMarketLaunchResponse defines the Msg/InstantSpotMarketLaunch response type. */
|
|
132
|
+
export interface MsgInstantSpotMarketLaunchResponse {
|
|
133
|
+
}
|
|
134
|
+
/** MsgInstantSpotMarketLaunchResponse defines the Msg/InstantSpotMarketLaunch response type. */
|
|
135
|
+
export interface MsgInstantSpotMarketLaunchResponseSDKType {
|
|
136
|
+
}
|
|
137
|
+
/** MsgInstantPerpetualMarketLaunch defines a SDK message for creating a new perpetual futures market by paying listing fee without governance */
|
|
138
|
+
export interface MsgInstantPerpetualMarketLaunch {
|
|
139
|
+
sender: string;
|
|
140
|
+
/** Ticker for the derivative market. */
|
|
141
|
+
ticker: string;
|
|
142
|
+
/** type of coin to use as the base currency */
|
|
143
|
+
quoteDenom: string;
|
|
144
|
+
/** Oracle base currency */
|
|
145
|
+
oracleBase: string;
|
|
146
|
+
/** Oracle quote currency */
|
|
147
|
+
oracleQuote: string;
|
|
148
|
+
/** Scale factor for oracle prices. */
|
|
149
|
+
oracleScaleFactor: number;
|
|
150
|
+
/** Oracle type */
|
|
151
|
+
oracleType: OracleType;
|
|
152
|
+
/** maker_fee_rate defines the trade fee rate for makers on the perpetual market */
|
|
153
|
+
makerFeeRate: string;
|
|
154
|
+
/** taker_fee_rate defines the trade fee rate for takers on the perpetual market */
|
|
155
|
+
takerFeeRate: string;
|
|
156
|
+
/** initial_margin_ratio defines the initial margin ratio for the perpetual market */
|
|
157
|
+
initialMarginRatio: string;
|
|
158
|
+
/** maintenance_margin_ratio defines the maintenance margin ratio for the perpetual market */
|
|
159
|
+
maintenanceMarginRatio: string;
|
|
160
|
+
/** min_price_tick_size defines the minimum tick size of the order's price and margin */
|
|
161
|
+
minPriceTickSize: string;
|
|
162
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
163
|
+
minQuantityTickSize: string;
|
|
164
|
+
}
|
|
165
|
+
/** MsgInstantPerpetualMarketLaunch defines a SDK message for creating a new perpetual futures market by paying listing fee without governance */
|
|
166
|
+
export interface MsgInstantPerpetualMarketLaunchSDKType {
|
|
167
|
+
sender: string;
|
|
168
|
+
/** Ticker for the derivative market. */
|
|
169
|
+
ticker: string;
|
|
170
|
+
/** type of coin to use as the base currency */
|
|
171
|
+
quote_denom: string;
|
|
172
|
+
/** Oracle base currency */
|
|
173
|
+
oracle_base: string;
|
|
174
|
+
/** Oracle quote currency */
|
|
175
|
+
oracle_quote: string;
|
|
176
|
+
/** Scale factor for oracle prices. */
|
|
177
|
+
oracle_scale_factor: number;
|
|
178
|
+
/** Oracle type */
|
|
179
|
+
oracle_type: OracleTypeSDKType;
|
|
180
|
+
/** maker_fee_rate defines the trade fee rate for makers on the perpetual market */
|
|
181
|
+
maker_fee_rate: string;
|
|
182
|
+
/** taker_fee_rate defines the trade fee rate for takers on the perpetual market */
|
|
183
|
+
taker_fee_rate: string;
|
|
184
|
+
/** initial_margin_ratio defines the initial margin ratio for the perpetual market */
|
|
185
|
+
initial_margin_ratio: string;
|
|
186
|
+
/** maintenance_margin_ratio defines the maintenance margin ratio for the perpetual market */
|
|
187
|
+
maintenance_margin_ratio: string;
|
|
188
|
+
/** min_price_tick_size defines the minimum tick size of the order's price and margin */
|
|
189
|
+
min_price_tick_size: string;
|
|
190
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
191
|
+
min_quantity_tick_size: string;
|
|
192
|
+
}
|
|
193
|
+
/** MsgInstantPerpetualMarketLaunchResponse defines the Msg/InstantPerpetualMarketLaunchResponse response type. */
|
|
194
|
+
export interface MsgInstantPerpetualMarketLaunchResponse {
|
|
195
|
+
}
|
|
196
|
+
/** MsgInstantPerpetualMarketLaunchResponse defines the Msg/InstantPerpetualMarketLaunchResponse response type. */
|
|
197
|
+
export interface MsgInstantPerpetualMarketLaunchResponseSDKType {
|
|
198
|
+
}
|
|
199
|
+
/** MsgInstantBinaryOptionsMarketLaunch defines a SDK message for creating a new perpetual futures market by paying listing fee without governance */
|
|
200
|
+
export interface MsgInstantBinaryOptionsMarketLaunch {
|
|
201
|
+
sender: string;
|
|
202
|
+
/** Ticker for the derivative contract. */
|
|
203
|
+
ticker: string;
|
|
204
|
+
/** Oracle symbol */
|
|
205
|
+
oracleSymbol: string;
|
|
206
|
+
/** Oracle Provider */
|
|
207
|
+
oracleProvider: string;
|
|
208
|
+
/** Oracle type */
|
|
209
|
+
oracleType: OracleType;
|
|
210
|
+
/** Scale factor for oracle prices. */
|
|
211
|
+
oracleScaleFactor: number;
|
|
212
|
+
/** maker_fee_rate defines the trade fee rate for makers on the perpetual market */
|
|
213
|
+
makerFeeRate: string;
|
|
214
|
+
/** taker_fee_rate defines the trade fee rate for takers on the perpetual market */
|
|
215
|
+
takerFeeRate: string;
|
|
216
|
+
/** expiration timestamp */
|
|
217
|
+
expirationTimestamp: Long;
|
|
218
|
+
/** expiration timestamp */
|
|
219
|
+
settlementTimestamp: Long;
|
|
220
|
+
/** admin of the market */
|
|
221
|
+
admin: string;
|
|
222
|
+
/** Address of the quote currency denomination for the binary options contract */
|
|
223
|
+
quoteDenom: string;
|
|
224
|
+
/** min_price_tick_size defines the minimum tick size that the price and margin required for orders in the market */
|
|
225
|
+
minPriceTickSize: string;
|
|
226
|
+
/** min_quantity_tick_size defines the minimum tick size of the quantity required for orders in the market */
|
|
227
|
+
minQuantityTickSize: string;
|
|
228
|
+
}
|
|
229
|
+
/** MsgInstantBinaryOptionsMarketLaunch defines a SDK message for creating a new perpetual futures market by paying listing fee without governance */
|
|
230
|
+
export interface MsgInstantBinaryOptionsMarketLaunchSDKType {
|
|
231
|
+
sender: string;
|
|
232
|
+
/** Ticker for the derivative contract. */
|
|
233
|
+
ticker: string;
|
|
234
|
+
/** Oracle symbol */
|
|
235
|
+
oracle_symbol: string;
|
|
236
|
+
/** Oracle Provider */
|
|
237
|
+
oracle_provider: string;
|
|
238
|
+
/** Oracle type */
|
|
239
|
+
oracle_type: OracleTypeSDKType;
|
|
240
|
+
/** Scale factor for oracle prices. */
|
|
241
|
+
oracle_scale_factor: number;
|
|
242
|
+
/** maker_fee_rate defines the trade fee rate for makers on the perpetual market */
|
|
243
|
+
maker_fee_rate: string;
|
|
244
|
+
/** taker_fee_rate defines the trade fee rate for takers on the perpetual market */
|
|
245
|
+
taker_fee_rate: string;
|
|
246
|
+
/** expiration timestamp */
|
|
247
|
+
expiration_timestamp: Long;
|
|
248
|
+
/** expiration timestamp */
|
|
249
|
+
settlement_timestamp: Long;
|
|
250
|
+
/** admin of the market */
|
|
251
|
+
admin: string;
|
|
252
|
+
/** Address of the quote currency denomination for the binary options contract */
|
|
253
|
+
quote_denom: string;
|
|
254
|
+
/** min_price_tick_size defines the minimum tick size that the price and margin required for orders in the market */
|
|
255
|
+
min_price_tick_size: string;
|
|
256
|
+
/** min_quantity_tick_size defines the minimum tick size of the quantity required for orders in the market */
|
|
257
|
+
min_quantity_tick_size: string;
|
|
258
|
+
}
|
|
259
|
+
/** MsgInstantBinaryOptionsMarketLaunchResponse defines the Msg/InstantBinaryOptionsMarketLaunchResponse response type. */
|
|
260
|
+
export interface MsgInstantBinaryOptionsMarketLaunchResponse {
|
|
261
|
+
}
|
|
262
|
+
/** MsgInstantBinaryOptionsMarketLaunchResponse defines the Msg/InstantBinaryOptionsMarketLaunchResponse response type. */
|
|
263
|
+
export interface MsgInstantBinaryOptionsMarketLaunchResponseSDKType {
|
|
264
|
+
}
|
|
265
|
+
/** MsgInstantExpiryFuturesMarketLaunch defines a SDK message for creating a new expiry futures market by paying listing fee without governance */
|
|
266
|
+
export interface MsgInstantExpiryFuturesMarketLaunch {
|
|
267
|
+
sender: string;
|
|
268
|
+
/** Ticker for the derivative market. */
|
|
269
|
+
ticker: string;
|
|
270
|
+
/** type of coin to use as the quote currency */
|
|
271
|
+
quoteDenom: string;
|
|
272
|
+
/** Oracle base currency */
|
|
273
|
+
oracleBase: string;
|
|
274
|
+
/** Oracle quote currency */
|
|
275
|
+
oracleQuote: string;
|
|
276
|
+
/** Oracle type */
|
|
277
|
+
oracleType: OracleType;
|
|
278
|
+
/** Scale factor for oracle prices. */
|
|
279
|
+
oracleScaleFactor: number;
|
|
280
|
+
/** Expiration time of the market */
|
|
281
|
+
expiry: Long;
|
|
282
|
+
/** maker_fee_rate defines the trade fee rate for makers on the expiry futures market */
|
|
283
|
+
makerFeeRate: string;
|
|
284
|
+
/** taker_fee_rate defines the trade fee rate for takers on the expiry futures market */
|
|
285
|
+
takerFeeRate: string;
|
|
286
|
+
/** initial_margin_ratio defines the initial margin ratio for the derivative market */
|
|
287
|
+
initialMarginRatio: string;
|
|
288
|
+
/** maintenance_margin_ratio defines the maintenance margin ratio for the derivative market */
|
|
289
|
+
maintenanceMarginRatio: string;
|
|
290
|
+
/** min_price_tick_size defines the minimum tick size of the order's price and margin */
|
|
291
|
+
minPriceTickSize: string;
|
|
292
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
293
|
+
minQuantityTickSize: string;
|
|
294
|
+
}
|
|
295
|
+
/** MsgInstantExpiryFuturesMarketLaunch defines a SDK message for creating a new expiry futures market by paying listing fee without governance */
|
|
296
|
+
export interface MsgInstantExpiryFuturesMarketLaunchSDKType {
|
|
297
|
+
sender: string;
|
|
298
|
+
/** Ticker for the derivative market. */
|
|
299
|
+
ticker: string;
|
|
300
|
+
/** type of coin to use as the quote currency */
|
|
301
|
+
quote_denom: string;
|
|
302
|
+
/** Oracle base currency */
|
|
303
|
+
oracle_base: string;
|
|
304
|
+
/** Oracle quote currency */
|
|
305
|
+
oracle_quote: string;
|
|
306
|
+
/** Oracle type */
|
|
307
|
+
oracle_type: OracleTypeSDKType;
|
|
308
|
+
/** Scale factor for oracle prices. */
|
|
309
|
+
oracle_scale_factor: number;
|
|
310
|
+
/** Expiration time of the market */
|
|
311
|
+
expiry: Long;
|
|
312
|
+
/** maker_fee_rate defines the trade fee rate for makers on the expiry futures market */
|
|
313
|
+
maker_fee_rate: string;
|
|
314
|
+
/** taker_fee_rate defines the trade fee rate for takers on the expiry futures market */
|
|
315
|
+
taker_fee_rate: string;
|
|
316
|
+
/** initial_margin_ratio defines the initial margin ratio for the derivative market */
|
|
317
|
+
initial_margin_ratio: string;
|
|
318
|
+
/** maintenance_margin_ratio defines the maintenance margin ratio for the derivative market */
|
|
319
|
+
maintenance_margin_ratio: string;
|
|
320
|
+
/** min_price_tick_size defines the minimum tick size of the order's price and margin */
|
|
321
|
+
min_price_tick_size: string;
|
|
322
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
323
|
+
min_quantity_tick_size: string;
|
|
324
|
+
}
|
|
325
|
+
/** MsgInstantExpiryFuturesMarketLaunchResponse defines the Msg/InstantExpiryFuturesMarketLaunch response type. */
|
|
326
|
+
export interface MsgInstantExpiryFuturesMarketLaunchResponse {
|
|
327
|
+
}
|
|
328
|
+
/** MsgInstantExpiryFuturesMarketLaunchResponse defines the Msg/InstantExpiryFuturesMarketLaunch response type. */
|
|
329
|
+
export interface MsgInstantExpiryFuturesMarketLaunchResponseSDKType {
|
|
330
|
+
}
|
|
331
|
+
/** MsgCreateSpotMarketOrder defines a SDK message for creating a new spot market order. */
|
|
332
|
+
export interface MsgCreateSpotMarketOrder {
|
|
333
|
+
sender: string;
|
|
334
|
+
order: SpotOrder;
|
|
335
|
+
}
|
|
336
|
+
/** MsgCreateSpotMarketOrder defines a SDK message for creating a new spot market order. */
|
|
337
|
+
export interface MsgCreateSpotMarketOrderSDKType {
|
|
338
|
+
sender: string;
|
|
339
|
+
order: SpotOrderSDKType;
|
|
340
|
+
}
|
|
341
|
+
/** MsgCreateSpotMarketOrderResponse defines the Msg/CreateSpotMarketLimitOrder response type. */
|
|
342
|
+
export interface MsgCreateSpotMarketOrderResponse {
|
|
343
|
+
orderHash: string;
|
|
344
|
+
}
|
|
345
|
+
/** MsgCreateSpotMarketOrderResponse defines the Msg/CreateSpotMarketLimitOrder response type. */
|
|
346
|
+
export interface MsgCreateSpotMarketOrderResponseSDKType {
|
|
347
|
+
order_hash: string;
|
|
348
|
+
}
|
|
349
|
+
/** A Cosmos-SDK MsgCreateDerivativeLimitOrder */
|
|
350
|
+
export interface MsgCreateDerivativeLimitOrder {
|
|
351
|
+
sender: string;
|
|
352
|
+
order: DerivativeOrder;
|
|
353
|
+
}
|
|
354
|
+
/** A Cosmos-SDK MsgCreateDerivativeLimitOrder */
|
|
355
|
+
export interface MsgCreateDerivativeLimitOrderSDKType {
|
|
356
|
+
sender: string;
|
|
357
|
+
order: DerivativeOrderSDKType;
|
|
358
|
+
}
|
|
359
|
+
/** MsgCreateDerivativeLimitOrderResponse defines the Msg/CreateDerivativeMarketOrder response type. */
|
|
360
|
+
export interface MsgCreateDerivativeLimitOrderResponse {
|
|
361
|
+
orderHash: string;
|
|
362
|
+
}
|
|
363
|
+
/** MsgCreateDerivativeLimitOrderResponse defines the Msg/CreateDerivativeMarketOrder response type. */
|
|
364
|
+
export interface MsgCreateDerivativeLimitOrderResponseSDKType {
|
|
365
|
+
order_hash: string;
|
|
366
|
+
}
|
|
367
|
+
/** A Cosmos-SDK MsgCreateBinaryOptionsLimitOrder */
|
|
368
|
+
export interface MsgCreateBinaryOptionsLimitOrder {
|
|
369
|
+
sender: string;
|
|
370
|
+
order: DerivativeOrder;
|
|
371
|
+
}
|
|
372
|
+
/** A Cosmos-SDK MsgCreateBinaryOptionsLimitOrder */
|
|
373
|
+
export interface MsgCreateBinaryOptionsLimitOrderSDKType {
|
|
374
|
+
sender: string;
|
|
375
|
+
order: DerivativeOrderSDKType;
|
|
376
|
+
}
|
|
377
|
+
/** MsgCreateBinaryOptionsLimitOrderResponse defines the Msg/CreateBinaryOptionsLimitOrder response type. */
|
|
378
|
+
export interface MsgCreateBinaryOptionsLimitOrderResponse {
|
|
379
|
+
orderHash: string;
|
|
380
|
+
}
|
|
381
|
+
/** MsgCreateBinaryOptionsLimitOrderResponse defines the Msg/CreateBinaryOptionsLimitOrder response type. */
|
|
382
|
+
export interface MsgCreateBinaryOptionsLimitOrderResponseSDKType {
|
|
383
|
+
order_hash: string;
|
|
384
|
+
}
|
|
385
|
+
/** A Cosmos-SDK MsgBatchCreateDerivativeLimitOrders */
|
|
386
|
+
export interface MsgBatchCreateDerivativeLimitOrders {
|
|
387
|
+
sender: string;
|
|
388
|
+
orders: DerivativeOrder[];
|
|
389
|
+
}
|
|
390
|
+
/** A Cosmos-SDK MsgBatchCreateDerivativeLimitOrders */
|
|
391
|
+
export interface MsgBatchCreateDerivativeLimitOrdersSDKType {
|
|
392
|
+
sender: string;
|
|
393
|
+
orders: DerivativeOrderSDKType[];
|
|
394
|
+
}
|
|
395
|
+
/** MsgBatchCreateDerivativeLimitOrdersResponse defines the Msg/BatchCreateDerivativeLimitOrders response type. */
|
|
396
|
+
export interface MsgBatchCreateDerivativeLimitOrdersResponse {
|
|
397
|
+
orderHashes: string[];
|
|
398
|
+
}
|
|
399
|
+
/** MsgBatchCreateDerivativeLimitOrdersResponse defines the Msg/BatchCreateDerivativeLimitOrders response type. */
|
|
400
|
+
export interface MsgBatchCreateDerivativeLimitOrdersResponseSDKType {
|
|
401
|
+
order_hashes: string[];
|
|
402
|
+
}
|
|
403
|
+
/** MsgCancelSpotOrder defines the Msg/CancelSpotOrder response type. */
|
|
404
|
+
export interface MsgCancelSpotOrder {
|
|
405
|
+
sender: string;
|
|
406
|
+
marketId: string;
|
|
407
|
+
subaccountId: string;
|
|
408
|
+
orderHash: string;
|
|
409
|
+
}
|
|
410
|
+
/** MsgCancelSpotOrder defines the Msg/CancelSpotOrder response type. */
|
|
411
|
+
export interface MsgCancelSpotOrderSDKType {
|
|
412
|
+
sender: string;
|
|
413
|
+
market_id: string;
|
|
414
|
+
subaccount_id: string;
|
|
415
|
+
order_hash: string;
|
|
416
|
+
}
|
|
417
|
+
/** MsgCancelSpotOrderResponse defines the Msg/CancelSpotOrder response type. */
|
|
418
|
+
export interface MsgCancelSpotOrderResponse {
|
|
419
|
+
}
|
|
420
|
+
/** MsgCancelSpotOrderResponse defines the Msg/CancelSpotOrder response type. */
|
|
421
|
+
export interface MsgCancelSpotOrderResponseSDKType {
|
|
422
|
+
}
|
|
423
|
+
/** MsgBatchCancelSpotOrders defines the Msg/BatchCancelSpotOrders response type. */
|
|
424
|
+
export interface MsgBatchCancelSpotOrders {
|
|
425
|
+
sender: string;
|
|
426
|
+
data: OrderData[];
|
|
427
|
+
}
|
|
428
|
+
/** MsgBatchCancelSpotOrders defines the Msg/BatchCancelSpotOrders response type. */
|
|
429
|
+
export interface MsgBatchCancelSpotOrdersSDKType {
|
|
430
|
+
sender: string;
|
|
431
|
+
data: OrderDataSDKType[];
|
|
432
|
+
}
|
|
433
|
+
/** MsgBatchCancelSpotOrdersResponse defines the Msg/BatchCancelSpotOrders response type. */
|
|
434
|
+
export interface MsgBatchCancelSpotOrdersResponse {
|
|
435
|
+
success: boolean[];
|
|
436
|
+
}
|
|
437
|
+
/** MsgBatchCancelSpotOrdersResponse defines the Msg/BatchCancelSpotOrders response type. */
|
|
438
|
+
export interface MsgBatchCancelSpotOrdersResponseSDKType {
|
|
439
|
+
success: boolean[];
|
|
440
|
+
}
|
|
441
|
+
/** MsgBatchCancelBinaryOptionsOrders defines the Msg/BatchCancelBinaryOptionsOrders response type. */
|
|
442
|
+
export interface MsgBatchCancelBinaryOptionsOrders {
|
|
443
|
+
sender: string;
|
|
444
|
+
data: OrderData[];
|
|
445
|
+
}
|
|
446
|
+
/** MsgBatchCancelBinaryOptionsOrders defines the Msg/BatchCancelBinaryOptionsOrders response type. */
|
|
447
|
+
export interface MsgBatchCancelBinaryOptionsOrdersSDKType {
|
|
448
|
+
sender: string;
|
|
449
|
+
data: OrderDataSDKType[];
|
|
450
|
+
}
|
|
451
|
+
/** BatchCancelBinaryOptionsOrdersResponse defines the Msg/BatchCancelBinaryOptionsOrders response type. */
|
|
452
|
+
export interface MsgBatchCancelBinaryOptionsOrdersResponse {
|
|
453
|
+
success: boolean[];
|
|
454
|
+
}
|
|
455
|
+
/** BatchCancelBinaryOptionsOrdersResponse defines the Msg/BatchCancelBinaryOptionsOrders response type. */
|
|
456
|
+
export interface MsgBatchCancelBinaryOptionsOrdersResponseSDKType {
|
|
457
|
+
success: boolean[];
|
|
458
|
+
}
|
|
459
|
+
/** MsgBatchUpdateOrders defines the Msg/BatchUpdateOrders response type. */
|
|
460
|
+
export interface MsgBatchUpdateOrders {
|
|
461
|
+
sender: string;
|
|
462
|
+
/** subaccount_id only used for the spot_market_ids_to_cancel_all and derivative_market_ids_to_cancel_all. */
|
|
463
|
+
subaccountId: string;
|
|
464
|
+
spotMarketIdsToCancelAll: string[];
|
|
465
|
+
derivativeMarketIdsToCancelAll: string[];
|
|
466
|
+
spotOrdersToCancel?: OrderData[];
|
|
467
|
+
derivativeOrdersToCancel?: OrderData[];
|
|
468
|
+
spotOrdersToCreate?: SpotOrder[];
|
|
469
|
+
derivativeOrdersToCreate?: DerivativeOrder[];
|
|
470
|
+
binaryOptionsOrdersToCancel?: OrderData[];
|
|
471
|
+
binaryOptionsMarketIdsToCancelAll: string[];
|
|
472
|
+
binaryOptionsOrdersToCreate?: DerivativeOrder[];
|
|
473
|
+
}
|
|
474
|
+
/** MsgBatchUpdateOrders defines the Msg/BatchUpdateOrders response type. */
|
|
475
|
+
export interface MsgBatchUpdateOrdersSDKType {
|
|
476
|
+
sender: string;
|
|
477
|
+
/** subaccount_id only used for the spot_market_ids_to_cancel_all and derivative_market_ids_to_cancel_all. */
|
|
478
|
+
subaccount_id: string;
|
|
479
|
+
spot_market_ids_to_cancel_all: string[];
|
|
480
|
+
derivative_market_ids_to_cancel_all: string[];
|
|
481
|
+
spot_orders_to_cancel?: OrderDataSDKType[];
|
|
482
|
+
derivative_orders_to_cancel?: OrderDataSDKType[];
|
|
483
|
+
spot_orders_to_create?: SpotOrderSDKType[];
|
|
484
|
+
derivative_orders_to_create?: DerivativeOrderSDKType[];
|
|
485
|
+
binary_options_orders_to_cancel?: OrderDataSDKType[];
|
|
486
|
+
binary_options_market_ids_to_cancel_all: string[];
|
|
487
|
+
binary_options_orders_to_create?: DerivativeOrderSDKType[];
|
|
488
|
+
}
|
|
489
|
+
/** MsgBatchUpdateOrdersResponse defines the Msg/BatchUpdateOrders response type. */
|
|
490
|
+
export interface MsgBatchUpdateOrdersResponse {
|
|
491
|
+
spotCancelSuccess: boolean[];
|
|
492
|
+
derivativeCancelSuccess: boolean[];
|
|
493
|
+
spotOrderHashes: string[];
|
|
494
|
+
derivativeOrderHashes: string[];
|
|
495
|
+
binaryOptionsCancelSuccess: boolean[];
|
|
496
|
+
binaryOptionsOrderHashes: string[];
|
|
497
|
+
}
|
|
498
|
+
/** MsgBatchUpdateOrdersResponse defines the Msg/BatchUpdateOrders response type. */
|
|
499
|
+
export interface MsgBatchUpdateOrdersResponseSDKType {
|
|
500
|
+
spot_cancel_success: boolean[];
|
|
501
|
+
derivative_cancel_success: boolean[];
|
|
502
|
+
spot_order_hashes: string[];
|
|
503
|
+
derivative_order_hashes: string[];
|
|
504
|
+
binary_options_cancel_success: boolean[];
|
|
505
|
+
binary_options_order_hashes: string[];
|
|
506
|
+
}
|
|
507
|
+
/** A Cosmos-SDK MsgCreateDerivativeMarketOrder */
|
|
508
|
+
export interface MsgCreateDerivativeMarketOrder {
|
|
509
|
+
sender: string;
|
|
510
|
+
order: DerivativeOrder;
|
|
511
|
+
}
|
|
512
|
+
/** A Cosmos-SDK MsgCreateDerivativeMarketOrder */
|
|
513
|
+
export interface MsgCreateDerivativeMarketOrderSDKType {
|
|
514
|
+
sender: string;
|
|
515
|
+
order: DerivativeOrderSDKType;
|
|
516
|
+
}
|
|
517
|
+
/** MsgCreateDerivativeMarketOrderResponse defines the Msg/CreateDerivativeMarketOrder response type. */
|
|
518
|
+
export interface MsgCreateDerivativeMarketOrderResponse {
|
|
519
|
+
orderHash: string;
|
|
520
|
+
}
|
|
521
|
+
/** MsgCreateDerivativeMarketOrderResponse defines the Msg/CreateDerivativeMarketOrder response type. */
|
|
522
|
+
export interface MsgCreateDerivativeMarketOrderResponseSDKType {
|
|
523
|
+
order_hash: string;
|
|
524
|
+
}
|
|
525
|
+
/** A Cosmos-SDK MsgCreateBinaryOptionsMarketOrder */
|
|
526
|
+
export interface MsgCreateBinaryOptionsMarketOrder {
|
|
527
|
+
sender: string;
|
|
528
|
+
order: DerivativeOrder;
|
|
529
|
+
}
|
|
530
|
+
/** A Cosmos-SDK MsgCreateBinaryOptionsMarketOrder */
|
|
531
|
+
export interface MsgCreateBinaryOptionsMarketOrderSDKType {
|
|
532
|
+
sender: string;
|
|
533
|
+
order: DerivativeOrderSDKType;
|
|
534
|
+
}
|
|
535
|
+
/** MsgCreateBinaryOptionsMarketOrderResponse defines the Msg/CreateBinaryOptionsMarketOrder response type. */
|
|
536
|
+
export interface MsgCreateBinaryOptionsMarketOrderResponse {
|
|
537
|
+
orderHash: string;
|
|
538
|
+
}
|
|
539
|
+
/** MsgCreateBinaryOptionsMarketOrderResponse defines the Msg/CreateBinaryOptionsMarketOrder response type. */
|
|
540
|
+
export interface MsgCreateBinaryOptionsMarketOrderResponseSDKType {
|
|
541
|
+
order_hash: string;
|
|
542
|
+
}
|
|
543
|
+
/** MsgCancelDerivativeOrder defines the Msg/CancelDerivativeOrder response type. */
|
|
544
|
+
export interface MsgCancelDerivativeOrder {
|
|
545
|
+
sender: string;
|
|
546
|
+
marketId: string;
|
|
547
|
+
subaccountId: string;
|
|
548
|
+
orderHash: string;
|
|
549
|
+
/** bitwise combination of OrderMask enum values */
|
|
550
|
+
orderMask: number;
|
|
551
|
+
}
|
|
552
|
+
/** MsgCancelDerivativeOrder defines the Msg/CancelDerivativeOrder response type. */
|
|
553
|
+
export interface MsgCancelDerivativeOrderSDKType {
|
|
554
|
+
sender: string;
|
|
555
|
+
market_id: string;
|
|
556
|
+
subaccount_id: string;
|
|
557
|
+
order_hash: string;
|
|
558
|
+
/** bitwise combination of OrderMask enum values */
|
|
559
|
+
order_mask: number;
|
|
560
|
+
}
|
|
561
|
+
/** MsgCancelDerivativeOrderResponse defines the Msg/CancelDerivativeOrderResponse response type. */
|
|
562
|
+
export interface MsgCancelDerivativeOrderResponse {
|
|
563
|
+
}
|
|
564
|
+
/** MsgCancelDerivativeOrderResponse defines the Msg/CancelDerivativeOrderResponse response type. */
|
|
565
|
+
export interface MsgCancelDerivativeOrderResponseSDKType {
|
|
566
|
+
}
|
|
567
|
+
/** MsgCancelBinaryOptionsOrder defines the Msg/CancelBinaryOptionsOrder response type. */
|
|
568
|
+
export interface MsgCancelBinaryOptionsOrder {
|
|
569
|
+
sender: string;
|
|
570
|
+
marketId: string;
|
|
571
|
+
subaccountId: string;
|
|
572
|
+
orderHash: string;
|
|
573
|
+
/** bitwise combination of OrderMask enum values */
|
|
574
|
+
orderMask: number;
|
|
575
|
+
}
|
|
576
|
+
/** MsgCancelBinaryOptionsOrder defines the Msg/CancelBinaryOptionsOrder response type. */
|
|
577
|
+
export interface MsgCancelBinaryOptionsOrderSDKType {
|
|
578
|
+
sender: string;
|
|
579
|
+
market_id: string;
|
|
580
|
+
subaccount_id: string;
|
|
581
|
+
order_hash: string;
|
|
582
|
+
/** bitwise combination of OrderMask enum values */
|
|
583
|
+
order_mask: number;
|
|
584
|
+
}
|
|
585
|
+
/** MsgCancelBinaryOptionsOrderResponse defines the Msg/CancelBinaryOptionsOrderResponse response type. */
|
|
586
|
+
export interface MsgCancelBinaryOptionsOrderResponse {
|
|
587
|
+
}
|
|
588
|
+
/** MsgCancelBinaryOptionsOrderResponse defines the Msg/CancelBinaryOptionsOrderResponse response type. */
|
|
589
|
+
export interface MsgCancelBinaryOptionsOrderResponseSDKType {
|
|
590
|
+
}
|
|
591
|
+
export interface OrderData {
|
|
592
|
+
marketId: string;
|
|
593
|
+
subaccountId: string;
|
|
594
|
+
orderHash: string;
|
|
595
|
+
/** bitwise combination of OrderMask enum values */
|
|
596
|
+
orderMask: number;
|
|
597
|
+
}
|
|
598
|
+
export interface OrderDataSDKType {
|
|
599
|
+
market_id: string;
|
|
600
|
+
subaccount_id: string;
|
|
601
|
+
order_hash: string;
|
|
602
|
+
/** bitwise combination of OrderMask enum values */
|
|
603
|
+
order_mask: number;
|
|
604
|
+
}
|
|
605
|
+
/** MsgBatchCancelDerivativeOrders defines the Msg/CancelDerivativeOrders response type. */
|
|
606
|
+
export interface MsgBatchCancelDerivativeOrders {
|
|
607
|
+
sender: string;
|
|
608
|
+
data: OrderData[];
|
|
609
|
+
}
|
|
610
|
+
/** MsgBatchCancelDerivativeOrders defines the Msg/CancelDerivativeOrders response type. */
|
|
611
|
+
export interface MsgBatchCancelDerivativeOrdersSDKType {
|
|
612
|
+
sender: string;
|
|
613
|
+
data: OrderDataSDKType[];
|
|
614
|
+
}
|
|
615
|
+
/** MsgBatchCancelDerivativeOrdersResponse defines the Msg/CancelDerivativeOrderResponse response type. */
|
|
616
|
+
export interface MsgBatchCancelDerivativeOrdersResponse {
|
|
617
|
+
success: boolean[];
|
|
618
|
+
}
|
|
619
|
+
/** MsgBatchCancelDerivativeOrdersResponse defines the Msg/CancelDerivativeOrderResponse response type. */
|
|
620
|
+
export interface MsgBatchCancelDerivativeOrdersResponseSDKType {
|
|
621
|
+
success: boolean[];
|
|
622
|
+
}
|
|
623
|
+
/** A Cosmos-SDK MsgSubaccountTransfer */
|
|
624
|
+
export interface MsgSubaccountTransfer {
|
|
625
|
+
sender: string;
|
|
626
|
+
sourceSubaccountId: string;
|
|
627
|
+
destinationSubaccountId: string;
|
|
628
|
+
amount: Coin;
|
|
629
|
+
}
|
|
630
|
+
/** A Cosmos-SDK MsgSubaccountTransfer */
|
|
631
|
+
export interface MsgSubaccountTransferSDKType {
|
|
632
|
+
sender: string;
|
|
633
|
+
source_subaccount_id: string;
|
|
634
|
+
destination_subaccount_id: string;
|
|
635
|
+
amount: CoinSDKType;
|
|
636
|
+
}
|
|
637
|
+
/** MsgSubaccountTransferResponse defines the Msg/SubaccountTransfer response type. */
|
|
638
|
+
export interface MsgSubaccountTransferResponse {
|
|
639
|
+
}
|
|
640
|
+
/** MsgSubaccountTransferResponse defines the Msg/SubaccountTransfer response type. */
|
|
641
|
+
export interface MsgSubaccountTransferResponseSDKType {
|
|
642
|
+
}
|
|
643
|
+
/** A Cosmos-SDK MsgExternalTransfer */
|
|
644
|
+
export interface MsgExternalTransfer {
|
|
645
|
+
sender: string;
|
|
646
|
+
sourceSubaccountId: string;
|
|
647
|
+
destinationSubaccountId: string;
|
|
648
|
+
amount: Coin;
|
|
649
|
+
}
|
|
650
|
+
/** A Cosmos-SDK MsgExternalTransfer */
|
|
651
|
+
export interface MsgExternalTransferSDKType {
|
|
652
|
+
sender: string;
|
|
653
|
+
source_subaccount_id: string;
|
|
654
|
+
destination_subaccount_id: string;
|
|
655
|
+
amount: CoinSDKType;
|
|
656
|
+
}
|
|
657
|
+
/** MsgExternalTransferResponse defines the Msg/ExternalTransfer response type. */
|
|
658
|
+
export interface MsgExternalTransferResponse {
|
|
659
|
+
}
|
|
660
|
+
/** MsgExternalTransferResponse defines the Msg/ExternalTransfer response type. */
|
|
661
|
+
export interface MsgExternalTransferResponseSDKType {
|
|
662
|
+
}
|
|
663
|
+
/** A Cosmos-SDK MsgLiquidatePosition */
|
|
664
|
+
export interface MsgLiquidatePosition {
|
|
665
|
+
sender: string;
|
|
666
|
+
subaccountId: string;
|
|
667
|
+
marketId: string;
|
|
668
|
+
/** optional order to provide for liquidation */
|
|
669
|
+
order?: DerivativeOrder;
|
|
670
|
+
}
|
|
671
|
+
/** A Cosmos-SDK MsgLiquidatePosition */
|
|
672
|
+
export interface MsgLiquidatePositionSDKType {
|
|
673
|
+
sender: string;
|
|
674
|
+
subaccount_id: string;
|
|
675
|
+
market_id: string;
|
|
676
|
+
/** optional order to provide for liquidation */
|
|
677
|
+
order?: DerivativeOrderSDKType;
|
|
678
|
+
}
|
|
679
|
+
/** MsgLiquidatePositionResponse defines the Msg/LiquidatePosition response type. */
|
|
680
|
+
export interface MsgLiquidatePositionResponse {
|
|
681
|
+
}
|
|
682
|
+
/** MsgLiquidatePositionResponse defines the Msg/LiquidatePosition response type. */
|
|
683
|
+
export interface MsgLiquidatePositionResponseSDKType {
|
|
684
|
+
}
|
|
685
|
+
/** A Cosmos-SDK MsgIncreasePositionMargin */
|
|
686
|
+
export interface MsgIncreasePositionMargin {
|
|
687
|
+
sender: string;
|
|
688
|
+
sourceSubaccountId: string;
|
|
689
|
+
destinationSubaccountId: string;
|
|
690
|
+
marketId: string;
|
|
691
|
+
/** amount defines the amount of margin to add to the position */
|
|
692
|
+
amount: string;
|
|
693
|
+
}
|
|
694
|
+
/** A Cosmos-SDK MsgIncreasePositionMargin */
|
|
695
|
+
export interface MsgIncreasePositionMarginSDKType {
|
|
696
|
+
sender: string;
|
|
697
|
+
source_subaccount_id: string;
|
|
698
|
+
destination_subaccount_id: string;
|
|
699
|
+
market_id: string;
|
|
700
|
+
/** amount defines the amount of margin to add to the position */
|
|
701
|
+
amount: string;
|
|
702
|
+
}
|
|
703
|
+
/** MsgIncreasePositionMarginResponse defines the Msg/IncreasePositionMargin response type. */
|
|
704
|
+
export interface MsgIncreasePositionMarginResponse {
|
|
705
|
+
}
|
|
706
|
+
/** MsgIncreasePositionMarginResponse defines the Msg/IncreasePositionMargin response type. */
|
|
707
|
+
export interface MsgIncreasePositionMarginResponseSDKType {
|
|
708
|
+
}
|
|
709
|
+
/** MsgExec defines the Msg/Exec message type */
|
|
710
|
+
export interface MsgExec {
|
|
711
|
+
sender: string;
|
|
712
|
+
/** bank_funds defines the user's coins used to fund the execution */
|
|
713
|
+
bankFunds: Coin[];
|
|
714
|
+
/** deposits_subaccount_id defines the user's subaccountID to fund the execution */
|
|
715
|
+
depositsSubaccountId: string;
|
|
716
|
+
/** deposit_funds defines the fund amounts to fund the execution */
|
|
717
|
+
depositFunds: Coin[];
|
|
718
|
+
/** contract_address defines the contract address to execute */
|
|
719
|
+
contractAddress: string;
|
|
720
|
+
/** data defines the call data used when executing the contract */
|
|
721
|
+
data: string;
|
|
722
|
+
}
|
|
723
|
+
/** MsgExec defines the Msg/Exec message type */
|
|
724
|
+
export interface MsgExecSDKType {
|
|
725
|
+
sender: string;
|
|
726
|
+
/** bank_funds defines the user's coins used to fund the execution */
|
|
727
|
+
bank_funds: CoinSDKType[];
|
|
728
|
+
/** deposits_subaccount_id defines the user's subaccountID to fund the execution */
|
|
729
|
+
deposits_subaccount_id: string;
|
|
730
|
+
/** deposit_funds defines the fund amounts to fund the execution */
|
|
731
|
+
deposit_funds: CoinSDKType[];
|
|
732
|
+
/** contract_address defines the contract address to execute */
|
|
733
|
+
contract_address: string;
|
|
734
|
+
/** data defines the call data used when executing the contract */
|
|
735
|
+
data: string;
|
|
736
|
+
}
|
|
737
|
+
/** MsgExecResponse defines the Msg/Exec response type. */
|
|
738
|
+
export interface MsgExecResponse {
|
|
739
|
+
}
|
|
740
|
+
/** MsgExecResponse defines the Msg/Exec response type. */
|
|
741
|
+
export interface MsgExecResponseSDKType {
|
|
742
|
+
}
|
|
743
|
+
export interface SpotMarketParamUpdateProposal {
|
|
744
|
+
title: string;
|
|
745
|
+
description: string;
|
|
746
|
+
marketId: string;
|
|
747
|
+
/** maker_fee_rate defines the trade fee rate for makers on the spot market */
|
|
748
|
+
makerFeeRate?: string;
|
|
749
|
+
/** taker_fee_rate defines the trade fee rate for takers on the spot market */
|
|
750
|
+
takerFeeRate?: string;
|
|
751
|
+
/** relayer_fee_share_rate defines the relayer fee share rate for the spot market */
|
|
752
|
+
relayerFeeShareRate?: string;
|
|
753
|
+
/** min_price_tick_size defines the minimum tick size of the order's price and margin */
|
|
754
|
+
minPriceTickSize?: string;
|
|
755
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
756
|
+
minQuantityTickSize?: string;
|
|
757
|
+
status: MarketStatus;
|
|
758
|
+
}
|
|
759
|
+
export interface SpotMarketParamUpdateProposalSDKType {
|
|
760
|
+
title: string;
|
|
761
|
+
description: string;
|
|
762
|
+
market_id: string;
|
|
763
|
+
/** maker_fee_rate defines the trade fee rate for makers on the spot market */
|
|
764
|
+
maker_fee_rate?: string;
|
|
765
|
+
/** taker_fee_rate defines the trade fee rate for takers on the spot market */
|
|
766
|
+
taker_fee_rate?: string;
|
|
767
|
+
/** relayer_fee_share_rate defines the relayer fee share rate for the spot market */
|
|
768
|
+
relayer_fee_share_rate?: string;
|
|
769
|
+
/** min_price_tick_size defines the minimum tick size of the order's price and margin */
|
|
770
|
+
min_price_tick_size?: string;
|
|
771
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
772
|
+
min_quantity_tick_size?: string;
|
|
773
|
+
status: MarketStatusSDKType;
|
|
774
|
+
}
|
|
775
|
+
export interface ExchangeEnableProposal {
|
|
776
|
+
title: string;
|
|
777
|
+
description: string;
|
|
778
|
+
exchangeType: ExchangeType;
|
|
779
|
+
}
|
|
780
|
+
export interface ExchangeEnableProposalSDKType {
|
|
781
|
+
title: string;
|
|
782
|
+
description: string;
|
|
783
|
+
exchangeType: ExchangeTypeSDKType;
|
|
784
|
+
}
|
|
785
|
+
export interface BatchExchangeModificationProposal {
|
|
786
|
+
title: string;
|
|
787
|
+
description: string;
|
|
788
|
+
spotMarketParamUpdateProposals: SpotMarketParamUpdateProposal[];
|
|
789
|
+
derivativeMarketParamUpdateProposals: DerivativeMarketParamUpdateProposal[];
|
|
790
|
+
spotMarketLaunchProposals: SpotMarketLaunchProposal[];
|
|
791
|
+
perpetualMarketLaunchProposals: PerpetualMarketLaunchProposal[];
|
|
792
|
+
expiryFuturesMarketLaunchProposals: ExpiryFuturesMarketLaunchProposal[];
|
|
793
|
+
tradingRewardCampaignUpdateProposal: TradingRewardCampaignUpdateProposal;
|
|
794
|
+
binaryOptionsMarketLaunchProposals: BinaryOptionsMarketLaunchProposal[];
|
|
795
|
+
binaryOptionsParamUpdateProposals: BinaryOptionsMarketParamUpdateProposal[];
|
|
796
|
+
denomDecimalsUpdateProposal: UpdateDenomDecimalsProposal;
|
|
797
|
+
}
|
|
798
|
+
export interface BatchExchangeModificationProposalSDKType {
|
|
799
|
+
title: string;
|
|
800
|
+
description: string;
|
|
801
|
+
spot_market_param_update_proposals: SpotMarketParamUpdateProposalSDKType[];
|
|
802
|
+
derivative_market_param_update_proposals: DerivativeMarketParamUpdateProposalSDKType[];
|
|
803
|
+
spot_market_launch_proposals: SpotMarketLaunchProposalSDKType[];
|
|
804
|
+
perpetual_market_launch_proposals: PerpetualMarketLaunchProposalSDKType[];
|
|
805
|
+
expiry_futures_market_launch_proposals: ExpiryFuturesMarketLaunchProposalSDKType[];
|
|
806
|
+
trading_reward_campaign_update_proposal: TradingRewardCampaignUpdateProposalSDKType;
|
|
807
|
+
binary_options_market_launch_proposals: BinaryOptionsMarketLaunchProposalSDKType[];
|
|
808
|
+
binary_options_param_update_proposals: BinaryOptionsMarketParamUpdateProposalSDKType[];
|
|
809
|
+
denom_decimals_update_proposal: UpdateDenomDecimalsProposalSDKType;
|
|
810
|
+
}
|
|
811
|
+
/** SpotMarketLaunchProposal defines a SDK message for proposing a new spot market through governance */
|
|
812
|
+
export interface SpotMarketLaunchProposal {
|
|
813
|
+
title: string;
|
|
814
|
+
description: string;
|
|
815
|
+
/** Ticker for the spot market. */
|
|
816
|
+
ticker: string;
|
|
817
|
+
/** type of coin to use as the base currency */
|
|
818
|
+
baseDenom: string;
|
|
819
|
+
/** type of coin to use as the quote currency */
|
|
820
|
+
quoteDenom: string;
|
|
821
|
+
/** min_price_tick_size defines the minimum tick size of the order's price */
|
|
822
|
+
minPriceTickSize: string;
|
|
823
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
824
|
+
minQuantityTickSize: string;
|
|
825
|
+
/** maker_fee_rate defines the fee percentage makers pay when trading */
|
|
826
|
+
makerFeeRate?: string;
|
|
827
|
+
/** taker_fee_rate defines the fee percentage takers pay when trading */
|
|
828
|
+
takerFeeRate?: string;
|
|
829
|
+
}
|
|
830
|
+
/** SpotMarketLaunchProposal defines a SDK message for proposing a new spot market through governance */
|
|
831
|
+
export interface SpotMarketLaunchProposalSDKType {
|
|
832
|
+
title: string;
|
|
833
|
+
description: string;
|
|
834
|
+
/** Ticker for the spot market. */
|
|
835
|
+
ticker: string;
|
|
836
|
+
/** type of coin to use as the base currency */
|
|
837
|
+
base_denom: string;
|
|
838
|
+
/** type of coin to use as the quote currency */
|
|
839
|
+
quote_denom: string;
|
|
840
|
+
/** min_price_tick_size defines the minimum tick size of the order's price */
|
|
841
|
+
min_price_tick_size: string;
|
|
842
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
843
|
+
min_quantity_tick_size: string;
|
|
844
|
+
/** maker_fee_rate defines the fee percentage makers pay when trading */
|
|
845
|
+
maker_fee_rate?: string;
|
|
846
|
+
/** taker_fee_rate defines the fee percentage takers pay when trading */
|
|
847
|
+
taker_fee_rate?: string;
|
|
848
|
+
}
|
|
849
|
+
/** PerpetualMarketLaunchProposal defines a SDK message for proposing a new perpetual futures market through governance */
|
|
850
|
+
export interface PerpetualMarketLaunchProposal {
|
|
851
|
+
title: string;
|
|
852
|
+
description: string;
|
|
853
|
+
/** Ticker for the derivative market. */
|
|
854
|
+
ticker: string;
|
|
855
|
+
/** type of coin to use as the base currency */
|
|
856
|
+
quoteDenom: string;
|
|
857
|
+
/** Oracle base currency */
|
|
858
|
+
oracleBase: string;
|
|
859
|
+
/** Oracle quote currency */
|
|
860
|
+
oracleQuote: string;
|
|
861
|
+
/** Scale factor for oracle prices. */
|
|
862
|
+
oracleScaleFactor: number;
|
|
863
|
+
/** Oracle type */
|
|
864
|
+
oracleType: OracleType;
|
|
865
|
+
/** initial_margin_ratio defines the initial margin ratio for the derivative market */
|
|
866
|
+
initialMarginRatio: string;
|
|
867
|
+
/** maintenance_margin_ratio defines the maintenance margin ratio for the derivative market */
|
|
868
|
+
maintenanceMarginRatio: string;
|
|
869
|
+
/** maker_fee_rate defines the exchange trade fee for makers for the derivative market */
|
|
870
|
+
makerFeeRate: string;
|
|
871
|
+
/** taker_fee_rate defines the exchange trade fee for takers for the derivative market */
|
|
872
|
+
takerFeeRate: string;
|
|
873
|
+
/** min_price_tick_size defines the minimum tick size of the order's price and margin */
|
|
874
|
+
minPriceTickSize: string;
|
|
875
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
876
|
+
minQuantityTickSize: string;
|
|
877
|
+
}
|
|
878
|
+
/** PerpetualMarketLaunchProposal defines a SDK message for proposing a new perpetual futures market through governance */
|
|
879
|
+
export interface PerpetualMarketLaunchProposalSDKType {
|
|
880
|
+
title: string;
|
|
881
|
+
description: string;
|
|
882
|
+
/** Ticker for the derivative market. */
|
|
883
|
+
ticker: string;
|
|
884
|
+
/** type of coin to use as the base currency */
|
|
885
|
+
quote_denom: string;
|
|
886
|
+
/** Oracle base currency */
|
|
887
|
+
oracle_base: string;
|
|
888
|
+
/** Oracle quote currency */
|
|
889
|
+
oracle_quote: string;
|
|
890
|
+
/** Scale factor for oracle prices. */
|
|
891
|
+
oracle_scale_factor: number;
|
|
892
|
+
/** Oracle type */
|
|
893
|
+
oracle_type: OracleTypeSDKType;
|
|
894
|
+
/** initial_margin_ratio defines the initial margin ratio for the derivative market */
|
|
895
|
+
initial_margin_ratio: string;
|
|
896
|
+
/** maintenance_margin_ratio defines the maintenance margin ratio for the derivative market */
|
|
897
|
+
maintenance_margin_ratio: string;
|
|
898
|
+
/** maker_fee_rate defines the exchange trade fee for makers for the derivative market */
|
|
899
|
+
maker_fee_rate: string;
|
|
900
|
+
/** taker_fee_rate defines the exchange trade fee for takers for the derivative market */
|
|
901
|
+
taker_fee_rate: string;
|
|
902
|
+
/** min_price_tick_size defines the minimum tick size of the order's price and margin */
|
|
903
|
+
min_price_tick_size: string;
|
|
904
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
905
|
+
min_quantity_tick_size: string;
|
|
906
|
+
}
|
|
907
|
+
export interface BinaryOptionsMarketLaunchProposal {
|
|
908
|
+
title: string;
|
|
909
|
+
description: string;
|
|
910
|
+
/** Ticker for the derivative contract. */
|
|
911
|
+
ticker: string;
|
|
912
|
+
/** Oracle symbol */
|
|
913
|
+
oracleSymbol: string;
|
|
914
|
+
/** Oracle Provider */
|
|
915
|
+
oracleProvider: string;
|
|
916
|
+
/** Oracle type */
|
|
917
|
+
oracleType: OracleType;
|
|
918
|
+
/** Scale factor for oracle prices. */
|
|
919
|
+
oracleScaleFactor: number;
|
|
920
|
+
/** expiration timestamp */
|
|
921
|
+
expirationTimestamp: Long;
|
|
922
|
+
/** expiration timestamp */
|
|
923
|
+
settlementTimestamp: Long;
|
|
924
|
+
/** admin of the market */
|
|
925
|
+
admin: string;
|
|
926
|
+
/** Address of the quote currency denomination for the binary options contract */
|
|
927
|
+
quoteDenom: string;
|
|
928
|
+
/** maker_fee_rate defines the maker fee rate of a binary options market */
|
|
929
|
+
makerFeeRate: string;
|
|
930
|
+
/** taker_fee_rate defines the taker fee rate of a derivative market */
|
|
931
|
+
takerFeeRate: string;
|
|
932
|
+
/** min_price_tick_size defines the minimum tick size that the price and margin required for orders in the market */
|
|
933
|
+
minPriceTickSize: string;
|
|
934
|
+
/** min_quantity_tick_size defines the minimum tick size of the quantity required for orders in the market */
|
|
935
|
+
minQuantityTickSize: string;
|
|
936
|
+
}
|
|
937
|
+
export interface BinaryOptionsMarketLaunchProposalSDKType {
|
|
938
|
+
title: string;
|
|
939
|
+
description: string;
|
|
940
|
+
/** Ticker for the derivative contract. */
|
|
941
|
+
ticker: string;
|
|
942
|
+
/** Oracle symbol */
|
|
943
|
+
oracle_symbol: string;
|
|
944
|
+
/** Oracle Provider */
|
|
945
|
+
oracle_provider: string;
|
|
946
|
+
/** Oracle type */
|
|
947
|
+
oracle_type: OracleTypeSDKType;
|
|
948
|
+
/** Scale factor for oracle prices. */
|
|
949
|
+
oracle_scale_factor: number;
|
|
950
|
+
/** expiration timestamp */
|
|
951
|
+
expiration_timestamp: Long;
|
|
952
|
+
/** expiration timestamp */
|
|
953
|
+
settlement_timestamp: Long;
|
|
954
|
+
/** admin of the market */
|
|
955
|
+
admin: string;
|
|
956
|
+
/** Address of the quote currency denomination for the binary options contract */
|
|
957
|
+
quote_denom: string;
|
|
958
|
+
/** maker_fee_rate defines the maker fee rate of a binary options market */
|
|
959
|
+
maker_fee_rate: string;
|
|
960
|
+
/** taker_fee_rate defines the taker fee rate of a derivative market */
|
|
961
|
+
taker_fee_rate: string;
|
|
962
|
+
/** min_price_tick_size defines the minimum tick size that the price and margin required for orders in the market */
|
|
963
|
+
min_price_tick_size: string;
|
|
964
|
+
/** min_quantity_tick_size defines the minimum tick size of the quantity required for orders in the market */
|
|
965
|
+
min_quantity_tick_size: string;
|
|
966
|
+
}
|
|
967
|
+
/** ExpiryFuturesMarketLaunchProposal defines a SDK message for proposing a new expiry futures market through governance */
|
|
968
|
+
export interface ExpiryFuturesMarketLaunchProposal {
|
|
969
|
+
title: string;
|
|
970
|
+
description: string;
|
|
971
|
+
/** Ticker for the derivative market. */
|
|
972
|
+
ticker: string;
|
|
973
|
+
/** type of coin to use as the quote currency */
|
|
974
|
+
quoteDenom: string;
|
|
975
|
+
/** Oracle base currency */
|
|
976
|
+
oracleBase: string;
|
|
977
|
+
/** Oracle quote currency */
|
|
978
|
+
oracleQuote: string;
|
|
979
|
+
/** Scale factor for oracle prices. */
|
|
980
|
+
oracleScaleFactor: number;
|
|
981
|
+
/** Oracle type */
|
|
982
|
+
oracleType: OracleType;
|
|
983
|
+
/** Expiration time of the market */
|
|
984
|
+
expiry: Long;
|
|
985
|
+
/** initial_margin_ratio defines the initial margin ratio for the derivative market */
|
|
986
|
+
initialMarginRatio: string;
|
|
987
|
+
/** maintenance_margin_ratio defines the maintenance margin ratio for the derivative market */
|
|
988
|
+
maintenanceMarginRatio: string;
|
|
989
|
+
/** maker_fee_rate defines the exchange trade fee for makers for the derivative market */
|
|
990
|
+
makerFeeRate: string;
|
|
991
|
+
/** taker_fee_rate defines the exchange trade fee for takers for the derivative market */
|
|
992
|
+
takerFeeRate: string;
|
|
993
|
+
/** min_price_tick_size defines the minimum tick size of the order's price and margin */
|
|
994
|
+
minPriceTickSize: string;
|
|
995
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
996
|
+
minQuantityTickSize: string;
|
|
997
|
+
}
|
|
998
|
+
/** ExpiryFuturesMarketLaunchProposal defines a SDK message for proposing a new expiry futures market through governance */
|
|
999
|
+
export interface ExpiryFuturesMarketLaunchProposalSDKType {
|
|
1000
|
+
title: string;
|
|
1001
|
+
description: string;
|
|
1002
|
+
/** Ticker for the derivative market. */
|
|
1003
|
+
ticker: string;
|
|
1004
|
+
/** type of coin to use as the quote currency */
|
|
1005
|
+
quote_denom: string;
|
|
1006
|
+
/** Oracle base currency */
|
|
1007
|
+
oracle_base: string;
|
|
1008
|
+
/** Oracle quote currency */
|
|
1009
|
+
oracle_quote: string;
|
|
1010
|
+
/** Scale factor for oracle prices. */
|
|
1011
|
+
oracle_scale_factor: number;
|
|
1012
|
+
/** Oracle type */
|
|
1013
|
+
oracle_type: OracleTypeSDKType;
|
|
1014
|
+
/** Expiration time of the market */
|
|
1015
|
+
expiry: Long;
|
|
1016
|
+
/** initial_margin_ratio defines the initial margin ratio for the derivative market */
|
|
1017
|
+
initial_margin_ratio: string;
|
|
1018
|
+
/** maintenance_margin_ratio defines the maintenance margin ratio for the derivative market */
|
|
1019
|
+
maintenance_margin_ratio: string;
|
|
1020
|
+
/** maker_fee_rate defines the exchange trade fee for makers for the derivative market */
|
|
1021
|
+
maker_fee_rate: string;
|
|
1022
|
+
/** taker_fee_rate defines the exchange trade fee for takers for the derivative market */
|
|
1023
|
+
taker_fee_rate: string;
|
|
1024
|
+
/** min_price_tick_size defines the minimum tick size of the order's price and margin */
|
|
1025
|
+
min_price_tick_size: string;
|
|
1026
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
1027
|
+
min_quantity_tick_size: string;
|
|
1028
|
+
}
|
|
1029
|
+
export interface DerivativeMarketParamUpdateProposal {
|
|
1030
|
+
title: string;
|
|
1031
|
+
description: string;
|
|
1032
|
+
marketId: string;
|
|
1033
|
+
/** initial_margin_ratio defines the initial margin ratio for the derivative market */
|
|
1034
|
+
initialMarginRatio?: string;
|
|
1035
|
+
/** maintenance_margin_ratio defines the maintenance margin ratio for the derivative market */
|
|
1036
|
+
maintenanceMarginRatio?: string;
|
|
1037
|
+
/** maker_fee_rate defines the exchange trade fee for makers for the derivative market */
|
|
1038
|
+
makerFeeRate?: string;
|
|
1039
|
+
/** taker_fee_rate defines the exchange trade fee for takers for the derivative market */
|
|
1040
|
+
takerFeeRate?: string;
|
|
1041
|
+
/** relayer_fee_share_rate defines the relayer fee share rate for the derivative market */
|
|
1042
|
+
relayerFeeShareRate?: string;
|
|
1043
|
+
/** min_price_tick_size defines the minimum tick size of the order's price and margin */
|
|
1044
|
+
minPriceTickSize?: string;
|
|
1045
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
1046
|
+
minQuantityTickSize?: string;
|
|
1047
|
+
/** hourly_interest_rate defines the hourly interest rate */
|
|
1048
|
+
HourlyInterestRate?: string;
|
|
1049
|
+
/** hourly_funding_rate_cap defines the maximum absolute value of the hourly funding rate */
|
|
1050
|
+
HourlyFundingRateCap?: string;
|
|
1051
|
+
status: MarketStatus;
|
|
1052
|
+
oracleParams: OracleParams;
|
|
1053
|
+
}
|
|
1054
|
+
export interface DerivativeMarketParamUpdateProposalSDKType {
|
|
1055
|
+
title: string;
|
|
1056
|
+
description: string;
|
|
1057
|
+
market_id: string;
|
|
1058
|
+
/** initial_margin_ratio defines the initial margin ratio for the derivative market */
|
|
1059
|
+
initial_margin_ratio?: string;
|
|
1060
|
+
/** maintenance_margin_ratio defines the maintenance margin ratio for the derivative market */
|
|
1061
|
+
maintenance_margin_ratio?: string;
|
|
1062
|
+
/** maker_fee_rate defines the exchange trade fee for makers for the derivative market */
|
|
1063
|
+
maker_fee_rate?: string;
|
|
1064
|
+
/** taker_fee_rate defines the exchange trade fee for takers for the derivative market */
|
|
1065
|
+
taker_fee_rate?: string;
|
|
1066
|
+
/** relayer_fee_share_rate defines the relayer fee share rate for the derivative market */
|
|
1067
|
+
relayer_fee_share_rate?: string;
|
|
1068
|
+
/** min_price_tick_size defines the minimum tick size of the order's price and margin */
|
|
1069
|
+
min_price_tick_size?: string;
|
|
1070
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
1071
|
+
min_quantity_tick_size?: string;
|
|
1072
|
+
/** hourly_interest_rate defines the hourly interest rate */
|
|
1073
|
+
HourlyInterestRate?: string;
|
|
1074
|
+
/** hourly_funding_rate_cap defines the maximum absolute value of the hourly funding rate */
|
|
1075
|
+
HourlyFundingRateCap?: string;
|
|
1076
|
+
status: MarketStatusSDKType;
|
|
1077
|
+
oracle_params: OracleParamsSDKType;
|
|
1078
|
+
}
|
|
1079
|
+
export interface MarketForcedSettlementProposal {
|
|
1080
|
+
title: string;
|
|
1081
|
+
description: string;
|
|
1082
|
+
marketId: string;
|
|
1083
|
+
settlementPrice?: string;
|
|
1084
|
+
}
|
|
1085
|
+
export interface MarketForcedSettlementProposalSDKType {
|
|
1086
|
+
title: string;
|
|
1087
|
+
description: string;
|
|
1088
|
+
market_id: string;
|
|
1089
|
+
settlement_price?: string;
|
|
1090
|
+
}
|
|
1091
|
+
export interface UpdateDenomDecimalsProposal {
|
|
1092
|
+
title: string;
|
|
1093
|
+
description: string;
|
|
1094
|
+
denomDecimals: DenomDecimals[];
|
|
1095
|
+
}
|
|
1096
|
+
export interface UpdateDenomDecimalsProposalSDKType {
|
|
1097
|
+
title: string;
|
|
1098
|
+
description: string;
|
|
1099
|
+
denom_decimals: DenomDecimalsSDKType[];
|
|
1100
|
+
}
|
|
1101
|
+
export interface DenomDecimals {
|
|
1102
|
+
denom: string;
|
|
1103
|
+
decimals: Long;
|
|
1104
|
+
}
|
|
1105
|
+
export interface DenomDecimalsSDKType {
|
|
1106
|
+
denom: string;
|
|
1107
|
+
decimals: Long;
|
|
1108
|
+
}
|
|
1109
|
+
export interface BinaryOptionsMarketParamUpdateProposal {
|
|
1110
|
+
title: string;
|
|
1111
|
+
description: string;
|
|
1112
|
+
marketId: string;
|
|
1113
|
+
/** maker_fee_rate defines the exchange trade fee for makers for the derivative market */
|
|
1114
|
+
makerFeeRate?: string;
|
|
1115
|
+
/** taker_fee_rate defines the exchange trade fee for takers for the derivative market */
|
|
1116
|
+
takerFeeRate?: string;
|
|
1117
|
+
/** relayer_fee_share_rate defines the relayer fee share rate for the derivative market */
|
|
1118
|
+
relayerFeeShareRate?: string;
|
|
1119
|
+
/** min_price_tick_size defines the minimum tick size of the order's price and margin */
|
|
1120
|
+
minPriceTickSize?: string;
|
|
1121
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
1122
|
+
minQuantityTickSize?: string;
|
|
1123
|
+
/** expiration timestamp */
|
|
1124
|
+
expirationTimestamp: Long;
|
|
1125
|
+
/** expiration timestamp */
|
|
1126
|
+
settlementTimestamp: Long;
|
|
1127
|
+
/** new price at which market will be settled */
|
|
1128
|
+
settlementPrice?: string;
|
|
1129
|
+
/** admin of the market */
|
|
1130
|
+
admin: string;
|
|
1131
|
+
status: MarketStatus;
|
|
1132
|
+
oracleParams: ProviderOracleParams;
|
|
1133
|
+
}
|
|
1134
|
+
export interface BinaryOptionsMarketParamUpdateProposalSDKType {
|
|
1135
|
+
title: string;
|
|
1136
|
+
description: string;
|
|
1137
|
+
market_id: string;
|
|
1138
|
+
/** maker_fee_rate defines the exchange trade fee for makers for the derivative market */
|
|
1139
|
+
maker_fee_rate?: string;
|
|
1140
|
+
/** taker_fee_rate defines the exchange trade fee for takers for the derivative market */
|
|
1141
|
+
taker_fee_rate?: string;
|
|
1142
|
+
/** relayer_fee_share_rate defines the relayer fee share rate for the derivative market */
|
|
1143
|
+
relayer_fee_share_rate?: string;
|
|
1144
|
+
/** min_price_tick_size defines the minimum tick size of the order's price and margin */
|
|
1145
|
+
min_price_tick_size?: string;
|
|
1146
|
+
/** min_quantity_tick_size defines the minimum tick size of the order's quantity */
|
|
1147
|
+
min_quantity_tick_size?: string;
|
|
1148
|
+
/** expiration timestamp */
|
|
1149
|
+
expiration_timestamp: Long;
|
|
1150
|
+
/** expiration timestamp */
|
|
1151
|
+
settlement_timestamp: Long;
|
|
1152
|
+
/** new price at which market will be settled */
|
|
1153
|
+
settlement_price?: string;
|
|
1154
|
+
/** admin of the market */
|
|
1155
|
+
admin: string;
|
|
1156
|
+
status: MarketStatusSDKType;
|
|
1157
|
+
oracle_params: ProviderOracleParamsSDKType;
|
|
1158
|
+
}
|
|
1159
|
+
export interface ProviderOracleParams {
|
|
1160
|
+
/** Oracle base currency */
|
|
1161
|
+
symbol: string;
|
|
1162
|
+
/** Oracle quote currency */
|
|
1163
|
+
provider: string;
|
|
1164
|
+
/** Scale factor for oracle prices. */
|
|
1165
|
+
oracleScaleFactor: number;
|
|
1166
|
+
/** Oracle type */
|
|
1167
|
+
oracleType: OracleType;
|
|
1168
|
+
}
|
|
1169
|
+
export interface ProviderOracleParamsSDKType {
|
|
1170
|
+
/** Oracle base currency */
|
|
1171
|
+
symbol: string;
|
|
1172
|
+
/** Oracle quote currency */
|
|
1173
|
+
provider: string;
|
|
1174
|
+
/** Scale factor for oracle prices. */
|
|
1175
|
+
oracle_scale_factor: number;
|
|
1176
|
+
/** Oracle type */
|
|
1177
|
+
oracle_type: OracleTypeSDKType;
|
|
1178
|
+
}
|
|
1179
|
+
export interface OracleParams {
|
|
1180
|
+
/** Oracle base currency */
|
|
1181
|
+
oracleBase: string;
|
|
1182
|
+
/** Oracle quote currency */
|
|
1183
|
+
oracleQuote: string;
|
|
1184
|
+
/** Scale factor for oracle prices. */
|
|
1185
|
+
oracleScaleFactor: number;
|
|
1186
|
+
/** Oracle type */
|
|
1187
|
+
oracleType: OracleType;
|
|
1188
|
+
}
|
|
1189
|
+
export interface OracleParamsSDKType {
|
|
1190
|
+
/** Oracle base currency */
|
|
1191
|
+
oracle_base: string;
|
|
1192
|
+
/** Oracle quote currency */
|
|
1193
|
+
oracle_quote: string;
|
|
1194
|
+
/** Scale factor for oracle prices. */
|
|
1195
|
+
oracle_scale_factor: number;
|
|
1196
|
+
/** Oracle type */
|
|
1197
|
+
oracle_type: OracleTypeSDKType;
|
|
1198
|
+
}
|
|
1199
|
+
export interface TradingRewardCampaignLaunchProposal {
|
|
1200
|
+
title: string;
|
|
1201
|
+
description: string;
|
|
1202
|
+
campaignInfo: TradingRewardCampaignInfo;
|
|
1203
|
+
campaignRewardPools: CampaignRewardPool[];
|
|
1204
|
+
}
|
|
1205
|
+
export interface TradingRewardCampaignLaunchProposalSDKType {
|
|
1206
|
+
title: string;
|
|
1207
|
+
description: string;
|
|
1208
|
+
campaign_info: TradingRewardCampaignInfoSDKType;
|
|
1209
|
+
campaign_reward_pools: CampaignRewardPoolSDKType[];
|
|
1210
|
+
}
|
|
1211
|
+
export interface TradingRewardCampaignUpdateProposal {
|
|
1212
|
+
title: string;
|
|
1213
|
+
description: string;
|
|
1214
|
+
campaignInfo: TradingRewardCampaignInfo;
|
|
1215
|
+
campaignRewardPoolsAdditions: CampaignRewardPool[];
|
|
1216
|
+
campaignRewardPoolsUpdates: CampaignRewardPool[];
|
|
1217
|
+
}
|
|
1218
|
+
export interface TradingRewardCampaignUpdateProposalSDKType {
|
|
1219
|
+
title: string;
|
|
1220
|
+
description: string;
|
|
1221
|
+
campaign_info: TradingRewardCampaignInfoSDKType;
|
|
1222
|
+
campaign_reward_pools_additions: CampaignRewardPoolSDKType[];
|
|
1223
|
+
campaign_reward_pools_updates: CampaignRewardPoolSDKType[];
|
|
1224
|
+
}
|
|
1225
|
+
export interface RewardPointUpdate {
|
|
1226
|
+
accountAddress: string;
|
|
1227
|
+
/** new_points overwrites the current trading reward points for the account */
|
|
1228
|
+
newPoints: string;
|
|
1229
|
+
}
|
|
1230
|
+
export interface RewardPointUpdateSDKType {
|
|
1231
|
+
account_address: string;
|
|
1232
|
+
/** new_points overwrites the current trading reward points for the account */
|
|
1233
|
+
new_points: string;
|
|
1234
|
+
}
|
|
1235
|
+
export interface TradingRewardPendingPointsUpdateProposal {
|
|
1236
|
+
title: string;
|
|
1237
|
+
description: string;
|
|
1238
|
+
pendingPoolTimestamp: Long;
|
|
1239
|
+
rewardPointUpdates: RewardPointUpdate[];
|
|
1240
|
+
}
|
|
1241
|
+
export interface TradingRewardPendingPointsUpdateProposalSDKType {
|
|
1242
|
+
title: string;
|
|
1243
|
+
description: string;
|
|
1244
|
+
pending_pool_timestamp: Long;
|
|
1245
|
+
reward_point_updates: RewardPointUpdateSDKType[];
|
|
1246
|
+
}
|
|
1247
|
+
export interface FeeDiscountProposal {
|
|
1248
|
+
title: string;
|
|
1249
|
+
description: string;
|
|
1250
|
+
schedule: FeeDiscountSchedule;
|
|
1251
|
+
}
|
|
1252
|
+
export interface FeeDiscountProposalSDKType {
|
|
1253
|
+
title: string;
|
|
1254
|
+
description: string;
|
|
1255
|
+
schedule: FeeDiscountScheduleSDKType;
|
|
1256
|
+
}
|
|
1257
|
+
export interface BatchCommunityPoolSpendProposal {
|
|
1258
|
+
title: string;
|
|
1259
|
+
description: string;
|
|
1260
|
+
proposals: CommunityPoolSpendProposal[];
|
|
1261
|
+
}
|
|
1262
|
+
export interface BatchCommunityPoolSpendProposalSDKType {
|
|
1263
|
+
title: string;
|
|
1264
|
+
description: string;
|
|
1265
|
+
proposals: CommunityPoolSpendProposalSDKType[];
|
|
1266
|
+
}
|
|
1267
|
+
/** A Cosmos-SDK MsgRewardsOptOut */
|
|
1268
|
+
export interface MsgRewardsOptOut {
|
|
1269
|
+
sender: string;
|
|
1270
|
+
}
|
|
1271
|
+
/** A Cosmos-SDK MsgRewardsOptOut */
|
|
1272
|
+
export interface MsgRewardsOptOutSDKType {
|
|
1273
|
+
sender: string;
|
|
1274
|
+
}
|
|
1275
|
+
/** MsgRewardsOptOutResponse defines the Msg/RewardsOptOut response type. */
|
|
1276
|
+
export interface MsgRewardsOptOutResponse {
|
|
1277
|
+
}
|
|
1278
|
+
/** MsgRewardsOptOutResponse defines the Msg/RewardsOptOut response type. */
|
|
1279
|
+
export interface MsgRewardsOptOutResponseSDKType {
|
|
1280
|
+
}
|
|
1281
|
+
/** MsgAdminUpdateBinaryOptionsMarket is used by the market Admin to operate the market */
|
|
1282
|
+
export interface MsgAdminUpdateBinaryOptionsMarket {
|
|
1283
|
+
sender: string;
|
|
1284
|
+
marketId: string;
|
|
1285
|
+
/** new price at which market will be settled */
|
|
1286
|
+
settlementPrice?: string;
|
|
1287
|
+
/** expiration timestamp */
|
|
1288
|
+
expirationTimestamp: Long;
|
|
1289
|
+
/** expiration timestamp */
|
|
1290
|
+
settlementTimestamp: Long;
|
|
1291
|
+
/** Status of the market */
|
|
1292
|
+
status: MarketStatus;
|
|
1293
|
+
}
|
|
1294
|
+
/** MsgAdminUpdateBinaryOptionsMarket is used by the market Admin to operate the market */
|
|
1295
|
+
export interface MsgAdminUpdateBinaryOptionsMarketSDKType {
|
|
1296
|
+
sender: string;
|
|
1297
|
+
market_id: string;
|
|
1298
|
+
/** new price at which market will be settled */
|
|
1299
|
+
settlement_price?: string;
|
|
1300
|
+
/** expiration timestamp */
|
|
1301
|
+
expiration_timestamp: Long;
|
|
1302
|
+
/** expiration timestamp */
|
|
1303
|
+
settlement_timestamp: Long;
|
|
1304
|
+
/** Status of the market */
|
|
1305
|
+
status: MarketStatusSDKType;
|
|
1306
|
+
}
|
|
1307
|
+
/** MsgAdminUpdateBinaryOptionsMarketResponse is the response for AdminUpdateBinaryOptionsMarket rpc method */
|
|
1308
|
+
export interface MsgAdminUpdateBinaryOptionsMarketResponse {
|
|
1309
|
+
}
|
|
1310
|
+
/** MsgAdminUpdateBinaryOptionsMarketResponse is the response for AdminUpdateBinaryOptionsMarket rpc method */
|
|
1311
|
+
export interface MsgAdminUpdateBinaryOptionsMarketResponseSDKType {
|
|
1312
|
+
}
|
|
1313
|
+
export declare const MsgDeposit: {
|
|
1314
|
+
encode(message: MsgDeposit, writer?: _m0.Writer): _m0.Writer;
|
|
1315
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgDeposit;
|
|
1316
|
+
fromPartial(object: DeepPartial<MsgDeposit>): MsgDeposit;
|
|
1317
|
+
};
|
|
1318
|
+
export declare const MsgDepositResponse: {
|
|
1319
|
+
encode(_: MsgDepositResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1320
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgDepositResponse;
|
|
1321
|
+
fromPartial(_: DeepPartial<MsgDepositResponse>): MsgDepositResponse;
|
|
1322
|
+
};
|
|
1323
|
+
export declare const MsgWithdraw: {
|
|
1324
|
+
encode(message: MsgWithdraw, writer?: _m0.Writer): _m0.Writer;
|
|
1325
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgWithdraw;
|
|
1326
|
+
fromPartial(object: DeepPartial<MsgWithdraw>): MsgWithdraw;
|
|
1327
|
+
};
|
|
1328
|
+
export declare const MsgWithdrawResponse: {
|
|
1329
|
+
encode(_: MsgWithdrawResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1330
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgWithdrawResponse;
|
|
1331
|
+
fromPartial(_: DeepPartial<MsgWithdrawResponse>): MsgWithdrawResponse;
|
|
1332
|
+
};
|
|
1333
|
+
export declare const MsgCreateSpotLimitOrder: {
|
|
1334
|
+
encode(message: MsgCreateSpotLimitOrder, writer?: _m0.Writer): _m0.Writer;
|
|
1335
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateSpotLimitOrder;
|
|
1336
|
+
fromPartial(object: DeepPartial<MsgCreateSpotLimitOrder>): MsgCreateSpotLimitOrder;
|
|
1337
|
+
};
|
|
1338
|
+
export declare const MsgCreateSpotLimitOrderResponse: {
|
|
1339
|
+
encode(message: MsgCreateSpotLimitOrderResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1340
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateSpotLimitOrderResponse;
|
|
1341
|
+
fromPartial(object: DeepPartial<MsgCreateSpotLimitOrderResponse>): MsgCreateSpotLimitOrderResponse;
|
|
1342
|
+
};
|
|
1343
|
+
export declare const MsgBatchCreateSpotLimitOrders: {
|
|
1344
|
+
encode(message: MsgBatchCreateSpotLimitOrders, writer?: _m0.Writer): _m0.Writer;
|
|
1345
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgBatchCreateSpotLimitOrders;
|
|
1346
|
+
fromPartial(object: DeepPartial<MsgBatchCreateSpotLimitOrders>): MsgBatchCreateSpotLimitOrders;
|
|
1347
|
+
};
|
|
1348
|
+
export declare const MsgBatchCreateSpotLimitOrdersResponse: {
|
|
1349
|
+
encode(message: MsgBatchCreateSpotLimitOrdersResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1350
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgBatchCreateSpotLimitOrdersResponse;
|
|
1351
|
+
fromPartial(object: DeepPartial<MsgBatchCreateSpotLimitOrdersResponse>): MsgBatchCreateSpotLimitOrdersResponse;
|
|
1352
|
+
};
|
|
1353
|
+
export declare const MsgInstantSpotMarketLaunch: {
|
|
1354
|
+
encode(message: MsgInstantSpotMarketLaunch, writer?: _m0.Writer): _m0.Writer;
|
|
1355
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgInstantSpotMarketLaunch;
|
|
1356
|
+
fromPartial(object: DeepPartial<MsgInstantSpotMarketLaunch>): MsgInstantSpotMarketLaunch;
|
|
1357
|
+
};
|
|
1358
|
+
export declare const MsgInstantSpotMarketLaunchResponse: {
|
|
1359
|
+
encode(_: MsgInstantSpotMarketLaunchResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1360
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgInstantSpotMarketLaunchResponse;
|
|
1361
|
+
fromPartial(_: DeepPartial<MsgInstantSpotMarketLaunchResponse>): MsgInstantSpotMarketLaunchResponse;
|
|
1362
|
+
};
|
|
1363
|
+
export declare const MsgInstantPerpetualMarketLaunch: {
|
|
1364
|
+
encode(message: MsgInstantPerpetualMarketLaunch, writer?: _m0.Writer): _m0.Writer;
|
|
1365
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgInstantPerpetualMarketLaunch;
|
|
1366
|
+
fromPartial(object: DeepPartial<MsgInstantPerpetualMarketLaunch>): MsgInstantPerpetualMarketLaunch;
|
|
1367
|
+
};
|
|
1368
|
+
export declare const MsgInstantPerpetualMarketLaunchResponse: {
|
|
1369
|
+
encode(_: MsgInstantPerpetualMarketLaunchResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1370
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgInstantPerpetualMarketLaunchResponse;
|
|
1371
|
+
fromPartial(_: DeepPartial<MsgInstantPerpetualMarketLaunchResponse>): MsgInstantPerpetualMarketLaunchResponse;
|
|
1372
|
+
};
|
|
1373
|
+
export declare const MsgInstantBinaryOptionsMarketLaunch: {
|
|
1374
|
+
encode(message: MsgInstantBinaryOptionsMarketLaunch, writer?: _m0.Writer): _m0.Writer;
|
|
1375
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgInstantBinaryOptionsMarketLaunch;
|
|
1376
|
+
fromPartial(object: DeepPartial<MsgInstantBinaryOptionsMarketLaunch>): MsgInstantBinaryOptionsMarketLaunch;
|
|
1377
|
+
};
|
|
1378
|
+
export declare const MsgInstantBinaryOptionsMarketLaunchResponse: {
|
|
1379
|
+
encode(_: MsgInstantBinaryOptionsMarketLaunchResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1380
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgInstantBinaryOptionsMarketLaunchResponse;
|
|
1381
|
+
fromPartial(_: DeepPartial<MsgInstantBinaryOptionsMarketLaunchResponse>): MsgInstantBinaryOptionsMarketLaunchResponse;
|
|
1382
|
+
};
|
|
1383
|
+
export declare const MsgInstantExpiryFuturesMarketLaunch: {
|
|
1384
|
+
encode(message: MsgInstantExpiryFuturesMarketLaunch, writer?: _m0.Writer): _m0.Writer;
|
|
1385
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgInstantExpiryFuturesMarketLaunch;
|
|
1386
|
+
fromPartial(object: DeepPartial<MsgInstantExpiryFuturesMarketLaunch>): MsgInstantExpiryFuturesMarketLaunch;
|
|
1387
|
+
};
|
|
1388
|
+
export declare const MsgInstantExpiryFuturesMarketLaunchResponse: {
|
|
1389
|
+
encode(_: MsgInstantExpiryFuturesMarketLaunchResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1390
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgInstantExpiryFuturesMarketLaunchResponse;
|
|
1391
|
+
fromPartial(_: DeepPartial<MsgInstantExpiryFuturesMarketLaunchResponse>): MsgInstantExpiryFuturesMarketLaunchResponse;
|
|
1392
|
+
};
|
|
1393
|
+
export declare const MsgCreateSpotMarketOrder: {
|
|
1394
|
+
encode(message: MsgCreateSpotMarketOrder, writer?: _m0.Writer): _m0.Writer;
|
|
1395
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateSpotMarketOrder;
|
|
1396
|
+
fromPartial(object: DeepPartial<MsgCreateSpotMarketOrder>): MsgCreateSpotMarketOrder;
|
|
1397
|
+
};
|
|
1398
|
+
export declare const MsgCreateSpotMarketOrderResponse: {
|
|
1399
|
+
encode(message: MsgCreateSpotMarketOrderResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1400
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateSpotMarketOrderResponse;
|
|
1401
|
+
fromPartial(object: DeepPartial<MsgCreateSpotMarketOrderResponse>): MsgCreateSpotMarketOrderResponse;
|
|
1402
|
+
};
|
|
1403
|
+
export declare const MsgCreateDerivativeLimitOrder: {
|
|
1404
|
+
encode(message: MsgCreateDerivativeLimitOrder, writer?: _m0.Writer): _m0.Writer;
|
|
1405
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateDerivativeLimitOrder;
|
|
1406
|
+
fromPartial(object: DeepPartial<MsgCreateDerivativeLimitOrder>): MsgCreateDerivativeLimitOrder;
|
|
1407
|
+
};
|
|
1408
|
+
export declare const MsgCreateDerivativeLimitOrderResponse: {
|
|
1409
|
+
encode(message: MsgCreateDerivativeLimitOrderResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1410
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateDerivativeLimitOrderResponse;
|
|
1411
|
+
fromPartial(object: DeepPartial<MsgCreateDerivativeLimitOrderResponse>): MsgCreateDerivativeLimitOrderResponse;
|
|
1412
|
+
};
|
|
1413
|
+
export declare const MsgCreateBinaryOptionsLimitOrder: {
|
|
1414
|
+
encode(message: MsgCreateBinaryOptionsLimitOrder, writer?: _m0.Writer): _m0.Writer;
|
|
1415
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateBinaryOptionsLimitOrder;
|
|
1416
|
+
fromPartial(object: DeepPartial<MsgCreateBinaryOptionsLimitOrder>): MsgCreateBinaryOptionsLimitOrder;
|
|
1417
|
+
};
|
|
1418
|
+
export declare const MsgCreateBinaryOptionsLimitOrderResponse: {
|
|
1419
|
+
encode(message: MsgCreateBinaryOptionsLimitOrderResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1420
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateBinaryOptionsLimitOrderResponse;
|
|
1421
|
+
fromPartial(object: DeepPartial<MsgCreateBinaryOptionsLimitOrderResponse>): MsgCreateBinaryOptionsLimitOrderResponse;
|
|
1422
|
+
};
|
|
1423
|
+
export declare const MsgBatchCreateDerivativeLimitOrders: {
|
|
1424
|
+
encode(message: MsgBatchCreateDerivativeLimitOrders, writer?: _m0.Writer): _m0.Writer;
|
|
1425
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgBatchCreateDerivativeLimitOrders;
|
|
1426
|
+
fromPartial(object: DeepPartial<MsgBatchCreateDerivativeLimitOrders>): MsgBatchCreateDerivativeLimitOrders;
|
|
1427
|
+
};
|
|
1428
|
+
export declare const MsgBatchCreateDerivativeLimitOrdersResponse: {
|
|
1429
|
+
encode(message: MsgBatchCreateDerivativeLimitOrdersResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1430
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgBatchCreateDerivativeLimitOrdersResponse;
|
|
1431
|
+
fromPartial(object: DeepPartial<MsgBatchCreateDerivativeLimitOrdersResponse>): MsgBatchCreateDerivativeLimitOrdersResponse;
|
|
1432
|
+
};
|
|
1433
|
+
export declare const MsgCancelSpotOrder: {
|
|
1434
|
+
encode(message: MsgCancelSpotOrder, writer?: _m0.Writer): _m0.Writer;
|
|
1435
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCancelSpotOrder;
|
|
1436
|
+
fromPartial(object: DeepPartial<MsgCancelSpotOrder>): MsgCancelSpotOrder;
|
|
1437
|
+
};
|
|
1438
|
+
export declare const MsgCancelSpotOrderResponse: {
|
|
1439
|
+
encode(_: MsgCancelSpotOrderResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1440
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCancelSpotOrderResponse;
|
|
1441
|
+
fromPartial(_: DeepPartial<MsgCancelSpotOrderResponse>): MsgCancelSpotOrderResponse;
|
|
1442
|
+
};
|
|
1443
|
+
export declare const MsgBatchCancelSpotOrders: {
|
|
1444
|
+
encode(message: MsgBatchCancelSpotOrders, writer?: _m0.Writer): _m0.Writer;
|
|
1445
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgBatchCancelSpotOrders;
|
|
1446
|
+
fromPartial(object: DeepPartial<MsgBatchCancelSpotOrders>): MsgBatchCancelSpotOrders;
|
|
1447
|
+
};
|
|
1448
|
+
export declare const MsgBatchCancelSpotOrdersResponse: {
|
|
1449
|
+
encode(message: MsgBatchCancelSpotOrdersResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1450
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgBatchCancelSpotOrdersResponse;
|
|
1451
|
+
fromPartial(object: DeepPartial<MsgBatchCancelSpotOrdersResponse>): MsgBatchCancelSpotOrdersResponse;
|
|
1452
|
+
};
|
|
1453
|
+
export declare const MsgBatchCancelBinaryOptionsOrders: {
|
|
1454
|
+
encode(message: MsgBatchCancelBinaryOptionsOrders, writer?: _m0.Writer): _m0.Writer;
|
|
1455
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgBatchCancelBinaryOptionsOrders;
|
|
1456
|
+
fromPartial(object: DeepPartial<MsgBatchCancelBinaryOptionsOrders>): MsgBatchCancelBinaryOptionsOrders;
|
|
1457
|
+
};
|
|
1458
|
+
export declare const MsgBatchCancelBinaryOptionsOrdersResponse: {
|
|
1459
|
+
encode(message: MsgBatchCancelBinaryOptionsOrdersResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1460
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgBatchCancelBinaryOptionsOrdersResponse;
|
|
1461
|
+
fromPartial(object: DeepPartial<MsgBatchCancelBinaryOptionsOrdersResponse>): MsgBatchCancelBinaryOptionsOrdersResponse;
|
|
1462
|
+
};
|
|
1463
|
+
export declare const MsgBatchUpdateOrders: {
|
|
1464
|
+
encode(message: MsgBatchUpdateOrders, writer?: _m0.Writer): _m0.Writer;
|
|
1465
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgBatchUpdateOrders;
|
|
1466
|
+
fromPartial(object: DeepPartial<MsgBatchUpdateOrders>): MsgBatchUpdateOrders;
|
|
1467
|
+
};
|
|
1468
|
+
export declare const MsgBatchUpdateOrdersResponse: {
|
|
1469
|
+
encode(message: MsgBatchUpdateOrdersResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1470
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgBatchUpdateOrdersResponse;
|
|
1471
|
+
fromPartial(object: DeepPartial<MsgBatchUpdateOrdersResponse>): MsgBatchUpdateOrdersResponse;
|
|
1472
|
+
};
|
|
1473
|
+
export declare const MsgCreateDerivativeMarketOrder: {
|
|
1474
|
+
encode(message: MsgCreateDerivativeMarketOrder, writer?: _m0.Writer): _m0.Writer;
|
|
1475
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateDerivativeMarketOrder;
|
|
1476
|
+
fromPartial(object: DeepPartial<MsgCreateDerivativeMarketOrder>): MsgCreateDerivativeMarketOrder;
|
|
1477
|
+
};
|
|
1478
|
+
export declare const MsgCreateDerivativeMarketOrderResponse: {
|
|
1479
|
+
encode(message: MsgCreateDerivativeMarketOrderResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1480
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateDerivativeMarketOrderResponse;
|
|
1481
|
+
fromPartial(object: DeepPartial<MsgCreateDerivativeMarketOrderResponse>): MsgCreateDerivativeMarketOrderResponse;
|
|
1482
|
+
};
|
|
1483
|
+
export declare const MsgCreateBinaryOptionsMarketOrder: {
|
|
1484
|
+
encode(message: MsgCreateBinaryOptionsMarketOrder, writer?: _m0.Writer): _m0.Writer;
|
|
1485
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateBinaryOptionsMarketOrder;
|
|
1486
|
+
fromPartial(object: DeepPartial<MsgCreateBinaryOptionsMarketOrder>): MsgCreateBinaryOptionsMarketOrder;
|
|
1487
|
+
};
|
|
1488
|
+
export declare const MsgCreateBinaryOptionsMarketOrderResponse: {
|
|
1489
|
+
encode(message: MsgCreateBinaryOptionsMarketOrderResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1490
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateBinaryOptionsMarketOrderResponse;
|
|
1491
|
+
fromPartial(object: DeepPartial<MsgCreateBinaryOptionsMarketOrderResponse>): MsgCreateBinaryOptionsMarketOrderResponse;
|
|
1492
|
+
};
|
|
1493
|
+
export declare const MsgCancelDerivativeOrder: {
|
|
1494
|
+
encode(message: MsgCancelDerivativeOrder, writer?: _m0.Writer): _m0.Writer;
|
|
1495
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCancelDerivativeOrder;
|
|
1496
|
+
fromPartial(object: DeepPartial<MsgCancelDerivativeOrder>): MsgCancelDerivativeOrder;
|
|
1497
|
+
};
|
|
1498
|
+
export declare const MsgCancelDerivativeOrderResponse: {
|
|
1499
|
+
encode(_: MsgCancelDerivativeOrderResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1500
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCancelDerivativeOrderResponse;
|
|
1501
|
+
fromPartial(_: DeepPartial<MsgCancelDerivativeOrderResponse>): MsgCancelDerivativeOrderResponse;
|
|
1502
|
+
};
|
|
1503
|
+
export declare const MsgCancelBinaryOptionsOrder: {
|
|
1504
|
+
encode(message: MsgCancelBinaryOptionsOrder, writer?: _m0.Writer): _m0.Writer;
|
|
1505
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCancelBinaryOptionsOrder;
|
|
1506
|
+
fromPartial(object: DeepPartial<MsgCancelBinaryOptionsOrder>): MsgCancelBinaryOptionsOrder;
|
|
1507
|
+
};
|
|
1508
|
+
export declare const MsgCancelBinaryOptionsOrderResponse: {
|
|
1509
|
+
encode(_: MsgCancelBinaryOptionsOrderResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1510
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCancelBinaryOptionsOrderResponse;
|
|
1511
|
+
fromPartial(_: DeepPartial<MsgCancelBinaryOptionsOrderResponse>): MsgCancelBinaryOptionsOrderResponse;
|
|
1512
|
+
};
|
|
1513
|
+
export declare const OrderData: {
|
|
1514
|
+
encode(message: OrderData, writer?: _m0.Writer): _m0.Writer;
|
|
1515
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): OrderData;
|
|
1516
|
+
fromPartial(object: DeepPartial<OrderData>): OrderData;
|
|
1517
|
+
};
|
|
1518
|
+
export declare const MsgBatchCancelDerivativeOrders: {
|
|
1519
|
+
encode(message: MsgBatchCancelDerivativeOrders, writer?: _m0.Writer): _m0.Writer;
|
|
1520
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgBatchCancelDerivativeOrders;
|
|
1521
|
+
fromPartial(object: DeepPartial<MsgBatchCancelDerivativeOrders>): MsgBatchCancelDerivativeOrders;
|
|
1522
|
+
};
|
|
1523
|
+
export declare const MsgBatchCancelDerivativeOrdersResponse: {
|
|
1524
|
+
encode(message: MsgBatchCancelDerivativeOrdersResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1525
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgBatchCancelDerivativeOrdersResponse;
|
|
1526
|
+
fromPartial(object: DeepPartial<MsgBatchCancelDerivativeOrdersResponse>): MsgBatchCancelDerivativeOrdersResponse;
|
|
1527
|
+
};
|
|
1528
|
+
export declare const MsgSubaccountTransfer: {
|
|
1529
|
+
encode(message: MsgSubaccountTransfer, writer?: _m0.Writer): _m0.Writer;
|
|
1530
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSubaccountTransfer;
|
|
1531
|
+
fromPartial(object: DeepPartial<MsgSubaccountTransfer>): MsgSubaccountTransfer;
|
|
1532
|
+
};
|
|
1533
|
+
export declare const MsgSubaccountTransferResponse: {
|
|
1534
|
+
encode(_: MsgSubaccountTransferResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1535
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSubaccountTransferResponse;
|
|
1536
|
+
fromPartial(_: DeepPartial<MsgSubaccountTransferResponse>): MsgSubaccountTransferResponse;
|
|
1537
|
+
};
|
|
1538
|
+
export declare const MsgExternalTransfer: {
|
|
1539
|
+
encode(message: MsgExternalTransfer, writer?: _m0.Writer): _m0.Writer;
|
|
1540
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgExternalTransfer;
|
|
1541
|
+
fromPartial(object: DeepPartial<MsgExternalTransfer>): MsgExternalTransfer;
|
|
1542
|
+
};
|
|
1543
|
+
export declare const MsgExternalTransferResponse: {
|
|
1544
|
+
encode(_: MsgExternalTransferResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1545
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgExternalTransferResponse;
|
|
1546
|
+
fromPartial(_: DeepPartial<MsgExternalTransferResponse>): MsgExternalTransferResponse;
|
|
1547
|
+
};
|
|
1548
|
+
export declare const MsgLiquidatePosition: {
|
|
1549
|
+
encode(message: MsgLiquidatePosition, writer?: _m0.Writer): _m0.Writer;
|
|
1550
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLiquidatePosition;
|
|
1551
|
+
fromPartial(object: DeepPartial<MsgLiquidatePosition>): MsgLiquidatePosition;
|
|
1552
|
+
};
|
|
1553
|
+
export declare const MsgLiquidatePositionResponse: {
|
|
1554
|
+
encode(_: MsgLiquidatePositionResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1555
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLiquidatePositionResponse;
|
|
1556
|
+
fromPartial(_: DeepPartial<MsgLiquidatePositionResponse>): MsgLiquidatePositionResponse;
|
|
1557
|
+
};
|
|
1558
|
+
export declare const MsgIncreasePositionMargin: {
|
|
1559
|
+
encode(message: MsgIncreasePositionMargin, writer?: _m0.Writer): _m0.Writer;
|
|
1560
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgIncreasePositionMargin;
|
|
1561
|
+
fromPartial(object: DeepPartial<MsgIncreasePositionMargin>): MsgIncreasePositionMargin;
|
|
1562
|
+
};
|
|
1563
|
+
export declare const MsgIncreasePositionMarginResponse: {
|
|
1564
|
+
encode(_: MsgIncreasePositionMarginResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1565
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgIncreasePositionMarginResponse;
|
|
1566
|
+
fromPartial(_: DeepPartial<MsgIncreasePositionMarginResponse>): MsgIncreasePositionMarginResponse;
|
|
1567
|
+
};
|
|
1568
|
+
export declare const MsgExec: {
|
|
1569
|
+
encode(message: MsgExec, writer?: _m0.Writer): _m0.Writer;
|
|
1570
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgExec;
|
|
1571
|
+
fromPartial(object: DeepPartial<MsgExec>): MsgExec;
|
|
1572
|
+
};
|
|
1573
|
+
export declare const MsgExecResponse: {
|
|
1574
|
+
encode(_: MsgExecResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1575
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgExecResponse;
|
|
1576
|
+
fromPartial(_: DeepPartial<MsgExecResponse>): MsgExecResponse;
|
|
1577
|
+
};
|
|
1578
|
+
export declare const SpotMarketParamUpdateProposal: {
|
|
1579
|
+
encode(message: SpotMarketParamUpdateProposal, writer?: _m0.Writer): _m0.Writer;
|
|
1580
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): SpotMarketParamUpdateProposal;
|
|
1581
|
+
fromPartial(object: DeepPartial<SpotMarketParamUpdateProposal>): SpotMarketParamUpdateProposal;
|
|
1582
|
+
};
|
|
1583
|
+
export declare const ExchangeEnableProposal: {
|
|
1584
|
+
encode(message: ExchangeEnableProposal, writer?: _m0.Writer): _m0.Writer;
|
|
1585
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ExchangeEnableProposal;
|
|
1586
|
+
fromPartial(object: DeepPartial<ExchangeEnableProposal>): ExchangeEnableProposal;
|
|
1587
|
+
};
|
|
1588
|
+
export declare const BatchExchangeModificationProposal: {
|
|
1589
|
+
encode(message: BatchExchangeModificationProposal, writer?: _m0.Writer): _m0.Writer;
|
|
1590
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): BatchExchangeModificationProposal;
|
|
1591
|
+
fromPartial(object: DeepPartial<BatchExchangeModificationProposal>): BatchExchangeModificationProposal;
|
|
1592
|
+
};
|
|
1593
|
+
export declare const SpotMarketLaunchProposal: {
|
|
1594
|
+
encode(message: SpotMarketLaunchProposal, writer?: _m0.Writer): _m0.Writer;
|
|
1595
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): SpotMarketLaunchProposal;
|
|
1596
|
+
fromPartial(object: DeepPartial<SpotMarketLaunchProposal>): SpotMarketLaunchProposal;
|
|
1597
|
+
};
|
|
1598
|
+
export declare const PerpetualMarketLaunchProposal: {
|
|
1599
|
+
encode(message: PerpetualMarketLaunchProposal, writer?: _m0.Writer): _m0.Writer;
|
|
1600
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): PerpetualMarketLaunchProposal;
|
|
1601
|
+
fromPartial(object: DeepPartial<PerpetualMarketLaunchProposal>): PerpetualMarketLaunchProposal;
|
|
1602
|
+
};
|
|
1603
|
+
export declare const BinaryOptionsMarketLaunchProposal: {
|
|
1604
|
+
encode(message: BinaryOptionsMarketLaunchProposal, writer?: _m0.Writer): _m0.Writer;
|
|
1605
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): BinaryOptionsMarketLaunchProposal;
|
|
1606
|
+
fromPartial(object: DeepPartial<BinaryOptionsMarketLaunchProposal>): BinaryOptionsMarketLaunchProposal;
|
|
1607
|
+
};
|
|
1608
|
+
export declare const ExpiryFuturesMarketLaunchProposal: {
|
|
1609
|
+
encode(message: ExpiryFuturesMarketLaunchProposal, writer?: _m0.Writer): _m0.Writer;
|
|
1610
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ExpiryFuturesMarketLaunchProposal;
|
|
1611
|
+
fromPartial(object: DeepPartial<ExpiryFuturesMarketLaunchProposal>): ExpiryFuturesMarketLaunchProposal;
|
|
1612
|
+
};
|
|
1613
|
+
export declare const DerivativeMarketParamUpdateProposal: {
|
|
1614
|
+
encode(message: DerivativeMarketParamUpdateProposal, writer?: _m0.Writer): _m0.Writer;
|
|
1615
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): DerivativeMarketParamUpdateProposal;
|
|
1616
|
+
fromPartial(object: DeepPartial<DerivativeMarketParamUpdateProposal>): DerivativeMarketParamUpdateProposal;
|
|
1617
|
+
};
|
|
1618
|
+
export declare const MarketForcedSettlementProposal: {
|
|
1619
|
+
encode(message: MarketForcedSettlementProposal, writer?: _m0.Writer): _m0.Writer;
|
|
1620
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MarketForcedSettlementProposal;
|
|
1621
|
+
fromPartial(object: DeepPartial<MarketForcedSettlementProposal>): MarketForcedSettlementProposal;
|
|
1622
|
+
};
|
|
1623
|
+
export declare const UpdateDenomDecimalsProposal: {
|
|
1624
|
+
encode(message: UpdateDenomDecimalsProposal, writer?: _m0.Writer): _m0.Writer;
|
|
1625
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): UpdateDenomDecimalsProposal;
|
|
1626
|
+
fromPartial(object: DeepPartial<UpdateDenomDecimalsProposal>): UpdateDenomDecimalsProposal;
|
|
1627
|
+
};
|
|
1628
|
+
export declare const DenomDecimals: {
|
|
1629
|
+
encode(message: DenomDecimals, writer?: _m0.Writer): _m0.Writer;
|
|
1630
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): DenomDecimals;
|
|
1631
|
+
fromPartial(object: DeepPartial<DenomDecimals>): DenomDecimals;
|
|
1632
|
+
};
|
|
1633
|
+
export declare const BinaryOptionsMarketParamUpdateProposal: {
|
|
1634
|
+
encode(message: BinaryOptionsMarketParamUpdateProposal, writer?: _m0.Writer): _m0.Writer;
|
|
1635
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): BinaryOptionsMarketParamUpdateProposal;
|
|
1636
|
+
fromPartial(object: DeepPartial<BinaryOptionsMarketParamUpdateProposal>): BinaryOptionsMarketParamUpdateProposal;
|
|
1637
|
+
};
|
|
1638
|
+
export declare const ProviderOracleParams: {
|
|
1639
|
+
encode(message: ProviderOracleParams, writer?: _m0.Writer): _m0.Writer;
|
|
1640
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ProviderOracleParams;
|
|
1641
|
+
fromPartial(object: DeepPartial<ProviderOracleParams>): ProviderOracleParams;
|
|
1642
|
+
};
|
|
1643
|
+
export declare const OracleParams: {
|
|
1644
|
+
encode(message: OracleParams, writer?: _m0.Writer): _m0.Writer;
|
|
1645
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): OracleParams;
|
|
1646
|
+
fromPartial(object: DeepPartial<OracleParams>): OracleParams;
|
|
1647
|
+
};
|
|
1648
|
+
export declare const TradingRewardCampaignLaunchProposal: {
|
|
1649
|
+
encode(message: TradingRewardCampaignLaunchProposal, writer?: _m0.Writer): _m0.Writer;
|
|
1650
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): TradingRewardCampaignLaunchProposal;
|
|
1651
|
+
fromPartial(object: DeepPartial<TradingRewardCampaignLaunchProposal>): TradingRewardCampaignLaunchProposal;
|
|
1652
|
+
};
|
|
1653
|
+
export declare const TradingRewardCampaignUpdateProposal: {
|
|
1654
|
+
encode(message: TradingRewardCampaignUpdateProposal, writer?: _m0.Writer): _m0.Writer;
|
|
1655
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): TradingRewardCampaignUpdateProposal;
|
|
1656
|
+
fromPartial(object: DeepPartial<TradingRewardCampaignUpdateProposal>): TradingRewardCampaignUpdateProposal;
|
|
1657
|
+
};
|
|
1658
|
+
export declare const RewardPointUpdate: {
|
|
1659
|
+
encode(message: RewardPointUpdate, writer?: _m0.Writer): _m0.Writer;
|
|
1660
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): RewardPointUpdate;
|
|
1661
|
+
fromPartial(object: DeepPartial<RewardPointUpdate>): RewardPointUpdate;
|
|
1662
|
+
};
|
|
1663
|
+
export declare const TradingRewardPendingPointsUpdateProposal: {
|
|
1664
|
+
encode(message: TradingRewardPendingPointsUpdateProposal, writer?: _m0.Writer): _m0.Writer;
|
|
1665
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): TradingRewardPendingPointsUpdateProposal;
|
|
1666
|
+
fromPartial(object: DeepPartial<TradingRewardPendingPointsUpdateProposal>): TradingRewardPendingPointsUpdateProposal;
|
|
1667
|
+
};
|
|
1668
|
+
export declare const FeeDiscountProposal: {
|
|
1669
|
+
encode(message: FeeDiscountProposal, writer?: _m0.Writer): _m0.Writer;
|
|
1670
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): FeeDiscountProposal;
|
|
1671
|
+
fromPartial(object: DeepPartial<FeeDiscountProposal>): FeeDiscountProposal;
|
|
1672
|
+
};
|
|
1673
|
+
export declare const BatchCommunityPoolSpendProposal: {
|
|
1674
|
+
encode(message: BatchCommunityPoolSpendProposal, writer?: _m0.Writer): _m0.Writer;
|
|
1675
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): BatchCommunityPoolSpendProposal;
|
|
1676
|
+
fromPartial(object: DeepPartial<BatchCommunityPoolSpendProposal>): BatchCommunityPoolSpendProposal;
|
|
1677
|
+
};
|
|
1678
|
+
export declare const MsgRewardsOptOut: {
|
|
1679
|
+
encode(message: MsgRewardsOptOut, writer?: _m0.Writer): _m0.Writer;
|
|
1680
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgRewardsOptOut;
|
|
1681
|
+
fromPartial(object: DeepPartial<MsgRewardsOptOut>): MsgRewardsOptOut;
|
|
1682
|
+
};
|
|
1683
|
+
export declare const MsgRewardsOptOutResponse: {
|
|
1684
|
+
encode(_: MsgRewardsOptOutResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1685
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgRewardsOptOutResponse;
|
|
1686
|
+
fromPartial(_: DeepPartial<MsgRewardsOptOutResponse>): MsgRewardsOptOutResponse;
|
|
1687
|
+
};
|
|
1688
|
+
export declare const MsgAdminUpdateBinaryOptionsMarket: {
|
|
1689
|
+
encode(message: MsgAdminUpdateBinaryOptionsMarket, writer?: _m0.Writer): _m0.Writer;
|
|
1690
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgAdminUpdateBinaryOptionsMarket;
|
|
1691
|
+
fromPartial(object: DeepPartial<MsgAdminUpdateBinaryOptionsMarket>): MsgAdminUpdateBinaryOptionsMarket;
|
|
1692
|
+
};
|
|
1693
|
+
export declare const MsgAdminUpdateBinaryOptionsMarketResponse: {
|
|
1694
|
+
encode(_: MsgAdminUpdateBinaryOptionsMarketResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1695
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgAdminUpdateBinaryOptionsMarketResponse;
|
|
1696
|
+
fromPartial(_: DeepPartial<MsgAdminUpdateBinaryOptionsMarketResponse>): MsgAdminUpdateBinaryOptionsMarketResponse;
|
|
1697
|
+
};
|