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,951 @@
|
|
|
1
|
+
import { OfflineSigner, GeneratedType, Registry } from "@cosmjs/proto-signing";
|
|
2
|
+
import { AminoTypes, SigningStargateClient } from "@cosmjs/stargate";
|
|
3
|
+
export declare const cosmosAminoConverters: {
|
|
4
|
+
"/cosmos.vesting.v1beta1.MsgCreateVestingAccount": {
|
|
5
|
+
aminoType: string;
|
|
6
|
+
toAmino: ({ fromAddress, toAddress, amount, endTime, delayed }: import("./vesting/v1beta1/tx").MsgCreateVestingAccount) => {
|
|
7
|
+
from_address: string;
|
|
8
|
+
to_address: string;
|
|
9
|
+
amount: {
|
|
10
|
+
denom: string;
|
|
11
|
+
amount: string;
|
|
12
|
+
}[];
|
|
13
|
+
end_time: string;
|
|
14
|
+
delayed: boolean;
|
|
15
|
+
};
|
|
16
|
+
fromAmino: ({ from_address, to_address, amount, end_time, delayed }: {
|
|
17
|
+
from_address: string;
|
|
18
|
+
to_address: string;
|
|
19
|
+
amount: {
|
|
20
|
+
denom: string;
|
|
21
|
+
amount: string;
|
|
22
|
+
}[];
|
|
23
|
+
end_time: string;
|
|
24
|
+
delayed: boolean;
|
|
25
|
+
}) => import("./vesting/v1beta1/tx").MsgCreateVestingAccount;
|
|
26
|
+
};
|
|
27
|
+
"/cosmos.vesting.v1beta1.MsgCreatePermanentLockedAccount": {
|
|
28
|
+
aminoType: string;
|
|
29
|
+
toAmino: ({ fromAddress, toAddress, amount }: import("./vesting/v1beta1/tx").MsgCreatePermanentLockedAccount) => {
|
|
30
|
+
from_address: string;
|
|
31
|
+
to_address: string;
|
|
32
|
+
amount: {
|
|
33
|
+
denom: string;
|
|
34
|
+
amount: string;
|
|
35
|
+
}[];
|
|
36
|
+
};
|
|
37
|
+
fromAmino: ({ from_address, to_address, amount }: {
|
|
38
|
+
from_address: string;
|
|
39
|
+
to_address: string;
|
|
40
|
+
amount: {
|
|
41
|
+
denom: string;
|
|
42
|
+
amount: string;
|
|
43
|
+
}[];
|
|
44
|
+
}) => import("./vesting/v1beta1/tx").MsgCreatePermanentLockedAccount;
|
|
45
|
+
};
|
|
46
|
+
"/cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount": {
|
|
47
|
+
aminoType: string;
|
|
48
|
+
toAmino: ({ fromAddress, toAddress, startTime, vestingPeriods }: import("./vesting/v1beta1/tx").MsgCreatePeriodicVestingAccount) => {
|
|
49
|
+
from_address: string;
|
|
50
|
+
to_address: string;
|
|
51
|
+
start_time: string;
|
|
52
|
+
vesting_periods: {
|
|
53
|
+
length: string;
|
|
54
|
+
amount: {
|
|
55
|
+
denom: string;
|
|
56
|
+
amount: string;
|
|
57
|
+
}[];
|
|
58
|
+
}[];
|
|
59
|
+
};
|
|
60
|
+
fromAmino: ({ from_address, to_address, start_time, vesting_periods }: {
|
|
61
|
+
from_address: string;
|
|
62
|
+
to_address: string;
|
|
63
|
+
start_time: string;
|
|
64
|
+
vesting_periods: {
|
|
65
|
+
length: string;
|
|
66
|
+
amount: {
|
|
67
|
+
denom: string;
|
|
68
|
+
amount: string;
|
|
69
|
+
}[];
|
|
70
|
+
}[];
|
|
71
|
+
}) => import("./vesting/v1beta1/tx").MsgCreatePeriodicVestingAccount;
|
|
72
|
+
};
|
|
73
|
+
"/cosmos.upgrade.v1beta1.MsgSoftwareUpgrade": {
|
|
74
|
+
aminoType: string;
|
|
75
|
+
toAmino: ({ authority, plan }: import("./upgrade/v1beta1/tx").MsgSoftwareUpgrade) => {
|
|
76
|
+
authority: string;
|
|
77
|
+
plan: {
|
|
78
|
+
name: string;
|
|
79
|
+
time: {
|
|
80
|
+
seconds: string;
|
|
81
|
+
nanos: number;
|
|
82
|
+
};
|
|
83
|
+
height: string;
|
|
84
|
+
info: string;
|
|
85
|
+
upgraded_client_state: {
|
|
86
|
+
type_url: string;
|
|
87
|
+
value: Uint8Array;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
fromAmino: ({ authority, plan }: {
|
|
92
|
+
authority: string;
|
|
93
|
+
plan: {
|
|
94
|
+
name: string;
|
|
95
|
+
time: {
|
|
96
|
+
seconds: string;
|
|
97
|
+
nanos: number;
|
|
98
|
+
};
|
|
99
|
+
height: string;
|
|
100
|
+
info: string;
|
|
101
|
+
upgraded_client_state: {
|
|
102
|
+
type_url: string;
|
|
103
|
+
value: Uint8Array;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
}) => import("./upgrade/v1beta1/tx").MsgSoftwareUpgrade;
|
|
107
|
+
};
|
|
108
|
+
"/cosmos.upgrade.v1beta1.MsgCancelUpgrade": {
|
|
109
|
+
aminoType: string;
|
|
110
|
+
toAmino: ({ authority }: import("./upgrade/v1beta1/tx").MsgCancelUpgrade) => {
|
|
111
|
+
authority: string;
|
|
112
|
+
};
|
|
113
|
+
fromAmino: ({ authority }: {
|
|
114
|
+
authority: string;
|
|
115
|
+
}) => import("./upgrade/v1beta1/tx").MsgCancelUpgrade;
|
|
116
|
+
};
|
|
117
|
+
"/cosmos.staking.v1beta1.MsgCreateValidator": {
|
|
118
|
+
aminoType: string;
|
|
119
|
+
toAmino: ({ description, commission, minSelfDelegation, delegatorAddress, validatorAddress, pubkey, value }: import("./staking/v1beta1/tx").MsgCreateValidator) => {
|
|
120
|
+
description: {
|
|
121
|
+
moniker: string;
|
|
122
|
+
identity: string;
|
|
123
|
+
website: string;
|
|
124
|
+
security_contact: string;
|
|
125
|
+
details: string;
|
|
126
|
+
};
|
|
127
|
+
commission: {
|
|
128
|
+
rate: string;
|
|
129
|
+
max_rate: string;
|
|
130
|
+
max_change_rate: string;
|
|
131
|
+
};
|
|
132
|
+
min_self_delegation: string;
|
|
133
|
+
delegator_address: string;
|
|
134
|
+
validator_address: string;
|
|
135
|
+
pubkey: {
|
|
136
|
+
type_url: string;
|
|
137
|
+
value: Uint8Array;
|
|
138
|
+
};
|
|
139
|
+
value: {
|
|
140
|
+
denom: string;
|
|
141
|
+
amount: string;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
fromAmino: ({ description, commission, min_self_delegation, delegator_address, validator_address, pubkey, value }: {
|
|
145
|
+
description: {
|
|
146
|
+
moniker: string;
|
|
147
|
+
identity: string;
|
|
148
|
+
website: string;
|
|
149
|
+
security_contact: string;
|
|
150
|
+
details: string;
|
|
151
|
+
};
|
|
152
|
+
commission: {
|
|
153
|
+
rate: string;
|
|
154
|
+
max_rate: string;
|
|
155
|
+
max_change_rate: string;
|
|
156
|
+
};
|
|
157
|
+
min_self_delegation: string;
|
|
158
|
+
delegator_address: string;
|
|
159
|
+
validator_address: string;
|
|
160
|
+
pubkey: {
|
|
161
|
+
type_url: string;
|
|
162
|
+
value: Uint8Array;
|
|
163
|
+
};
|
|
164
|
+
value: {
|
|
165
|
+
denom: string;
|
|
166
|
+
amount: string;
|
|
167
|
+
};
|
|
168
|
+
}) => import("./staking/v1beta1/tx").MsgCreateValidator;
|
|
169
|
+
};
|
|
170
|
+
"/cosmos.staking.v1beta1.MsgEditValidator": {
|
|
171
|
+
aminoType: string;
|
|
172
|
+
toAmino: ({ description, validatorAddress, commissionRate, minSelfDelegation }: import("./staking/v1beta1/tx").MsgEditValidator) => {
|
|
173
|
+
description: {
|
|
174
|
+
moniker: string;
|
|
175
|
+
identity: string;
|
|
176
|
+
website: string;
|
|
177
|
+
security_contact: string;
|
|
178
|
+
details: string;
|
|
179
|
+
};
|
|
180
|
+
validator_address: string;
|
|
181
|
+
commission_rate: string;
|
|
182
|
+
min_self_delegation: string;
|
|
183
|
+
};
|
|
184
|
+
fromAmino: ({ description, validator_address, commission_rate, min_self_delegation }: {
|
|
185
|
+
description: {
|
|
186
|
+
moniker: string;
|
|
187
|
+
identity: string;
|
|
188
|
+
website: string;
|
|
189
|
+
security_contact: string;
|
|
190
|
+
details: string;
|
|
191
|
+
};
|
|
192
|
+
validator_address: string;
|
|
193
|
+
commission_rate: string;
|
|
194
|
+
min_self_delegation: string;
|
|
195
|
+
}) => import("./staking/v1beta1/tx").MsgEditValidator;
|
|
196
|
+
};
|
|
197
|
+
"/cosmos.staking.v1beta1.MsgDelegate": {
|
|
198
|
+
aminoType: string;
|
|
199
|
+
toAmino: ({ delegatorAddress, validatorAddress, amount }: import("./staking/v1beta1/tx").MsgDelegate) => {
|
|
200
|
+
delegator_address: string;
|
|
201
|
+
validator_address: string;
|
|
202
|
+
amount: {
|
|
203
|
+
denom: string;
|
|
204
|
+
amount: string;
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
fromAmino: ({ delegator_address, validator_address, amount }: {
|
|
208
|
+
delegator_address: string;
|
|
209
|
+
validator_address: string;
|
|
210
|
+
amount: {
|
|
211
|
+
denom: string;
|
|
212
|
+
amount: string;
|
|
213
|
+
};
|
|
214
|
+
}) => import("./staking/v1beta1/tx").MsgDelegate;
|
|
215
|
+
};
|
|
216
|
+
"/cosmos.staking.v1beta1.MsgBeginRedelegate": {
|
|
217
|
+
aminoType: string;
|
|
218
|
+
toAmino: ({ delegatorAddress, validatorSrcAddress, validatorDstAddress, amount }: import("./staking/v1beta1/tx").MsgBeginRedelegate) => {
|
|
219
|
+
delegator_address: string;
|
|
220
|
+
validator_src_address: string;
|
|
221
|
+
validator_dst_address: string;
|
|
222
|
+
amount: {
|
|
223
|
+
denom: string;
|
|
224
|
+
amount: string;
|
|
225
|
+
};
|
|
226
|
+
};
|
|
227
|
+
fromAmino: ({ delegator_address, validator_src_address, validator_dst_address, amount }: {
|
|
228
|
+
delegator_address: string;
|
|
229
|
+
validator_src_address: string;
|
|
230
|
+
validator_dst_address: string;
|
|
231
|
+
amount: {
|
|
232
|
+
denom: string;
|
|
233
|
+
amount: string;
|
|
234
|
+
};
|
|
235
|
+
}) => import("./staking/v1beta1/tx").MsgBeginRedelegate;
|
|
236
|
+
};
|
|
237
|
+
"/cosmos.staking.v1beta1.MsgUndelegate": {
|
|
238
|
+
aminoType: string;
|
|
239
|
+
toAmino: ({ delegatorAddress, validatorAddress, amount }: import("./staking/v1beta1/tx").MsgUndelegate) => {
|
|
240
|
+
delegator_address: string;
|
|
241
|
+
validator_address: string;
|
|
242
|
+
amount: {
|
|
243
|
+
denom: string;
|
|
244
|
+
amount: string;
|
|
245
|
+
};
|
|
246
|
+
};
|
|
247
|
+
fromAmino: ({ delegator_address, validator_address, amount }: {
|
|
248
|
+
delegator_address: string;
|
|
249
|
+
validator_address: string;
|
|
250
|
+
amount: {
|
|
251
|
+
denom: string;
|
|
252
|
+
amount: string;
|
|
253
|
+
};
|
|
254
|
+
}) => import("./staking/v1beta1/tx").MsgUndelegate;
|
|
255
|
+
};
|
|
256
|
+
"/cosmos.slashing.v1beta1.MsgUnjail": {
|
|
257
|
+
aminoType: string;
|
|
258
|
+
toAmino: ({ validatorAddr }: import("./slashing/v1beta1/tx").MsgUnjail) => {
|
|
259
|
+
validator_addr: string;
|
|
260
|
+
};
|
|
261
|
+
fromAmino: ({ validator_addr }: {
|
|
262
|
+
validator_addr: string;
|
|
263
|
+
}) => import("./slashing/v1beta1/tx").MsgUnjail;
|
|
264
|
+
};
|
|
265
|
+
"/cosmos.nft.v1beta1.MsgSend": {
|
|
266
|
+
aminoType: string;
|
|
267
|
+
toAmino: ({ classId, id, sender, receiver }: import("./nft/v1beta1/tx").MsgSend) => {
|
|
268
|
+
class_id: string;
|
|
269
|
+
id: string;
|
|
270
|
+
sender: string;
|
|
271
|
+
receiver: string;
|
|
272
|
+
};
|
|
273
|
+
fromAmino: ({ class_id, id, sender, receiver }: {
|
|
274
|
+
class_id: string;
|
|
275
|
+
id: string;
|
|
276
|
+
sender: string;
|
|
277
|
+
receiver: string;
|
|
278
|
+
}) => import("./nft/v1beta1/tx").MsgSend;
|
|
279
|
+
};
|
|
280
|
+
"/cosmos.group.v1.MsgCreateGroup": {
|
|
281
|
+
aminoType: string;
|
|
282
|
+
toAmino: ({ admin, members, metadata }: import("./group/v1/tx").MsgCreateGroup) => {
|
|
283
|
+
admin: string;
|
|
284
|
+
members: {
|
|
285
|
+
address: string;
|
|
286
|
+
weight: string;
|
|
287
|
+
metadata: string;
|
|
288
|
+
added_at: {
|
|
289
|
+
seconds: string;
|
|
290
|
+
nanos: number;
|
|
291
|
+
};
|
|
292
|
+
}[];
|
|
293
|
+
metadata: string;
|
|
294
|
+
};
|
|
295
|
+
fromAmino: ({ admin, members, metadata }: {
|
|
296
|
+
admin: string;
|
|
297
|
+
members: {
|
|
298
|
+
address: string;
|
|
299
|
+
weight: string;
|
|
300
|
+
metadata: string;
|
|
301
|
+
added_at: {
|
|
302
|
+
seconds: string;
|
|
303
|
+
nanos: number;
|
|
304
|
+
};
|
|
305
|
+
}[];
|
|
306
|
+
metadata: string;
|
|
307
|
+
}) => import("./group/v1/tx").MsgCreateGroup;
|
|
308
|
+
};
|
|
309
|
+
"/cosmos.group.v1.MsgUpdateGroupMembers": {
|
|
310
|
+
aminoType: string;
|
|
311
|
+
toAmino: ({ admin, groupId, memberUpdates }: import("./group/v1/tx").MsgUpdateGroupMembers) => {
|
|
312
|
+
admin: string;
|
|
313
|
+
group_id: string;
|
|
314
|
+
member_updates: {
|
|
315
|
+
address: string;
|
|
316
|
+
weight: string;
|
|
317
|
+
metadata: string;
|
|
318
|
+
added_at: {
|
|
319
|
+
seconds: string;
|
|
320
|
+
nanos: number;
|
|
321
|
+
};
|
|
322
|
+
}[];
|
|
323
|
+
};
|
|
324
|
+
fromAmino: ({ admin, group_id, member_updates }: {
|
|
325
|
+
admin: string;
|
|
326
|
+
group_id: string;
|
|
327
|
+
member_updates: {
|
|
328
|
+
address: string;
|
|
329
|
+
weight: string;
|
|
330
|
+
metadata: string;
|
|
331
|
+
added_at: {
|
|
332
|
+
seconds: string;
|
|
333
|
+
nanos: number;
|
|
334
|
+
};
|
|
335
|
+
}[];
|
|
336
|
+
}) => import("./group/v1/tx").MsgUpdateGroupMembers;
|
|
337
|
+
};
|
|
338
|
+
"/cosmos.group.v1.MsgUpdateGroupAdmin": {
|
|
339
|
+
aminoType: string;
|
|
340
|
+
toAmino: ({ admin, groupId, newAdmin }: import("./group/v1/tx").MsgUpdateGroupAdmin) => {
|
|
341
|
+
admin: string;
|
|
342
|
+
group_id: string;
|
|
343
|
+
new_admin: string;
|
|
344
|
+
};
|
|
345
|
+
fromAmino: ({ admin, group_id, new_admin }: {
|
|
346
|
+
admin: string;
|
|
347
|
+
group_id: string;
|
|
348
|
+
new_admin: string;
|
|
349
|
+
}) => import("./group/v1/tx").MsgUpdateGroupAdmin;
|
|
350
|
+
};
|
|
351
|
+
"/cosmos.group.v1.MsgUpdateGroupMetadata": {
|
|
352
|
+
aminoType: string;
|
|
353
|
+
toAmino: ({ admin, groupId, metadata }: import("./group/v1/tx").MsgUpdateGroupMetadata) => {
|
|
354
|
+
admin: string;
|
|
355
|
+
group_id: string;
|
|
356
|
+
metadata: string;
|
|
357
|
+
};
|
|
358
|
+
fromAmino: ({ admin, group_id, metadata }: {
|
|
359
|
+
admin: string;
|
|
360
|
+
group_id: string;
|
|
361
|
+
metadata: string;
|
|
362
|
+
}) => import("./group/v1/tx").MsgUpdateGroupMetadata;
|
|
363
|
+
};
|
|
364
|
+
"/cosmos.group.v1.MsgCreateGroupPolicy": {
|
|
365
|
+
aminoType: string;
|
|
366
|
+
toAmino: ({ admin, groupId, metadata, decisionPolicy }: import("./group/v1/tx").MsgCreateGroupPolicy) => {
|
|
367
|
+
admin: string;
|
|
368
|
+
group_id: string;
|
|
369
|
+
metadata: string;
|
|
370
|
+
decision_policy: {
|
|
371
|
+
type_url: string;
|
|
372
|
+
value: Uint8Array;
|
|
373
|
+
};
|
|
374
|
+
};
|
|
375
|
+
fromAmino: ({ admin, group_id, metadata, decision_policy }: {
|
|
376
|
+
admin: string;
|
|
377
|
+
group_id: string;
|
|
378
|
+
metadata: string;
|
|
379
|
+
decision_policy: {
|
|
380
|
+
type_url: string;
|
|
381
|
+
value: Uint8Array;
|
|
382
|
+
};
|
|
383
|
+
}) => import("./group/v1/tx").MsgCreateGroupPolicy;
|
|
384
|
+
};
|
|
385
|
+
"/cosmos.group.v1.MsgCreateGroupWithPolicy": {
|
|
386
|
+
aminoType: string;
|
|
387
|
+
toAmino: ({ admin, members, groupMetadata, groupPolicyMetadata, groupPolicyAsAdmin, decisionPolicy }: import("./group/v1/tx").MsgCreateGroupWithPolicy) => {
|
|
388
|
+
admin: string;
|
|
389
|
+
members: {
|
|
390
|
+
address: string;
|
|
391
|
+
weight: string;
|
|
392
|
+
metadata: string;
|
|
393
|
+
added_at: {
|
|
394
|
+
seconds: string;
|
|
395
|
+
nanos: number;
|
|
396
|
+
};
|
|
397
|
+
}[];
|
|
398
|
+
group_metadata: string;
|
|
399
|
+
group_policy_metadata: string;
|
|
400
|
+
group_policy_as_admin: boolean;
|
|
401
|
+
decision_policy: {
|
|
402
|
+
type_url: string;
|
|
403
|
+
value: Uint8Array;
|
|
404
|
+
};
|
|
405
|
+
};
|
|
406
|
+
fromAmino: ({ admin, members, group_metadata, group_policy_metadata, group_policy_as_admin, decision_policy }: {
|
|
407
|
+
admin: string;
|
|
408
|
+
members: {
|
|
409
|
+
address: string;
|
|
410
|
+
weight: string;
|
|
411
|
+
metadata: string;
|
|
412
|
+
added_at: {
|
|
413
|
+
seconds: string;
|
|
414
|
+
nanos: number;
|
|
415
|
+
};
|
|
416
|
+
}[];
|
|
417
|
+
group_metadata: string;
|
|
418
|
+
group_policy_metadata: string;
|
|
419
|
+
group_policy_as_admin: boolean;
|
|
420
|
+
decision_policy: {
|
|
421
|
+
type_url: string;
|
|
422
|
+
value: Uint8Array;
|
|
423
|
+
};
|
|
424
|
+
}) => import("./group/v1/tx").MsgCreateGroupWithPolicy;
|
|
425
|
+
};
|
|
426
|
+
"/cosmos.group.v1.MsgUpdateGroupPolicyAdmin": {
|
|
427
|
+
aminoType: string;
|
|
428
|
+
toAmino: ({ admin, address, newAdmin }: import("./group/v1/tx").MsgUpdateGroupPolicyAdmin) => {
|
|
429
|
+
admin: string;
|
|
430
|
+
address: string;
|
|
431
|
+
new_admin: string;
|
|
432
|
+
};
|
|
433
|
+
fromAmino: ({ admin, address, new_admin }: {
|
|
434
|
+
admin: string;
|
|
435
|
+
address: string;
|
|
436
|
+
new_admin: string;
|
|
437
|
+
}) => import("./group/v1/tx").MsgUpdateGroupPolicyAdmin;
|
|
438
|
+
};
|
|
439
|
+
"/cosmos.group.v1.MsgUpdateGroupPolicyDecisionPolicy": {
|
|
440
|
+
aminoType: string;
|
|
441
|
+
toAmino: ({ admin, address, decisionPolicy }: import("./group/v1/tx").MsgUpdateGroupPolicyDecisionPolicy) => {
|
|
442
|
+
admin: string;
|
|
443
|
+
address: string;
|
|
444
|
+
decision_policy: {
|
|
445
|
+
type_url: string;
|
|
446
|
+
value: Uint8Array;
|
|
447
|
+
};
|
|
448
|
+
};
|
|
449
|
+
fromAmino: ({ admin, address, decision_policy }: {
|
|
450
|
+
admin: string;
|
|
451
|
+
address: string;
|
|
452
|
+
decision_policy: {
|
|
453
|
+
type_url: string;
|
|
454
|
+
value: Uint8Array;
|
|
455
|
+
};
|
|
456
|
+
}) => import("./group/v1/tx").MsgUpdateGroupPolicyDecisionPolicy;
|
|
457
|
+
};
|
|
458
|
+
"/cosmos.group.v1.MsgUpdateGroupPolicyMetadata": {
|
|
459
|
+
aminoType: string;
|
|
460
|
+
toAmino: ({ admin, address, metadata }: import("./group/v1/tx").MsgUpdateGroupPolicyMetadata) => {
|
|
461
|
+
admin: string;
|
|
462
|
+
address: string;
|
|
463
|
+
metadata: string;
|
|
464
|
+
};
|
|
465
|
+
fromAmino: ({ admin, address, metadata }: {
|
|
466
|
+
admin: string;
|
|
467
|
+
address: string;
|
|
468
|
+
metadata: string;
|
|
469
|
+
}) => import("./group/v1/tx").MsgUpdateGroupPolicyMetadata;
|
|
470
|
+
};
|
|
471
|
+
"/cosmos.group.v1.MsgSubmitProposal": {
|
|
472
|
+
aminoType: string;
|
|
473
|
+
toAmino: ({ address, proposers, metadata, messages, exec }: import("./group/v1/tx").MsgSubmitProposal) => {
|
|
474
|
+
address: string;
|
|
475
|
+
proposers: string[];
|
|
476
|
+
metadata: string;
|
|
477
|
+
messages: {
|
|
478
|
+
type_url: string;
|
|
479
|
+
value: Uint8Array;
|
|
480
|
+
}[];
|
|
481
|
+
exec: number;
|
|
482
|
+
};
|
|
483
|
+
fromAmino: ({ address, proposers, metadata, messages, exec }: {
|
|
484
|
+
address: string;
|
|
485
|
+
proposers: string[];
|
|
486
|
+
metadata: string;
|
|
487
|
+
messages: {
|
|
488
|
+
type_url: string;
|
|
489
|
+
value: Uint8Array;
|
|
490
|
+
}[];
|
|
491
|
+
exec: number;
|
|
492
|
+
}) => import("./group/v1/tx").MsgSubmitProposal;
|
|
493
|
+
};
|
|
494
|
+
"/cosmos.group.v1.MsgWithdrawProposal": {
|
|
495
|
+
aminoType: string;
|
|
496
|
+
toAmino: ({ proposalId, address }: import("./group/v1/tx").MsgWithdrawProposal) => {
|
|
497
|
+
proposal_id: string;
|
|
498
|
+
address: string;
|
|
499
|
+
};
|
|
500
|
+
fromAmino: ({ proposal_id, address }: {
|
|
501
|
+
proposal_id: string;
|
|
502
|
+
address: string;
|
|
503
|
+
}) => import("./group/v1/tx").MsgWithdrawProposal;
|
|
504
|
+
};
|
|
505
|
+
"/cosmos.group.v1.MsgVote": {
|
|
506
|
+
aminoType: string;
|
|
507
|
+
toAmino: ({ proposalId, voter, option, metadata, exec }: import("./group/v1/tx").MsgVote) => {
|
|
508
|
+
proposal_id: string;
|
|
509
|
+
voter: string;
|
|
510
|
+
option: number;
|
|
511
|
+
metadata: string;
|
|
512
|
+
exec: number;
|
|
513
|
+
};
|
|
514
|
+
fromAmino: ({ proposal_id, voter, option, metadata, exec }: {
|
|
515
|
+
proposal_id: string;
|
|
516
|
+
voter: string;
|
|
517
|
+
option: number;
|
|
518
|
+
metadata: string;
|
|
519
|
+
exec: number;
|
|
520
|
+
}) => import("./group/v1/tx").MsgVote;
|
|
521
|
+
};
|
|
522
|
+
"/cosmos.group.v1.MsgExec": {
|
|
523
|
+
aminoType: string;
|
|
524
|
+
toAmino: ({ proposalId, signer }: import("./group/v1/tx").MsgExec) => {
|
|
525
|
+
proposal_id: string;
|
|
526
|
+
signer: string;
|
|
527
|
+
};
|
|
528
|
+
fromAmino: ({ proposal_id, signer }: {
|
|
529
|
+
proposal_id: string;
|
|
530
|
+
signer: string;
|
|
531
|
+
}) => import("./group/v1/tx").MsgExec;
|
|
532
|
+
};
|
|
533
|
+
"/cosmos.group.v1.MsgLeaveGroup": {
|
|
534
|
+
aminoType: string;
|
|
535
|
+
toAmino: ({ address, groupId }: import("./group/v1/tx").MsgLeaveGroup) => {
|
|
536
|
+
address: string;
|
|
537
|
+
group_id: string;
|
|
538
|
+
};
|
|
539
|
+
fromAmino: ({ address, group_id }: {
|
|
540
|
+
address: string;
|
|
541
|
+
group_id: string;
|
|
542
|
+
}) => import("./group/v1/tx").MsgLeaveGroup;
|
|
543
|
+
};
|
|
544
|
+
"/cosmos.gov.v1beta1.MsgSubmitProposal": {
|
|
545
|
+
aminoType: string;
|
|
546
|
+
toAmino: ({ content, initialDeposit, proposer }: import("./gov/v1beta1/tx").MsgSubmitProposal) => {
|
|
547
|
+
content: {
|
|
548
|
+
type_url: string;
|
|
549
|
+
value: Uint8Array;
|
|
550
|
+
};
|
|
551
|
+
initial_deposit: {
|
|
552
|
+
denom: string;
|
|
553
|
+
amount: string;
|
|
554
|
+
}[];
|
|
555
|
+
proposer: string;
|
|
556
|
+
};
|
|
557
|
+
fromAmino: ({ content, initial_deposit, proposer }: {
|
|
558
|
+
content: {
|
|
559
|
+
type_url: string;
|
|
560
|
+
value: Uint8Array;
|
|
561
|
+
};
|
|
562
|
+
initial_deposit: {
|
|
563
|
+
denom: string;
|
|
564
|
+
amount: string;
|
|
565
|
+
}[];
|
|
566
|
+
proposer: string;
|
|
567
|
+
}) => import("./gov/v1beta1/tx").MsgSubmitProposal;
|
|
568
|
+
};
|
|
569
|
+
"/cosmos.gov.v1beta1.MsgVote": {
|
|
570
|
+
aminoType: string;
|
|
571
|
+
toAmino: ({ proposalId, voter, option }: import("./gov/v1beta1/tx").MsgVote) => {
|
|
572
|
+
proposal_id: string;
|
|
573
|
+
voter: string;
|
|
574
|
+
option: number;
|
|
575
|
+
};
|
|
576
|
+
fromAmino: ({ proposal_id, voter, option }: {
|
|
577
|
+
proposal_id: string;
|
|
578
|
+
voter: string;
|
|
579
|
+
option: number;
|
|
580
|
+
}) => import("./gov/v1beta1/tx").MsgVote;
|
|
581
|
+
};
|
|
582
|
+
"/cosmos.gov.v1beta1.MsgVoteWeighted": {
|
|
583
|
+
aminoType: string;
|
|
584
|
+
toAmino: ({ proposalId, voter, options }: import("./gov/v1beta1/tx").MsgVoteWeighted) => {
|
|
585
|
+
proposal_id: string;
|
|
586
|
+
voter: string;
|
|
587
|
+
options: {
|
|
588
|
+
option: number;
|
|
589
|
+
weight: string;
|
|
590
|
+
}[];
|
|
591
|
+
};
|
|
592
|
+
fromAmino: ({ proposal_id, voter, options }: {
|
|
593
|
+
proposal_id: string;
|
|
594
|
+
voter: string;
|
|
595
|
+
options: {
|
|
596
|
+
option: number;
|
|
597
|
+
weight: string;
|
|
598
|
+
}[];
|
|
599
|
+
}) => import("./gov/v1beta1/tx").MsgVoteWeighted;
|
|
600
|
+
};
|
|
601
|
+
"/cosmos.gov.v1beta1.MsgDeposit": {
|
|
602
|
+
aminoType: string;
|
|
603
|
+
toAmino: ({ proposalId, depositor, amount }: import("./gov/v1beta1/tx").MsgDeposit) => {
|
|
604
|
+
proposal_id: string;
|
|
605
|
+
depositor: string;
|
|
606
|
+
amount: {
|
|
607
|
+
denom: string;
|
|
608
|
+
amount: string;
|
|
609
|
+
}[];
|
|
610
|
+
};
|
|
611
|
+
fromAmino: ({ proposal_id, depositor, amount }: {
|
|
612
|
+
proposal_id: string;
|
|
613
|
+
depositor: string;
|
|
614
|
+
amount: {
|
|
615
|
+
denom: string;
|
|
616
|
+
amount: string;
|
|
617
|
+
}[];
|
|
618
|
+
}) => import("./gov/v1beta1/tx").MsgDeposit;
|
|
619
|
+
};
|
|
620
|
+
"/cosmos.gov.v1.MsgSubmitProposal": {
|
|
621
|
+
aminoType: string;
|
|
622
|
+
toAmino: ({ messages, initialDeposit, proposer, metadata }: import("./gov/v1/tx").MsgSubmitProposal) => {
|
|
623
|
+
messages: {
|
|
624
|
+
type_url: string;
|
|
625
|
+
value: Uint8Array;
|
|
626
|
+
}[];
|
|
627
|
+
initial_deposit: {
|
|
628
|
+
denom: string;
|
|
629
|
+
amount: string;
|
|
630
|
+
}[];
|
|
631
|
+
proposer: string;
|
|
632
|
+
metadata: string;
|
|
633
|
+
};
|
|
634
|
+
fromAmino: ({ messages, initial_deposit, proposer, metadata }: {
|
|
635
|
+
messages: {
|
|
636
|
+
type_url: string;
|
|
637
|
+
value: Uint8Array;
|
|
638
|
+
}[];
|
|
639
|
+
initial_deposit: {
|
|
640
|
+
denom: string;
|
|
641
|
+
amount: string;
|
|
642
|
+
}[];
|
|
643
|
+
proposer: string;
|
|
644
|
+
metadata: string;
|
|
645
|
+
}) => import("./gov/v1/tx").MsgSubmitProposal;
|
|
646
|
+
};
|
|
647
|
+
"/cosmos.gov.v1.MsgExecLegacyContent": {
|
|
648
|
+
aminoType: string;
|
|
649
|
+
toAmino: ({ content, authority }: import("./gov/v1/tx").MsgExecLegacyContent) => {
|
|
650
|
+
content: {
|
|
651
|
+
type_url: string;
|
|
652
|
+
value: Uint8Array;
|
|
653
|
+
};
|
|
654
|
+
authority: string;
|
|
655
|
+
};
|
|
656
|
+
fromAmino: ({ content, authority }: {
|
|
657
|
+
content: {
|
|
658
|
+
type_url: string;
|
|
659
|
+
value: Uint8Array;
|
|
660
|
+
};
|
|
661
|
+
authority: string;
|
|
662
|
+
}) => import("./gov/v1/tx").MsgExecLegacyContent;
|
|
663
|
+
};
|
|
664
|
+
"/cosmos.gov.v1.MsgVote": {
|
|
665
|
+
aminoType: string;
|
|
666
|
+
toAmino: ({ proposalId, voter, option, metadata }: import("./gov/v1/tx").MsgVote) => {
|
|
667
|
+
proposal_id: string;
|
|
668
|
+
voter: string;
|
|
669
|
+
option: number;
|
|
670
|
+
metadata: string;
|
|
671
|
+
};
|
|
672
|
+
fromAmino: ({ proposal_id, voter, option, metadata }: {
|
|
673
|
+
proposal_id: string;
|
|
674
|
+
voter: string;
|
|
675
|
+
option: number;
|
|
676
|
+
metadata: string;
|
|
677
|
+
}) => import("./gov/v1/tx").MsgVote;
|
|
678
|
+
};
|
|
679
|
+
"/cosmos.gov.v1.MsgVoteWeighted": {
|
|
680
|
+
aminoType: string;
|
|
681
|
+
toAmino: ({ proposalId, voter, options, metadata }: import("./gov/v1/tx").MsgVoteWeighted) => {
|
|
682
|
+
proposal_id: string;
|
|
683
|
+
voter: string;
|
|
684
|
+
options: {
|
|
685
|
+
option: number;
|
|
686
|
+
weight: string;
|
|
687
|
+
}[];
|
|
688
|
+
metadata: string;
|
|
689
|
+
};
|
|
690
|
+
fromAmino: ({ proposal_id, voter, options, metadata }: {
|
|
691
|
+
proposal_id: string;
|
|
692
|
+
voter: string;
|
|
693
|
+
options: {
|
|
694
|
+
option: number;
|
|
695
|
+
weight: string;
|
|
696
|
+
}[];
|
|
697
|
+
metadata: string;
|
|
698
|
+
}) => import("./gov/v1/tx").MsgVoteWeighted;
|
|
699
|
+
};
|
|
700
|
+
"/cosmos.gov.v1.MsgDeposit": {
|
|
701
|
+
aminoType: string;
|
|
702
|
+
toAmino: ({ proposalId, depositor, amount }: import("./gov/v1/tx").MsgDeposit) => {
|
|
703
|
+
proposal_id: string;
|
|
704
|
+
depositor: string;
|
|
705
|
+
amount: {
|
|
706
|
+
denom: string;
|
|
707
|
+
amount: string;
|
|
708
|
+
}[];
|
|
709
|
+
};
|
|
710
|
+
fromAmino: ({ proposal_id, depositor, amount }: {
|
|
711
|
+
proposal_id: string;
|
|
712
|
+
depositor: string;
|
|
713
|
+
amount: {
|
|
714
|
+
denom: string;
|
|
715
|
+
amount: string;
|
|
716
|
+
}[];
|
|
717
|
+
}) => import("./gov/v1/tx").MsgDeposit;
|
|
718
|
+
};
|
|
719
|
+
"/cosmos.feegrant.v1beta1.MsgGrantAllowance": {
|
|
720
|
+
aminoType: string;
|
|
721
|
+
toAmino: ({ granter, grantee, allowance }: import("./feegrant/v1beta1/tx").MsgGrantAllowance) => {
|
|
722
|
+
granter: string;
|
|
723
|
+
grantee: string;
|
|
724
|
+
allowance: {
|
|
725
|
+
type_url: string;
|
|
726
|
+
value: Uint8Array;
|
|
727
|
+
};
|
|
728
|
+
};
|
|
729
|
+
fromAmino: ({ granter, grantee, allowance }: {
|
|
730
|
+
granter: string;
|
|
731
|
+
grantee: string;
|
|
732
|
+
allowance: {
|
|
733
|
+
type_url: string;
|
|
734
|
+
value: Uint8Array;
|
|
735
|
+
};
|
|
736
|
+
}) => import("./feegrant/v1beta1/tx").MsgGrantAllowance;
|
|
737
|
+
};
|
|
738
|
+
"/cosmos.feegrant.v1beta1.MsgRevokeAllowance": {
|
|
739
|
+
aminoType: string;
|
|
740
|
+
toAmino: ({ granter, grantee }: import("./feegrant/v1beta1/tx").MsgRevokeAllowance) => {
|
|
741
|
+
granter: string;
|
|
742
|
+
grantee: string;
|
|
743
|
+
};
|
|
744
|
+
fromAmino: ({ granter, grantee }: {
|
|
745
|
+
granter: string;
|
|
746
|
+
grantee: string;
|
|
747
|
+
}) => import("./feegrant/v1beta1/tx").MsgRevokeAllowance;
|
|
748
|
+
};
|
|
749
|
+
"/cosmos.evidence.v1beta1.MsgSubmitEvidence": {
|
|
750
|
+
aminoType: string;
|
|
751
|
+
toAmino: ({ submitter, evidence }: import("./evidence/v1beta1/tx").MsgSubmitEvidence) => {
|
|
752
|
+
submitter: string;
|
|
753
|
+
evidence: {
|
|
754
|
+
type_url: string;
|
|
755
|
+
value: Uint8Array;
|
|
756
|
+
};
|
|
757
|
+
};
|
|
758
|
+
fromAmino: ({ submitter, evidence }: {
|
|
759
|
+
submitter: string;
|
|
760
|
+
evidence: {
|
|
761
|
+
type_url: string;
|
|
762
|
+
value: Uint8Array;
|
|
763
|
+
};
|
|
764
|
+
}) => import("./evidence/v1beta1/tx").MsgSubmitEvidence;
|
|
765
|
+
};
|
|
766
|
+
"/cosmos.distribution.v1beta1.MsgSetWithdrawAddress": {
|
|
767
|
+
aminoType: string;
|
|
768
|
+
toAmino: ({ delegatorAddress, withdrawAddress }: import("./distribution/v1beta1/tx").MsgSetWithdrawAddress) => {
|
|
769
|
+
delegator_address: string;
|
|
770
|
+
withdraw_address: string;
|
|
771
|
+
};
|
|
772
|
+
fromAmino: ({ delegator_address, withdraw_address }: {
|
|
773
|
+
delegator_address: string;
|
|
774
|
+
withdraw_address: string;
|
|
775
|
+
}) => import("./distribution/v1beta1/tx").MsgSetWithdrawAddress;
|
|
776
|
+
};
|
|
777
|
+
"/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward": {
|
|
778
|
+
aminoType: string;
|
|
779
|
+
toAmino: ({ delegatorAddress, validatorAddress }: import("./distribution/v1beta1/tx").MsgWithdrawDelegatorReward) => {
|
|
780
|
+
delegator_address: string;
|
|
781
|
+
validator_address: string;
|
|
782
|
+
};
|
|
783
|
+
fromAmino: ({ delegator_address, validator_address }: {
|
|
784
|
+
delegator_address: string;
|
|
785
|
+
validator_address: string;
|
|
786
|
+
}) => import("./distribution/v1beta1/tx").MsgWithdrawDelegatorReward;
|
|
787
|
+
};
|
|
788
|
+
"/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission": {
|
|
789
|
+
aminoType: string;
|
|
790
|
+
toAmino: ({ validatorAddress }: import("./distribution/v1beta1/tx").MsgWithdrawValidatorCommission) => {
|
|
791
|
+
validator_address: string;
|
|
792
|
+
};
|
|
793
|
+
fromAmino: ({ validator_address }: {
|
|
794
|
+
validator_address: string;
|
|
795
|
+
}) => import("./distribution/v1beta1/tx").MsgWithdrawValidatorCommission;
|
|
796
|
+
};
|
|
797
|
+
"/cosmos.distribution.v1beta1.MsgFundCommunityPool": {
|
|
798
|
+
aminoType: string;
|
|
799
|
+
toAmino: ({ amount, depositor }: import("./distribution/v1beta1/tx").MsgFundCommunityPool) => {
|
|
800
|
+
amount: {
|
|
801
|
+
denom: string;
|
|
802
|
+
amount: string;
|
|
803
|
+
}[];
|
|
804
|
+
depositor: string;
|
|
805
|
+
};
|
|
806
|
+
fromAmino: ({ amount, depositor }: {
|
|
807
|
+
amount: {
|
|
808
|
+
denom: string;
|
|
809
|
+
amount: string;
|
|
810
|
+
}[];
|
|
811
|
+
depositor: string;
|
|
812
|
+
}) => import("./distribution/v1beta1/tx").MsgFundCommunityPool;
|
|
813
|
+
};
|
|
814
|
+
"/cosmos.crisis.v1beta1.MsgVerifyInvariant": {
|
|
815
|
+
aminoType: string;
|
|
816
|
+
toAmino: ({ sender, invariantModuleName, invariantRoute }: import("./crisis/v1beta1/tx").MsgVerifyInvariant) => {
|
|
817
|
+
sender: string;
|
|
818
|
+
invariant_module_name: string;
|
|
819
|
+
invariant_route: string;
|
|
820
|
+
};
|
|
821
|
+
fromAmino: ({ sender, invariant_module_name, invariant_route }: {
|
|
822
|
+
sender: string;
|
|
823
|
+
invariant_module_name: string;
|
|
824
|
+
invariant_route: string;
|
|
825
|
+
}) => import("./crisis/v1beta1/tx").MsgVerifyInvariant;
|
|
826
|
+
};
|
|
827
|
+
"/cosmos.bank.v1beta1.MsgSend": {
|
|
828
|
+
aminoType: string;
|
|
829
|
+
toAmino: ({ fromAddress, toAddress, amount }: import("./bank/v1beta1/tx").MsgSend) => {
|
|
830
|
+
from_address: string;
|
|
831
|
+
to_address: string;
|
|
832
|
+
amount: {
|
|
833
|
+
denom: string;
|
|
834
|
+
amount: string;
|
|
835
|
+
}[];
|
|
836
|
+
};
|
|
837
|
+
fromAmino: ({ from_address, to_address, amount }: {
|
|
838
|
+
from_address: string;
|
|
839
|
+
to_address: string;
|
|
840
|
+
amount: {
|
|
841
|
+
denom: string;
|
|
842
|
+
amount: string;
|
|
843
|
+
}[];
|
|
844
|
+
}) => import("./bank/v1beta1/tx").MsgSend;
|
|
845
|
+
};
|
|
846
|
+
"/cosmos.bank.v1beta1.MsgMultiSend": {
|
|
847
|
+
aminoType: string;
|
|
848
|
+
toAmino: ({ inputs, outputs }: import("./bank/v1beta1/tx").MsgMultiSend) => {
|
|
849
|
+
inputs: {
|
|
850
|
+
address: string;
|
|
851
|
+
coins: {
|
|
852
|
+
denom: string;
|
|
853
|
+
amount: string;
|
|
854
|
+
}[];
|
|
855
|
+
}[];
|
|
856
|
+
outputs: {
|
|
857
|
+
address: string;
|
|
858
|
+
coins: {
|
|
859
|
+
denom: string;
|
|
860
|
+
amount: string;
|
|
861
|
+
}[];
|
|
862
|
+
}[];
|
|
863
|
+
};
|
|
864
|
+
fromAmino: ({ inputs, outputs }: {
|
|
865
|
+
inputs: {
|
|
866
|
+
address: string;
|
|
867
|
+
coins: {
|
|
868
|
+
denom: string;
|
|
869
|
+
amount: string;
|
|
870
|
+
}[];
|
|
871
|
+
}[];
|
|
872
|
+
outputs: {
|
|
873
|
+
address: string;
|
|
874
|
+
coins: {
|
|
875
|
+
denom: string;
|
|
876
|
+
amount: string;
|
|
877
|
+
}[];
|
|
878
|
+
}[];
|
|
879
|
+
}) => import("./bank/v1beta1/tx").MsgMultiSend;
|
|
880
|
+
};
|
|
881
|
+
"/cosmos.authz.v1beta1.MsgGrant": {
|
|
882
|
+
aminoType: string;
|
|
883
|
+
toAmino: ({ granter, grantee, grant }: import("./authz/v1beta1/tx").MsgGrant) => {
|
|
884
|
+
granter: string;
|
|
885
|
+
grantee: string;
|
|
886
|
+
grant: {
|
|
887
|
+
authorization: {
|
|
888
|
+
type_url: string;
|
|
889
|
+
value: Uint8Array;
|
|
890
|
+
};
|
|
891
|
+
expiration: {
|
|
892
|
+
seconds: string;
|
|
893
|
+
nanos: number;
|
|
894
|
+
};
|
|
895
|
+
};
|
|
896
|
+
};
|
|
897
|
+
fromAmino: ({ granter, grantee, grant }: {
|
|
898
|
+
granter: string;
|
|
899
|
+
grantee: string;
|
|
900
|
+
grant: {
|
|
901
|
+
authorization: {
|
|
902
|
+
type_url: string;
|
|
903
|
+
value: Uint8Array;
|
|
904
|
+
};
|
|
905
|
+
expiration: {
|
|
906
|
+
seconds: string;
|
|
907
|
+
nanos: number;
|
|
908
|
+
};
|
|
909
|
+
};
|
|
910
|
+
}) => import("./authz/v1beta1/tx").MsgGrant;
|
|
911
|
+
};
|
|
912
|
+
"/cosmos.authz.v1beta1.MsgExec": {
|
|
913
|
+
aminoType: string;
|
|
914
|
+
toAmino: ({ grantee, msgs }: import("./authz/v1beta1/tx").MsgExec) => {
|
|
915
|
+
grantee: string;
|
|
916
|
+
msgs: {
|
|
917
|
+
type_url: string;
|
|
918
|
+
value: Uint8Array;
|
|
919
|
+
}[];
|
|
920
|
+
};
|
|
921
|
+
fromAmino: ({ grantee, msgs }: {
|
|
922
|
+
grantee: string;
|
|
923
|
+
msgs: {
|
|
924
|
+
type_url: string;
|
|
925
|
+
value: Uint8Array;
|
|
926
|
+
}[];
|
|
927
|
+
}) => import("./authz/v1beta1/tx").MsgExec;
|
|
928
|
+
};
|
|
929
|
+
"/cosmos.authz.v1beta1.MsgRevoke": {
|
|
930
|
+
aminoType: string;
|
|
931
|
+
toAmino: ({ granter, grantee, msgTypeUrl }: import("./authz/v1beta1/tx").MsgRevoke) => {
|
|
932
|
+
granter: string;
|
|
933
|
+
grantee: string;
|
|
934
|
+
msg_type_url: string;
|
|
935
|
+
};
|
|
936
|
+
fromAmino: ({ granter, grantee, msg_type_url }: {
|
|
937
|
+
granter: string;
|
|
938
|
+
grantee: string;
|
|
939
|
+
msg_type_url: string;
|
|
940
|
+
}) => import("./authz/v1beta1/tx").MsgRevoke;
|
|
941
|
+
};
|
|
942
|
+
};
|
|
943
|
+
export declare const cosmosProtoRegistry: ReadonlyArray<[string, GeneratedType]>;
|
|
944
|
+
export declare const getSigningCosmosClientOptions: () => {
|
|
945
|
+
registry: Registry;
|
|
946
|
+
aminoTypes: AminoTypes;
|
|
947
|
+
};
|
|
948
|
+
export declare const getSigningCosmosClient: ({ rpcEndpoint, signer }: {
|
|
949
|
+
rpcEndpoint: string;
|
|
950
|
+
signer: OfflineSigner;
|
|
951
|
+
}) => Promise<SigningStargateClient>;
|