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,499 @@
|
|
|
1
|
+
import { Coin, CoinSDKType } from "../../../cosmos/base/v1beta1/coin";
|
|
2
|
+
import { BridgeValidator, BridgeValidatorSDKType } from "./types";
|
|
3
|
+
import { Any, AnySDKType } from "../../../google/protobuf/any";
|
|
4
|
+
import * as _m0 from "protobufjs/minimal";
|
|
5
|
+
import { DeepPartial, Long } from "@osmonauts/helpers";
|
|
6
|
+
/**
|
|
7
|
+
* MsgSetOrchestratorAddresses
|
|
8
|
+
* this message allows validators to delegate their voting responsibilities
|
|
9
|
+
* to a given key. This key is then used as an optional authentication method
|
|
10
|
+
* for sigining oracle claims
|
|
11
|
+
* VALIDATOR
|
|
12
|
+
* The validator field is a cosmosvaloper1... string (i.e. sdk.ValAddress)
|
|
13
|
+
* that references a validator in the active set
|
|
14
|
+
* ORCHESTRATOR
|
|
15
|
+
* The orchestrator field is a cosmos1... string (i.e. sdk.AccAddress) that
|
|
16
|
+
* references the key that is being delegated to
|
|
17
|
+
* ETH_ADDRESS
|
|
18
|
+
* This is a hex encoded 0x Ethereum public key that will be used by this validator
|
|
19
|
+
* on Ethereum
|
|
20
|
+
*/
|
|
21
|
+
export interface MsgSetOrchestratorAddresses {
|
|
22
|
+
sender: string;
|
|
23
|
+
orchestrator: string;
|
|
24
|
+
ethAddress: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* MsgSetOrchestratorAddresses
|
|
28
|
+
* this message allows validators to delegate their voting responsibilities
|
|
29
|
+
* to a given key. This key is then used as an optional authentication method
|
|
30
|
+
* for sigining oracle claims
|
|
31
|
+
* VALIDATOR
|
|
32
|
+
* The validator field is a cosmosvaloper1... string (i.e. sdk.ValAddress)
|
|
33
|
+
* that references a validator in the active set
|
|
34
|
+
* ORCHESTRATOR
|
|
35
|
+
* The orchestrator field is a cosmos1... string (i.e. sdk.AccAddress) that
|
|
36
|
+
* references the key that is being delegated to
|
|
37
|
+
* ETH_ADDRESS
|
|
38
|
+
* This is a hex encoded 0x Ethereum public key that will be used by this validator
|
|
39
|
+
* on Ethereum
|
|
40
|
+
*/
|
|
41
|
+
export interface MsgSetOrchestratorAddressesSDKType {
|
|
42
|
+
sender: string;
|
|
43
|
+
orchestrator: string;
|
|
44
|
+
eth_address: string;
|
|
45
|
+
}
|
|
46
|
+
export interface MsgSetOrchestratorAddressesResponse {
|
|
47
|
+
}
|
|
48
|
+
export interface MsgSetOrchestratorAddressesResponseSDKType {
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* MsgValsetConfirm
|
|
52
|
+
* this is the message sent by the validators when they wish to submit their
|
|
53
|
+
* signatures over the validator set at a given block height. A validator must
|
|
54
|
+
* first call MsgSetEthAddress to set their Ethereum address to be used for
|
|
55
|
+
* signing. Then someone (anyone) must make a ValsetRequest the request is
|
|
56
|
+
* essentially a messaging mechanism to determine which block all validators
|
|
57
|
+
* should submit signatures over. Finally validators sign the validator set,
|
|
58
|
+
* powers, and Ethereum addresses of the entire validator set at the height of a
|
|
59
|
+
* ValsetRequest and submit that signature with this message.
|
|
60
|
+
*
|
|
61
|
+
* If a sufficient number of validators (66% of voting power) (A) have set
|
|
62
|
+
* Ethereum addresses and (B) submit ValsetConfirm messages with their
|
|
63
|
+
* signatures it is then possible for anyone to view these signatures in the
|
|
64
|
+
* chain store and submit them to Ethereum to update the validator set
|
|
65
|
+
* -------------
|
|
66
|
+
*/
|
|
67
|
+
export interface MsgValsetConfirm {
|
|
68
|
+
nonce: Long;
|
|
69
|
+
orchestrator: string;
|
|
70
|
+
ethAddress: string;
|
|
71
|
+
signature: string;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* MsgValsetConfirm
|
|
75
|
+
* this is the message sent by the validators when they wish to submit their
|
|
76
|
+
* signatures over the validator set at a given block height. A validator must
|
|
77
|
+
* first call MsgSetEthAddress to set their Ethereum address to be used for
|
|
78
|
+
* signing. Then someone (anyone) must make a ValsetRequest the request is
|
|
79
|
+
* essentially a messaging mechanism to determine which block all validators
|
|
80
|
+
* should submit signatures over. Finally validators sign the validator set,
|
|
81
|
+
* powers, and Ethereum addresses of the entire validator set at the height of a
|
|
82
|
+
* ValsetRequest and submit that signature with this message.
|
|
83
|
+
*
|
|
84
|
+
* If a sufficient number of validators (66% of voting power) (A) have set
|
|
85
|
+
* Ethereum addresses and (B) submit ValsetConfirm messages with their
|
|
86
|
+
* signatures it is then possible for anyone to view these signatures in the
|
|
87
|
+
* chain store and submit them to Ethereum to update the validator set
|
|
88
|
+
* -------------
|
|
89
|
+
*/
|
|
90
|
+
export interface MsgValsetConfirmSDKType {
|
|
91
|
+
nonce: Long;
|
|
92
|
+
orchestrator: string;
|
|
93
|
+
eth_address: string;
|
|
94
|
+
signature: string;
|
|
95
|
+
}
|
|
96
|
+
export interface MsgValsetConfirmResponse {
|
|
97
|
+
}
|
|
98
|
+
export interface MsgValsetConfirmResponseSDKType {
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* MsgSendToEth
|
|
102
|
+
* This is the message that a user calls when they want to bridge an asset
|
|
103
|
+
* it will later be removed when it is included in a batch and successfully
|
|
104
|
+
* submitted tokens are removed from the users balance immediately
|
|
105
|
+
* -------------
|
|
106
|
+
* AMOUNT:
|
|
107
|
+
* the coin to send across the bridge, note the restriction that this is a
|
|
108
|
+
* single coin not a set of coins that is normal in other Cosmos messages
|
|
109
|
+
* FEE:
|
|
110
|
+
* the fee paid for the bridge, distinct from the fee paid to the chain to
|
|
111
|
+
* actually send this message in the first place. So a successful send has
|
|
112
|
+
* two layers of fees for the user
|
|
113
|
+
*/
|
|
114
|
+
export interface MsgSendToEth {
|
|
115
|
+
sender: string;
|
|
116
|
+
ethDest: string;
|
|
117
|
+
amount: Coin;
|
|
118
|
+
bridgeFee: Coin;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* MsgSendToEth
|
|
122
|
+
* This is the message that a user calls when they want to bridge an asset
|
|
123
|
+
* it will later be removed when it is included in a batch and successfully
|
|
124
|
+
* submitted tokens are removed from the users balance immediately
|
|
125
|
+
* -------------
|
|
126
|
+
* AMOUNT:
|
|
127
|
+
* the coin to send across the bridge, note the restriction that this is a
|
|
128
|
+
* single coin not a set of coins that is normal in other Cosmos messages
|
|
129
|
+
* FEE:
|
|
130
|
+
* the fee paid for the bridge, distinct from the fee paid to the chain to
|
|
131
|
+
* actually send this message in the first place. So a successful send has
|
|
132
|
+
* two layers of fees for the user
|
|
133
|
+
*/
|
|
134
|
+
export interface MsgSendToEthSDKType {
|
|
135
|
+
sender: string;
|
|
136
|
+
eth_dest: string;
|
|
137
|
+
amount: CoinSDKType;
|
|
138
|
+
bridge_fee: CoinSDKType;
|
|
139
|
+
}
|
|
140
|
+
export interface MsgSendToEthResponse {
|
|
141
|
+
}
|
|
142
|
+
export interface MsgSendToEthResponseSDKType {
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* MsgRequestBatch
|
|
146
|
+
* this is a message anyone can send that requests a batch of transactions to
|
|
147
|
+
* send across the bridge be created for whatever block height this message is
|
|
148
|
+
* included in. This acts as a coordination point, the handler for this message
|
|
149
|
+
* looks at the AddToOutgoingPool tx's in the store and generates a batch, also
|
|
150
|
+
* available in the store tied to this message. The validators then grab this
|
|
151
|
+
* batch, sign it, submit the signatures with a MsgConfirmBatch before a relayer
|
|
152
|
+
* can finally submit the batch
|
|
153
|
+
* -------------
|
|
154
|
+
*/
|
|
155
|
+
export interface MsgRequestBatch {
|
|
156
|
+
orchestrator: string;
|
|
157
|
+
denom: string;
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* MsgRequestBatch
|
|
161
|
+
* this is a message anyone can send that requests a batch of transactions to
|
|
162
|
+
* send across the bridge be created for whatever block height this message is
|
|
163
|
+
* included in. This acts as a coordination point, the handler for this message
|
|
164
|
+
* looks at the AddToOutgoingPool tx's in the store and generates a batch, also
|
|
165
|
+
* available in the store tied to this message. The validators then grab this
|
|
166
|
+
* batch, sign it, submit the signatures with a MsgConfirmBatch before a relayer
|
|
167
|
+
* can finally submit the batch
|
|
168
|
+
* -------------
|
|
169
|
+
*/
|
|
170
|
+
export interface MsgRequestBatchSDKType {
|
|
171
|
+
orchestrator: string;
|
|
172
|
+
denom: string;
|
|
173
|
+
}
|
|
174
|
+
export interface MsgRequestBatchResponse {
|
|
175
|
+
}
|
|
176
|
+
export interface MsgRequestBatchResponseSDKType {
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* MsgConfirmBatch
|
|
180
|
+
* When validators observe a MsgRequestBatch they form a batch by ordering
|
|
181
|
+
* transactions currently in the txqueue in order of highest to lowest fee,
|
|
182
|
+
* cutting off when the batch either reaches a hardcoded maximum size (to be
|
|
183
|
+
* decided, probably around 100) or when transactions stop being profitable
|
|
184
|
+
* (TODO determine this without nondeterminism) This message includes the batch
|
|
185
|
+
* as well as an Ethereum signature over this batch by the validator
|
|
186
|
+
* -------------
|
|
187
|
+
*/
|
|
188
|
+
export interface MsgConfirmBatch {
|
|
189
|
+
nonce: Long;
|
|
190
|
+
tokenContract: string;
|
|
191
|
+
ethSigner: string;
|
|
192
|
+
orchestrator: string;
|
|
193
|
+
signature: string;
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* MsgConfirmBatch
|
|
197
|
+
* When validators observe a MsgRequestBatch they form a batch by ordering
|
|
198
|
+
* transactions currently in the txqueue in order of highest to lowest fee,
|
|
199
|
+
* cutting off when the batch either reaches a hardcoded maximum size (to be
|
|
200
|
+
* decided, probably around 100) or when transactions stop being profitable
|
|
201
|
+
* (TODO determine this without nondeterminism) This message includes the batch
|
|
202
|
+
* as well as an Ethereum signature over this batch by the validator
|
|
203
|
+
* -------------
|
|
204
|
+
*/
|
|
205
|
+
export interface MsgConfirmBatchSDKType {
|
|
206
|
+
nonce: Long;
|
|
207
|
+
token_contract: string;
|
|
208
|
+
eth_signer: string;
|
|
209
|
+
orchestrator: string;
|
|
210
|
+
signature: string;
|
|
211
|
+
}
|
|
212
|
+
export interface MsgConfirmBatchResponse {
|
|
213
|
+
}
|
|
214
|
+
export interface MsgConfirmBatchResponseSDKType {
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* EthereumBridgeDepositClaim
|
|
218
|
+
* When more than 66% of the active validator set has
|
|
219
|
+
* claimed to have seen the deposit enter the ethereum blockchain coins are
|
|
220
|
+
* issued to the Cosmos address in question
|
|
221
|
+
* -------------
|
|
222
|
+
*/
|
|
223
|
+
export interface MsgDepositClaim {
|
|
224
|
+
eventNonce: Long;
|
|
225
|
+
blockHeight: Long;
|
|
226
|
+
tokenContract: string;
|
|
227
|
+
amount: string;
|
|
228
|
+
ethereumSender: string;
|
|
229
|
+
cosmosReceiver: string;
|
|
230
|
+
orchestrator: string;
|
|
231
|
+
data: string;
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* EthereumBridgeDepositClaim
|
|
235
|
+
* When more than 66% of the active validator set has
|
|
236
|
+
* claimed to have seen the deposit enter the ethereum blockchain coins are
|
|
237
|
+
* issued to the Cosmos address in question
|
|
238
|
+
* -------------
|
|
239
|
+
*/
|
|
240
|
+
export interface MsgDepositClaimSDKType {
|
|
241
|
+
event_nonce: Long;
|
|
242
|
+
block_height: Long;
|
|
243
|
+
token_contract: string;
|
|
244
|
+
amount: string;
|
|
245
|
+
ethereum_sender: string;
|
|
246
|
+
cosmos_receiver: string;
|
|
247
|
+
orchestrator: string;
|
|
248
|
+
data: string;
|
|
249
|
+
}
|
|
250
|
+
export interface MsgDepositClaimResponse {
|
|
251
|
+
}
|
|
252
|
+
export interface MsgDepositClaimResponseSDKType {
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* WithdrawClaim claims that a batch of withdrawal
|
|
256
|
+
* operations on the bridge contract was executed.
|
|
257
|
+
*/
|
|
258
|
+
export interface MsgWithdrawClaim {
|
|
259
|
+
eventNonce: Long;
|
|
260
|
+
blockHeight: Long;
|
|
261
|
+
batchNonce: Long;
|
|
262
|
+
tokenContract: string;
|
|
263
|
+
orchestrator: string;
|
|
264
|
+
}
|
|
265
|
+
/**
|
|
266
|
+
* WithdrawClaim claims that a batch of withdrawal
|
|
267
|
+
* operations on the bridge contract was executed.
|
|
268
|
+
*/
|
|
269
|
+
export interface MsgWithdrawClaimSDKType {
|
|
270
|
+
event_nonce: Long;
|
|
271
|
+
block_height: Long;
|
|
272
|
+
batch_nonce: Long;
|
|
273
|
+
token_contract: string;
|
|
274
|
+
orchestrator: string;
|
|
275
|
+
}
|
|
276
|
+
export interface MsgWithdrawClaimResponse {
|
|
277
|
+
}
|
|
278
|
+
export interface MsgWithdrawClaimResponseSDKType {
|
|
279
|
+
}
|
|
280
|
+
/**
|
|
281
|
+
* ERC20DeployedClaim allows the Cosmos module
|
|
282
|
+
* to learn about an ERC20 that someone deployed
|
|
283
|
+
* to represent a Cosmos asset
|
|
284
|
+
*/
|
|
285
|
+
export interface MsgERC20DeployedClaim {
|
|
286
|
+
eventNonce: Long;
|
|
287
|
+
blockHeight: Long;
|
|
288
|
+
cosmosDenom: string;
|
|
289
|
+
tokenContract: string;
|
|
290
|
+
name: string;
|
|
291
|
+
symbol: string;
|
|
292
|
+
decimals: Long;
|
|
293
|
+
orchestrator: string;
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* ERC20DeployedClaim allows the Cosmos module
|
|
297
|
+
* to learn about an ERC20 that someone deployed
|
|
298
|
+
* to represent a Cosmos asset
|
|
299
|
+
*/
|
|
300
|
+
export interface MsgERC20DeployedClaimSDKType {
|
|
301
|
+
event_nonce: Long;
|
|
302
|
+
block_height: Long;
|
|
303
|
+
cosmos_denom: string;
|
|
304
|
+
token_contract: string;
|
|
305
|
+
name: string;
|
|
306
|
+
symbol: string;
|
|
307
|
+
decimals: Long;
|
|
308
|
+
orchestrator: string;
|
|
309
|
+
}
|
|
310
|
+
export interface MsgERC20DeployedClaimResponse {
|
|
311
|
+
}
|
|
312
|
+
export interface MsgERC20DeployedClaimResponseSDKType {
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* This call allows the sender (and only the sender)
|
|
316
|
+
* to cancel a given MsgSendToEth and recieve a refund
|
|
317
|
+
* of the tokens
|
|
318
|
+
*/
|
|
319
|
+
export interface MsgCancelSendToEth {
|
|
320
|
+
transactionId: Long;
|
|
321
|
+
sender: string;
|
|
322
|
+
}
|
|
323
|
+
/**
|
|
324
|
+
* This call allows the sender (and only the sender)
|
|
325
|
+
* to cancel a given MsgSendToEth and recieve a refund
|
|
326
|
+
* of the tokens
|
|
327
|
+
*/
|
|
328
|
+
export interface MsgCancelSendToEthSDKType {
|
|
329
|
+
transaction_id: Long;
|
|
330
|
+
sender: string;
|
|
331
|
+
}
|
|
332
|
+
export interface MsgCancelSendToEthResponse {
|
|
333
|
+
}
|
|
334
|
+
export interface MsgCancelSendToEthResponseSDKType {
|
|
335
|
+
}
|
|
336
|
+
/**
|
|
337
|
+
* This call allows anyone to submit evidence that a
|
|
338
|
+
* validator has signed a valset, batch, or logic call that never
|
|
339
|
+
* existed. Subject contains the batch, valset, or logic call.
|
|
340
|
+
*/
|
|
341
|
+
export interface MsgSubmitBadSignatureEvidence {
|
|
342
|
+
subject: Any;
|
|
343
|
+
signature: string;
|
|
344
|
+
sender: string;
|
|
345
|
+
}
|
|
346
|
+
/**
|
|
347
|
+
* This call allows anyone to submit evidence that a
|
|
348
|
+
* validator has signed a valset, batch, or logic call that never
|
|
349
|
+
* existed. Subject contains the batch, valset, or logic call.
|
|
350
|
+
*/
|
|
351
|
+
export interface MsgSubmitBadSignatureEvidenceSDKType {
|
|
352
|
+
subject: AnySDKType;
|
|
353
|
+
signature: string;
|
|
354
|
+
sender: string;
|
|
355
|
+
}
|
|
356
|
+
export interface MsgSubmitBadSignatureEvidenceResponse {
|
|
357
|
+
}
|
|
358
|
+
export interface MsgSubmitBadSignatureEvidenceResponseSDKType {
|
|
359
|
+
}
|
|
360
|
+
/**
|
|
361
|
+
* This informs the Cosmos module that a validator
|
|
362
|
+
* set has been updated.
|
|
363
|
+
*/
|
|
364
|
+
export interface MsgValsetUpdatedClaim {
|
|
365
|
+
eventNonce: Long;
|
|
366
|
+
valsetNonce: Long;
|
|
367
|
+
blockHeight: Long;
|
|
368
|
+
members: BridgeValidator[];
|
|
369
|
+
rewardAmount: string;
|
|
370
|
+
rewardToken: string;
|
|
371
|
+
orchestrator: string;
|
|
372
|
+
}
|
|
373
|
+
/**
|
|
374
|
+
* This informs the Cosmos module that a validator
|
|
375
|
+
* set has been updated.
|
|
376
|
+
*/
|
|
377
|
+
export interface MsgValsetUpdatedClaimSDKType {
|
|
378
|
+
event_nonce: Long;
|
|
379
|
+
valset_nonce: Long;
|
|
380
|
+
block_height: Long;
|
|
381
|
+
members: BridgeValidatorSDKType[];
|
|
382
|
+
reward_amount: string;
|
|
383
|
+
reward_token: string;
|
|
384
|
+
orchestrator: string;
|
|
385
|
+
}
|
|
386
|
+
export interface MsgValsetUpdatedClaimResponse {
|
|
387
|
+
}
|
|
388
|
+
export interface MsgValsetUpdatedClaimResponseSDKType {
|
|
389
|
+
}
|
|
390
|
+
export declare const MsgSetOrchestratorAddresses: {
|
|
391
|
+
encode(message: MsgSetOrchestratorAddresses, writer?: _m0.Writer): _m0.Writer;
|
|
392
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetOrchestratorAddresses;
|
|
393
|
+
fromPartial(object: DeepPartial<MsgSetOrchestratorAddresses>): MsgSetOrchestratorAddresses;
|
|
394
|
+
};
|
|
395
|
+
export declare const MsgSetOrchestratorAddressesResponse: {
|
|
396
|
+
encode(_: MsgSetOrchestratorAddressesResponse, writer?: _m0.Writer): _m0.Writer;
|
|
397
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetOrchestratorAddressesResponse;
|
|
398
|
+
fromPartial(_: DeepPartial<MsgSetOrchestratorAddressesResponse>): MsgSetOrchestratorAddressesResponse;
|
|
399
|
+
};
|
|
400
|
+
export declare const MsgValsetConfirm: {
|
|
401
|
+
encode(message: MsgValsetConfirm, writer?: _m0.Writer): _m0.Writer;
|
|
402
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgValsetConfirm;
|
|
403
|
+
fromPartial(object: DeepPartial<MsgValsetConfirm>): MsgValsetConfirm;
|
|
404
|
+
};
|
|
405
|
+
export declare const MsgValsetConfirmResponse: {
|
|
406
|
+
encode(_: MsgValsetConfirmResponse, writer?: _m0.Writer): _m0.Writer;
|
|
407
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgValsetConfirmResponse;
|
|
408
|
+
fromPartial(_: DeepPartial<MsgValsetConfirmResponse>): MsgValsetConfirmResponse;
|
|
409
|
+
};
|
|
410
|
+
export declare const MsgSendToEth: {
|
|
411
|
+
encode(message: MsgSendToEth, writer?: _m0.Writer): _m0.Writer;
|
|
412
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSendToEth;
|
|
413
|
+
fromPartial(object: DeepPartial<MsgSendToEth>): MsgSendToEth;
|
|
414
|
+
};
|
|
415
|
+
export declare const MsgSendToEthResponse: {
|
|
416
|
+
encode(_: MsgSendToEthResponse, writer?: _m0.Writer): _m0.Writer;
|
|
417
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSendToEthResponse;
|
|
418
|
+
fromPartial(_: DeepPartial<MsgSendToEthResponse>): MsgSendToEthResponse;
|
|
419
|
+
};
|
|
420
|
+
export declare const MsgRequestBatch: {
|
|
421
|
+
encode(message: MsgRequestBatch, writer?: _m0.Writer): _m0.Writer;
|
|
422
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgRequestBatch;
|
|
423
|
+
fromPartial(object: DeepPartial<MsgRequestBatch>): MsgRequestBatch;
|
|
424
|
+
};
|
|
425
|
+
export declare const MsgRequestBatchResponse: {
|
|
426
|
+
encode(_: MsgRequestBatchResponse, writer?: _m0.Writer): _m0.Writer;
|
|
427
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgRequestBatchResponse;
|
|
428
|
+
fromPartial(_: DeepPartial<MsgRequestBatchResponse>): MsgRequestBatchResponse;
|
|
429
|
+
};
|
|
430
|
+
export declare const MsgConfirmBatch: {
|
|
431
|
+
encode(message: MsgConfirmBatch, writer?: _m0.Writer): _m0.Writer;
|
|
432
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgConfirmBatch;
|
|
433
|
+
fromPartial(object: DeepPartial<MsgConfirmBatch>): MsgConfirmBatch;
|
|
434
|
+
};
|
|
435
|
+
export declare const MsgConfirmBatchResponse: {
|
|
436
|
+
encode(_: MsgConfirmBatchResponse, writer?: _m0.Writer): _m0.Writer;
|
|
437
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgConfirmBatchResponse;
|
|
438
|
+
fromPartial(_: DeepPartial<MsgConfirmBatchResponse>): MsgConfirmBatchResponse;
|
|
439
|
+
};
|
|
440
|
+
export declare const MsgDepositClaim: {
|
|
441
|
+
encode(message: MsgDepositClaim, writer?: _m0.Writer): _m0.Writer;
|
|
442
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgDepositClaim;
|
|
443
|
+
fromPartial(object: DeepPartial<MsgDepositClaim>): MsgDepositClaim;
|
|
444
|
+
};
|
|
445
|
+
export declare const MsgDepositClaimResponse: {
|
|
446
|
+
encode(_: MsgDepositClaimResponse, writer?: _m0.Writer): _m0.Writer;
|
|
447
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgDepositClaimResponse;
|
|
448
|
+
fromPartial(_: DeepPartial<MsgDepositClaimResponse>): MsgDepositClaimResponse;
|
|
449
|
+
};
|
|
450
|
+
export declare const MsgWithdrawClaim: {
|
|
451
|
+
encode(message: MsgWithdrawClaim, writer?: _m0.Writer): _m0.Writer;
|
|
452
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgWithdrawClaim;
|
|
453
|
+
fromPartial(object: DeepPartial<MsgWithdrawClaim>): MsgWithdrawClaim;
|
|
454
|
+
};
|
|
455
|
+
export declare const MsgWithdrawClaimResponse: {
|
|
456
|
+
encode(_: MsgWithdrawClaimResponse, writer?: _m0.Writer): _m0.Writer;
|
|
457
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgWithdrawClaimResponse;
|
|
458
|
+
fromPartial(_: DeepPartial<MsgWithdrawClaimResponse>): MsgWithdrawClaimResponse;
|
|
459
|
+
};
|
|
460
|
+
export declare const MsgERC20DeployedClaim: {
|
|
461
|
+
encode(message: MsgERC20DeployedClaim, writer?: _m0.Writer): _m0.Writer;
|
|
462
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgERC20DeployedClaim;
|
|
463
|
+
fromPartial(object: DeepPartial<MsgERC20DeployedClaim>): MsgERC20DeployedClaim;
|
|
464
|
+
};
|
|
465
|
+
export declare const MsgERC20DeployedClaimResponse: {
|
|
466
|
+
encode(_: MsgERC20DeployedClaimResponse, writer?: _m0.Writer): _m0.Writer;
|
|
467
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgERC20DeployedClaimResponse;
|
|
468
|
+
fromPartial(_: DeepPartial<MsgERC20DeployedClaimResponse>): MsgERC20DeployedClaimResponse;
|
|
469
|
+
};
|
|
470
|
+
export declare const MsgCancelSendToEth: {
|
|
471
|
+
encode(message: MsgCancelSendToEth, writer?: _m0.Writer): _m0.Writer;
|
|
472
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCancelSendToEth;
|
|
473
|
+
fromPartial(object: DeepPartial<MsgCancelSendToEth>): MsgCancelSendToEth;
|
|
474
|
+
};
|
|
475
|
+
export declare const MsgCancelSendToEthResponse: {
|
|
476
|
+
encode(_: MsgCancelSendToEthResponse, writer?: _m0.Writer): _m0.Writer;
|
|
477
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCancelSendToEthResponse;
|
|
478
|
+
fromPartial(_: DeepPartial<MsgCancelSendToEthResponse>): MsgCancelSendToEthResponse;
|
|
479
|
+
};
|
|
480
|
+
export declare const MsgSubmitBadSignatureEvidence: {
|
|
481
|
+
encode(message: MsgSubmitBadSignatureEvidence, writer?: _m0.Writer): _m0.Writer;
|
|
482
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSubmitBadSignatureEvidence;
|
|
483
|
+
fromPartial(object: DeepPartial<MsgSubmitBadSignatureEvidence>): MsgSubmitBadSignatureEvidence;
|
|
484
|
+
};
|
|
485
|
+
export declare const MsgSubmitBadSignatureEvidenceResponse: {
|
|
486
|
+
encode(_: MsgSubmitBadSignatureEvidenceResponse, writer?: _m0.Writer): _m0.Writer;
|
|
487
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSubmitBadSignatureEvidenceResponse;
|
|
488
|
+
fromPartial(_: DeepPartial<MsgSubmitBadSignatureEvidenceResponse>): MsgSubmitBadSignatureEvidenceResponse;
|
|
489
|
+
};
|
|
490
|
+
export declare const MsgValsetUpdatedClaim: {
|
|
491
|
+
encode(message: MsgValsetUpdatedClaim, writer?: _m0.Writer): _m0.Writer;
|
|
492
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgValsetUpdatedClaim;
|
|
493
|
+
fromPartial(object: DeepPartial<MsgValsetUpdatedClaim>): MsgValsetUpdatedClaim;
|
|
494
|
+
};
|
|
495
|
+
export declare const MsgValsetUpdatedClaimResponse: {
|
|
496
|
+
encode(_: MsgValsetUpdatedClaimResponse, writer?: _m0.Writer): _m0.Writer;
|
|
497
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgValsetUpdatedClaimResponse;
|
|
498
|
+
fromPartial(_: DeepPartial<MsgValsetUpdatedClaimResponse>): MsgValsetUpdatedClaimResponse;
|
|
499
|
+
};
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
import { GeneratedType, Registry } from "@cosmjs/proto-signing";
|
|
2
|
+
import { MsgValsetConfirm, MsgSendToEth, MsgRequestBatch, MsgConfirmBatch, MsgDepositClaim, MsgWithdrawClaim, MsgValsetUpdatedClaim, MsgERC20DeployedClaim, MsgSetOrchestratorAddresses, MsgCancelSendToEth, MsgSubmitBadSignatureEvidence } from "./msgs";
|
|
3
|
+
export declare const registry: ReadonlyArray<[string, GeneratedType]>;
|
|
4
|
+
export declare const load: (protoRegistry: Registry) => void;
|
|
5
|
+
export declare const MessageComposer: {
|
|
6
|
+
encoded: {
|
|
7
|
+
valsetConfirm(value: MsgValsetConfirm): {
|
|
8
|
+
typeUrl: string;
|
|
9
|
+
value: Uint8Array;
|
|
10
|
+
};
|
|
11
|
+
sendToEth(value: MsgSendToEth): {
|
|
12
|
+
typeUrl: string;
|
|
13
|
+
value: Uint8Array;
|
|
14
|
+
};
|
|
15
|
+
requestBatch(value: MsgRequestBatch): {
|
|
16
|
+
typeUrl: string;
|
|
17
|
+
value: Uint8Array;
|
|
18
|
+
};
|
|
19
|
+
confirmBatch(value: MsgConfirmBatch): {
|
|
20
|
+
typeUrl: string;
|
|
21
|
+
value: Uint8Array;
|
|
22
|
+
};
|
|
23
|
+
depositClaim(value: MsgDepositClaim): {
|
|
24
|
+
typeUrl: string;
|
|
25
|
+
value: Uint8Array;
|
|
26
|
+
};
|
|
27
|
+
withdrawClaim(value: MsgWithdrawClaim): {
|
|
28
|
+
typeUrl: string;
|
|
29
|
+
value: Uint8Array;
|
|
30
|
+
};
|
|
31
|
+
valsetUpdateClaim(value: MsgValsetUpdatedClaim): {
|
|
32
|
+
typeUrl: string;
|
|
33
|
+
value: Uint8Array;
|
|
34
|
+
};
|
|
35
|
+
eRC20DeployedClaim(value: MsgERC20DeployedClaim): {
|
|
36
|
+
typeUrl: string;
|
|
37
|
+
value: Uint8Array;
|
|
38
|
+
};
|
|
39
|
+
setOrchestratorAddresses(value: MsgSetOrchestratorAddresses): {
|
|
40
|
+
typeUrl: string;
|
|
41
|
+
value: Uint8Array;
|
|
42
|
+
};
|
|
43
|
+
cancelSendToEth(value: MsgCancelSendToEth): {
|
|
44
|
+
typeUrl: string;
|
|
45
|
+
value: Uint8Array;
|
|
46
|
+
};
|
|
47
|
+
submitBadSignatureEvidence(value: MsgSubmitBadSignatureEvidence): {
|
|
48
|
+
typeUrl: string;
|
|
49
|
+
value: Uint8Array;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
withTypeUrl: {
|
|
53
|
+
valsetConfirm(value: MsgValsetConfirm): {
|
|
54
|
+
typeUrl: string;
|
|
55
|
+
value: MsgValsetConfirm;
|
|
56
|
+
};
|
|
57
|
+
sendToEth(value: MsgSendToEth): {
|
|
58
|
+
typeUrl: string;
|
|
59
|
+
value: MsgSendToEth;
|
|
60
|
+
};
|
|
61
|
+
requestBatch(value: MsgRequestBatch): {
|
|
62
|
+
typeUrl: string;
|
|
63
|
+
value: MsgRequestBatch;
|
|
64
|
+
};
|
|
65
|
+
confirmBatch(value: MsgConfirmBatch): {
|
|
66
|
+
typeUrl: string;
|
|
67
|
+
value: MsgConfirmBatch;
|
|
68
|
+
};
|
|
69
|
+
depositClaim(value: MsgDepositClaim): {
|
|
70
|
+
typeUrl: string;
|
|
71
|
+
value: MsgDepositClaim;
|
|
72
|
+
};
|
|
73
|
+
withdrawClaim(value: MsgWithdrawClaim): {
|
|
74
|
+
typeUrl: string;
|
|
75
|
+
value: MsgWithdrawClaim;
|
|
76
|
+
};
|
|
77
|
+
valsetUpdateClaim(value: MsgValsetUpdatedClaim): {
|
|
78
|
+
typeUrl: string;
|
|
79
|
+
value: MsgValsetUpdatedClaim;
|
|
80
|
+
};
|
|
81
|
+
eRC20DeployedClaim(value: MsgERC20DeployedClaim): {
|
|
82
|
+
typeUrl: string;
|
|
83
|
+
value: MsgERC20DeployedClaim;
|
|
84
|
+
};
|
|
85
|
+
setOrchestratorAddresses(value: MsgSetOrchestratorAddresses): {
|
|
86
|
+
typeUrl: string;
|
|
87
|
+
value: MsgSetOrchestratorAddresses;
|
|
88
|
+
};
|
|
89
|
+
cancelSendToEth(value: MsgCancelSendToEth): {
|
|
90
|
+
typeUrl: string;
|
|
91
|
+
value: MsgCancelSendToEth;
|
|
92
|
+
};
|
|
93
|
+
submitBadSignatureEvidence(value: MsgSubmitBadSignatureEvidence): {
|
|
94
|
+
typeUrl: string;
|
|
95
|
+
value: MsgSubmitBadSignatureEvidence;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
fromPartial: {
|
|
99
|
+
valsetConfirm(value: MsgValsetConfirm): {
|
|
100
|
+
typeUrl: string;
|
|
101
|
+
value: MsgValsetConfirm;
|
|
102
|
+
};
|
|
103
|
+
sendToEth(value: MsgSendToEth): {
|
|
104
|
+
typeUrl: string;
|
|
105
|
+
value: MsgSendToEth;
|
|
106
|
+
};
|
|
107
|
+
requestBatch(value: MsgRequestBatch): {
|
|
108
|
+
typeUrl: string;
|
|
109
|
+
value: MsgRequestBatch;
|
|
110
|
+
};
|
|
111
|
+
confirmBatch(value: MsgConfirmBatch): {
|
|
112
|
+
typeUrl: string;
|
|
113
|
+
value: MsgConfirmBatch;
|
|
114
|
+
};
|
|
115
|
+
depositClaim(value: MsgDepositClaim): {
|
|
116
|
+
typeUrl: string;
|
|
117
|
+
value: MsgDepositClaim;
|
|
118
|
+
};
|
|
119
|
+
withdrawClaim(value: MsgWithdrawClaim): {
|
|
120
|
+
typeUrl: string;
|
|
121
|
+
value: MsgWithdrawClaim;
|
|
122
|
+
};
|
|
123
|
+
valsetUpdateClaim(value: MsgValsetUpdatedClaim): {
|
|
124
|
+
typeUrl: string;
|
|
125
|
+
value: MsgValsetUpdatedClaim;
|
|
126
|
+
};
|
|
127
|
+
eRC20DeployedClaim(value: MsgERC20DeployedClaim): {
|
|
128
|
+
typeUrl: string;
|
|
129
|
+
value: MsgERC20DeployedClaim;
|
|
130
|
+
};
|
|
131
|
+
setOrchestratorAddresses(value: MsgSetOrchestratorAddresses): {
|
|
132
|
+
typeUrl: string;
|
|
133
|
+
value: MsgSetOrchestratorAddresses;
|
|
134
|
+
};
|
|
135
|
+
cancelSendToEth(value: MsgCancelSendToEth): {
|
|
136
|
+
typeUrl: string;
|
|
137
|
+
value: MsgCancelSendToEth;
|
|
138
|
+
};
|
|
139
|
+
submitBadSignatureEvidence(value: MsgSubmitBadSignatureEvidence): {
|
|
140
|
+
typeUrl: string;
|
|
141
|
+
value: MsgSubmitBadSignatureEvidence;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Rpc } from "@osmonauts/helpers";
|
|
2
|
+
import { MsgValsetConfirm, MsgValsetConfirmResponse, MsgSendToEth, MsgSendToEthResponse, MsgRequestBatch, MsgRequestBatchResponse, MsgConfirmBatch, MsgConfirmBatchResponse, MsgDepositClaim, MsgDepositClaimResponse, MsgWithdrawClaim, MsgWithdrawClaimResponse, MsgValsetUpdatedClaim, MsgValsetUpdatedClaimResponse, MsgERC20DeployedClaim, MsgERC20DeployedClaimResponse, MsgSetOrchestratorAddresses, MsgSetOrchestratorAddressesResponse, MsgCancelSendToEth, MsgCancelSendToEthResponse, MsgSubmitBadSignatureEvidence, MsgSubmitBadSignatureEvidenceResponse } from "./msgs";
|
|
3
|
+
/** Msg defines the RPC service */
|
|
4
|
+
export interface Msg {
|
|
5
|
+
valsetConfirm(request: MsgValsetConfirm): Promise<MsgValsetConfirmResponse>;
|
|
6
|
+
sendToEth(request: MsgSendToEth): Promise<MsgSendToEthResponse>;
|
|
7
|
+
requestBatch(request: MsgRequestBatch): Promise<MsgRequestBatchResponse>;
|
|
8
|
+
confirmBatch(request: MsgConfirmBatch): Promise<MsgConfirmBatchResponse>;
|
|
9
|
+
depositClaim(request: MsgDepositClaim): Promise<MsgDepositClaimResponse>;
|
|
10
|
+
withdrawClaim(request: MsgWithdrawClaim): Promise<MsgWithdrawClaimResponse>;
|
|
11
|
+
valsetUpdateClaim(request: MsgValsetUpdatedClaim): Promise<MsgValsetUpdatedClaimResponse>;
|
|
12
|
+
eRC20DeployedClaim(request: MsgERC20DeployedClaim): Promise<MsgERC20DeployedClaimResponse>;
|
|
13
|
+
setOrchestratorAddresses(request: MsgSetOrchestratorAddresses): Promise<MsgSetOrchestratorAddressesResponse>;
|
|
14
|
+
cancelSendToEth(request: MsgCancelSendToEth): Promise<MsgCancelSendToEthResponse>;
|
|
15
|
+
submitBadSignatureEvidence(request: MsgSubmitBadSignatureEvidence): Promise<MsgSubmitBadSignatureEvidenceResponse>;
|
|
16
|
+
}
|
|
17
|
+
export declare class MsgClientImpl implements Msg {
|
|
18
|
+
private readonly rpc;
|
|
19
|
+
constructor(rpc: Rpc);
|
|
20
|
+
valsetConfirm(request: MsgValsetConfirm): Promise<MsgValsetConfirmResponse>;
|
|
21
|
+
sendToEth(request: MsgSendToEth): Promise<MsgSendToEthResponse>;
|
|
22
|
+
requestBatch(request: MsgRequestBatch): Promise<MsgRequestBatchResponse>;
|
|
23
|
+
confirmBatch(request: MsgConfirmBatch): Promise<MsgConfirmBatchResponse>;
|
|
24
|
+
depositClaim(request: MsgDepositClaim): Promise<MsgDepositClaimResponse>;
|
|
25
|
+
withdrawClaim(request: MsgWithdrawClaim): Promise<MsgWithdrawClaimResponse>;
|
|
26
|
+
valsetUpdateClaim(request: MsgValsetUpdatedClaim): Promise<MsgValsetUpdatedClaimResponse>;
|
|
27
|
+
eRC20DeployedClaim(request: MsgERC20DeployedClaim): Promise<MsgERC20DeployedClaimResponse>;
|
|
28
|
+
setOrchestratorAddresses(request: MsgSetOrchestratorAddresses): Promise<MsgSetOrchestratorAddressesResponse>;
|
|
29
|
+
cancelSendToEth(request: MsgCancelSendToEth): Promise<MsgCancelSendToEthResponse>;
|
|
30
|
+
submitBadSignatureEvidence(request: MsgSubmitBadSignatureEvidence): Promise<MsgSubmitBadSignatureEvidenceResponse>;
|
|
31
|
+
}
|