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,537 @@
|
|
|
1
|
+
import { Duration, DurationSDKType } from "../../../google/protobuf/duration";
|
|
2
|
+
import { Any, AnySDKType } from "../../../google/protobuf/any";
|
|
3
|
+
import * as _m0 from "protobufjs/minimal";
|
|
4
|
+
import { DeepPartial, Long } from "@osmonauts/helpers";
|
|
5
|
+
/** VoteOption enumerates the valid vote options for a given proposal. */
|
|
6
|
+
export declare enum VoteOption {
|
|
7
|
+
/** VOTE_OPTION_UNSPECIFIED - VOTE_OPTION_UNSPECIFIED defines a no-op vote option. */
|
|
8
|
+
VOTE_OPTION_UNSPECIFIED = 0,
|
|
9
|
+
/** VOTE_OPTION_YES - VOTE_OPTION_YES defines a yes vote option. */
|
|
10
|
+
VOTE_OPTION_YES = 1,
|
|
11
|
+
/** VOTE_OPTION_ABSTAIN - VOTE_OPTION_ABSTAIN defines an abstain vote option. */
|
|
12
|
+
VOTE_OPTION_ABSTAIN = 2,
|
|
13
|
+
/** VOTE_OPTION_NO - VOTE_OPTION_NO defines a no vote option. */
|
|
14
|
+
VOTE_OPTION_NO = 3,
|
|
15
|
+
/** VOTE_OPTION_NO_WITH_VETO - VOTE_OPTION_NO_WITH_VETO defines a no with veto vote option. */
|
|
16
|
+
VOTE_OPTION_NO_WITH_VETO = 4,
|
|
17
|
+
UNRECOGNIZED = -1
|
|
18
|
+
}
|
|
19
|
+
/** VoteOption enumerates the valid vote options for a given proposal. */
|
|
20
|
+
export declare enum VoteOptionSDKType {
|
|
21
|
+
/** VOTE_OPTION_UNSPECIFIED - VOTE_OPTION_UNSPECIFIED defines a no-op vote option. */
|
|
22
|
+
VOTE_OPTION_UNSPECIFIED = 0,
|
|
23
|
+
/** VOTE_OPTION_YES - VOTE_OPTION_YES defines a yes vote option. */
|
|
24
|
+
VOTE_OPTION_YES = 1,
|
|
25
|
+
/** VOTE_OPTION_ABSTAIN - VOTE_OPTION_ABSTAIN defines an abstain vote option. */
|
|
26
|
+
VOTE_OPTION_ABSTAIN = 2,
|
|
27
|
+
/** VOTE_OPTION_NO - VOTE_OPTION_NO defines a no vote option. */
|
|
28
|
+
VOTE_OPTION_NO = 3,
|
|
29
|
+
/** VOTE_OPTION_NO_WITH_VETO - VOTE_OPTION_NO_WITH_VETO defines a no with veto vote option. */
|
|
30
|
+
VOTE_OPTION_NO_WITH_VETO = 4,
|
|
31
|
+
UNRECOGNIZED = -1
|
|
32
|
+
}
|
|
33
|
+
export declare function voteOptionFromJSON(object: any): VoteOption;
|
|
34
|
+
export declare function voteOptionToJSON(object: VoteOption): string;
|
|
35
|
+
/** ProposalStatus defines proposal statuses. */
|
|
36
|
+
export declare enum ProposalStatus {
|
|
37
|
+
/** PROPOSAL_STATUS_UNSPECIFIED - An empty value is invalid and not allowed. */
|
|
38
|
+
PROPOSAL_STATUS_UNSPECIFIED = 0,
|
|
39
|
+
/** PROPOSAL_STATUS_SUBMITTED - Initial status of a proposal when persisted. */
|
|
40
|
+
PROPOSAL_STATUS_SUBMITTED = 1,
|
|
41
|
+
/** PROPOSAL_STATUS_CLOSED - Final status of a proposal when the final tally was executed. */
|
|
42
|
+
PROPOSAL_STATUS_CLOSED = 2,
|
|
43
|
+
/** PROPOSAL_STATUS_ABORTED - Final status of a proposal when the group was modified before the final tally. */
|
|
44
|
+
PROPOSAL_STATUS_ABORTED = 3,
|
|
45
|
+
/**
|
|
46
|
+
* PROPOSAL_STATUS_WITHDRAWN - A proposal can be deleted before the voting start time by the owner. When this happens the final status
|
|
47
|
+
* is Withdrawn.
|
|
48
|
+
*/
|
|
49
|
+
PROPOSAL_STATUS_WITHDRAWN = 4,
|
|
50
|
+
UNRECOGNIZED = -1
|
|
51
|
+
}
|
|
52
|
+
/** ProposalStatus defines proposal statuses. */
|
|
53
|
+
export declare enum ProposalStatusSDKType {
|
|
54
|
+
/** PROPOSAL_STATUS_UNSPECIFIED - An empty value is invalid and not allowed. */
|
|
55
|
+
PROPOSAL_STATUS_UNSPECIFIED = 0,
|
|
56
|
+
/** PROPOSAL_STATUS_SUBMITTED - Initial status of a proposal when persisted. */
|
|
57
|
+
PROPOSAL_STATUS_SUBMITTED = 1,
|
|
58
|
+
/** PROPOSAL_STATUS_CLOSED - Final status of a proposal when the final tally was executed. */
|
|
59
|
+
PROPOSAL_STATUS_CLOSED = 2,
|
|
60
|
+
/** PROPOSAL_STATUS_ABORTED - Final status of a proposal when the group was modified before the final tally. */
|
|
61
|
+
PROPOSAL_STATUS_ABORTED = 3,
|
|
62
|
+
/**
|
|
63
|
+
* PROPOSAL_STATUS_WITHDRAWN - A proposal can be deleted before the voting start time by the owner. When this happens the final status
|
|
64
|
+
* is Withdrawn.
|
|
65
|
+
*/
|
|
66
|
+
PROPOSAL_STATUS_WITHDRAWN = 4,
|
|
67
|
+
UNRECOGNIZED = -1
|
|
68
|
+
}
|
|
69
|
+
export declare function proposalStatusFromJSON(object: any): ProposalStatus;
|
|
70
|
+
export declare function proposalStatusToJSON(object: ProposalStatus): string;
|
|
71
|
+
/** ProposalResult defines types of proposal results. */
|
|
72
|
+
export declare enum ProposalResult {
|
|
73
|
+
/** PROPOSAL_RESULT_UNSPECIFIED - An empty value is invalid and not allowed */
|
|
74
|
+
PROPOSAL_RESULT_UNSPECIFIED = 0,
|
|
75
|
+
/** PROPOSAL_RESULT_UNFINALIZED - Until a final tally has happened the status is unfinalized */
|
|
76
|
+
PROPOSAL_RESULT_UNFINALIZED = 1,
|
|
77
|
+
/** PROPOSAL_RESULT_ACCEPTED - Final result of the tally */
|
|
78
|
+
PROPOSAL_RESULT_ACCEPTED = 2,
|
|
79
|
+
/** PROPOSAL_RESULT_REJECTED - Final result of the tally */
|
|
80
|
+
PROPOSAL_RESULT_REJECTED = 3,
|
|
81
|
+
UNRECOGNIZED = -1
|
|
82
|
+
}
|
|
83
|
+
/** ProposalResult defines types of proposal results. */
|
|
84
|
+
export declare enum ProposalResultSDKType {
|
|
85
|
+
/** PROPOSAL_RESULT_UNSPECIFIED - An empty value is invalid and not allowed */
|
|
86
|
+
PROPOSAL_RESULT_UNSPECIFIED = 0,
|
|
87
|
+
/** PROPOSAL_RESULT_UNFINALIZED - Until a final tally has happened the status is unfinalized */
|
|
88
|
+
PROPOSAL_RESULT_UNFINALIZED = 1,
|
|
89
|
+
/** PROPOSAL_RESULT_ACCEPTED - Final result of the tally */
|
|
90
|
+
PROPOSAL_RESULT_ACCEPTED = 2,
|
|
91
|
+
/** PROPOSAL_RESULT_REJECTED - Final result of the tally */
|
|
92
|
+
PROPOSAL_RESULT_REJECTED = 3,
|
|
93
|
+
UNRECOGNIZED = -1
|
|
94
|
+
}
|
|
95
|
+
export declare function proposalResultFromJSON(object: any): ProposalResult;
|
|
96
|
+
export declare function proposalResultToJSON(object: ProposalResult): string;
|
|
97
|
+
/** ProposalExecutorResult defines types of proposal executor results. */
|
|
98
|
+
export declare enum ProposalExecutorResult {
|
|
99
|
+
/** PROPOSAL_EXECUTOR_RESULT_UNSPECIFIED - An empty value is not allowed. */
|
|
100
|
+
PROPOSAL_EXECUTOR_RESULT_UNSPECIFIED = 0,
|
|
101
|
+
/** PROPOSAL_EXECUTOR_RESULT_NOT_RUN - We have not yet run the executor. */
|
|
102
|
+
PROPOSAL_EXECUTOR_RESULT_NOT_RUN = 1,
|
|
103
|
+
/** PROPOSAL_EXECUTOR_RESULT_SUCCESS - The executor was successful and proposed action updated state. */
|
|
104
|
+
PROPOSAL_EXECUTOR_RESULT_SUCCESS = 2,
|
|
105
|
+
/** PROPOSAL_EXECUTOR_RESULT_FAILURE - The executor returned an error and proposed action didn't update state. */
|
|
106
|
+
PROPOSAL_EXECUTOR_RESULT_FAILURE = 3,
|
|
107
|
+
UNRECOGNIZED = -1
|
|
108
|
+
}
|
|
109
|
+
/** ProposalExecutorResult defines types of proposal executor results. */
|
|
110
|
+
export declare enum ProposalExecutorResultSDKType {
|
|
111
|
+
/** PROPOSAL_EXECUTOR_RESULT_UNSPECIFIED - An empty value is not allowed. */
|
|
112
|
+
PROPOSAL_EXECUTOR_RESULT_UNSPECIFIED = 0,
|
|
113
|
+
/** PROPOSAL_EXECUTOR_RESULT_NOT_RUN - We have not yet run the executor. */
|
|
114
|
+
PROPOSAL_EXECUTOR_RESULT_NOT_RUN = 1,
|
|
115
|
+
/** PROPOSAL_EXECUTOR_RESULT_SUCCESS - The executor was successful and proposed action updated state. */
|
|
116
|
+
PROPOSAL_EXECUTOR_RESULT_SUCCESS = 2,
|
|
117
|
+
/** PROPOSAL_EXECUTOR_RESULT_FAILURE - The executor returned an error and proposed action didn't update state. */
|
|
118
|
+
PROPOSAL_EXECUTOR_RESULT_FAILURE = 3,
|
|
119
|
+
UNRECOGNIZED = -1
|
|
120
|
+
}
|
|
121
|
+
export declare function proposalExecutorResultFromJSON(object: any): ProposalExecutorResult;
|
|
122
|
+
export declare function proposalExecutorResultToJSON(object: ProposalExecutorResult): string;
|
|
123
|
+
/**
|
|
124
|
+
* Member represents a group member with an account address,
|
|
125
|
+
* non-zero weight and metadata.
|
|
126
|
+
*/
|
|
127
|
+
export interface Member {
|
|
128
|
+
/** address is the member's account address. */
|
|
129
|
+
address: string;
|
|
130
|
+
/** weight is the member's voting weight that should be greater than 0. */
|
|
131
|
+
weight: string;
|
|
132
|
+
/** metadata is any arbitrary metadata to attached to the member. */
|
|
133
|
+
metadata: string;
|
|
134
|
+
/** added_at is a timestamp specifying when a member was added. */
|
|
135
|
+
addedAt: Date;
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* Member represents a group member with an account address,
|
|
139
|
+
* non-zero weight and metadata.
|
|
140
|
+
*/
|
|
141
|
+
export interface MemberSDKType {
|
|
142
|
+
/** address is the member's account address. */
|
|
143
|
+
address: string;
|
|
144
|
+
/** weight is the member's voting weight that should be greater than 0. */
|
|
145
|
+
weight: string;
|
|
146
|
+
/** metadata is any arbitrary metadata to attached to the member. */
|
|
147
|
+
metadata: string;
|
|
148
|
+
/** added_at is a timestamp specifying when a member was added. */
|
|
149
|
+
added_at: Date;
|
|
150
|
+
}
|
|
151
|
+
/** Members defines a repeated slice of Member objects. */
|
|
152
|
+
export interface Members {
|
|
153
|
+
/** members is the list of members. */
|
|
154
|
+
members: Member[];
|
|
155
|
+
}
|
|
156
|
+
/** Members defines a repeated slice of Member objects. */
|
|
157
|
+
export interface MembersSDKType {
|
|
158
|
+
/** members is the list of members. */
|
|
159
|
+
members: MemberSDKType[];
|
|
160
|
+
}
|
|
161
|
+
/** ThresholdDecisionPolicy implements the DecisionPolicy interface */
|
|
162
|
+
export interface ThresholdDecisionPolicy {
|
|
163
|
+
/** threshold is the minimum weighted sum of yes votes that must be met or exceeded for a proposal to succeed. */
|
|
164
|
+
threshold: string;
|
|
165
|
+
/** windows defines the different windows for voting and execution. */
|
|
166
|
+
windows: DecisionPolicyWindows;
|
|
167
|
+
}
|
|
168
|
+
/** ThresholdDecisionPolicy implements the DecisionPolicy interface */
|
|
169
|
+
export interface ThresholdDecisionPolicySDKType {
|
|
170
|
+
/** threshold is the minimum weighted sum of yes votes that must be met or exceeded for a proposal to succeed. */
|
|
171
|
+
threshold: string;
|
|
172
|
+
/** windows defines the different windows for voting and execution. */
|
|
173
|
+
windows: DecisionPolicyWindowsSDKType;
|
|
174
|
+
}
|
|
175
|
+
/** PercentageDecisionPolicy implements the DecisionPolicy interface */
|
|
176
|
+
export interface PercentageDecisionPolicy {
|
|
177
|
+
/** percentage is the minimum percentage the weighted sum of yes votes must meet for a proposal to succeed. */
|
|
178
|
+
percentage: string;
|
|
179
|
+
/** windows defines the different windows for voting and execution. */
|
|
180
|
+
windows: DecisionPolicyWindows;
|
|
181
|
+
}
|
|
182
|
+
/** PercentageDecisionPolicy implements the DecisionPolicy interface */
|
|
183
|
+
export interface PercentageDecisionPolicySDKType {
|
|
184
|
+
/** percentage is the minimum percentage the weighted sum of yes votes must meet for a proposal to succeed. */
|
|
185
|
+
percentage: string;
|
|
186
|
+
/** windows defines the different windows for voting and execution. */
|
|
187
|
+
windows: DecisionPolicyWindowsSDKType;
|
|
188
|
+
}
|
|
189
|
+
/** DecisionPolicyWindows defines the different windows for voting and execution. */
|
|
190
|
+
export interface DecisionPolicyWindows {
|
|
191
|
+
/**
|
|
192
|
+
* voting_period is the duration from submission of a proposal to the end of voting period
|
|
193
|
+
* Within this times votes can be submitted with MsgVote.
|
|
194
|
+
*/
|
|
195
|
+
votingPeriod: Duration;
|
|
196
|
+
/**
|
|
197
|
+
* min_execution_period is the minimum duration after the proposal submission
|
|
198
|
+
* where members can start sending MsgExec. This means that the window for
|
|
199
|
+
* sending a MsgExec transaction is:
|
|
200
|
+
* `[ submission + min_execution_period ; submission + voting_period + max_execution_period]`
|
|
201
|
+
* where max_execution_period is a app-specific config, defined in the keeper.
|
|
202
|
+
* If not set, min_execution_period will default to 0.
|
|
203
|
+
*
|
|
204
|
+
* Please make sure to set a `min_execution_period` that is smaller than
|
|
205
|
+
* `voting_period + max_execution_period`, or else the above execution window
|
|
206
|
+
* is empty, meaning that all proposals created with this decision policy
|
|
207
|
+
* won't be able to be executed.
|
|
208
|
+
*/
|
|
209
|
+
minExecutionPeriod: Duration;
|
|
210
|
+
}
|
|
211
|
+
/** DecisionPolicyWindows defines the different windows for voting and execution. */
|
|
212
|
+
export interface DecisionPolicyWindowsSDKType {
|
|
213
|
+
/**
|
|
214
|
+
* voting_period is the duration from submission of a proposal to the end of voting period
|
|
215
|
+
* Within this times votes can be submitted with MsgVote.
|
|
216
|
+
*/
|
|
217
|
+
voting_period: DurationSDKType;
|
|
218
|
+
/**
|
|
219
|
+
* min_execution_period is the minimum duration after the proposal submission
|
|
220
|
+
* where members can start sending MsgExec. This means that the window for
|
|
221
|
+
* sending a MsgExec transaction is:
|
|
222
|
+
* `[ submission + min_execution_period ; submission + voting_period + max_execution_period]`
|
|
223
|
+
* where max_execution_period is a app-specific config, defined in the keeper.
|
|
224
|
+
* If not set, min_execution_period will default to 0.
|
|
225
|
+
*
|
|
226
|
+
* Please make sure to set a `min_execution_period` that is smaller than
|
|
227
|
+
* `voting_period + max_execution_period`, or else the above execution window
|
|
228
|
+
* is empty, meaning that all proposals created with this decision policy
|
|
229
|
+
* won't be able to be executed.
|
|
230
|
+
*/
|
|
231
|
+
min_execution_period: DurationSDKType;
|
|
232
|
+
}
|
|
233
|
+
/** GroupInfo represents the high-level on-chain information for a group. */
|
|
234
|
+
export interface GroupInfo {
|
|
235
|
+
/** id is the unique ID of the group. */
|
|
236
|
+
id: Long;
|
|
237
|
+
/** admin is the account address of the group's admin. */
|
|
238
|
+
admin: string;
|
|
239
|
+
/** metadata is any arbitrary metadata to attached to the group. */
|
|
240
|
+
metadata: string;
|
|
241
|
+
/**
|
|
242
|
+
* version is used to track changes to a group's membership structure that
|
|
243
|
+
* would break existing proposals. Whenever any members weight is changed,
|
|
244
|
+
* or any member is added or removed this version is incremented and will
|
|
245
|
+
* cause proposals based on older versions of this group to fail
|
|
246
|
+
*/
|
|
247
|
+
version: Long;
|
|
248
|
+
/** total_weight is the sum of the group members' weights. */
|
|
249
|
+
totalWeight: string;
|
|
250
|
+
/** created_at is a timestamp specifying when a group was created. */
|
|
251
|
+
createdAt: Date;
|
|
252
|
+
}
|
|
253
|
+
/** GroupInfo represents the high-level on-chain information for a group. */
|
|
254
|
+
export interface GroupInfoSDKType {
|
|
255
|
+
/** id is the unique ID of the group. */
|
|
256
|
+
id: Long;
|
|
257
|
+
/** admin is the account address of the group's admin. */
|
|
258
|
+
admin: string;
|
|
259
|
+
/** metadata is any arbitrary metadata to attached to the group. */
|
|
260
|
+
metadata: string;
|
|
261
|
+
/**
|
|
262
|
+
* version is used to track changes to a group's membership structure that
|
|
263
|
+
* would break existing proposals. Whenever any members weight is changed,
|
|
264
|
+
* or any member is added or removed this version is incremented and will
|
|
265
|
+
* cause proposals based on older versions of this group to fail
|
|
266
|
+
*/
|
|
267
|
+
version: Long;
|
|
268
|
+
/** total_weight is the sum of the group members' weights. */
|
|
269
|
+
total_weight: string;
|
|
270
|
+
/** created_at is a timestamp specifying when a group was created. */
|
|
271
|
+
created_at: Date;
|
|
272
|
+
}
|
|
273
|
+
/** GroupMember represents the relationship between a group and a member. */
|
|
274
|
+
export interface GroupMember {
|
|
275
|
+
/** group_id is the unique ID of the group. */
|
|
276
|
+
groupId: Long;
|
|
277
|
+
/** member is the member data. */
|
|
278
|
+
member: Member;
|
|
279
|
+
}
|
|
280
|
+
/** GroupMember represents the relationship between a group and a member. */
|
|
281
|
+
export interface GroupMemberSDKType {
|
|
282
|
+
/** group_id is the unique ID of the group. */
|
|
283
|
+
group_id: Long;
|
|
284
|
+
/** member is the member data. */
|
|
285
|
+
member: MemberSDKType;
|
|
286
|
+
}
|
|
287
|
+
/** GroupPolicyInfo represents the high-level on-chain information for a group policy. */
|
|
288
|
+
export interface GroupPolicyInfo {
|
|
289
|
+
/** address is the account address of group policy. */
|
|
290
|
+
address: string;
|
|
291
|
+
/** group_id is the unique ID of the group. */
|
|
292
|
+
groupId: Long;
|
|
293
|
+
/** admin is the account address of the group admin. */
|
|
294
|
+
admin: string;
|
|
295
|
+
/** metadata is any arbitrary metadata to attached to the group policy. */
|
|
296
|
+
metadata: string;
|
|
297
|
+
/**
|
|
298
|
+
* version is used to track changes to a group's GroupPolicyInfo structure that
|
|
299
|
+
* would create a different result on a running proposal.
|
|
300
|
+
*/
|
|
301
|
+
version: Long;
|
|
302
|
+
/** decision_policy specifies the group policy's decision policy. */
|
|
303
|
+
decisionPolicy: Any;
|
|
304
|
+
/** created_at is a timestamp specifying when a group policy was created. */
|
|
305
|
+
createdAt: Date;
|
|
306
|
+
}
|
|
307
|
+
/** GroupPolicyInfo represents the high-level on-chain information for a group policy. */
|
|
308
|
+
export interface GroupPolicyInfoSDKType {
|
|
309
|
+
/** address is the account address of group policy. */
|
|
310
|
+
address: string;
|
|
311
|
+
/** group_id is the unique ID of the group. */
|
|
312
|
+
group_id: Long;
|
|
313
|
+
/** admin is the account address of the group admin. */
|
|
314
|
+
admin: string;
|
|
315
|
+
/** metadata is any arbitrary metadata to attached to the group policy. */
|
|
316
|
+
metadata: string;
|
|
317
|
+
/**
|
|
318
|
+
* version is used to track changes to a group's GroupPolicyInfo structure that
|
|
319
|
+
* would create a different result on a running proposal.
|
|
320
|
+
*/
|
|
321
|
+
version: Long;
|
|
322
|
+
/** decision_policy specifies the group policy's decision policy. */
|
|
323
|
+
decision_policy: AnySDKType;
|
|
324
|
+
/** created_at is a timestamp specifying when a group policy was created. */
|
|
325
|
+
created_at: Date;
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* Proposal defines a group proposal. Any member of a group can submit a proposal
|
|
329
|
+
* for a group policy to decide upon.
|
|
330
|
+
* A proposal consists of a set of `sdk.Msg`s that will be executed if the proposal
|
|
331
|
+
* passes as well as some optional metadata associated with the proposal.
|
|
332
|
+
*/
|
|
333
|
+
export interface Proposal {
|
|
334
|
+
/** id is the unique id of the proposal. */
|
|
335
|
+
id: Long;
|
|
336
|
+
/** address is the account address of group policy. */
|
|
337
|
+
address: string;
|
|
338
|
+
/** metadata is any arbitrary metadata to attached to the proposal. */
|
|
339
|
+
metadata: string;
|
|
340
|
+
/** proposers are the account addresses of the proposers. */
|
|
341
|
+
proposers: string[];
|
|
342
|
+
/** submit_time is a timestamp specifying when a proposal was submitted. */
|
|
343
|
+
submitTime: Date;
|
|
344
|
+
/**
|
|
345
|
+
* group_version tracks the version of the group that this proposal corresponds to.
|
|
346
|
+
* When group membership is changed, existing proposals from previous group versions will become invalid.
|
|
347
|
+
*/
|
|
348
|
+
groupVersion: Long;
|
|
349
|
+
/**
|
|
350
|
+
* group_policy_version tracks the version of the group policy that this proposal corresponds to.
|
|
351
|
+
* When a decision policy is changed, existing proposals from previous policy versions will become invalid.
|
|
352
|
+
*/
|
|
353
|
+
groupPolicyVersion: Long;
|
|
354
|
+
/** status represents the high level position in the life cycle of the proposal. Initial value is Submitted. */
|
|
355
|
+
status: ProposalStatus;
|
|
356
|
+
/**
|
|
357
|
+
* result is the final result based on the votes and election rule. Initial value is unfinalized.
|
|
358
|
+
* The result is persisted so that clients can always rely on this state and not have to replicate the logic.
|
|
359
|
+
*/
|
|
360
|
+
result: ProposalResult;
|
|
361
|
+
/**
|
|
362
|
+
* final_tally_result contains the sums of all weighted votes for this
|
|
363
|
+
* proposal for each vote option, after tallying. When querying a proposal
|
|
364
|
+
* via gRPC, this field is not populated until the proposal's voting period
|
|
365
|
+
* has ended.
|
|
366
|
+
*/
|
|
367
|
+
finalTallyResult: TallyResult;
|
|
368
|
+
/**
|
|
369
|
+
* voting_period_end is the timestamp before which voting must be done.
|
|
370
|
+
* Unless a successfull MsgExec is called before (to execute a proposal whose
|
|
371
|
+
* tally is successful before the voting period ends), tallying will be done
|
|
372
|
+
* at this point, and the `final_tally_result`, as well
|
|
373
|
+
* as `status` and `result` fields will be accordingly updated.
|
|
374
|
+
*/
|
|
375
|
+
votingPeriodEnd: Date;
|
|
376
|
+
/** executor_result is the final result based on the votes and election rule. Initial value is NotRun. */
|
|
377
|
+
executorResult: ProposalExecutorResult;
|
|
378
|
+
/** messages is a list of Msgs that will be executed if the proposal passes. */
|
|
379
|
+
messages: Any[];
|
|
380
|
+
}
|
|
381
|
+
/**
|
|
382
|
+
* Proposal defines a group proposal. Any member of a group can submit a proposal
|
|
383
|
+
* for a group policy to decide upon.
|
|
384
|
+
* A proposal consists of a set of `sdk.Msg`s that will be executed if the proposal
|
|
385
|
+
* passes as well as some optional metadata associated with the proposal.
|
|
386
|
+
*/
|
|
387
|
+
export interface ProposalSDKType {
|
|
388
|
+
/** id is the unique id of the proposal. */
|
|
389
|
+
id: Long;
|
|
390
|
+
/** address is the account address of group policy. */
|
|
391
|
+
address: string;
|
|
392
|
+
/** metadata is any arbitrary metadata to attached to the proposal. */
|
|
393
|
+
metadata: string;
|
|
394
|
+
/** proposers are the account addresses of the proposers. */
|
|
395
|
+
proposers: string[];
|
|
396
|
+
/** submit_time is a timestamp specifying when a proposal was submitted. */
|
|
397
|
+
submit_time: Date;
|
|
398
|
+
/**
|
|
399
|
+
* group_version tracks the version of the group that this proposal corresponds to.
|
|
400
|
+
* When group membership is changed, existing proposals from previous group versions will become invalid.
|
|
401
|
+
*/
|
|
402
|
+
group_version: Long;
|
|
403
|
+
/**
|
|
404
|
+
* group_policy_version tracks the version of the group policy that this proposal corresponds to.
|
|
405
|
+
* When a decision policy is changed, existing proposals from previous policy versions will become invalid.
|
|
406
|
+
*/
|
|
407
|
+
group_policy_version: Long;
|
|
408
|
+
/** status represents the high level position in the life cycle of the proposal. Initial value is Submitted. */
|
|
409
|
+
status: ProposalStatusSDKType;
|
|
410
|
+
/**
|
|
411
|
+
* result is the final result based on the votes and election rule. Initial value is unfinalized.
|
|
412
|
+
* The result is persisted so that clients can always rely on this state and not have to replicate the logic.
|
|
413
|
+
*/
|
|
414
|
+
result: ProposalResultSDKType;
|
|
415
|
+
/**
|
|
416
|
+
* final_tally_result contains the sums of all weighted votes for this
|
|
417
|
+
* proposal for each vote option, after tallying. When querying a proposal
|
|
418
|
+
* via gRPC, this field is not populated until the proposal's voting period
|
|
419
|
+
* has ended.
|
|
420
|
+
*/
|
|
421
|
+
final_tally_result: TallyResultSDKType;
|
|
422
|
+
/**
|
|
423
|
+
* voting_period_end is the timestamp before which voting must be done.
|
|
424
|
+
* Unless a successfull MsgExec is called before (to execute a proposal whose
|
|
425
|
+
* tally is successful before the voting period ends), tallying will be done
|
|
426
|
+
* at this point, and the `final_tally_result`, as well
|
|
427
|
+
* as `status` and `result` fields will be accordingly updated.
|
|
428
|
+
*/
|
|
429
|
+
voting_period_end: Date;
|
|
430
|
+
/** executor_result is the final result based on the votes and election rule. Initial value is NotRun. */
|
|
431
|
+
executor_result: ProposalExecutorResultSDKType;
|
|
432
|
+
/** messages is a list of Msgs that will be executed if the proposal passes. */
|
|
433
|
+
messages: AnySDKType[];
|
|
434
|
+
}
|
|
435
|
+
/** TallyResult represents the sum of weighted votes for each vote option. */
|
|
436
|
+
export interface TallyResult {
|
|
437
|
+
/** yes_count is the weighted sum of yes votes. */
|
|
438
|
+
yesCount: string;
|
|
439
|
+
/** abstain_count is the weighted sum of abstainers. */
|
|
440
|
+
abstainCount: string;
|
|
441
|
+
/** no is the weighted sum of no votes. */
|
|
442
|
+
noCount: string;
|
|
443
|
+
/** no_with_veto_count is the weighted sum of veto. */
|
|
444
|
+
noWithVetoCount: string;
|
|
445
|
+
}
|
|
446
|
+
/** TallyResult represents the sum of weighted votes for each vote option. */
|
|
447
|
+
export interface TallyResultSDKType {
|
|
448
|
+
/** yes_count is the weighted sum of yes votes. */
|
|
449
|
+
yes_count: string;
|
|
450
|
+
/** abstain_count is the weighted sum of abstainers. */
|
|
451
|
+
abstain_count: string;
|
|
452
|
+
/** no is the weighted sum of no votes. */
|
|
453
|
+
no_count: string;
|
|
454
|
+
/** no_with_veto_count is the weighted sum of veto. */
|
|
455
|
+
no_with_veto_count: string;
|
|
456
|
+
}
|
|
457
|
+
/** Vote represents a vote for a proposal. */
|
|
458
|
+
export interface Vote {
|
|
459
|
+
/** proposal is the unique ID of the proposal. */
|
|
460
|
+
proposalId: Long;
|
|
461
|
+
/** voter is the account address of the voter. */
|
|
462
|
+
voter: string;
|
|
463
|
+
/** option is the voter's choice on the proposal. */
|
|
464
|
+
option: VoteOption;
|
|
465
|
+
/** metadata is any arbitrary metadata to attached to the vote. */
|
|
466
|
+
metadata: string;
|
|
467
|
+
/** submit_time is the timestamp when the vote was submitted. */
|
|
468
|
+
submitTime: Date;
|
|
469
|
+
}
|
|
470
|
+
/** Vote represents a vote for a proposal. */
|
|
471
|
+
export interface VoteSDKType {
|
|
472
|
+
/** proposal is the unique ID of the proposal. */
|
|
473
|
+
proposal_id: Long;
|
|
474
|
+
/** voter is the account address of the voter. */
|
|
475
|
+
voter: string;
|
|
476
|
+
/** option is the voter's choice on the proposal. */
|
|
477
|
+
option: VoteOptionSDKType;
|
|
478
|
+
/** metadata is any arbitrary metadata to attached to the vote. */
|
|
479
|
+
metadata: string;
|
|
480
|
+
/** submit_time is the timestamp when the vote was submitted. */
|
|
481
|
+
submit_time: Date;
|
|
482
|
+
}
|
|
483
|
+
export declare const Member: {
|
|
484
|
+
encode(message: Member, writer?: _m0.Writer): _m0.Writer;
|
|
485
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Member;
|
|
486
|
+
fromPartial(object: DeepPartial<Member>): Member;
|
|
487
|
+
};
|
|
488
|
+
export declare const Members: {
|
|
489
|
+
encode(message: Members, writer?: _m0.Writer): _m0.Writer;
|
|
490
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Members;
|
|
491
|
+
fromPartial(object: DeepPartial<Members>): Members;
|
|
492
|
+
};
|
|
493
|
+
export declare const ThresholdDecisionPolicy: {
|
|
494
|
+
encode(message: ThresholdDecisionPolicy, writer?: _m0.Writer): _m0.Writer;
|
|
495
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ThresholdDecisionPolicy;
|
|
496
|
+
fromPartial(object: DeepPartial<ThresholdDecisionPolicy>): ThresholdDecisionPolicy;
|
|
497
|
+
};
|
|
498
|
+
export declare const PercentageDecisionPolicy: {
|
|
499
|
+
encode(message: PercentageDecisionPolicy, writer?: _m0.Writer): _m0.Writer;
|
|
500
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): PercentageDecisionPolicy;
|
|
501
|
+
fromPartial(object: DeepPartial<PercentageDecisionPolicy>): PercentageDecisionPolicy;
|
|
502
|
+
};
|
|
503
|
+
export declare const DecisionPolicyWindows: {
|
|
504
|
+
encode(message: DecisionPolicyWindows, writer?: _m0.Writer): _m0.Writer;
|
|
505
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): DecisionPolicyWindows;
|
|
506
|
+
fromPartial(object: DeepPartial<DecisionPolicyWindows>): DecisionPolicyWindows;
|
|
507
|
+
};
|
|
508
|
+
export declare const GroupInfo: {
|
|
509
|
+
encode(message: GroupInfo, writer?: _m0.Writer): _m0.Writer;
|
|
510
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GroupInfo;
|
|
511
|
+
fromPartial(object: DeepPartial<GroupInfo>): GroupInfo;
|
|
512
|
+
};
|
|
513
|
+
export declare const GroupMember: {
|
|
514
|
+
encode(message: GroupMember, writer?: _m0.Writer): _m0.Writer;
|
|
515
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GroupMember;
|
|
516
|
+
fromPartial(object: DeepPartial<GroupMember>): GroupMember;
|
|
517
|
+
};
|
|
518
|
+
export declare const GroupPolicyInfo: {
|
|
519
|
+
encode(message: GroupPolicyInfo, writer?: _m0.Writer): _m0.Writer;
|
|
520
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GroupPolicyInfo;
|
|
521
|
+
fromPartial(object: DeepPartial<GroupPolicyInfo>): GroupPolicyInfo;
|
|
522
|
+
};
|
|
523
|
+
export declare const Proposal: {
|
|
524
|
+
encode(message: Proposal, writer?: _m0.Writer): _m0.Writer;
|
|
525
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Proposal;
|
|
526
|
+
fromPartial(object: DeepPartial<Proposal>): Proposal;
|
|
527
|
+
};
|
|
528
|
+
export declare const TallyResult: {
|
|
529
|
+
encode(message: TallyResult, writer?: _m0.Writer): _m0.Writer;
|
|
530
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): TallyResult;
|
|
531
|
+
fromPartial(object: DeepPartial<TallyResult>): TallyResult;
|
|
532
|
+
};
|
|
533
|
+
export declare const Vote: {
|
|
534
|
+
encode(message: Vote, writer?: _m0.Writer): _m0.Writer;
|
|
535
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Vote;
|
|
536
|
+
fromPartial(object: DeepPartial<Vote>): Vote;
|
|
537
|
+
};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export declare const createLCDClient: ({ restEndpoint }: {
|
|
2
|
+
restEndpoint: string;
|
|
3
|
+
}) => Promise<{
|
|
4
|
+
cosmos: {
|
|
5
|
+
auth: {
|
|
6
|
+
v1beta1: import("./auth/v1beta1/query.lcd").LCDQueryClient;
|
|
7
|
+
};
|
|
8
|
+
authz: {
|
|
9
|
+
v1beta1: import("./authz/v1beta1/query.lcd").LCDQueryClient;
|
|
10
|
+
};
|
|
11
|
+
bank: {
|
|
12
|
+
v1beta1: import("./bank/v1beta1/query.lcd").LCDQueryClient;
|
|
13
|
+
};
|
|
14
|
+
base: {
|
|
15
|
+
tendermint: {
|
|
16
|
+
v1beta1: import("./base/tendermint/v1beta1/query.lcd").LCDQueryClient;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
distribution: {
|
|
20
|
+
v1beta1: import("./distribution/v1beta1/query.lcd").LCDQueryClient;
|
|
21
|
+
};
|
|
22
|
+
evidence: {
|
|
23
|
+
v1beta1: import("./evidence/v1beta1/query.lcd").LCDQueryClient;
|
|
24
|
+
};
|
|
25
|
+
feegrant: {
|
|
26
|
+
v1beta1: import("./feegrant/v1beta1/query.lcd").LCDQueryClient;
|
|
27
|
+
};
|
|
28
|
+
gov: {
|
|
29
|
+
v1: import("./gov/v1/query.lcd").LCDQueryClient;
|
|
30
|
+
v1beta1: import("./gov/v1beta1/query.lcd").LCDQueryClient;
|
|
31
|
+
};
|
|
32
|
+
group: {
|
|
33
|
+
v1: import("./group/v1/query.lcd").LCDQueryClient;
|
|
34
|
+
};
|
|
35
|
+
mint: {
|
|
36
|
+
v1beta1: import("./mint/v1beta1/query.lcd").LCDQueryClient;
|
|
37
|
+
};
|
|
38
|
+
nft: {
|
|
39
|
+
v1beta1: import("./nft/v1beta1/query.lcd").LCDQueryClient;
|
|
40
|
+
};
|
|
41
|
+
params: {
|
|
42
|
+
v1beta1: import("./params/v1beta1/query.lcd").LCDQueryClient;
|
|
43
|
+
};
|
|
44
|
+
slashing: {
|
|
45
|
+
v1beta1: import("./slashing/v1beta1/query.lcd").LCDQueryClient;
|
|
46
|
+
};
|
|
47
|
+
staking: {
|
|
48
|
+
v1beta1: import("./staking/v1beta1/query.lcd").LCDQueryClient;
|
|
49
|
+
};
|
|
50
|
+
tx: {
|
|
51
|
+
v1beta1: import("./tx/v1beta1/service.lcd").LCDQueryClient;
|
|
52
|
+
};
|
|
53
|
+
upgrade: {
|
|
54
|
+
v1beta1: import("./upgrade/v1beta1/query.lcd").LCDQueryClient;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
}>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Minter, MinterSDKType, Params, ParamsSDKType } from "./mint";
|
|
2
|
+
import * as _m0 from "protobufjs/minimal";
|
|
3
|
+
import { DeepPartial } from "@osmonauts/helpers";
|
|
4
|
+
/** GenesisState defines the mint module's genesis state. */
|
|
5
|
+
export interface GenesisState {
|
|
6
|
+
/** minter is a space for holding current inflation information. */
|
|
7
|
+
minter: Minter;
|
|
8
|
+
/** params defines all the paramaters of the module. */
|
|
9
|
+
params: Params;
|
|
10
|
+
}
|
|
11
|
+
/** GenesisState defines the mint module's genesis state. */
|
|
12
|
+
export interface GenesisStateSDKType {
|
|
13
|
+
/** minter is a space for holding current inflation information. */
|
|
14
|
+
minter: MinterSDKType;
|
|
15
|
+
/** params defines all the paramaters of the module. */
|
|
16
|
+
params: ParamsSDKType;
|
|
17
|
+
}
|
|
18
|
+
export declare const GenesisState: {
|
|
19
|
+
encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
|
20
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
|
21
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
22
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as _m0 from "protobufjs/minimal";
|
|
2
|
+
import { DeepPartial, Long } from "@osmonauts/helpers";
|
|
3
|
+
/** Minter represents the minting state. */
|
|
4
|
+
export interface Minter {
|
|
5
|
+
/** current annual inflation rate */
|
|
6
|
+
inflation: string;
|
|
7
|
+
/** current annual expected provisions */
|
|
8
|
+
annualProvisions: string;
|
|
9
|
+
}
|
|
10
|
+
/** Minter represents the minting state. */
|
|
11
|
+
export interface MinterSDKType {
|
|
12
|
+
/** current annual inflation rate */
|
|
13
|
+
inflation: string;
|
|
14
|
+
/** current annual expected provisions */
|
|
15
|
+
annual_provisions: string;
|
|
16
|
+
}
|
|
17
|
+
/** Params holds parameters for the mint module. */
|
|
18
|
+
export interface Params {
|
|
19
|
+
/** type of coin to mint */
|
|
20
|
+
mintDenom: string;
|
|
21
|
+
/** maximum annual change in inflation rate */
|
|
22
|
+
inflationRateChange: string;
|
|
23
|
+
/** maximum inflation rate */
|
|
24
|
+
inflationMax: string;
|
|
25
|
+
/** minimum inflation rate */
|
|
26
|
+
inflationMin: string;
|
|
27
|
+
/** goal of percent bonded atoms */
|
|
28
|
+
goalBonded: string;
|
|
29
|
+
/** expected blocks per year */
|
|
30
|
+
blocksPerYear: Long;
|
|
31
|
+
}
|
|
32
|
+
/** Params holds parameters for the mint module. */
|
|
33
|
+
export interface ParamsSDKType {
|
|
34
|
+
/** type of coin to mint */
|
|
35
|
+
mint_denom: string;
|
|
36
|
+
/** maximum annual change in inflation rate */
|
|
37
|
+
inflation_rate_change: string;
|
|
38
|
+
/** maximum inflation rate */
|
|
39
|
+
inflation_max: string;
|
|
40
|
+
/** minimum inflation rate */
|
|
41
|
+
inflation_min: string;
|
|
42
|
+
/** goal of percent bonded atoms */
|
|
43
|
+
goal_bonded: string;
|
|
44
|
+
/** expected blocks per year */
|
|
45
|
+
blocks_per_year: Long;
|
|
46
|
+
}
|
|
47
|
+
export declare const Minter: {
|
|
48
|
+
encode(message: Minter, writer?: _m0.Writer): _m0.Writer;
|
|
49
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Minter;
|
|
50
|
+
fromPartial(object: DeepPartial<Minter>): Minter;
|
|
51
|
+
};
|
|
52
|
+
export declare const Params: {
|
|
53
|
+
encode(message: Params, writer?: _m0.Writer): _m0.Writer;
|
|
54
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Params;
|
|
55
|
+
fromPartial(object: DeepPartial<Params>): Params;
|
|
56
|
+
};
|