injectivejs 0.1.0 → 0.2.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/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,281 @@
|
|
|
1
|
+
import { DecCoin, DecCoinSDKType, Coin, CoinSDKType } from "../../base/v1beta1/coin";
|
|
2
|
+
import * as _m0 from "protobufjs/minimal";
|
|
3
|
+
import { DeepPartial, Long } from "@osmonauts/helpers";
|
|
4
|
+
/** Params defines the set of params for the distribution module. */
|
|
5
|
+
export interface Params {
|
|
6
|
+
communityTax: string;
|
|
7
|
+
baseProposerReward: string;
|
|
8
|
+
bonusProposerReward: string;
|
|
9
|
+
withdrawAddrEnabled: boolean;
|
|
10
|
+
}
|
|
11
|
+
/** Params defines the set of params for the distribution module. */
|
|
12
|
+
export interface ParamsSDKType {
|
|
13
|
+
community_tax: string;
|
|
14
|
+
base_proposer_reward: string;
|
|
15
|
+
bonus_proposer_reward: string;
|
|
16
|
+
withdraw_addr_enabled: boolean;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* ValidatorHistoricalRewards represents historical rewards for a validator.
|
|
20
|
+
* Height is implicit within the store key.
|
|
21
|
+
* Cumulative reward ratio is the sum from the zeroeth period
|
|
22
|
+
* until this period of rewards / tokens, per the spec.
|
|
23
|
+
* The reference count indicates the number of objects
|
|
24
|
+
* which might need to reference this historical entry at any point.
|
|
25
|
+
* ReferenceCount =
|
|
26
|
+
* number of outstanding delegations which ended the associated period (and
|
|
27
|
+
* might need to read that record)
|
|
28
|
+
* + number of slashes which ended the associated period (and might need to
|
|
29
|
+
* read that record)
|
|
30
|
+
* + one per validator for the zeroeth period, set on initialization
|
|
31
|
+
*/
|
|
32
|
+
export interface ValidatorHistoricalRewards {
|
|
33
|
+
cumulativeRewardRatio: DecCoin[];
|
|
34
|
+
referenceCount: number;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* ValidatorHistoricalRewards represents historical rewards for a validator.
|
|
38
|
+
* Height is implicit within the store key.
|
|
39
|
+
* Cumulative reward ratio is the sum from the zeroeth period
|
|
40
|
+
* until this period of rewards / tokens, per the spec.
|
|
41
|
+
* The reference count indicates the number of objects
|
|
42
|
+
* which might need to reference this historical entry at any point.
|
|
43
|
+
* ReferenceCount =
|
|
44
|
+
* number of outstanding delegations which ended the associated period (and
|
|
45
|
+
* might need to read that record)
|
|
46
|
+
* + number of slashes which ended the associated period (and might need to
|
|
47
|
+
* read that record)
|
|
48
|
+
* + one per validator for the zeroeth period, set on initialization
|
|
49
|
+
*/
|
|
50
|
+
export interface ValidatorHistoricalRewardsSDKType {
|
|
51
|
+
cumulative_reward_ratio: DecCoinSDKType[];
|
|
52
|
+
reference_count: number;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* ValidatorCurrentRewards represents current rewards and current
|
|
56
|
+
* period for a validator kept as a running counter and incremented
|
|
57
|
+
* each block as long as the validator's tokens remain constant.
|
|
58
|
+
*/
|
|
59
|
+
export interface ValidatorCurrentRewards {
|
|
60
|
+
rewards: DecCoin[];
|
|
61
|
+
period: Long;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* ValidatorCurrentRewards represents current rewards and current
|
|
65
|
+
* period for a validator kept as a running counter and incremented
|
|
66
|
+
* each block as long as the validator's tokens remain constant.
|
|
67
|
+
*/
|
|
68
|
+
export interface ValidatorCurrentRewardsSDKType {
|
|
69
|
+
rewards: DecCoinSDKType[];
|
|
70
|
+
period: Long;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* ValidatorAccumulatedCommission represents accumulated commission
|
|
74
|
+
* for a validator kept as a running counter, can be withdrawn at any time.
|
|
75
|
+
*/
|
|
76
|
+
export interface ValidatorAccumulatedCommission {
|
|
77
|
+
commission: DecCoin[];
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* ValidatorAccumulatedCommission represents accumulated commission
|
|
81
|
+
* for a validator kept as a running counter, can be withdrawn at any time.
|
|
82
|
+
*/
|
|
83
|
+
export interface ValidatorAccumulatedCommissionSDKType {
|
|
84
|
+
commission: DecCoinSDKType[];
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* ValidatorOutstandingRewards represents outstanding (un-withdrawn) rewards
|
|
88
|
+
* for a validator inexpensive to track, allows simple sanity checks.
|
|
89
|
+
*/
|
|
90
|
+
export interface ValidatorOutstandingRewards {
|
|
91
|
+
rewards: DecCoin[];
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* ValidatorOutstandingRewards represents outstanding (un-withdrawn) rewards
|
|
95
|
+
* for a validator inexpensive to track, allows simple sanity checks.
|
|
96
|
+
*/
|
|
97
|
+
export interface ValidatorOutstandingRewardsSDKType {
|
|
98
|
+
rewards: DecCoinSDKType[];
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* ValidatorSlashEvent represents a validator slash event.
|
|
102
|
+
* Height is implicit within the store key.
|
|
103
|
+
* This is needed to calculate appropriate amount of staking tokens
|
|
104
|
+
* for delegations which are withdrawn after a slash has occurred.
|
|
105
|
+
*/
|
|
106
|
+
export interface ValidatorSlashEvent {
|
|
107
|
+
validatorPeriod: Long;
|
|
108
|
+
fraction: string;
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* ValidatorSlashEvent represents a validator slash event.
|
|
112
|
+
* Height is implicit within the store key.
|
|
113
|
+
* This is needed to calculate appropriate amount of staking tokens
|
|
114
|
+
* for delegations which are withdrawn after a slash has occurred.
|
|
115
|
+
*/
|
|
116
|
+
export interface ValidatorSlashEventSDKType {
|
|
117
|
+
validator_period: Long;
|
|
118
|
+
fraction: string;
|
|
119
|
+
}
|
|
120
|
+
/** ValidatorSlashEvents is a collection of ValidatorSlashEvent messages. */
|
|
121
|
+
export interface ValidatorSlashEvents {
|
|
122
|
+
validatorSlashEvents: ValidatorSlashEvent[];
|
|
123
|
+
}
|
|
124
|
+
/** ValidatorSlashEvents is a collection of ValidatorSlashEvent messages. */
|
|
125
|
+
export interface ValidatorSlashEventsSDKType {
|
|
126
|
+
validator_slash_events: ValidatorSlashEventSDKType[];
|
|
127
|
+
}
|
|
128
|
+
/** FeePool is the global fee pool for distribution. */
|
|
129
|
+
export interface FeePool {
|
|
130
|
+
communityPool: DecCoin[];
|
|
131
|
+
}
|
|
132
|
+
/** FeePool is the global fee pool for distribution. */
|
|
133
|
+
export interface FeePoolSDKType {
|
|
134
|
+
community_pool: DecCoinSDKType[];
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* CommunityPoolSpendProposal details a proposal for use of community funds,
|
|
138
|
+
* together with how many coins are proposed to be spent, and to which
|
|
139
|
+
* recipient account.
|
|
140
|
+
*/
|
|
141
|
+
export interface CommunityPoolSpendProposal {
|
|
142
|
+
title: string;
|
|
143
|
+
description: string;
|
|
144
|
+
recipient: string;
|
|
145
|
+
amount: Coin[];
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* CommunityPoolSpendProposal details a proposal for use of community funds,
|
|
149
|
+
* together with how many coins are proposed to be spent, and to which
|
|
150
|
+
* recipient account.
|
|
151
|
+
*/
|
|
152
|
+
export interface CommunityPoolSpendProposalSDKType {
|
|
153
|
+
title: string;
|
|
154
|
+
description: string;
|
|
155
|
+
recipient: string;
|
|
156
|
+
amount: CoinSDKType[];
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* DelegatorStartingInfo represents the starting info for a delegator reward
|
|
160
|
+
* period. It tracks the previous validator period, the delegation's amount of
|
|
161
|
+
* staking token, and the creation height (to check later on if any slashes have
|
|
162
|
+
* occurred). NOTE: Even though validators are slashed to whole staking tokens,
|
|
163
|
+
* the delegators within the validator may be left with less than a full token,
|
|
164
|
+
* thus sdk.Dec is used.
|
|
165
|
+
*/
|
|
166
|
+
export interface DelegatorStartingInfo {
|
|
167
|
+
previousPeriod: Long;
|
|
168
|
+
stake: string;
|
|
169
|
+
height: Long;
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* DelegatorStartingInfo represents the starting info for a delegator reward
|
|
173
|
+
* period. It tracks the previous validator period, the delegation's amount of
|
|
174
|
+
* staking token, and the creation height (to check later on if any slashes have
|
|
175
|
+
* occurred). NOTE: Even though validators are slashed to whole staking tokens,
|
|
176
|
+
* the delegators within the validator may be left with less than a full token,
|
|
177
|
+
* thus sdk.Dec is used.
|
|
178
|
+
*/
|
|
179
|
+
export interface DelegatorStartingInfoSDKType {
|
|
180
|
+
previous_period: Long;
|
|
181
|
+
stake: string;
|
|
182
|
+
height: Long;
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* DelegationDelegatorReward represents the properties
|
|
186
|
+
* of a delegator's delegation reward.
|
|
187
|
+
*/
|
|
188
|
+
export interface DelegationDelegatorReward {
|
|
189
|
+
validatorAddress: string;
|
|
190
|
+
reward: DecCoin[];
|
|
191
|
+
}
|
|
192
|
+
/**
|
|
193
|
+
* DelegationDelegatorReward represents the properties
|
|
194
|
+
* of a delegator's delegation reward.
|
|
195
|
+
*/
|
|
196
|
+
export interface DelegationDelegatorRewardSDKType {
|
|
197
|
+
validator_address: string;
|
|
198
|
+
reward: DecCoinSDKType[];
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* CommunityPoolSpendProposalWithDeposit defines a CommunityPoolSpendProposal
|
|
202
|
+
* with a deposit
|
|
203
|
+
*/
|
|
204
|
+
export interface CommunityPoolSpendProposalWithDeposit {
|
|
205
|
+
title: string;
|
|
206
|
+
description: string;
|
|
207
|
+
recipient: string;
|
|
208
|
+
amount: string;
|
|
209
|
+
deposit: string;
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* CommunityPoolSpendProposalWithDeposit defines a CommunityPoolSpendProposal
|
|
213
|
+
* with a deposit
|
|
214
|
+
*/
|
|
215
|
+
export interface CommunityPoolSpendProposalWithDepositSDKType {
|
|
216
|
+
title: string;
|
|
217
|
+
description: string;
|
|
218
|
+
recipient: string;
|
|
219
|
+
amount: string;
|
|
220
|
+
deposit: string;
|
|
221
|
+
}
|
|
222
|
+
export declare const Params: {
|
|
223
|
+
encode(message: Params, writer?: _m0.Writer): _m0.Writer;
|
|
224
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Params;
|
|
225
|
+
fromPartial(object: DeepPartial<Params>): Params;
|
|
226
|
+
};
|
|
227
|
+
export declare const ValidatorHistoricalRewards: {
|
|
228
|
+
encode(message: ValidatorHistoricalRewards, writer?: _m0.Writer): _m0.Writer;
|
|
229
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorHistoricalRewards;
|
|
230
|
+
fromPartial(object: DeepPartial<ValidatorHistoricalRewards>): ValidatorHistoricalRewards;
|
|
231
|
+
};
|
|
232
|
+
export declare const ValidatorCurrentRewards: {
|
|
233
|
+
encode(message: ValidatorCurrentRewards, writer?: _m0.Writer): _m0.Writer;
|
|
234
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorCurrentRewards;
|
|
235
|
+
fromPartial(object: DeepPartial<ValidatorCurrentRewards>): ValidatorCurrentRewards;
|
|
236
|
+
};
|
|
237
|
+
export declare const ValidatorAccumulatedCommission: {
|
|
238
|
+
encode(message: ValidatorAccumulatedCommission, writer?: _m0.Writer): _m0.Writer;
|
|
239
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorAccumulatedCommission;
|
|
240
|
+
fromPartial(object: DeepPartial<ValidatorAccumulatedCommission>): ValidatorAccumulatedCommission;
|
|
241
|
+
};
|
|
242
|
+
export declare const ValidatorOutstandingRewards: {
|
|
243
|
+
encode(message: ValidatorOutstandingRewards, writer?: _m0.Writer): _m0.Writer;
|
|
244
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorOutstandingRewards;
|
|
245
|
+
fromPartial(object: DeepPartial<ValidatorOutstandingRewards>): ValidatorOutstandingRewards;
|
|
246
|
+
};
|
|
247
|
+
export declare const ValidatorSlashEvent: {
|
|
248
|
+
encode(message: ValidatorSlashEvent, writer?: _m0.Writer): _m0.Writer;
|
|
249
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorSlashEvent;
|
|
250
|
+
fromPartial(object: DeepPartial<ValidatorSlashEvent>): ValidatorSlashEvent;
|
|
251
|
+
};
|
|
252
|
+
export declare const ValidatorSlashEvents: {
|
|
253
|
+
encode(message: ValidatorSlashEvents, writer?: _m0.Writer): _m0.Writer;
|
|
254
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorSlashEvents;
|
|
255
|
+
fromPartial(object: DeepPartial<ValidatorSlashEvents>): ValidatorSlashEvents;
|
|
256
|
+
};
|
|
257
|
+
export declare const FeePool: {
|
|
258
|
+
encode(message: FeePool, writer?: _m0.Writer): _m0.Writer;
|
|
259
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): FeePool;
|
|
260
|
+
fromPartial(object: DeepPartial<FeePool>): FeePool;
|
|
261
|
+
};
|
|
262
|
+
export declare const CommunityPoolSpendProposal: {
|
|
263
|
+
encode(message: CommunityPoolSpendProposal, writer?: _m0.Writer): _m0.Writer;
|
|
264
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): CommunityPoolSpendProposal;
|
|
265
|
+
fromPartial(object: DeepPartial<CommunityPoolSpendProposal>): CommunityPoolSpendProposal;
|
|
266
|
+
};
|
|
267
|
+
export declare const DelegatorStartingInfo: {
|
|
268
|
+
encode(message: DelegatorStartingInfo, writer?: _m0.Writer): _m0.Writer;
|
|
269
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): DelegatorStartingInfo;
|
|
270
|
+
fromPartial(object: DeepPartial<DelegatorStartingInfo>): DelegatorStartingInfo;
|
|
271
|
+
};
|
|
272
|
+
export declare const DelegationDelegatorReward: {
|
|
273
|
+
encode(message: DelegationDelegatorReward, writer?: _m0.Writer): _m0.Writer;
|
|
274
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): DelegationDelegatorReward;
|
|
275
|
+
fromPartial(object: DeepPartial<DelegationDelegatorReward>): DelegationDelegatorReward;
|
|
276
|
+
};
|
|
277
|
+
export declare const CommunityPoolSpendProposalWithDeposit: {
|
|
278
|
+
encode(message: CommunityPoolSpendProposalWithDeposit, writer?: _m0.Writer): _m0.Writer;
|
|
279
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): CommunityPoolSpendProposalWithDeposit;
|
|
280
|
+
fromPartial(object: DeepPartial<CommunityPoolSpendProposalWithDeposit>): CommunityPoolSpendProposalWithDeposit;
|
|
281
|
+
};
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
import { DecCoin, DecCoinSDKType } from "../../base/v1beta1/coin";
|
|
2
|
+
import { ValidatorAccumulatedCommission, ValidatorAccumulatedCommissionSDKType, ValidatorHistoricalRewards, ValidatorHistoricalRewardsSDKType, ValidatorCurrentRewards, ValidatorCurrentRewardsSDKType, DelegatorStartingInfo, DelegatorStartingInfoSDKType, ValidatorSlashEvent, ValidatorSlashEventSDKType, Params, ParamsSDKType, FeePool, FeePoolSDKType } from "./distribution";
|
|
3
|
+
import * as _m0 from "protobufjs/minimal";
|
|
4
|
+
import { DeepPartial, Long } from "@osmonauts/helpers";
|
|
5
|
+
/**
|
|
6
|
+
* DelegatorWithdrawInfo is the address for where distributions rewards are
|
|
7
|
+
* withdrawn to by default this struct is only used at genesis to feed in
|
|
8
|
+
* default withdraw addresses.
|
|
9
|
+
*/
|
|
10
|
+
export interface DelegatorWithdrawInfo {
|
|
11
|
+
/** delegator_address is the address of the delegator. */
|
|
12
|
+
delegatorAddress: string;
|
|
13
|
+
/** withdraw_address is the address to withdraw the delegation rewards to. */
|
|
14
|
+
withdrawAddress: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* DelegatorWithdrawInfo is the address for where distributions rewards are
|
|
18
|
+
* withdrawn to by default this struct is only used at genesis to feed in
|
|
19
|
+
* default withdraw addresses.
|
|
20
|
+
*/
|
|
21
|
+
export interface DelegatorWithdrawInfoSDKType {
|
|
22
|
+
/** delegator_address is the address of the delegator. */
|
|
23
|
+
delegator_address: string;
|
|
24
|
+
/** withdraw_address is the address to withdraw the delegation rewards to. */
|
|
25
|
+
withdraw_address: string;
|
|
26
|
+
}
|
|
27
|
+
/** ValidatorOutstandingRewardsRecord is used for import/export via genesis json. */
|
|
28
|
+
export interface ValidatorOutstandingRewardsRecord {
|
|
29
|
+
/** validator_address is the address of the validator. */
|
|
30
|
+
validatorAddress: string;
|
|
31
|
+
/** outstanding_rewards represents the oustanding rewards of a validator. */
|
|
32
|
+
outstandingRewards: DecCoin[];
|
|
33
|
+
}
|
|
34
|
+
/** ValidatorOutstandingRewardsRecord is used for import/export via genesis json. */
|
|
35
|
+
export interface ValidatorOutstandingRewardsRecordSDKType {
|
|
36
|
+
/** validator_address is the address of the validator. */
|
|
37
|
+
validator_address: string;
|
|
38
|
+
/** outstanding_rewards represents the oustanding rewards of a validator. */
|
|
39
|
+
outstanding_rewards: DecCoinSDKType[];
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* ValidatorAccumulatedCommissionRecord is used for import / export via genesis
|
|
43
|
+
* json.
|
|
44
|
+
*/
|
|
45
|
+
export interface ValidatorAccumulatedCommissionRecord {
|
|
46
|
+
/** validator_address is the address of the validator. */
|
|
47
|
+
validatorAddress: string;
|
|
48
|
+
/** accumulated is the accumulated commission of a validator. */
|
|
49
|
+
accumulated: ValidatorAccumulatedCommission;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* ValidatorAccumulatedCommissionRecord is used for import / export via genesis
|
|
53
|
+
* json.
|
|
54
|
+
*/
|
|
55
|
+
export interface ValidatorAccumulatedCommissionRecordSDKType {
|
|
56
|
+
/** validator_address is the address of the validator. */
|
|
57
|
+
validator_address: string;
|
|
58
|
+
/** accumulated is the accumulated commission of a validator. */
|
|
59
|
+
accumulated: ValidatorAccumulatedCommissionSDKType;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* ValidatorHistoricalRewardsRecord is used for import / export via genesis
|
|
63
|
+
* json.
|
|
64
|
+
*/
|
|
65
|
+
export interface ValidatorHistoricalRewardsRecord {
|
|
66
|
+
/** validator_address is the address of the validator. */
|
|
67
|
+
validatorAddress: string;
|
|
68
|
+
/** period defines the period the historical rewards apply to. */
|
|
69
|
+
period: Long;
|
|
70
|
+
/** rewards defines the historical rewards of a validator. */
|
|
71
|
+
rewards: ValidatorHistoricalRewards;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* ValidatorHistoricalRewardsRecord is used for import / export via genesis
|
|
75
|
+
* json.
|
|
76
|
+
*/
|
|
77
|
+
export interface ValidatorHistoricalRewardsRecordSDKType {
|
|
78
|
+
/** validator_address is the address of the validator. */
|
|
79
|
+
validator_address: string;
|
|
80
|
+
/** period defines the period the historical rewards apply to. */
|
|
81
|
+
period: Long;
|
|
82
|
+
/** rewards defines the historical rewards of a validator. */
|
|
83
|
+
rewards: ValidatorHistoricalRewardsSDKType;
|
|
84
|
+
}
|
|
85
|
+
/** ValidatorCurrentRewardsRecord is used for import / export via genesis json. */
|
|
86
|
+
export interface ValidatorCurrentRewardsRecord {
|
|
87
|
+
/** validator_address is the address of the validator. */
|
|
88
|
+
validatorAddress: string;
|
|
89
|
+
/** rewards defines the current rewards of a validator. */
|
|
90
|
+
rewards: ValidatorCurrentRewards;
|
|
91
|
+
}
|
|
92
|
+
/** ValidatorCurrentRewardsRecord is used for import / export via genesis json. */
|
|
93
|
+
export interface ValidatorCurrentRewardsRecordSDKType {
|
|
94
|
+
/** validator_address is the address of the validator. */
|
|
95
|
+
validator_address: string;
|
|
96
|
+
/** rewards defines the current rewards of a validator. */
|
|
97
|
+
rewards: ValidatorCurrentRewardsSDKType;
|
|
98
|
+
}
|
|
99
|
+
/** DelegatorStartingInfoRecord used for import / export via genesis json. */
|
|
100
|
+
export interface DelegatorStartingInfoRecord {
|
|
101
|
+
/** delegator_address is the address of the delegator. */
|
|
102
|
+
delegatorAddress: string;
|
|
103
|
+
/** validator_address is the address of the validator. */
|
|
104
|
+
validatorAddress: string;
|
|
105
|
+
/** starting_info defines the starting info of a delegator. */
|
|
106
|
+
startingInfo: DelegatorStartingInfo;
|
|
107
|
+
}
|
|
108
|
+
/** DelegatorStartingInfoRecord used for import / export via genesis json. */
|
|
109
|
+
export interface DelegatorStartingInfoRecordSDKType {
|
|
110
|
+
/** delegator_address is the address of the delegator. */
|
|
111
|
+
delegator_address: string;
|
|
112
|
+
/** validator_address is the address of the validator. */
|
|
113
|
+
validator_address: string;
|
|
114
|
+
/** starting_info defines the starting info of a delegator. */
|
|
115
|
+
starting_info: DelegatorStartingInfoSDKType;
|
|
116
|
+
}
|
|
117
|
+
/** ValidatorSlashEventRecord is used for import / export via genesis json. */
|
|
118
|
+
export interface ValidatorSlashEventRecord {
|
|
119
|
+
/** validator_address is the address of the validator. */
|
|
120
|
+
validatorAddress: string;
|
|
121
|
+
/** height defines the block height at which the slash event occured. */
|
|
122
|
+
height: Long;
|
|
123
|
+
/** period is the period of the slash event. */
|
|
124
|
+
period: Long;
|
|
125
|
+
/** validator_slash_event describes the slash event. */
|
|
126
|
+
validatorSlashEvent: ValidatorSlashEvent;
|
|
127
|
+
}
|
|
128
|
+
/** ValidatorSlashEventRecord is used for import / export via genesis json. */
|
|
129
|
+
export interface ValidatorSlashEventRecordSDKType {
|
|
130
|
+
/** validator_address is the address of the validator. */
|
|
131
|
+
validator_address: string;
|
|
132
|
+
/** height defines the block height at which the slash event occured. */
|
|
133
|
+
height: Long;
|
|
134
|
+
/** period is the period of the slash event. */
|
|
135
|
+
period: Long;
|
|
136
|
+
/** validator_slash_event describes the slash event. */
|
|
137
|
+
validator_slash_event: ValidatorSlashEventSDKType;
|
|
138
|
+
}
|
|
139
|
+
/** GenesisState defines the distribution module's genesis state. */
|
|
140
|
+
export interface GenesisState {
|
|
141
|
+
/** params defines all the paramaters of the module. */
|
|
142
|
+
params: Params;
|
|
143
|
+
/** fee_pool defines the fee pool at genesis. */
|
|
144
|
+
feePool: FeePool;
|
|
145
|
+
/** fee_pool defines the delegator withdraw infos at genesis. */
|
|
146
|
+
delegatorWithdrawInfos: DelegatorWithdrawInfo[];
|
|
147
|
+
/** fee_pool defines the previous proposer at genesis. */
|
|
148
|
+
previousProposer: string;
|
|
149
|
+
/** fee_pool defines the outstanding rewards of all validators at genesis. */
|
|
150
|
+
outstandingRewards: ValidatorOutstandingRewardsRecord[];
|
|
151
|
+
/** fee_pool defines the accumulated commisions of all validators at genesis. */
|
|
152
|
+
validatorAccumulatedCommissions: ValidatorAccumulatedCommissionRecord[];
|
|
153
|
+
/** fee_pool defines the historical rewards of all validators at genesis. */
|
|
154
|
+
validatorHistoricalRewards: ValidatorHistoricalRewardsRecord[];
|
|
155
|
+
/** fee_pool defines the current rewards of all validators at genesis. */
|
|
156
|
+
validatorCurrentRewards: ValidatorCurrentRewardsRecord[];
|
|
157
|
+
/** fee_pool defines the delegator starting infos at genesis. */
|
|
158
|
+
delegatorStartingInfos: DelegatorStartingInfoRecord[];
|
|
159
|
+
/** fee_pool defines the validator slash events at genesis. */
|
|
160
|
+
validatorSlashEvents: ValidatorSlashEventRecord[];
|
|
161
|
+
}
|
|
162
|
+
/** GenesisState defines the distribution module's genesis state. */
|
|
163
|
+
export interface GenesisStateSDKType {
|
|
164
|
+
/** params defines all the paramaters of the module. */
|
|
165
|
+
params: ParamsSDKType;
|
|
166
|
+
/** fee_pool defines the fee pool at genesis. */
|
|
167
|
+
fee_pool: FeePoolSDKType;
|
|
168
|
+
/** fee_pool defines the delegator withdraw infos at genesis. */
|
|
169
|
+
delegator_withdraw_infos: DelegatorWithdrawInfoSDKType[];
|
|
170
|
+
/** fee_pool defines the previous proposer at genesis. */
|
|
171
|
+
previous_proposer: string;
|
|
172
|
+
/** fee_pool defines the outstanding rewards of all validators at genesis. */
|
|
173
|
+
outstanding_rewards: ValidatorOutstandingRewardsRecordSDKType[];
|
|
174
|
+
/** fee_pool defines the accumulated commisions of all validators at genesis. */
|
|
175
|
+
validator_accumulated_commissions: ValidatorAccumulatedCommissionRecordSDKType[];
|
|
176
|
+
/** fee_pool defines the historical rewards of all validators at genesis. */
|
|
177
|
+
validator_historical_rewards: ValidatorHistoricalRewardsRecordSDKType[];
|
|
178
|
+
/** fee_pool defines the current rewards of all validators at genesis. */
|
|
179
|
+
validator_current_rewards: ValidatorCurrentRewardsRecordSDKType[];
|
|
180
|
+
/** fee_pool defines the delegator starting infos at genesis. */
|
|
181
|
+
delegator_starting_infos: DelegatorStartingInfoRecordSDKType[];
|
|
182
|
+
/** fee_pool defines the validator slash events at genesis. */
|
|
183
|
+
validator_slash_events: ValidatorSlashEventRecordSDKType[];
|
|
184
|
+
}
|
|
185
|
+
export declare const DelegatorWithdrawInfo: {
|
|
186
|
+
encode(message: DelegatorWithdrawInfo, writer?: _m0.Writer): _m0.Writer;
|
|
187
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): DelegatorWithdrawInfo;
|
|
188
|
+
fromPartial(object: DeepPartial<DelegatorWithdrawInfo>): DelegatorWithdrawInfo;
|
|
189
|
+
};
|
|
190
|
+
export declare const ValidatorOutstandingRewardsRecord: {
|
|
191
|
+
encode(message: ValidatorOutstandingRewardsRecord, writer?: _m0.Writer): _m0.Writer;
|
|
192
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorOutstandingRewardsRecord;
|
|
193
|
+
fromPartial(object: DeepPartial<ValidatorOutstandingRewardsRecord>): ValidatorOutstandingRewardsRecord;
|
|
194
|
+
};
|
|
195
|
+
export declare const ValidatorAccumulatedCommissionRecord: {
|
|
196
|
+
encode(message: ValidatorAccumulatedCommissionRecord, writer?: _m0.Writer): _m0.Writer;
|
|
197
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorAccumulatedCommissionRecord;
|
|
198
|
+
fromPartial(object: DeepPartial<ValidatorAccumulatedCommissionRecord>): ValidatorAccumulatedCommissionRecord;
|
|
199
|
+
};
|
|
200
|
+
export declare const ValidatorHistoricalRewardsRecord: {
|
|
201
|
+
encode(message: ValidatorHistoricalRewardsRecord, writer?: _m0.Writer): _m0.Writer;
|
|
202
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorHistoricalRewardsRecord;
|
|
203
|
+
fromPartial(object: DeepPartial<ValidatorHistoricalRewardsRecord>): ValidatorHistoricalRewardsRecord;
|
|
204
|
+
};
|
|
205
|
+
export declare const ValidatorCurrentRewardsRecord: {
|
|
206
|
+
encode(message: ValidatorCurrentRewardsRecord, writer?: _m0.Writer): _m0.Writer;
|
|
207
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorCurrentRewardsRecord;
|
|
208
|
+
fromPartial(object: DeepPartial<ValidatorCurrentRewardsRecord>): ValidatorCurrentRewardsRecord;
|
|
209
|
+
};
|
|
210
|
+
export declare const DelegatorStartingInfoRecord: {
|
|
211
|
+
encode(message: DelegatorStartingInfoRecord, writer?: _m0.Writer): _m0.Writer;
|
|
212
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): DelegatorStartingInfoRecord;
|
|
213
|
+
fromPartial(object: DeepPartial<DelegatorStartingInfoRecord>): DelegatorStartingInfoRecord;
|
|
214
|
+
};
|
|
215
|
+
export declare const ValidatorSlashEventRecord: {
|
|
216
|
+
encode(message: ValidatorSlashEventRecord, writer?: _m0.Writer): _m0.Writer;
|
|
217
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorSlashEventRecord;
|
|
218
|
+
fromPartial(object: DeepPartial<ValidatorSlashEventRecord>): ValidatorSlashEventRecord;
|
|
219
|
+
};
|
|
220
|
+
export declare const GenesisState: {
|
|
221
|
+
encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
|
222
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
|
223
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
224
|
+
};
|