injectivejs 1.4.0 → 1.6.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/LICENSE-Apache +201 -0
- package/LICENSE-MIT +21 -0
- package/README.md +13 -417
- package/amino/amino.js +2 -0
- package/binary.d.ts +130 -0
- package/binary.js +370 -0
- package/cosmos/auth/v1beta1/auth.d.ts +177 -0
- package/cosmos/auth/v1beta1/auth.js +445 -0
- package/cosmos/auth/v1beta1/query.d.ts +810 -0
- package/cosmos/auth/v1beta1/query.js +1561 -0
- package/cosmos/auth/v1beta1/query.rpc.func.d.ts +12 -0
- package/cosmos/auth/v1beta1/query.rpc.func.js +85 -0
- package/cosmos/authz/v1beta1/authz.d.ts +177 -0
- package/cosmos/authz/v1beta1/authz.js +371 -0
- package/cosmos/authz/v1beta1/tx.d.ts +240 -0
- package/cosmos/authz/v1beta1/tx.js +516 -0
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +5 -0
- package/cosmos/authz/v1beta1/tx.rpc.func.js +27 -0
- package/cosmos/bank/v1beta1/bank.d.ts +371 -0
- package/cosmos/bank/v1beta1/bank.js +726 -0
- package/cosmos/bank/v1beta1/query.d.ts +1159 -0
- package/cosmos/bank/v1beta1/query.js +2317 -0
- package/cosmos/bank/v1beta1/query.rpc.func.d.ts +15 -0
- package/cosmos/bank/v1beta1/query.rpc.func.js +109 -0
- package/cosmos/bank/v1beta1/tx.d.ts +342 -0
- package/cosmos/bank/v1beta1/tx.js +666 -0
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +6 -0
- package/cosmos/bank/v1beta1/tx.rpc.func.js +34 -0
- package/cosmos/base/abci/v1beta1/abci.d.ts +599 -0
- package/cosmos/base/abci/v1beta1/abci.js +1293 -0
- package/cosmos/base/query/v1beta1/pagination.d.ts +176 -0
- package/cosmos/base/query/v1beta1/pagination.js +222 -0
- package/cosmos/base/v1beta1/coin.d.ts +166 -0
- package/cosmos/base/v1beta1/coin.js +341 -0
- package/cosmos/crypto/ed25519/keys.d.ts +84 -0
- package/cosmos/crypto/ed25519/keys.js +162 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +86 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.js +177 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +78 -0
- package/cosmos/crypto/secp256k1/keys.js +162 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +76 -0
- package/cosmos/crypto/secp256r1/keys.js +162 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +541 -0
- package/cosmos/distribution/v1beta1/distribution.js +1158 -0
- package/cosmos/distribution/v1beta1/tx.d.ts +578 -0
- package/cosmos/distribution/v1beta1/tx.js +1145 -0
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +9 -0
- package/cosmos/distribution/v1beta1/tx.rpc.func.js +55 -0
- package/cosmos/feegrant/v1beta1/tx.d.ts +232 -0
- package/cosmos/feegrant/v1beta1/tx.js +471 -0
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +5 -0
- package/cosmos/feegrant/v1beta1/tx.rpc.func.js +27 -0
- package/cosmos/gov/v1/gov.d.ts +696 -0
- package/cosmos/gov/v1/gov.js +1363 -0
- package/cosmos/gov/v1/tx.d.ts +629 -0
- package/cosmos/gov/v1/tx.js +1277 -0
- package/cosmos/gov/v1/tx.rpc.func.d.ts +9 -0
- package/cosmos/gov/v1/tx.rpc.func.js +55 -0
- package/cosmos/gov/v1beta1/gov.d.ts +527 -0
- package/cosmos/gov/v1beta1/gov.js +1114 -0
- package/cosmos/gov/v1beta1/query.d.ts +606 -0
- package/cosmos/gov/v1beta1/query.js +1409 -0
- package/cosmos/gov/v1beta1/query.rpc.func.d.ts +10 -0
- package/cosmos/gov/v1beta1/query.rpc.func.js +69 -0
- package/cosmos/gov/v1beta1/tx.d.ts +330 -0
- package/cosmos/gov/v1beta1/tx.js +699 -0
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +6 -0
- package/cosmos/gov/v1beta1/tx.rpc.func.js +34 -0
- package/cosmos/group/v1/tx.d.ts +1140 -0
- package/cosmos/group/v1/tx.js +2567 -0
- package/cosmos/group/v1/tx.rpc.func.d.ts +16 -0
- package/cosmos/group/v1/tx.rpc.func.js +104 -0
- package/cosmos/group/v1/types.d.ts +799 -0
- package/cosmos/group/v1/types.js +1542 -0
- package/cosmos/ics23/v1/proofs.d.ts +730 -0
- package/cosmos/ics23/v1/proofs.js +1605 -0
- package/cosmos/msg/v1/msg.js +2 -0
- package/cosmos/query/v1/query.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +1124 -0
- package/cosmos/staking/v1beta1/query.js +2414 -0
- package/cosmos/staking/v1beta1/query.rpc.func.d.ts +16 -0
- package/cosmos/staking/v1beta1/query.rpc.func.js +117 -0
- package/cosmos/staking/v1beta1/staking.d.ts +1024 -0
- package/cosmos/staking/v1beta1/staking.js +2371 -0
- package/cosmos/staking/v1beta1/tx.d.ts +590 -0
- package/cosmos/staking/v1beta1/tx.js +1290 -0
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +9 -0
- package/cosmos/staking/v1beta1/tx.rpc.func.js +55 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +270 -0
- package/cosmos/tx/signing/v1beta1/signing.js +570 -0
- package/cosmos/tx/v1beta1/service.d.ts +916 -0
- package/cosmos/tx/v1beta1/service.js +1729 -0
- package/cosmos/tx/v1beta1/service.rpc.func.d.ts +11 -0
- package/cosmos/tx/v1beta1/service.rpc.func.js +77 -0
- package/cosmos/tx/v1beta1/tx.d.ts +856 -0
- package/cosmos/tx/v1beta1/tx.js +1398 -0
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +245 -0
- package/cosmos/upgrade/v1beta1/upgrade.js +416 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +256 -0
- package/cosmos/vesting/v1beta1/tx.js +553 -0
- package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +5 -0
- package/cosmos/vesting/v1beta1/tx.rpc.func.js +27 -0
- package/cosmos/vesting/v1beta1/vesting.d.ts +256 -0
- package/cosmos/vesting/v1beta1/vesting.js +586 -0
- package/cosmos_proto/cosmos.d.ts +153 -0
- package/cosmos_proto/cosmos.js +234 -0
- package/cosmwasm/wasm/v1/proposal_legacy.d.ts +872 -0
- package/cosmwasm/wasm/v1/proposal_legacy.js +1784 -0
- package/cosmwasm/wasm/v1/query.d.ts +1168 -0
- package/cosmwasm/wasm/v1/query.js +2549 -0
- package/cosmwasm/wasm/v1/query.rpc.func.d.ts +16 -0
- package/cosmwasm/wasm/v1/query.rpc.func.js +117 -0
- package/cosmwasm/wasm/v1/tx.d.ts +1534 -0
- package/cosmwasm/wasm/v1/tx.js +3236 -0
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +19 -0
- package/cosmwasm/wasm/v1/tx.rpc.func.js +125 -0
- package/cosmwasm/wasm/v1/types.d.ts +374 -0
- package/cosmwasm/wasm/v1/types.js +917 -0
- package/esm/binary.js +365 -0
- package/esm/cosmos/auth/v1beta1/auth.js +442 -0
- package/esm/cosmos/auth/v1beta1/query.js +1558 -0
- package/esm/cosmos/auth/v1beta1/query.rpc.func.js +72 -0
- package/esm/cosmos/authz/v1beta1/authz.js +368 -0
- package/esm/cosmos/authz/v1beta1/tx.js +513 -0
- package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +21 -0
- package/esm/cosmos/bank/v1beta1/bank.js +723 -0
- package/esm/cosmos/bank/v1beta1/query.js +2314 -0
- package/esm/cosmos/bank/v1beta1/query.rpc.func.js +93 -0
- package/esm/cosmos/bank/v1beta1/tx.js +663 -0
- package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +27 -0
- package/esm/cosmos/base/abci/v1beta1/abci.js +1290 -0
- package/esm/cosmos/base/query/v1beta1/pagination.js +219 -0
- package/esm/cosmos/base/v1beta1/coin.js +338 -0
- package/esm/cosmos/crypto/ed25519/keys.js +159 -0
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +174 -0
- package/esm/cosmos/crypto/secp256k1/keys.js +159 -0
- package/esm/cosmos/crypto/secp256r1/keys.js +159 -0
- package/esm/cosmos/distribution/v1beta1/distribution.js +1155 -0
- package/esm/cosmos/distribution/v1beta1/tx.js +1142 -0
- package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +45 -0
- package/esm/cosmos/feegrant/v1beta1/tx.js +468 -0
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +21 -0
- package/esm/cosmos/gov/v1/gov.js +1356 -0
- package/esm/cosmos/gov/v1/tx.js +1274 -0
- package/esm/cosmos/gov/v1/tx.rpc.func.js +45 -0
- package/esm/cosmos/gov/v1beta1/gov.js +1107 -0
- package/esm/cosmos/gov/v1beta1/query.js +1406 -0
- package/esm/cosmos/gov/v1beta1/query.rpc.func.js +58 -0
- package/esm/cosmos/gov/v1beta1/tx.js +696 -0
- package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +27 -0
- package/esm/cosmos/group/v1/tx.js +2562 -0
- package/esm/cosmos/group/v1/tx.rpc.func.js +87 -0
- package/esm/cosmos/group/v1/types.js +1533 -0
- package/esm/cosmos/ics23/v1/proofs.js +1598 -0
- package/esm/cosmos/msg/v1/msg.js +1 -0
- package/esm/cosmos/query/v1/query.js +1 -0
- package/esm/cosmos/staking/v1beta1/query.js +2411 -0
- package/esm/cosmos/staking/v1beta1/query.rpc.func.js +100 -0
- package/esm/cosmos/staking/v1beta1/staking.js +2364 -0
- package/esm/cosmos/staking/v1beta1/tx.js +1287 -0
- package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +45 -0
- package/esm/cosmos/tx/signing/v1beta1/signing.js +565 -0
- package/esm/cosmos/tx/v1beta1/service.js +1722 -0
- package/esm/cosmos/tx/v1beta1/service.rpc.func.js +65 -0
- package/esm/cosmos/tx/v1beta1/tx.js +1395 -0
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +413 -0
- package/esm/cosmos/vesting/v1beta1/tx.js +550 -0
- package/esm/cosmos/vesting/v1beta1/tx.rpc.func.js +21 -0
- package/esm/cosmos/vesting/v1beta1/vesting.js +583 -0
- package/esm/cosmos_proto/cosmos.js +229 -0
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +1781 -0
- package/esm/cosmwasm/wasm/v1/query.js +2546 -0
- package/esm/cosmwasm/wasm/v1/query.rpc.func.js +100 -0
- package/esm/cosmwasm/wasm/v1/tx.js +3233 -0
- package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +105 -0
- package/esm/cosmwasm/wasm/v1/types.js +910 -0
- package/esm/extern.js +30 -0
- package/esm/gogoproto/gogo.js +1 -0
- package/esm/google/api/annotations.js +1 -0
- package/esm/google/api/http.js +350 -0
- package/esm/google/protobuf/any.js +78 -0
- package/esm/google/protobuf/descriptor.js +5062 -0
- package/esm/google/protobuf/duration.js +78 -0
- package/esm/google/protobuf/timestamp.js +75 -0
- package/esm/helper-func-types.js +50 -0
- package/esm/helpers.js +128 -0
- package/esm/ibc/applications/transfer/v1/transfer.js +275 -0
- package/esm/ibc/applications/transfer/v1/tx.js +427 -0
- package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +15 -0
- package/esm/ibc/core/channel/v1/channel.js +1160 -0
- package/esm/ibc/core/channel/v1/tx.js +4022 -0
- package/esm/ibc/core/channel/v1/tx.rpc.func.js +117 -0
- package/esm/ibc/core/channel/v1/upgrade.js +301 -0
- package/esm/ibc/core/client/v1/client.js +443 -0
- package/esm/ibc/core/client/v1/tx.js +1212 -0
- package/esm/ibc/core/client/v1/tx.rpc.func.js +45 -0
- package/esm/ibc/core/commitment/v1/commitment.js +241 -0
- package/esm/ibc/core/connection/v1/connection.js +776 -0
- package/esm/ibc/core/connection/v1/tx.js +1084 -0
- package/esm/ibc/core/connection/v1/tx.rpc.func.js +33 -0
- package/esm/injective/auction/v1beta1/auction.js +554 -0
- package/esm/injective/auction/v1beta1/genesis.js +121 -0
- package/esm/injective/auction/v1beta1/query.js +564 -0
- package/esm/injective/auction/v1beta1/query.rpc.func.js +30 -0
- package/esm/injective/auction/v1beta1/tx.js +310 -0
- package/esm/injective/auction/v1beta1/tx.rpc.func.js +15 -0
- package/esm/injective/crypto/v1beta1/ethsecp256k1/keys.js +159 -0
- package/esm/injective/exchange/v1beta1/authz.js +1040 -0
- package/esm/injective/exchange/v1beta1/events.js +3396 -0
- package/esm/injective/exchange/v1beta1/exchange.js +6128 -0
- package/esm/injective/exchange/v1beta1/genesis.js +2030 -0
- package/esm/injective/exchange/v1beta1/proposal.js +3398 -0
- package/esm/injective/exchange/v1beta1/query.js +10569 -0
- package/esm/injective/exchange/v1beta1/query.rpc.func.js +422 -0
- package/esm/injective/exchange/v1beta1/tx.js +7548 -0
- package/esm/injective/exchange/v1beta1/tx.rpc.func.js +213 -0
- package/esm/injective/insurance/v1beta1/events.js +426 -0
- package/esm/injective/insurance/v1beta1/genesis.js +127 -0
- package/esm/injective/insurance/v1beta1/insurance.js +392 -0
- package/esm/injective/insurance/v1beta1/query.js +839 -0
- package/esm/injective/insurance/v1beta1/query.rpc.func.js +44 -0
- package/esm/injective/insurance/v1beta1/tx.js +689 -0
- package/esm/injective/insurance/v1beta1/tx.rpc.func.js +27 -0
- package/esm/injective/ocr/v1beta1/genesis.js +783 -0
- package/esm/injective/ocr/v1beta1/ocr.js +2406 -0
- package/esm/injective/ocr/v1beta1/query.js +1020 -0
- package/esm/injective/ocr/v1beta1/query.rpc.func.js +51 -0
- package/esm/injective/ocr/v1beta1/tx.js +1583 -0
- package/esm/injective/ocr/v1beta1/tx.rpc.func.js +57 -0
- package/esm/injective/oracle/v1beta1/events.js +1037 -0
- package/esm/injective/oracle/v1beta1/genesis.js +387 -0
- package/esm/injective/oracle/v1beta1/oracle.js +2619 -0
- package/esm/injective/oracle/v1beta1/proposal.js +1246 -0
- package/esm/injective/oracle/v1beta1/query.js +2704 -0
- package/esm/injective/oracle/v1beta1/query.rpc.func.js +121 -0
- package/esm/injective/oracle/v1beta1/tx.js +1337 -0
- package/esm/injective/oracle/v1beta1/tx.rpc.func.js +51 -0
- package/esm/injective/peggy/v1/attestation.js +248 -0
- package/esm/injective/peggy/v1/batch.js +242 -0
- package/esm/injective/peggy/v1/ethereum_signer.js +39 -0
- package/esm/injective/peggy/v1/events.js +1921 -0
- package/esm/injective/peggy/v1/genesis.js +272 -0
- package/esm/injective/peggy/v1/msgs.js +2421 -0
- package/esm/injective/peggy/v1/msgs.rpc.func.js +87 -0
- package/esm/injective/peggy/v1/params.js +337 -0
- package/esm/injective/peggy/v1/pool.js +167 -0
- package/esm/injective/peggy/v1/proposal.js +196 -0
- package/esm/injective/peggy/v1/query.js +2992 -0
- package/esm/injective/peggy/v1/query.rpc.func.js +149 -0
- package/esm/injective/peggy/v1/types.js +451 -0
- package/esm/injective/permissions/v1beta1/events.js +85 -0
- package/esm/injective/permissions/v1beta1/genesis.js +89 -0
- package/esm/injective/permissions/v1beta1/params.js +80 -0
- package/esm/injective/permissions/v1beta1/permissions.js +601 -0
- package/esm/injective/permissions/v1beta1/query.js +867 -0
- package/esm/injective/permissions/v1beta1/query.rpc.func.js +44 -0
- package/esm/injective/permissions/v1beta1/tx.js +1406 -0
- package/esm/injective/permissions/v1beta1/tx.rpc.func.js +45 -0
- package/esm/injective/stream/v1beta1/query.js +2453 -0
- package/esm/injective/tokenfactory/v1beta1/authorityMetadata.js +72 -0
- package/esm/injective/tokenfactory/v1beta1/events.js +414 -0
- package/esm/injective/tokenfactory/v1beta1/genesis.js +207 -0
- package/esm/injective/tokenfactory/v1beta1/params.js +84 -0
- package/esm/injective/tokenfactory/v1beta1/query.js +554 -0
- package/esm/injective/tokenfactory/v1beta1/query.rpc.func.js +30 -0
- package/esm/injective/tokenfactory/v1beta1/tx.js +947 -0
- package/esm/injective/tokenfactory/v1beta1/tx.rpc.func.js +39 -0
- package/esm/injective/types/v1beta1/account.js +86 -0
- package/esm/injective/types/v1beta1/tx_ext.js +97 -0
- package/esm/injective/types/v1beta1/tx_response.js +158 -0
- package/esm/injective/wasmx/v1/events.js +333 -0
- package/esm/injective/wasmx/v1/genesis.js +170 -0
- package/esm/injective/wasmx/v1/proposal.js +631 -0
- package/esm/injective/wasmx/v1/query.js +398 -0
- package/esm/injective/wasmx/v1/query.rpc.func.js +23 -0
- package/esm/injective/wasmx/v1/tx.js +960 -0
- package/esm/injective/wasmx/v1/tx.rpc.func.js +39 -0
- package/esm/injective/wasmx/v1/wasmx.js +272 -0
- package/esm/registry.js +154 -0
- package/esm/tendermint/abci/types.js +5217 -0
- package/esm/tendermint/crypto/keys.js +85 -0
- package/esm/tendermint/crypto/proof.js +455 -0
- package/esm/tendermint/types/block.js +110 -0
- package/esm/tendermint/types/evidence.js +400 -0
- package/esm/tendermint/types/params.js +592 -0
- package/esm/tendermint/types/types.js +1749 -0
- package/esm/tendermint/types/validator.js +337 -0
- package/esm/tendermint/version/types.js +166 -0
- package/esm/types.js +6 -0
- package/esm/utf8.js +136 -0
- package/esm/varint.js +407 -0
- package/extern.d.ts +10 -0
- package/extern.js +36 -0
- package/gogoproto/gogo.d.ts +1 -0
- package/gogoproto/gogo.js +2 -0
- package/google/api/annotations.d.ts +1 -0
- package/google/api/annotations.js +2 -0
- package/google/api/http.d.ts +764 -0
- package/google/api/http.js +353 -0
- package/google/protobuf/any.d.ts +268 -0
- package/google/protobuf/any.js +81 -0
- package/google/protobuf/descriptor.d.ts +2919 -0
- package/google/protobuf/descriptor.js +5101 -0
- package/google/protobuf/duration.d.ts +162 -0
- package/google/protobuf/duration.js +81 -0
- package/google/protobuf/timestamp.d.ts +222 -0
- package/google/protobuf/timestamp.js +78 -0
- package/helper-func-types.d.ts +117 -0
- package/helper-func-types.js +56 -0
- package/helpers.d.ts +82 -0
- package/helpers.js +143 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +148 -0
- package/ibc/applications/transfer/v1/transfer.js +278 -0
- package/ibc/applications/transfer/v1/tx.d.ts +213 -0
- package/ibc/applications/transfer/v1/tx.js +430 -0
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +4 -0
- package/ibc/applications/transfer/v1/tx.rpc.func.js +20 -0
- package/ibc/core/channel/v1/channel.d.ts +547 -0
- package/ibc/core/channel/v1/channel.js +1167 -0
- package/ibc/core/channel/v1/tx.d.ts +1490 -0
- package/ibc/core/channel/v1/tx.js +4027 -0
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +21 -0
- package/ibc/core/channel/v1/tx.rpc.func.js +139 -0
- package/ibc/core/channel/v1/upgrade.d.ts +139 -0
- package/ibc/core/channel/v1/upgrade.js +304 -0
- package/ibc/core/client/v1/client.d.ts +243 -0
- package/ibc/core/client/v1/client.js +446 -0
- package/ibc/core/client/v1/tx.d.ts +589 -0
- package/ibc/core/client/v1/tx.js +1215 -0
- package/ibc/core/client/v1/tx.rpc.func.d.ts +9 -0
- package/ibc/core/client/v1/tx.rpc.func.js +55 -0
- package/ibc/core/commitment/v1/commitment.d.ts +125 -0
- package/ibc/core/commitment/v1/commitment.js +244 -0
- package/ibc/core/connection/v1/connection.d.ts +376 -0
- package/ibc/core/connection/v1/connection.js +781 -0
- package/ibc/core/connection/v1/tx.d.ts +485 -0
- package/ibc/core/connection/v1/tx.js +1087 -0
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +7 -0
- package/ibc/core/connection/v1/tx.rpc.func.js +41 -0
- package/injective/auction/v1beta1/auction.d.ts +227 -0
- package/injective/auction/v1beta1/auction.js +557 -0
- package/injective/auction/v1beta1/genesis.d.ts +51 -0
- package/injective/auction/v1beta1/genesis.js +124 -0
- package/injective/auction/v1beta1/query.d.ts +287 -0
- package/injective/auction/v1beta1/query.js +567 -0
- package/injective/auction/v1beta1/query.rpc.func.d.ts +6 -0
- package/injective/auction/v1beta1/query.rpc.func.js +37 -0
- package/injective/auction/v1beta1/tx.d.ts +140 -0
- package/injective/auction/v1beta1/tx.js +313 -0
- package/injective/auction/v1beta1/tx.rpc.func.d.ts +4 -0
- package/injective/auction/v1beta1/tx.rpc.func.js +20 -0
- package/injective/crypto/v1beta1/ethsecp256k1/keys.d.ts +80 -0
- package/injective/crypto/v1beta1/ethsecp256k1/keys.js +162 -0
- package/injective/exchange/v1beta1/authz.d.ts +362 -0
- package/injective/exchange/v1beta1/authz.js +1043 -0
- package/injective/exchange/v1beta1/events.d.ts +1148 -0
- package/injective/exchange/v1beta1/events.js +3399 -0
- package/injective/exchange/v1beta1/exchange.d.ts +2468 -0
- package/injective/exchange/v1beta1/exchange.js +6142 -0
- package/injective/exchange/v1beta1/genesis.d.ts +709 -0
- package/injective/exchange/v1beta1/genesis.js +2033 -0
- package/injective/exchange/v1beta1/proposal.d.ts +1342 -0
- package/injective/exchange/v1beta1/proposal.js +3403 -0
- package/injective/exchange/v1beta1/query.d.ts +4948 -0
- package/injective/exchange/v1beta1/query.js +10578 -0
- package/injective/exchange/v1beta1/query.rpc.func.d.ts +62 -0
- package/injective/exchange/v1beta1/query.rpc.func.js +486 -0
- package/injective/exchange/v1beta1/tx.d.ts +3188 -0
- package/injective/exchange/v1beta1/tx.js +7552 -0
- package/injective/exchange/v1beta1/tx.rpc.func.d.ts +37 -0
- package/injective/exchange/v1beta1/tx.rpc.func.js +251 -0
- package/injective/insurance/v1beta1/events.d.ts +168 -0
- package/injective/insurance/v1beta1/events.js +429 -0
- package/injective/insurance/v1beta1/genesis.d.ts +69 -0
- package/injective/insurance/v1beta1/genesis.js +130 -0
- package/injective/insurance/v1beta1/insurance.d.ts +187 -0
- package/injective/insurance/v1beta1/insurance.js +395 -0
- package/injective/insurance/v1beta1/query.d.ts +437 -0
- package/injective/insurance/v1beta1/query.js +842 -0
- package/injective/insurance/v1beta1/query.rpc.func.d.ts +8 -0
- package/injective/insurance/v1beta1/query.rpc.func.js +53 -0
- package/injective/insurance/v1beta1/tx.d.ts +335 -0
- package/injective/insurance/v1beta1/tx.js +692 -0
- package/injective/insurance/v1beta1/tx.rpc.func.d.ts +6 -0
- package/injective/insurance/v1beta1/tx.rpc.func.js +34 -0
- package/injective/ocr/v1beta1/genesis.d.ts +286 -0
- package/injective/ocr/v1beta1/genesis.js +786 -0
- package/injective/ocr/v1beta1/ocr.d.ts +953 -0
- package/injective/ocr/v1beta1/ocr.js +2409 -0
- package/injective/ocr/v1beta1/query.d.ts +403 -0
- package/injective/ocr/v1beta1/query.js +1023 -0
- package/injective/ocr/v1beta1/query.rpc.func.d.ts +9 -0
- package/injective/ocr/v1beta1/query.rpc.func.js +61 -0
- package/injective/ocr/v1beta1/tx.d.ts +614 -0
- package/injective/ocr/v1beta1/tx.js +1586 -0
- package/injective/ocr/v1beta1/tx.rpc.func.d.ts +11 -0
- package/injective/ocr/v1beta1/tx.rpc.func.js +69 -0
- package/injective/oracle/v1beta1/events.d.ts +357 -0
- package/injective/oracle/v1beta1/events.js +1040 -0
- package/injective/oracle/v1beta1/genesis.d.ts +97 -0
- package/injective/oracle/v1beta1/genesis.js +390 -0
- package/injective/oracle/v1beta1/oracle.d.ts +958 -0
- package/injective/oracle/v1beta1/oracle.js +2624 -0
- package/injective/oracle/v1beta1/proposal.d.ts +391 -0
- package/injective/oracle/v1beta1/proposal.js +1249 -0
- package/injective/oracle/v1beta1/query.d.ts +1298 -0
- package/injective/oracle/v1beta1/query.js +2707 -0
- package/injective/oracle/v1beta1/query.rpc.func.d.ts +19 -0
- package/injective/oracle/v1beta1/query.rpc.func.js +141 -0
- package/injective/oracle/v1beta1/tx.d.ts +541 -0
- package/injective/oracle/v1beta1/tx.js +1340 -0
- package/injective/oracle/v1beta1/tx.rpc.func.d.ts +10 -0
- package/injective/oracle/v1beta1/tx.rpc.func.js +62 -0
- package/injective/peggy/v1/attestation.d.ts +132 -0
- package/injective/peggy/v1/attestation.js +253 -0
- package/injective/peggy/v1/batch.d.ts +79 -0
- package/injective/peggy/v1/batch.js +245 -0
- package/injective/peggy/v1/ethereum_signer.d.ts +10 -0
- package/injective/peggy/v1/ethereum_signer.js +44 -0
- package/injective/peggy/v1/events.d.ts +598 -0
- package/injective/peggy/v1/events.js +1924 -0
- package/injective/peggy/v1/genesis.d.ts +65 -0
- package/injective/peggy/v1/genesis.js +275 -0
- package/injective/peggy/v1/msgs.d.ts +1122 -0
- package/injective/peggy/v1/msgs.js +2424 -0
- package/injective/peggy/v1/msgs.rpc.func.d.ts +16 -0
- package/injective/peggy/v1/msgs.rpc.func.js +104 -0
- package/injective/peggy/v1/params.d.ts +75 -0
- package/injective/peggy/v1/params.js +340 -0
- package/injective/peggy/v1/pool.d.ts +62 -0
- package/injective/peggy/v1/pool.js +170 -0
- package/injective/peggy/v1/proposal.d.ts +66 -0
- package/injective/peggy/v1/proposal.js +199 -0
- package/injective/peggy/v1/query.d.ts +1204 -0
- package/injective/peggy/v1/query.js +2995 -0
- package/injective/peggy/v1/query.rpc.func.d.ts +23 -0
- package/injective/peggy/v1/query.rpc.func.js +173 -0
- package/injective/peggy/v1/types.d.ts +196 -0
- package/injective/peggy/v1/types.js +454 -0
- package/injective/permissions/v1beta1/events.d.ts +33 -0
- package/injective/permissions/v1beta1/events.js +88 -0
- package/injective/permissions/v1beta1/genesis.d.ts +38 -0
- package/injective/permissions/v1beta1/genesis.js +92 -0
- package/injective/permissions/v1beta1/params.d.ts +34 -0
- package/injective/permissions/v1beta1/params.js +83 -0
- package/injective/permissions/v1beta1/permissions.d.ts +212 -0
- package/injective/permissions/v1beta1/permissions.js +606 -0
- package/injective/permissions/v1beta1/query.d.ts +397 -0
- package/injective/permissions/v1beta1/query.js +870 -0
- package/injective/permissions/v1beta1/query.rpc.func.d.ts +8 -0
- package/injective/permissions/v1beta1/query.rpc.func.js +53 -0
- package/injective/permissions/v1beta1/tx.d.ts +562 -0
- package/injective/permissions/v1beta1/tx.js +1409 -0
- package/injective/permissions/v1beta1/tx.rpc.func.d.ts +9 -0
- package/injective/permissions/v1beta1/tx.rpc.func.js +55 -0
- package/injective/stream/v1beta1/query.d.ts +764 -0
- package/injective/stream/v1beta1/query.js +2458 -0
- package/injective/tokenfactory/v1beta1/authorityMetadata.d.ts +42 -0
- package/injective/tokenfactory/v1beta1/authorityMetadata.js +75 -0
- package/injective/tokenfactory/v1beta1/events.d.ts +154 -0
- package/injective/tokenfactory/v1beta1/events.js +417 -0
- package/injective/tokenfactory/v1beta1/genesis.d.ts +84 -0
- package/injective/tokenfactory/v1beta1/genesis.js +210 -0
- package/injective/tokenfactory/v1beta1/params.d.ts +35 -0
- package/injective/tokenfactory/v1beta1/params.js +87 -0
- package/injective/tokenfactory/v1beta1/query.d.ts +281 -0
- package/injective/tokenfactory/v1beta1/query.js +557 -0
- package/injective/tokenfactory/v1beta1/query.rpc.func.d.ts +6 -0
- package/injective/tokenfactory/v1beta1/query.rpc.func.js +37 -0
- package/injective/tokenfactory/v1beta1/tx.d.ts +454 -0
- package/injective/tokenfactory/v1beta1/tx.js +950 -0
- package/injective/tokenfactory/v1beta1/tx.rpc.func.d.ts +8 -0
- package/injective/tokenfactory/v1beta1/tx.rpc.func.js +48 -0
- package/injective/types/v1beta1/account.d.ts +41 -0
- package/injective/types/v1beta1/account.js +89 -0
- package/injective/types/v1beta1/tx_ext.d.ts +58 -0
- package/injective/types/v1beta1/tx_ext.js +100 -0
- package/injective/types/v1beta1/tx_response.d.ts +70 -0
- package/injective/types/v1beta1/tx_response.js +161 -0
- package/injective/wasmx/v1/events.d.ts +107 -0
- package/injective/wasmx/v1/events.js +336 -0
- package/injective/wasmx/v1/genesis.d.ts +75 -0
- package/injective/wasmx/v1/genesis.js +173 -0
- package/injective/wasmx/v1/proposal.d.ts +233 -0
- package/injective/wasmx/v1/proposal.js +636 -0
- package/injective/wasmx/v1/query.d.ts +202 -0
- package/injective/wasmx/v1/query.js +401 -0
- package/injective/wasmx/v1/query.rpc.func.d.ts +5 -0
- package/injective/wasmx/v1/query.rpc.func.js +29 -0
- package/injective/wasmx/v1/tx.d.ts +408 -0
- package/injective/wasmx/v1/tx.js +963 -0
- package/injective/wasmx/v1/tx.rpc.func.d.ts +8 -0
- package/injective/wasmx/v1/tx.rpc.func.js +48 -0
- package/injective/wasmx/v1/wasmx.d.ts +140 -0
- package/injective/wasmx/v1/wasmx.js +275 -0
- package/package.json +39 -77
- package/registry.d.ts +33 -0
- package/registry.js +158 -0
- package/tendermint/abci/types.d.ts +1843 -0
- package/tendermint/abci/types.js +5233 -0
- package/tendermint/crypto/keys.d.ts +34 -0
- package/tendermint/crypto/keys.js +88 -0
- package/tendermint/crypto/proof.d.ts +174 -0
- package/tendermint/crypto/proof.js +458 -0
- package/tendermint/types/block.d.ts +38 -0
- package/tendermint/types/block.js +113 -0
- package/tendermint/types/evidence.d.ts +138 -0
- package/tendermint/types/evidence.js +403 -0
- package/tendermint/types/params.d.ts +323 -0
- package/tendermint/types/params.js +595 -0
- package/tendermint/types/types.d.ts +640 -0
- package/tendermint/types/types.js +1754 -0
- package/tendermint/types/validator.d.ts +113 -0
- package/tendermint/types/validator.js +342 -0
- package/tendermint/version/types.d.ts +82 -0
- package/tendermint/version/types.js +169 -0
- package/types.d.ts +124 -0
- package/types.js +7 -0
- package/utf8.d.ts +27 -0
- package/utf8.js +141 -0
- package/varint.d.ts +105 -0
- package/varint.js +426 -0
- package/LICENSE +0 -21
- package/main/codegen/AtomicOrder.client.js +0 -76
- package/main/codegen/AtomicOrder.types.js +0 -1
- package/main/codegen/Registry.client.js +0 -293
- package/main/codegen/Registry.types.js +0 -1
- package/main/codegen/confio/proofs.js +0 -1256
- package/main/codegen/contracts.js +0 -37
- package/main/codegen/cosmos/app/v1alpha1/config.js +0 -138
- package/main/codegen/cosmos/app/v1alpha1/module.js +0 -215
- package/main/codegen/cosmos/app/v1alpha1/query.js +0 -94
- package/main/codegen/cosmos/app/v1alpha1/query.rpc.query.js +0 -64
- package/main/codegen/cosmos/auth/v1beta1/auth.js +0 -265
- package/main/codegen/cosmos/auth/v1beta1/genesis.js +0 -94
- package/main/codegen/cosmos/auth/v1beta1/query.js +0 -672
- package/main/codegen/cosmos/auth/v1beta1/query.lcd.js +0 -293
- package/main/codegen/cosmos/auth/v1beta1/query.rpc.query.js +0 -156
- package/main/codegen/cosmos/authz/v1beta1/authz.js +0 -266
- package/main/codegen/cosmos/authz/v1beta1/event.js +0 -148
- package/main/codegen/cosmos/authz/v1beta1/genesis.js +0 -82
- package/main/codegen/cosmos/authz/v1beta1/query.js +0 -425
- package/main/codegen/cosmos/authz/v1beta1/query.lcd.js +0 -173
- package/main/codegen/cosmos/authz/v1beta1/query.rpc.query.js +0 -90
- package/main/codegen/cosmos/authz/v1beta1/tx.amino.js +0 -96
- package/main/codegen/cosmos/authz/v1beta1/tx.js +0 -353
- package/main/codegen/cosmos/authz/v1beta1/tx.registry.js +0 -90
- package/main/codegen/cosmos/authz/v1beta1/tx.rpc.msg.js +0 -70
- package/main/codegen/cosmos/bank/v1beta1/authz.js +0 -82
- package/main/codegen/cosmos/bank/v1beta1/bank.js +0 -556
- package/main/codegen/cosmos/bank/v1beta1/genesis.js +0 -209
- package/main/codegen/cosmos/bank/v1beta1/query.js +0 -1057
- package/main/codegen/cosmos/bank/v1beta1/query.lcd.js +0 -406
- package/main/codegen/cosmos/bank/v1beta1/query.rpc.query.js +0 -184
- package/main/codegen/cosmos/bank/v1beta1/tx.amino.js +0 -101
- package/main/codegen/cosmos/bank/v1beta1/tx.js +0 -253
- package/main/codegen/cosmos/bank/v1beta1/tx.registry.js +0 -72
- package/main/codegen/cosmos/bank/v1beta1/tx.rpc.msg.js +0 -59
- package/main/codegen/cosmos/base/abci/v1beta1/abci.js +0 -884
- package/main/codegen/cosmos/base/kv/v1beta1/kv.js +0 -136
- package/main/codegen/cosmos/base/query/v1beta1/pagination.js +0 -160
- package/main/codegen/cosmos/base/reflection/v1beta1/reflection.js +0 -218
- package/main/codegen/cosmos/base/reflection/v2alpha1/reflection.js +0 -1390
- package/main/codegen/cosmos/base/snapshots/v1beta1/snapshot.js +0 -607
- package/main/codegen/cosmos/base/store/v1beta1/commit_info.js +0 -205
- package/main/codegen/cosmos/base/store/v1beta1/listening.js +0 -91
- package/main/codegen/cosmos/base/tendermint/v1beta1/query.js +0 -919
- package/main/codegen/cosmos/base/tendermint/v1beta1/query.lcd.js +0 -266
- package/main/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.js +0 -142
- package/main/codegen/cosmos/base/v1beta1/coin.js +0 -222
- package/main/codegen/cosmos/bundle.js +0 -587
- package/main/codegen/cosmos/capability/v1beta1/capability.js +0 -183
- package/main/codegen/cosmos/capability/v1beta1/genesis.js +0 -148
- package/main/codegen/cosmos/client.js +0 -138
- package/main/codegen/cosmos/crisis/v1beta1/genesis.js +0 -61
- package/main/codegen/cosmos/crisis/v1beta1/tx.amino.js +0 -32
- package/main/codegen/cosmos/crisis/v1beta1/tx.js +0 -114
- package/main/codegen/cosmos/crisis/v1beta1/tx.registry.js +0 -54
- package/main/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.js +0 -48
- package/main/codegen/cosmos/crypto/ed25519/keys.js +0 -108
- package/main/codegen/cosmos/crypto/hd/v1/hd.js +0 -101
- package/main/codegen/cosmos/crypto/keyring/v1/record.js +0 -283
- package/main/codegen/cosmos/crypto/multisig/keys.js +0 -92
- package/main/codegen/cosmos/crypto/multisig/v1beta1/multisig.js +0 -136
- package/main/codegen/cosmos/crypto/secp256k1/keys.js +0 -108
- package/main/codegen/cosmos/crypto/secp256r1/keys.js +0 -108
- package/main/codegen/cosmos/distribution/v1beta1/distribution.js +0 -851
- package/main/codegen/cosmos/distribution/v1beta1/genesis.js +0 -699
- package/main/codegen/cosmos/distribution/v1beta1/query.js +0 -977
- package/main/codegen/cosmos/distribution/v1beta1/query.lcd.js +0 -356
- package/main/codegen/cosmos/distribution/v1beta1/query.rpc.query.js +0 -178
- package/main/codegen/cosmos/distribution/v1beta1/tx.amino.js +0 -91
- package/main/codegen/cosmos/distribution/v1beta1/tx.js +0 -439
- package/main/codegen/cosmos/distribution/v1beta1/tx.registry.js +0 -108
- package/main/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.js +0 -81
- package/main/codegen/cosmos/evidence/v1beta1/evidence.js +0 -95
- package/main/codegen/cosmos/evidence/v1beta1/genesis.js +0 -82
- package/main/codegen/cosmos/evidence/v1beta1/query.js +0 -231
- package/main/codegen/cosmos/evidence/v1beta1/query.lcd.js +0 -114
- package/main/codegen/cosmos/evidence/v1beta1/query.rpc.query.js +0 -80
- package/main/codegen/cosmos/evidence/v1beta1/tx.amino.js +0 -34
- package/main/codegen/cosmos/evidence/v1beta1/tx.js +0 -120
- package/main/codegen/cosmos/evidence/v1beta1/tx.registry.js +0 -54
- package/main/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.js +0 -48
- package/main/codegen/cosmos/feegrant/v1beta1/feegrant.js +0 -349
- package/main/codegen/cosmos/feegrant/v1beta1/genesis.js +0 -82
- package/main/codegen/cosmos/feegrant/v1beta1/query.js +0 -380
- package/main/codegen/cosmos/feegrant/v1beta1/query.lcd.js +0 -150
- package/main/codegen/cosmos/feegrant/v1beta1/query.rpc.query.js +0 -90
- package/main/codegen/cosmos/feegrant/v1beta1/tx.amino.js +0 -57
- package/main/codegen/cosmos/feegrant/v1beta1/tx.js +0 -206
- package/main/codegen/cosmos/feegrant/v1beta1/tx.registry.js +0 -72
- package/main/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.js +0 -59
- package/main/codegen/cosmos/genutil/v1beta1/genesis.js +0 -79
- package/main/codegen/cosmos/gov/v1/genesis.js +0 -170
- package/main/codegen/cosmos/gov/v1/gov.js +0 -852
- package/main/codegen/cosmos/gov/v1/query.js +0 -919
- package/main/codegen/cosmos/gov/v1/query.lcd.js +0 -334
- package/main/codegen/cosmos/gov/v1/query.rpc.query.js +0 -160
- package/main/codegen/cosmos/gov/v1/tx.amino.js +0 -183
- package/main/codegen/cosmos/gov/v1/tx.js +0 -612
- package/main/codegen/cosmos/gov/v1/tx.registry.js +0 -126
- package/main/codegen/cosmos/gov/v1/tx.rpc.msg.js +0 -92
- package/main/codegen/cosmos/gov/v1beta1/genesis.js +0 -170
- package/main/codegen/cosmos/gov/v1beta1/gov.js +0 -890
- package/main/codegen/cosmos/gov/v1beta1/query.js +0 -919
- package/main/codegen/cosmos/gov/v1beta1/query.lcd.js +0 -334
- package/main/codegen/cosmos/gov/v1beta1/query.rpc.query.js +0 -160
- package/main/codegen/cosmos/gov/v1beta1/tx.amino.js +0 -142
- package/main/codegen/cosmos/gov/v1beta1/tx.js +0 -479
- package/main/codegen/cosmos/gov/v1beta1/tx.registry.js +0 -108
- package/main/codegen/cosmos/gov/v1beta1/tx.rpc.msg.js +0 -81
- package/main/codegen/cosmos/group/v1/events.js +0 -449
- package/main/codegen/cosmos/group/v1/genesis.js +0 -206
- package/main/codegen/cosmos/group/v1/query.js +0 -1500
- package/main/codegen/cosmos/group/v1/query.lcd.js +0 -527
- package/main/codegen/cosmos/group/v1/query.rpc.query.js +0 -230
- package/main/codegen/cosmos/group/v1/tx.amino.js +0 -428
- package/main/codegen/cosmos/group/v1/tx.js +0 -1657
- package/main/codegen/cosmos/group/v1/tx.registry.js +0 -288
- package/main/codegen/cosmos/group/v1/tx.rpc.msg.js +0 -191
- package/main/codegen/cosmos/group/v1/types.js +0 -1260
- package/main/codegen/cosmos/lcd.js +0 -307
- package/main/codegen/cosmos/mint/v1beta1/genesis.js +0 -71
- package/main/codegen/cosmos/mint/v1beta1/mint.js +0 -170
- package/main/codegen/cosmos/mint/v1beta1/query.js +0 -254
- package/main/codegen/cosmos/mint/v1beta1/query.lcd.js +0 -143
- package/main/codegen/cosmos/mint/v1beta1/query.rpc.query.js +0 -96
- package/main/codegen/cosmos/msg/v1/msg.js +0 -5
- package/main/codegen/cosmos/nft/v1beta1/event.js +0 -225
- package/main/codegen/cosmos/nft/v1beta1/genesis.js +0 -174
- package/main/codegen/cosmos/nft/v1beta1/nft.js +0 -210
- package/main/codegen/cosmos/nft/v1beta1/query.js +0 -770
- package/main/codegen/cosmos/nft/v1beta1/query.lcd.js +0 -296
- package/main/codegen/cosmos/nft/v1beta1/query.rpc.query.js +0 -150
- package/main/codegen/cosmos/nft/v1beta1/tx.amino.js +0 -36
- package/main/codegen/cosmos/nft/v1beta1/tx.js +0 -124
- package/main/codegen/cosmos/nft/v1beta1/tx.registry.js +0 -54
- package/main/codegen/cosmos/nft/v1beta1/tx.rpc.msg.js +0 -48
- package/main/codegen/cosmos/orm/v1/orm.js +0 -270
- package/main/codegen/cosmos/orm/v1alpha1/schema.js +0 -238
- package/main/codegen/cosmos/params/v1beta1/params.js +0 -166
- package/main/codegen/cosmos/params/v1beta1/query.js +0 -285
- package/main/codegen/cosmos/params/v1beta1/query.lcd.js +0 -115
- package/main/codegen/cosmos/params/v1beta1/query.rpc.query.js +0 -78
- package/main/codegen/cosmos/rpc.query.js +0 -255
- package/main/codegen/cosmos/rpc.tx.js +0 -226
- package/main/codegen/cosmos/slashing/v1beta1/genesis.js +0 -298
- package/main/codegen/cosmos/slashing/v1beta1/query.js +0 -309
- package/main/codegen/cosmos/slashing/v1beta1/query.lcd.js +0 -151
- package/main/codegen/cosmos/slashing/v1beta1/query.rpc.query.js +0 -96
- package/main/codegen/cosmos/slashing/v1beta1/slashing.js +0 -204
- package/main/codegen/cosmos/slashing/v1beta1/tx.amino.js +0 -24
- package/main/codegen/cosmos/slashing/v1beta1/tx.js +0 -94
- package/main/codegen/cosmos/slashing/v1beta1/tx.registry.js +0 -54
- package/main/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.js +0 -48
- package/main/codegen/cosmos/staking/v1beta1/authz.js +0 -243
- package/main/codegen/cosmos/staking/v1beta1/genesis.js +0 -262
- package/main/codegen/cosmos/staking/v1beta1/query.js +0 -1579
- package/main/codegen/cosmos/staking/v1beta1/query.lcd.js +0 -576
- package/main/codegen/cosmos/staking/v1beta1/query.rpc.query.js +0 -248
- package/main/codegen/cosmos/staking/v1beta1/staking.js +0 -1562
- package/main/codegen/cosmos/staking/v1beta1/tx.amino.js +0 -217
- package/main/codegen/cosmos/staking/v1beta1/tx.js +0 -612
- package/main/codegen/cosmos/staking/v1beta1/tx.registry.js +0 -126
- package/main/codegen/cosmos/staking/v1beta1/tx.rpc.msg.js +0 -92
- package/main/codegen/cosmos/tx/signing/v1beta1/signing.js +0 -431
- package/main/codegen/cosmos/tx/v1beta1/service.js +0 -804
- package/main/codegen/cosmos/tx/v1beta1/service.lcd.js +0 -159
- package/main/codegen/cosmos/tx/v1beta1/service.rpc.svc.js +0 -118
- package/main/codegen/cosmos/tx/v1beta1/tx.js +0 -1038
- package/main/codegen/cosmos/upgrade/v1beta1/query.js +0 -473
- package/main/codegen/cosmos/upgrade/v1beta1/query.lcd.js +0 -220
- package/main/codegen/cosmos/upgrade/v1beta1/query.rpc.query.js +0 -122
- package/main/codegen/cosmos/upgrade/v1beta1/tx.amino.js +0 -64
- package/main/codegen/cosmos/upgrade/v1beta1/tx.js +0 -186
- package/main/codegen/cosmos/upgrade/v1beta1/tx.registry.js +0 -72
- package/main/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.js +0 -59
- package/main/codegen/cosmos/upgrade/v1beta1/upgrade.js +0 -288
- package/main/codegen/cosmos/vesting/v1beta1/tx.amino.js +0 -133
- package/main/codegen/cosmos/vesting/v1beta1/tx.js +0 -395
- package/main/codegen/cosmos/vesting/v1beta1/tx.registry.js +0 -90
- package/main/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.js +0 -70
- package/main/codegen/cosmos/vesting/v1beta1/vesting.js +0 -446
- package/main/codegen/cosmos_proto/bundle.js +0 -26
- package/main/codegen/cosmos_proto/cosmos.js +0 -232
- package/main/codegen/cosmwasm/bundle.js +0 -61
- package/main/codegen/cosmwasm/client.js +0 -92
- package/main/codegen/cosmwasm/lcd.js +0 -325
- package/main/codegen/cosmwasm/rpc.query.js +0 -269
- package/main/codegen/cosmwasm/rpc.tx.js +0 -242
- package/main/codegen/cosmwasm/wasm/v1/genesis.js +0 -440
- package/main/codegen/cosmwasm/wasm/v1/ibc.js +0 -140
- package/main/codegen/cosmwasm/wasm/v1/proposal.js +0 -843
- package/main/codegen/cosmwasm/wasm/v1/query.js +0 -1125
- package/main/codegen/cosmwasm/wasm/v1/query.lcd.js +0 -383
- package/main/codegen/cosmwasm/wasm/v1/query.rpc.query.js +0 -182
- package/main/codegen/cosmwasm/wasm/v1/tx.amino.js +0 -196
- package/main/codegen/cosmwasm/wasm/v1/tx.js +0 -756
- package/main/codegen/cosmwasm/wasm/v1/tx.registry.js +0 -144
- package/main/codegen/cosmwasm/wasm/v1/tx.rpc.msg.js +0 -103
- package/main/codegen/cosmwasm/wasm/v1/types.js +0 -697
- package/main/codegen/gogoproto/bundle.js +0 -26
- package/main/codegen/gogoproto/gogo.js +0 -5
- package/main/codegen/google/api/annotations.js +0 -5
- package/main/codegen/google/api/http.js +0 -295
- package/main/codegen/google/bundle.js +0 -49
- package/main/codegen/google/protobuf/any.js +0 -71
- package/main/codegen/google/protobuf/descriptor.js +0 -3264
- package/main/codegen/google/protobuf/duration.js +0 -73
- package/main/codegen/google/protobuf/empty.js +0 -47
- package/main/codegen/google/protobuf/field_mask.js +0 -79
- package/main/codegen/google/protobuf/struct.js +0 -358
- package/main/codegen/google/protobuf/timestamp.js +0 -73
- package/main/codegen/google/protobuf/wrappers.js +0 -435
- package/main/codegen/ibc/applications/transfer/v1/genesis.js +0 -102
- package/main/codegen/ibc/applications/transfer/v1/query.js +0 -309
- package/main/codegen/ibc/applications/transfer/v1/query.lcd.js +0 -151
- package/main/codegen/ibc/applications/transfer/v1/query.rpc.query.js +0 -96
- package/main/codegen/ibc/applications/transfer/v1/transfer.js +0 -128
- package/main/codegen/ibc/applications/transfer/v1/tx.amino.js +0 -65
- package/main/codegen/ibc/applications/transfer/v1/tx.js +0 -160
- package/main/codegen/ibc/applications/transfer/v1/tx.registry.js +0 -54
- package/main/codegen/ibc/applications/transfer/v1/tx.rpc.msg.js +0 -48
- package/main/codegen/ibc/applications/transfer/v2/packet.js +0 -91
- package/main/codegen/ibc/bundle.js +0 -199
- package/main/codegen/ibc/client.js +0 -104
- package/main/codegen/ibc/core/channel/v1/channel.js +0 -705
- package/main/codegen/ibc/core/channel/v1/genesis.js +0 -296
- package/main/codegen/ibc/core/channel/v1/query.js +0 -1892
- package/main/codegen/ibc/core/channel/v1/query.lcd.js +0 -513
- package/main/codegen/ibc/core/channel/v1/query.rpc.query.js +0 -234
- package/main/codegen/ibc/core/channel/v1/tx.amino.js +0 -520
- package/main/codegen/ibc/core/channel/v1/tx.js +0 -1220
- package/main/codegen/ibc/core/channel/v1/tx.registry.js +0 -216
- package/main/codegen/ibc/core/channel/v1/tx.rpc.msg.js +0 -147
- package/main/codegen/ibc/core/client/v1/client.js +0 -475
- package/main/codegen/ibc/core/client/v1/genesis.js +0 -285
- package/main/codegen/ibc/core/client/v1/query.js +0 -856
- package/main/codegen/ibc/core/client/v1/query.lcd.js +0 -342
- package/main/codegen/ibc/core/client/v1/query.rpc.query.js +0 -170
- package/main/codegen/ibc/core/client/v1/tx.amino.js +0 -149
- package/main/codegen/ibc/core/client/v1/tx.js +0 -446
- package/main/codegen/ibc/core/client/v1/tx.registry.js +0 -108
- package/main/codegen/ibc/core/client/v1/tx.rpc.msg.js +0 -81
- package/main/codegen/ibc/core/commitment/v1/commitment.js +0 -235
- package/main/codegen/ibc/core/connection/v1/connection.js +0 -625
- package/main/codegen/ibc/core/connection/v1/genesis.js +0 -127
- package/main/codegen/ibc/core/connection/v1/query.js +0 -653
- package/main/codegen/ibc/core/connection/v1/query.lcd.js +0 -216
- package/main/codegen/ibc/core/connection/v1/query.rpc.query.js +0 -122
- package/main/codegen/ibc/core/connection/v1/tx.amino.js +0 -274
- package/main/codegen/ibc/core/connection/v1/tx.js +0 -631
- package/main/codegen/ibc/core/connection/v1/tx.registry.js +0 -108
- package/main/codegen/ibc/core/connection/v1/tx.rpc.msg.js +0 -81
- package/main/codegen/ibc/core/port/v1/query.js +0 -160
- package/main/codegen/ibc/core/port/v1/query.rpc.query.js +0 -62
- package/main/codegen/ibc/core/types/v1/genesis.js +0 -85
- package/main/codegen/ibc/lcd.js +0 -376
- package/main/codegen/ibc/lightclients/localhost/v1/localhost.js +0 -73
- package/main/codegen/ibc/lightclients/solomachine/v1/solomachine.js +0 -1190
- package/main/codegen/ibc/lightclients/solomachine/v2/solomachine.js +0 -1190
- package/main/codegen/ibc/lightclients/tendermint/v1/tendermint.js +0 -472
- package/main/codegen/ibc/rpc.query.js +0 -319
- package/main/codegen/ibc/rpc.tx.js +0 -287
- package/main/codegen/ics23/bundle.js +0 -26
- package/main/codegen/index.js +0 -187
- package/main/codegen/injective/auction/v1beta1/auction.js +0 -352
- package/main/codegen/injective/auction/v1beta1/genesis.js +0 -93
- package/main/codegen/injective/auction/v1beta1/query.js +0 -317
- package/main/codegen/injective/auction/v1beta1/query.lcd.js +0 -143
- package/main/codegen/injective/auction/v1beta1/query.rpc.query.js +0 -96
- package/main/codegen/injective/auction/v1beta1/tx.amino.js +0 -41
- package/main/codegen/injective/auction/v1beta1/tx.js +0 -118
- package/main/codegen/injective/auction/v1beta1/tx.registry.js +0 -54
- package/main/codegen/injective/auction/v1beta1/tx.rpc.msg.js +0 -48
- package/main/codegen/injective/bundle.js +0 -239
- package/main/codegen/injective/client.js +0 -112
- package/main/codegen/injective/crypto/v1beta1/ethsecp256k1/keys.js +0 -108
- package/main/codegen/injective/exchange/v1beta1/authz.js +0 -801
- package/main/codegen/injective/exchange/v1beta1/events.js +0 -1892
- package/main/codegen/injective/exchange/v1beta1/exchange.js +0 -3929
- package/main/codegen/injective/exchange/v1beta1/genesis.js +0 -1573
- package/main/codegen/injective/exchange/v1beta1/query.js +0 -6020
- package/main/codegen/injective/exchange/v1beta1/query.lcd.js +0 -1718
- package/main/codegen/injective/exchange/v1beta1/query.rpc.query.js +0 -712
- package/main/codegen/injective/exchange/v1beta1/tx.amino.js +0 -1248
- package/main/codegen/injective/exchange/v1beta1/tx.js +0 -6365
- package/main/codegen/injective/exchange/v1beta1/tx.registry.js +0 -540
- package/main/codegen/injective/exchange/v1beta1/tx.rpc.msg.js +0 -345
- package/main/codegen/injective/insurance/v1beta1/genesis.js +0 -137
- package/main/codegen/injective/insurance/v1beta1/insurance.js +0 -525
- package/main/codegen/injective/insurance/v1beta1/query.js +0 -601
- package/main/codegen/injective/insurance/v1beta1/query.lcd.js +0 -266
- package/main/codegen/injective/insurance/v1beta1/query.rpc.query.js +0 -138
- package/main/codegen/injective/insurance/v1beta1/tx.amino.js +0 -121
- package/main/codegen/injective/insurance/v1beta1/tx.js +0 -368
- package/main/codegen/injective/insurance/v1beta1/tx.registry.js +0 -90
- package/main/codegen/injective/insurance/v1beta1/tx.rpc.msg.js +0 -70
- package/main/codegen/injective/lcd.js +0 -415
- package/main/codegen/injective/ocr/v1beta1/genesis.js +0 -671
- package/main/codegen/injective/ocr/v1beta1/ocr.js +0 -1875
- package/main/codegen/injective/ocr/v1beta1/query.js +0 -690
- package/main/codegen/injective/ocr/v1beta1/query.lcd.js +0 -271
- package/main/codegen/injective/ocr/v1beta1/query.rpc.query.js +0 -150
- package/main/codegen/injective/ocr/v1beta1/tx.amino.js +0 -302
- package/main/codegen/injective/ocr/v1beta1/tx.js +0 -1006
- package/main/codegen/injective/ocr/v1beta1/tx.registry.js +0 -180
- package/main/codegen/injective/ocr/v1beta1/tx.rpc.msg.js +0 -125
- package/main/codegen/injective/oracle/v1beta1/events.js +0 -677
- package/main/codegen/injective/oracle/v1beta1/genesis.js +0 -386
- package/main/codegen/injective/oracle/v1beta1/oracle.js +0 -1588
- package/main/codegen/injective/oracle/v1beta1/proposal.js +0 -769
- package/main/codegen/injective/oracle/v1beta1/query.js +0 -1277
- package/main/codegen/injective/oracle/v1beta1/query.lcd.js +0 -496
- package/main/codegen/injective/oracle/v1beta1/query.rpc.query.js +0 -232
- package/main/codegen/injective/oracle/v1beta1/tx.amino.js +0 -151
- package/main/codegen/injective/oracle/v1beta1/tx.js +0 -720
- package/main/codegen/injective/oracle/v1beta1/tx.registry.js +0 -126
- package/main/codegen/injective/oracle/v1beta1/tx.rpc.msg.js +0 -92
- package/main/codegen/injective/peggy/v1/attestation.js +0 -274
- package/main/codegen/injective/peggy/v1/batch.js +0 -210
- package/main/codegen/injective/peggy/v1/ethereum_signer.js +0 -68
- package/main/codegen/injective/peggy/v1/events.js +0 -1374
- package/main/codegen/injective/peggy/v1/genesis.js +0 -582
- package/main/codegen/injective/peggy/v1/msgs.amino.js +0 -365
- package/main/codegen/injective/peggy/v1/msgs.js +0 -1321
- package/main/codegen/injective/peggy/v1/msgs.registry.js +0 -234
- package/main/codegen/injective/peggy/v1/msgs.rpc.msg.js +0 -158
- package/main/codegen/injective/peggy/v1/pool.js +0 -149
- package/main/codegen/injective/peggy/v1/proposal.js +0 -178
- package/main/codegen/injective/peggy/v1/query.js +0 -2002
- package/main/codegen/injective/peggy/v1/query.lcd.js +0 -824
- package/main/codegen/injective/peggy/v1/query.rpc.query.js +0 -340
- package/main/codegen/injective/peggy/v1/types.js +0 -345
- package/main/codegen/injective/rpc.query.js +0 -335
- package/main/codegen/injective/rpc.tx.js +0 -307
- package/main/codegen/injective/types/v1beta1/account.js +0 -73
- package/main/codegen/injective/types/v1beta1/tx_ext.js +0 -83
- package/main/codegen/injective/types/v1beta1/tx_response.js +0 -136
- package/main/codegen/injective/wasmx/v1/genesis.js +0 -61
- package/main/codegen/injective/wasmx/v1/query.js +0 -174
- package/main/codegen/injective/wasmx/v1/query.lcd.js +0 -106
- package/main/codegen/injective/wasmx/v1/query.rpc.query.js +0 -80
- package/main/codegen/injective/wasmx/v1/tx.js +0 -5
- package/main/codegen/injective/wasmx/v1/wasmx.js +0 -332
- package/main/codegen/tendermint/abci/types.js +0 -3542
- package/main/codegen/tendermint/bundle.js +0 -63
- package/main/codegen/tendermint/crypto/keys.js +0 -71
- package/main/codegen/tendermint/crypto/proof.js +0 -361
- package/main/codegen/tendermint/libs/bits/types.js +0 -103
- package/main/codegen/tendermint/p2p/types.js +0 -419
- package/main/codegen/tendermint/types/block.js +0 -93
- package/main/codegen/tendermint/types/evidence.js +0 -329
- package/main/codegen/tendermint/types/params.js +0 -390
- package/main/codegen/tendermint/types/types.js +0 -1234
- package/main/codegen/tendermint/types/validator.js +0 -235
- package/main/codegen/tendermint/version/types.js +0 -128
- package/main/index.js +0 -18
- package/types/codegen/AtomicOrder.client.d.ts +0 -26
- package/types/codegen/AtomicOrder.types.d.ts +0 -30
- package/types/codegen/Registry.client.d.ts +0 -70
- package/types/codegen/Registry.types.d.ts +0 -68
- package/types/codegen/confio/proofs.d.ts +0 -495
- package/types/codegen/contracts.d.ts +0 -16
- package/types/codegen/cosmos/app/v1alpha1/config.d.ts +0 -81
- package/types/codegen/cosmos/app/v1alpha1/module.d.ts +0 -181
- package/types/codegen/cosmos/app/v1alpha1/query.d.ts +0 -29
- package/types/codegen/cosmos/app/v1alpha1/query.rpc.query.d.ts +0 -15
- package/types/codegen/cosmos/auth/v1beta1/auth.d.ts +0 -68
- package/types/codegen/cosmos/auth/v1beta1/genesis.d.ts +0 -23
- package/types/codegen/cosmos/auth/v1beta1/query.d.ts +0 -211
- package/types/codegen/cosmos/auth/v1beta1/query.lcd.d.ts +0 -15
- package/types/codegen/cosmos/auth/v1beta1/query.rpc.query.d.ts +0 -33
- package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +0 -95
- package/types/codegen/cosmos/authz/v1beta1/event.d.ts +0 -48
- package/types/codegen/cosmos/authz/v1beta1/genesis.d.ts +0 -16
- package/types/codegen/cosmos/authz/v1beta1/query.d.ts +0 -118
- package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +0 -11
- package/types/codegen/cosmos/authz/v1beta1/query.rpc.query.d.ts +0 -21
- package/types/codegen/cosmos/authz/v1beta1/tx.amino.d.ts +0 -54
- package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +0 -118
- package/types/codegen/cosmos/authz/v1beta1/tx.registry.d.ts +0 -48
- package/types/codegen/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +0 -15
- package/types/codegen/cosmos/bank/v1beta1/authz.d.ts +0 -26
- package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +0 -222
- package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +0 -62
- package/types/codegen/cosmos/bank/v1beta1/query.d.ts +0 -396
- package/types/codegen/cosmos/bank/v1beta1/query.lcd.d.ts +0 -17
- package/types/codegen/cosmos/bank/v1beta1/query.rpc.query.d.ts +0 -39
- package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +0 -44
- package/types/codegen/cosmos/bank/v1beta1/tx.d.ts +0 -58
- package/types/codegen/cosmos/bank/v1beta1/tx.registry.d.ts +0 -36
- package/types/codegen/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +0 -13
- package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +0 -354
- package/types/codegen/cosmos/base/kv/v1beta1/kv.d.ts +0 -30
- package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +0 -138
- package/types/codegen/cosmos/base/reflection/v1beta1/reflection.d.ts +0 -68
- package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +0 -514
- package/types/codegen/cosmos/base/snapshots/v1beta1/snapshot.d.ts +0 -153
- package/types/codegen/cosmos/base/store/v1beta1/commit_info.d.ts +0 -65
- package/types/codegen/cosmos/base/store/v1beta1/listening.d.ts +0 -37
- package/types/codegen/cosmos/base/tendermint/v1beta1/query.d.ts +0 -252
- package/types/codegen/cosmos/base/tendermint/v1beta1/query.lcd.d.ts +0 -14
- package/types/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.d.ts +0 -30
- package/types/codegen/cosmos/base/v1beta1/coin.d.ts +0 -78
- package/types/codegen/cosmos/bundle.d.ts +0 -10676
- package/types/codegen/cosmos/capability/v1beta1/capability.d.ts +0 -61
- package/types/codegen/cosmos/capability/v1beta1/genesis.d.ts +0 -47
- package/types/codegen/cosmos/client.d.ts +0 -951
- package/types/codegen/cosmos/crisis/v1beta1/genesis.d.ts +0 -24
- package/types/codegen/cosmos/crisis/v1beta1/tx.amino.d.ts +0 -17
- package/types/codegen/cosmos/crisis/v1beta1/tx.d.ts +0 -30
- package/types/codegen/cosmos/crisis/v1beta1/tx.registry.d.ts +0 -24
- package/types/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.d.ts +0 -11
- package/types/codegen/cosmos/crypto/ed25519/keys.d.ts +0 -46
- package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +0 -39
- package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +0 -95
- package/types/codegen/cosmos/crypto/multisig/keys.d.ts +0 -26
- package/types/codegen/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -48
- package/types/codegen/cosmos/crypto/secp256k1/keys.d.ts +0 -40
- package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +0 -38
- package/types/codegen/cosmos/distribution/v1beta1/distribution.d.ts +0 -281
- package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +0 -224
- package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +0 -385
- package/types/codegen/cosmos/distribution/v1beta1/query.lcd.d.ts +0 -17
- package/types/codegen/cosmos/distribution/v1beta1/query.rpc.query.d.ts +0 -39
- package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +0 -54
- package/types/codegen/cosmos/distribution/v1beta1/tx.d.ts +0 -133
- package/types/codegen/cosmos/distribution/v1beta1/tx.registry.d.ts +0 -60
- package/types/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +0 -17
- package/types/codegen/cosmos/evidence/v1beta1/evidence.d.ts +0 -27
- package/types/codegen/cosmos/evidence/v1beta1/genesis.d.ts +0 -18
- package/types/codegen/cosmos/evidence/v1beta1/query.d.ts +0 -80
- package/types/codegen/cosmos/evidence/v1beta1/query.lcd.d.ts +0 -10
- package/types/codegen/cosmos/evidence/v1beta1/query.rpc.query.d.ts +0 -18
- package/types/codegen/cosmos/evidence/v1beta1/tx.amino.d.ts +0 -19
- package/types/codegen/cosmos/evidence/v1beta1/tx.d.ts +0 -39
- package/types/codegen/cosmos/evidence/v1beta1/tx.registry.d.ts +0 -24
- package/types/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.d.ts +0 -11
- package/types/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -137
- package/types/codegen/cosmos/feegrant/v1beta1/genesis.d.ts +0 -16
- package/types/codegen/cosmos/feegrant/v1beta1/query.d.ts +0 -110
- package/types/codegen/cosmos/feegrant/v1beta1/query.lcd.d.ts +0 -11
- package/types/codegen/cosmos/feegrant/v1beta1/query.rpc.query.d.ts +0 -21
- package/types/codegen/cosmos/feegrant/v1beta1/tx.amino.d.ts +0 -32
- package/types/codegen/cosmos/feegrant/v1beta1/tx.d.ts +0 -73
- package/types/codegen/cosmos/feegrant/v1beta1/tx.registry.d.ts +0 -36
- package/types/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +0 -13
- package/types/codegen/cosmos/genutil/v1beta1/genesis.d.ts +0 -17
- package/types/codegen/cosmos/gov/v1/genesis.d.ts +0 -42
- package/types/codegen/cosmos/gov/v1/gov.d.ts +0 -301
- package/types/codegen/cosmos/gov/v1/query.d.ts +0 -298
- package/types/codegen/cosmos/gov/v1/query.lcd.d.ts +0 -16
- package/types/codegen/cosmos/gov/v1/query.rpc.query.d.ts +0 -36
- package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +0 -86
- package/types/codegen/cosmos/gov/v1/tx.d.ts +0 -169
- package/types/codegen/cosmos/gov/v1/tx.registry.d.ts +0 -72
- package/types/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +0 -19
- package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +0 -42
- package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +0 -338
- package/types/codegen/cosmos/gov/v1beta1/query.d.ts +0 -298
- package/types/codegen/cosmos/gov/v1beta1/query.lcd.d.ts +0 -16
- package/types/codegen/cosmos/gov/v1beta1/query.rpc.query.d.ts +0 -36
- package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +0 -68
- package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +0 -141
- package/types/codegen/cosmos/gov/v1beta1/tx.registry.d.ts +0 -60
- package/types/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +0 -17
- package/types/codegen/cosmos/group/v1/events.d.ts +0 -146
- package/types/codegen/cosmos/group/v1/genesis.d.ts +0 -64
- package/types/codegen/cosmos/group/v1/query.d.ts +0 -462
- package/types/codegen/cosmos/group/v1/query.lcd.d.ts +0 -21
- package/types/codegen/cosmos/group/v1/query.rpc.query.d.ts +0 -51
- package/types/codegen/cosmos/group/v1/tx.amino.d.ts +0 -227
- package/types/codegen/cosmos/group/v1/tx.d.ts +0 -580
- package/types/codegen/cosmos/group/v1/tx.registry.d.ts +0 -180
- package/types/codegen/cosmos/group/v1/tx.rpc.msg.d.ts +0 -37
- package/types/codegen/cosmos/group/v1/types.d.ts +0 -537
- package/types/codegen/cosmos/lcd.d.ts +0 -57
- package/types/codegen/cosmos/mint/v1beta1/genesis.d.ts +0 -22
- package/types/codegen/cosmos/mint/v1beta1/mint.d.ts +0 -56
- package/types/codegen/cosmos/mint/v1beta1/query.d.ts +0 -99
- package/types/codegen/cosmos/mint/v1beta1/query.lcd.d.ts +0 -11
- package/types/codegen/cosmos/mint/v1beta1/query.rpc.query.d.ts +0 -21
- package/types/codegen/cosmos/nft/v1beta1/event.d.ts +0 -55
- package/types/codegen/cosmos/nft/v1beta1/genesis.d.ts +0 -39
- package/types/codegen/cosmos/nft/v1beta1/nft.d.ts +0 -73
- package/types/codegen/cosmos/nft/v1beta1/query.d.ts +0 -202
- package/types/codegen/cosmos/nft/v1beta1/query.lcd.d.ts +0 -15
- package/types/codegen/cosmos/nft/v1beta1/query.rpc.query.d.ts +0 -33
- package/types/codegen/cosmos/nft/v1beta1/tx.amino.d.ts +0 -18
- package/types/codegen/cosmos/nft/v1beta1/tx.d.ts +0 -40
- package/types/codegen/cosmos/nft/v1beta1/tx.registry.d.ts +0 -24
- package/types/codegen/cosmos/nft/v1beta1/tx.rpc.msg.d.ts +0 -11
- package/types/codegen/cosmos/orm/v1/orm.d.ts +0 -196
- package/types/codegen/cosmos/orm/v1alpha1/schema.d.ts +0 -158
- package/types/codegen/cosmos/params/v1beta1/params.d.ts +0 -42
- package/types/codegen/cosmos/params/v1beta1/query.d.ts +0 -94
- package/types/codegen/cosmos/params/v1beta1/query.lcd.d.ts +0 -10
- package/types/codegen/cosmos/params/v1beta1/query.rpc.query.d.ts +0 -18
- package/types/codegen/cosmos/rpc.query.d.ts +0 -186
- package/types/codegen/cosmos/rpc.tx.d.ts +0 -47
- package/types/codegen/cosmos/slashing/v1beta1/genesis.d.ts +0 -101
- package/types/codegen/cosmos/slashing/v1beta1/query.d.ts +0 -112
- package/types/codegen/cosmos/slashing/v1beta1/query.lcd.d.ts +0 -11
- package/types/codegen/cosmos/slashing/v1beta1/query.rpc.query.d.ts +0 -21
- package/types/codegen/cosmos/slashing/v1beta1/slashing.d.ts +0 -83
- package/types/codegen/cosmos/slashing/v1beta1/tx.amino.d.ts +0 -15
- package/types/codegen/cosmos/slashing/v1beta1/tx.d.ts +0 -26
- package/types/codegen/cosmos/slashing/v1beta1/tx.registry.d.ts +0 -24
- package/types/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.d.ts +0 -11
- package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +0 -97
- package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +0 -75
- package/types/codegen/cosmos/staking/v1beta1/query.d.ts +0 -592
- package/types/codegen/cosmos/staking/v1beta1/query.lcd.d.ts +0 -22
- package/types/codegen/cosmos/staking/v1beta1/query.rpc.query.d.ts +0 -54
- package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +0 -568
- package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +0 -106
- package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +0 -191
- package/types/codegen/cosmos/staking/v1beta1/tx.registry.d.ts +0 -72
- package/types/codegen/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +0 -19
- package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +0 -203
- package/types/codegen/cosmos/tx/v1beta1/service.d.ts +0 -339
- package/types/codegen/cosmos/tx/v1beta1/service.lcd.d.ts +0 -11
- package/types/codegen/cosmos/tx/v1beta1/service.rpc.svc.d.ts +0 -27
- package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +0 -603
- package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +0 -233
- package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +0 -13
- package/types/codegen/cosmos/upgrade/v1beta1/query.rpc.query.d.ts +0 -27
- package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +0 -39
- package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +0 -91
- package/types/codegen/cosmos/upgrade/v1beta1/tx.registry.d.ts +0 -36
- package/types/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +0 -13
- package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +0 -165
- package/types/codegen/cosmos/vesting/v1beta1/tx.amino.d.ts +0 -58
- package/types/codegen/cosmos/vesting/v1beta1/tx.d.ts +0 -118
- package/types/codegen/cosmos/vesting/v1beta1/tx.registry.d.ts +0 -48
- package/types/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +0 -15
- package/types/codegen/cosmos/vesting/v1beta1/vesting.d.ts +0 -136
- package/types/codegen/cosmos_proto/bundle.d.ts +0 -24
- package/types/codegen/cosmos_proto/cosmos.d.ts +0 -124
- package/types/codegen/cosmwasm/bundle.d.ts +0 -1248
- package/types/codegen/cosmwasm/client.d.ts +0 -120
- package/types/codegen/cosmwasm/lcd.d.ts +0 -62
- package/types/codegen/cosmwasm/rpc.query.d.ts +0 -201
- package/types/codegen/cosmwasm/rpc.tx.d.ts +0 -52
- package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +0 -101
- package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +0 -60
- package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +0 -297
- package/types/codegen/cosmwasm/wasm/v1/query.d.ts +0 -411
- package/types/codegen/cosmwasm/wasm/v1/query.lcd.d.ts +0 -17
- package/types/codegen/cosmwasm/wasm/v1/query.rpc.query.d.ts +0 -39
- package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +0 -95
- package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +0 -262
- package/types/codegen/cosmwasm/wasm/v1/tx.registry.d.ts +0 -84
- package/types/codegen/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +0 -21
- package/types/codegen/cosmwasm/wasm/v1/types.d.ts +0 -247
- package/types/codegen/gogoproto/bundle.d.ts +0 -1
- package/types/codegen/google/api/http.d.ts +0 -721
- package/types/codegen/google/bundle.d.ts +0 -1597
- package/types/codegen/google/protobuf/any.d.ts +0 -237
- package/types/codegen/google/protobuf/descriptor.d.ts +0 -1725
- package/types/codegen/google/protobuf/duration.d.ts +0 -161
- package/types/codegen/google/protobuf/empty.d.ts +0 -33
- package/types/codegen/google/protobuf/field_mask.d.ts +0 -417
- package/types/codegen/google/protobuf/struct.d.ts +0 -148
- package/types/codegen/google/protobuf/timestamp.d.ts +0 -205
- package/types/codegen/google/protobuf/wrappers.d.ts +0 -209
- package/types/codegen/ibc/applications/transfer/v1/genesis.d.ts +0 -20
- package/types/codegen/ibc/applications/transfer/v1/query.d.ts +0 -118
- package/types/codegen/ibc/applications/transfer/v1/query.lcd.d.ts +0 -11
- package/types/codegen/ibc/applications/transfer/v1/query.rpc.query.d.ts +0 -21
- package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +0 -74
- package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +0 -25
- package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +0 -74
- package/types/codegen/ibc/applications/transfer/v1/tx.registry.d.ts +0 -24
- package/types/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +0 -11
- package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +0 -37
- package/types/codegen/ibc/bundle.d.ts +0 -4077
- package/types/codegen/ibc/client.d.ts +0 -559
- package/types/codegen/ibc/core/channel/v1/channel.d.ts +0 -313
- package/types/codegen/ibc/core/channel/v1/genesis.d.ts +0 -55
- package/types/codegen/ibc/core/channel/v1/query.d.ts +0 -726
- package/types/codegen/ibc/core/channel/v1/query.lcd.d.ts +0 -21
- package/types/codegen/ibc/core/channel/v1/query.rpc.query.d.ts +0 -51
- package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +0 -209
- package/types/codegen/ibc/core/channel/v1/tx.d.ts +0 -380
- package/types/codegen/ibc/core/channel/v1/tx.registry.d.ts +0 -132
- package/types/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts +0 -29
- package/types/codegen/ibc/core/client/v1/client.d.ts +0 -219
- package/types/codegen/ibc/core/client/v1/genesis.d.ts +0 -82
- package/types/codegen/ibc/core/client/v1/query.d.ts +0 -377
- package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +0 -16
- package/types/codegen/ibc/core/client/v1/query.rpc.query.d.ts +0 -36
- package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +0 -77
- package/types/codegen/ibc/core/client/v1/tx.d.ts +0 -187
- package/types/codegen/ibc/core/client/v1/tx.registry.d.ts +0 -60
- package/types/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +0 -17
- package/types/codegen/ibc/core/commitment/v1/commitment.d.ts +0 -89
- package/types/codegen/ibc/core/connection/v1/connection.d.ts +0 -260
- package/types/codegen/ibc/core/connection/v1/genesis.d.ts +0 -24
- package/types/codegen/ibc/core/connection/v1/query.d.ts +0 -264
- package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +0 -13
- package/types/codegen/ibc/core/connection/v1/query.rpc.query.d.ts +0 -27
- package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +0 -103
- package/types/codegen/ibc/core/connection/v1/tx.d.ts +0 -225
- package/types/codegen/ibc/core/connection/v1/tx.registry.d.ts +0 -60
- package/types/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +0 -17
- package/types/codegen/ibc/core/port/v1/query.d.ts +0 -53
- package/types/codegen/ibc/core/port/v1/query.rpc.query.d.ts +0 -15
- package/types/codegen/ibc/core/types/v1/genesis.d.ts +0 -31
- package/types/codegen/ibc/lcd.d.ts +0 -75
- package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +0 -28
- package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +0 -433
- package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +0 -433
- package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +0 -215
- package/types/codegen/ibc/rpc.query.d.ts +0 -242
- package/types/codegen/ibc/rpc.tx.d.ts +0 -65
- package/types/codegen/ics23/bundle.d.ts +0 -545
- package/types/codegen/index.d.ts +0 -19
- package/types/codegen/injective/auction/v1beta1/auction.d.ts +0 -96
- package/types/codegen/injective/auction/v1beta1/genesis.d.ts +0 -30
- package/types/codegen/injective/auction/v1beta1/query.d.ts +0 -95
- package/types/codegen/injective/auction/v1beta1/query.lcd.d.ts +0 -11
- package/types/codegen/injective/auction/v1beta1/query.rpc.query.d.ts +0 -21
- package/types/codegen/injective/auction/v1beta1/tx.amino.d.ts +0 -20
- package/types/codegen/injective/auction/v1beta1/tx.d.ts +0 -33
- package/types/codegen/injective/auction/v1beta1/tx.registry.d.ts +0 -24
- package/types/codegen/injective/auction/v1beta1/tx.rpc.msg.d.ts +0 -11
- package/types/codegen/injective/bundle.d.ts +0 -10808
- package/types/codegen/injective/client.d.ts +0 -1370
- package/types/codegen/injective/crypto/v1beta1/ethsecp256k1/keys.d.ts +0 -50
- package/types/codegen/injective/exchange/v1beta1/authz.d.ts +0 -153
- package/types/codegen/injective/exchange/v1beta1/events.d.ts +0 -390
- package/types/codegen/injective/exchange/v1beta1/exchange.d.ts +0 -1082
- package/types/codegen/injective/exchange/v1beta1/genesis.d.ts +0 -322
- package/types/codegen/injective/exchange/v1beta1/query.d.ts +0 -1595
- package/types/codegen/injective/exchange/v1beta1/query.lcd.d.ts +0 -54
- package/types/codegen/injective/exchange/v1beta1/query.rpc.query.d.ts +0 -150
- package/types/codegen/injective/exchange/v1beta1/tx.amino.d.ts +0 -590
- package/types/codegen/injective/exchange/v1beta1/tx.d.ts +0 -1697
- package/types/codegen/injective/exchange/v1beta1/tx.registry.d.ts +0 -348
- package/types/codegen/injective/exchange/v1beta1/tx.rpc.msg.d.ts +0 -65
- package/types/codegen/injective/insurance/v1beta1/genesis.d.ts +0 -46
- package/types/codegen/injective/insurance/v1beta1/insurance.d.ts +0 -176
- package/types/codegen/injective/insurance/v1beta1/query.d.ts +0 -161
- package/types/codegen/injective/insurance/v1beta1/query.lcd.d.ts +0 -14
- package/types/codegen/injective/insurance/v1beta1/query.rpc.query.d.ts +0 -30
- package/types/codegen/injective/insurance/v1beta1/tx.amino.d.ts +0 -57
- package/types/codegen/injective/insurance/v1beta1/tx.d.ts +0 -120
- package/types/codegen/injective/insurance/v1beta1/tx.registry.d.ts +0 -48
- package/types/codegen/injective/insurance/v1beta1/tx.rpc.msg.d.ts +0 -15
- package/types/codegen/injective/lcd.d.ts +0 -80
- package/types/codegen/injective/ocr/v1beta1/genesis.d.ts +0 -144
- package/types/codegen/injective/ocr/v1beta1/ocr.d.ts +0 -488
- package/types/codegen/injective/ocr/v1beta1/query.d.ts +0 -165
- package/types/codegen/injective/ocr/v1beta1/query.lcd.d.ts +0 -15
- package/types/codegen/injective/ocr/v1beta1/query.rpc.query.d.ts +0 -33
- package/types/codegen/injective/ocr/v1beta1/tx.amino.d.ts +0 -149
- package/types/codegen/injective/ocr/v1beta1/tx.d.ts +0 -250
- package/types/codegen/injective/ocr/v1beta1/tx.registry.d.ts +0 -108
- package/types/codegen/injective/ocr/v1beta1/tx.rpc.msg.d.ts +0 -25
- package/types/codegen/injective/oracle/v1beta1/events.d.ts +0 -147
- package/types/codegen/injective/oracle/v1beta1/genesis.d.ts +0 -57
- package/types/codegen/injective/oracle/v1beta1/oracle.d.ts +0 -412
- package/types/codegen/injective/oracle/v1beta1/proposal.d.ts +0 -152
- package/types/codegen/injective/oracle/v1beta1/query.d.ts +0 -327
- package/types/codegen/injective/oracle/v1beta1/query.lcd.d.ts +0 -20
- package/types/codegen/injective/oracle/v1beta1/query.rpc.query.d.ts +0 -48
- package/types/codegen/injective/oracle/v1beta1/tx.amino.d.ts +0 -73
- package/types/codegen/injective/oracle/v1beta1/tx.d.ts +0 -140
- package/types/codegen/injective/oracle/v1beta1/tx.registry.d.ts +0 -72
- package/types/codegen/injective/oracle/v1beta1/tx.rpc.msg.d.ts +0 -19
- package/types/codegen/injective/peggy/v1/attestation.d.ts +0 -107
- package/types/codegen/injective/peggy/v1/batch.d.ts +0 -45
- package/types/codegen/injective/peggy/v1/ethereum_signer.d.ts +0 -16
- package/types/codegen/injective/peggy/v1/events.d.ts +0 -290
- package/types/codegen/injective/peggy/v1/genesis.d.ts +0 -99
- package/types/codegen/injective/peggy/v1/msgs.amino.d.ts +0 -177
- package/types/codegen/injective/peggy/v1/msgs.d.ts +0 -499
- package/types/codegen/injective/peggy/v1/msgs.registry.d.ts +0 -144
- package/types/codegen/injective/peggy/v1/msgs.rpc.msg.d.ts +0 -31
- package/types/codegen/injective/peggy/v1/pool.d.ts +0 -30
- package/types/codegen/injective/peggy/v1/proposal.d.ts +0 -32
- package/types/codegen/injective/peggy/v1/query.d.ts +0 -457
- package/types/codegen/injective/peggy/v1/query.lcd.d.ts +0 -28
- package/types/codegen/injective/peggy/v1/query.rpc.query.d.ts +0 -72
- package/types/codegen/injective/peggy/v1/types.d.ts +0 -111
- package/types/codegen/injective/rpc.query.d.ts +0 -312
- package/types/codegen/injective/rpc.tx.d.ts +0 -67
- package/types/codegen/injective/types/v1beta1/account.d.ts +0 -24
- package/types/codegen/injective/types/v1beta1/tx_ext.d.ts +0 -41
- package/types/codegen/injective/types/v1beta1/tx_response.d.ts +0 -30
- package/types/codegen/injective/wasmx/v1/genesis.d.ts +0 -18
- package/types/codegen/injective/wasmx/v1/query.d.ts +0 -52
- package/types/codegen/injective/wasmx/v1/query.lcd.d.ts +0 -10
- package/types/codegen/injective/wasmx/v1/query.rpc.query.d.ts +0 -18
- package/types/codegen/injective/wasmx/v1/wasmx.d.ts +0 -84
- package/types/codegen/tendermint/abci/types.d.ts +0 -902
- package/types/codegen/tendermint/bundle.d.ts +0 -2065
- package/types/codegen/tendermint/crypto/keys.d.ts +0 -17
- package/types/codegen/tendermint/crypto/proof.d.ts +0 -89
- package/types/codegen/tendermint/libs/bits/types.d.ts +0 -15
- package/types/codegen/tendermint/p2p/types.d.ts +0 -87
- package/types/codegen/tendermint/types/block.d.ts +0 -21
- package/types/codegen/tendermint/types/evidence.d.ts +0 -70
- package/types/codegen/tendermint/types/params.d.ts +0 -181
- package/types/codegen/tendermint/types/types.d.ts +0 -326
- package/types/codegen/tendermint/types/validator.d.ts +0 -48
- package/types/codegen/tendermint/version/types.d.ts +0 -48
- package/types/index.d.ts +0 -1
- /package/{types/codegen/cosmos/msg/v1/msg.d.ts → amino/amino.d.ts} +0 -0
- /package/{types/codegen/gogoproto/gogo.d.ts → cosmos/msg/v1/msg.d.ts} +0 -0
- /package/{types/codegen/google/api/annotations.d.ts → cosmos/query/v1/query.d.ts} +0 -0
- /package/{types/codegen/injective/wasmx/v1/tx.d.ts → esm/amino/amino.js} +0 -0
|
@@ -0,0 +1,1122 @@
|
|
|
1
|
+
import { Coin, CoinAmino } from "../../../cosmos/base/v1beta1/coin";
|
|
2
|
+
import { BridgeValidator, BridgeValidatorAmino } from "./types";
|
|
3
|
+
import { Any, AnyAmino } from "../../../google/protobuf/any";
|
|
4
|
+
import { Params, ParamsAmino } from "./params";
|
|
5
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
6
|
+
import { DeepPartial } from "../../../helpers";
|
|
7
|
+
/**
|
|
8
|
+
* MsgSetOrchestratorAddresses
|
|
9
|
+
* this message allows validators to delegate their voting responsibilities
|
|
10
|
+
* to a given key. This key is then used as an optional authentication method
|
|
11
|
+
* for sigining oracle claims
|
|
12
|
+
* VALIDATOR
|
|
13
|
+
* The validator field is a cosmosvaloper1... string (i.e. sdk.ValAddress)
|
|
14
|
+
* that references a validator in the active set
|
|
15
|
+
* ORCHESTRATOR
|
|
16
|
+
* The orchestrator field is a cosmos1... string (i.e. sdk.AccAddress) that
|
|
17
|
+
* references the key that is being delegated to
|
|
18
|
+
* ETH_ADDRESS
|
|
19
|
+
* This is a hex encoded 0x Ethereum public key that will be used by this
|
|
20
|
+
* validator on Ethereum
|
|
21
|
+
*/
|
|
22
|
+
export interface MsgSetOrchestratorAddresses {
|
|
23
|
+
sender: string;
|
|
24
|
+
orchestrator: string;
|
|
25
|
+
ethAddress: string;
|
|
26
|
+
}
|
|
27
|
+
export interface MsgSetOrchestratorAddressesProtoMsg {
|
|
28
|
+
typeUrl: "/injective.peggy.v1.MsgSetOrchestratorAddresses";
|
|
29
|
+
value: Uint8Array;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* MsgSetOrchestratorAddresses
|
|
33
|
+
* this message allows validators to delegate their voting responsibilities
|
|
34
|
+
* to a given key. This key is then used as an optional authentication method
|
|
35
|
+
* for sigining oracle claims
|
|
36
|
+
* VALIDATOR
|
|
37
|
+
* The validator field is a cosmosvaloper1... string (i.e. sdk.ValAddress)
|
|
38
|
+
* that references a validator in the active set
|
|
39
|
+
* ORCHESTRATOR
|
|
40
|
+
* The orchestrator field is a cosmos1... string (i.e. sdk.AccAddress) that
|
|
41
|
+
* references the key that is being delegated to
|
|
42
|
+
* ETH_ADDRESS
|
|
43
|
+
* This is a hex encoded 0x Ethereum public key that will be used by this
|
|
44
|
+
* validator on Ethereum
|
|
45
|
+
*/
|
|
46
|
+
export interface MsgSetOrchestratorAddressesAmino {
|
|
47
|
+
sender: string;
|
|
48
|
+
orchestrator: string;
|
|
49
|
+
eth_address: string;
|
|
50
|
+
}
|
|
51
|
+
export interface MsgSetOrchestratorAddressesAminoMsg {
|
|
52
|
+
type: "peggy/MsgSetOrchestratorAddresses";
|
|
53
|
+
value: MsgSetOrchestratorAddressesAmino;
|
|
54
|
+
}
|
|
55
|
+
export interface MsgSetOrchestratorAddressesResponse {
|
|
56
|
+
}
|
|
57
|
+
export interface MsgSetOrchestratorAddressesResponseProtoMsg {
|
|
58
|
+
typeUrl: "/injective.peggy.v1.MsgSetOrchestratorAddressesResponse";
|
|
59
|
+
value: Uint8Array;
|
|
60
|
+
}
|
|
61
|
+
export interface MsgSetOrchestratorAddressesResponseAmino {
|
|
62
|
+
}
|
|
63
|
+
export interface MsgSetOrchestratorAddressesResponseAminoMsg {
|
|
64
|
+
type: "/injective.peggy.v1.MsgSetOrchestratorAddressesResponse";
|
|
65
|
+
value: MsgSetOrchestratorAddressesResponseAmino;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* MsgValsetConfirm
|
|
69
|
+
* this is the message sent by the validators when they wish to submit their
|
|
70
|
+
* signatures over the validator set at a given block height. A validator must
|
|
71
|
+
* first call MsgSetEthAddress to set their Ethereum address to be used for
|
|
72
|
+
* signing. Then someone (anyone) must make a ValsetRequest the request is
|
|
73
|
+
* essentially a messaging mechanism to determine which block all validators
|
|
74
|
+
* should submit signatures over. Finally validators sign the validator set,
|
|
75
|
+
* powers, and Ethereum addresses of the entire validator set at the height of a
|
|
76
|
+
* ValsetRequest and submit that signature with this message.
|
|
77
|
+
*
|
|
78
|
+
* If a sufficient number of validators (66% of voting power) (A) have set
|
|
79
|
+
* Ethereum addresses and (B) submit ValsetConfirm messages with their
|
|
80
|
+
* signatures it is then possible for anyone to view these signatures in the
|
|
81
|
+
* chain store and submit them to Ethereum to update the validator set
|
|
82
|
+
* -------------
|
|
83
|
+
*/
|
|
84
|
+
export interface MsgValsetConfirm {
|
|
85
|
+
nonce: bigint;
|
|
86
|
+
orchestrator: string;
|
|
87
|
+
ethAddress: string;
|
|
88
|
+
signature: string;
|
|
89
|
+
}
|
|
90
|
+
export interface MsgValsetConfirmProtoMsg {
|
|
91
|
+
typeUrl: "/injective.peggy.v1.MsgValsetConfirm";
|
|
92
|
+
value: Uint8Array;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* MsgValsetConfirm
|
|
96
|
+
* this is the message sent by the validators when they wish to submit their
|
|
97
|
+
* signatures over the validator set at a given block height. A validator must
|
|
98
|
+
* first call MsgSetEthAddress to set their Ethereum address to be used for
|
|
99
|
+
* signing. Then someone (anyone) must make a ValsetRequest the request is
|
|
100
|
+
* essentially a messaging mechanism to determine which block all validators
|
|
101
|
+
* should submit signatures over. Finally validators sign the validator set,
|
|
102
|
+
* powers, and Ethereum addresses of the entire validator set at the height of a
|
|
103
|
+
* ValsetRequest and submit that signature with this message.
|
|
104
|
+
*
|
|
105
|
+
* If a sufficient number of validators (66% of voting power) (A) have set
|
|
106
|
+
* Ethereum addresses and (B) submit ValsetConfirm messages with their
|
|
107
|
+
* signatures it is then possible for anyone to view these signatures in the
|
|
108
|
+
* chain store and submit them to Ethereum to update the validator set
|
|
109
|
+
* -------------
|
|
110
|
+
*/
|
|
111
|
+
export interface MsgValsetConfirmAmino {
|
|
112
|
+
nonce: string;
|
|
113
|
+
orchestrator: string;
|
|
114
|
+
eth_address: string;
|
|
115
|
+
signature: string;
|
|
116
|
+
}
|
|
117
|
+
export interface MsgValsetConfirmAminoMsg {
|
|
118
|
+
type: "peggy/MsgValsetConfirm";
|
|
119
|
+
value: MsgValsetConfirmAmino;
|
|
120
|
+
}
|
|
121
|
+
export interface MsgValsetConfirmResponse {
|
|
122
|
+
}
|
|
123
|
+
export interface MsgValsetConfirmResponseProtoMsg {
|
|
124
|
+
typeUrl: "/injective.peggy.v1.MsgValsetConfirmResponse";
|
|
125
|
+
value: Uint8Array;
|
|
126
|
+
}
|
|
127
|
+
export interface MsgValsetConfirmResponseAmino {
|
|
128
|
+
}
|
|
129
|
+
export interface MsgValsetConfirmResponseAminoMsg {
|
|
130
|
+
type: "/injective.peggy.v1.MsgValsetConfirmResponse";
|
|
131
|
+
value: MsgValsetConfirmResponseAmino;
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* MsgSendToEth
|
|
135
|
+
* This is the message that a user calls when they want to bridge an asset
|
|
136
|
+
* it will later be removed when it is included in a batch and successfully
|
|
137
|
+
* submitted tokens are removed from the users balance immediately
|
|
138
|
+
* -------------
|
|
139
|
+
* AMOUNT:
|
|
140
|
+
* the coin to send across the bridge, note the restriction that this is a
|
|
141
|
+
* single coin not a set of coins that is normal in other Cosmos messages
|
|
142
|
+
* FEE:
|
|
143
|
+
* the fee paid for the bridge, distinct from the fee paid to the chain to
|
|
144
|
+
* actually send this message in the first place. So a successful send has
|
|
145
|
+
* two layers of fees for the user
|
|
146
|
+
*/
|
|
147
|
+
export interface MsgSendToEth {
|
|
148
|
+
sender: string;
|
|
149
|
+
ethDest: string;
|
|
150
|
+
amount: Coin;
|
|
151
|
+
bridgeFee: Coin;
|
|
152
|
+
}
|
|
153
|
+
export interface MsgSendToEthProtoMsg {
|
|
154
|
+
typeUrl: "/injective.peggy.v1.MsgSendToEth";
|
|
155
|
+
value: Uint8Array;
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* MsgSendToEth
|
|
159
|
+
* This is the message that a user calls when they want to bridge an asset
|
|
160
|
+
* it will later be removed when it is included in a batch and successfully
|
|
161
|
+
* submitted tokens are removed from the users balance immediately
|
|
162
|
+
* -------------
|
|
163
|
+
* AMOUNT:
|
|
164
|
+
* the coin to send across the bridge, note the restriction that this is a
|
|
165
|
+
* single coin not a set of coins that is normal in other Cosmos messages
|
|
166
|
+
* FEE:
|
|
167
|
+
* the fee paid for the bridge, distinct from the fee paid to the chain to
|
|
168
|
+
* actually send this message in the first place. So a successful send has
|
|
169
|
+
* two layers of fees for the user
|
|
170
|
+
*/
|
|
171
|
+
export interface MsgSendToEthAmino {
|
|
172
|
+
sender: string;
|
|
173
|
+
eth_dest: string;
|
|
174
|
+
amount: CoinAmino;
|
|
175
|
+
bridge_fee: CoinAmino;
|
|
176
|
+
}
|
|
177
|
+
export interface MsgSendToEthAminoMsg {
|
|
178
|
+
type: "peggy/MsgSendToEth";
|
|
179
|
+
value: MsgSendToEthAmino;
|
|
180
|
+
}
|
|
181
|
+
export interface MsgSendToEthResponse {
|
|
182
|
+
}
|
|
183
|
+
export interface MsgSendToEthResponseProtoMsg {
|
|
184
|
+
typeUrl: "/injective.peggy.v1.MsgSendToEthResponse";
|
|
185
|
+
value: Uint8Array;
|
|
186
|
+
}
|
|
187
|
+
export interface MsgSendToEthResponseAmino {
|
|
188
|
+
}
|
|
189
|
+
export interface MsgSendToEthResponseAminoMsg {
|
|
190
|
+
type: "/injective.peggy.v1.MsgSendToEthResponse";
|
|
191
|
+
value: MsgSendToEthResponseAmino;
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* MsgRequestBatch
|
|
195
|
+
* this is a message anyone can send that requests a batch of transactions to
|
|
196
|
+
* send across the bridge be created for whatever block height this message is
|
|
197
|
+
* included in. This acts as a coordination point, the handler for this message
|
|
198
|
+
* looks at the AddToOutgoingPool tx's in the store and generates a batch, also
|
|
199
|
+
* available in the store tied to this message. The validators then grab this
|
|
200
|
+
* batch, sign it, submit the signatures with a MsgConfirmBatch before a relayer
|
|
201
|
+
* can finally submit the batch
|
|
202
|
+
* -------------
|
|
203
|
+
*/
|
|
204
|
+
export interface MsgRequestBatch {
|
|
205
|
+
orchestrator: string;
|
|
206
|
+
denom: string;
|
|
207
|
+
}
|
|
208
|
+
export interface MsgRequestBatchProtoMsg {
|
|
209
|
+
typeUrl: "/injective.peggy.v1.MsgRequestBatch";
|
|
210
|
+
value: Uint8Array;
|
|
211
|
+
}
|
|
212
|
+
/**
|
|
213
|
+
* MsgRequestBatch
|
|
214
|
+
* this is a message anyone can send that requests a batch of transactions to
|
|
215
|
+
* send across the bridge be created for whatever block height this message is
|
|
216
|
+
* included in. This acts as a coordination point, the handler for this message
|
|
217
|
+
* looks at the AddToOutgoingPool tx's in the store and generates a batch, also
|
|
218
|
+
* available in the store tied to this message. The validators then grab this
|
|
219
|
+
* batch, sign it, submit the signatures with a MsgConfirmBatch before a relayer
|
|
220
|
+
* can finally submit the batch
|
|
221
|
+
* -------------
|
|
222
|
+
*/
|
|
223
|
+
export interface MsgRequestBatchAmino {
|
|
224
|
+
orchestrator: string;
|
|
225
|
+
denom: string;
|
|
226
|
+
}
|
|
227
|
+
export interface MsgRequestBatchAminoMsg {
|
|
228
|
+
type: "peggy/MsgRequestBatch";
|
|
229
|
+
value: MsgRequestBatchAmino;
|
|
230
|
+
}
|
|
231
|
+
export interface MsgRequestBatchResponse {
|
|
232
|
+
}
|
|
233
|
+
export interface MsgRequestBatchResponseProtoMsg {
|
|
234
|
+
typeUrl: "/injective.peggy.v1.MsgRequestBatchResponse";
|
|
235
|
+
value: Uint8Array;
|
|
236
|
+
}
|
|
237
|
+
export interface MsgRequestBatchResponseAmino {
|
|
238
|
+
}
|
|
239
|
+
export interface MsgRequestBatchResponseAminoMsg {
|
|
240
|
+
type: "/injective.peggy.v1.MsgRequestBatchResponse";
|
|
241
|
+
value: MsgRequestBatchResponseAmino;
|
|
242
|
+
}
|
|
243
|
+
/**
|
|
244
|
+
* MsgConfirmBatch
|
|
245
|
+
* When validators observe a MsgRequestBatch they form a batch by ordering
|
|
246
|
+
* transactions currently in the txqueue in order of highest to lowest fee,
|
|
247
|
+
* cutting off when the batch either reaches a hardcoded maximum size (to be
|
|
248
|
+
* decided, probably around 100) or when transactions stop being profitable
|
|
249
|
+
* (TODO determine this without nondeterminism) This message includes the batch
|
|
250
|
+
* as well as an Ethereum signature over this batch by the validator
|
|
251
|
+
* -------------
|
|
252
|
+
*/
|
|
253
|
+
export interface MsgConfirmBatch {
|
|
254
|
+
nonce: bigint;
|
|
255
|
+
tokenContract: string;
|
|
256
|
+
ethSigner: string;
|
|
257
|
+
orchestrator: string;
|
|
258
|
+
signature: string;
|
|
259
|
+
}
|
|
260
|
+
export interface MsgConfirmBatchProtoMsg {
|
|
261
|
+
typeUrl: "/injective.peggy.v1.MsgConfirmBatch";
|
|
262
|
+
value: Uint8Array;
|
|
263
|
+
}
|
|
264
|
+
/**
|
|
265
|
+
* MsgConfirmBatch
|
|
266
|
+
* When validators observe a MsgRequestBatch they form a batch by ordering
|
|
267
|
+
* transactions currently in the txqueue in order of highest to lowest fee,
|
|
268
|
+
* cutting off when the batch either reaches a hardcoded maximum size (to be
|
|
269
|
+
* decided, probably around 100) or when transactions stop being profitable
|
|
270
|
+
* (TODO determine this without nondeterminism) This message includes the batch
|
|
271
|
+
* as well as an Ethereum signature over this batch by the validator
|
|
272
|
+
* -------------
|
|
273
|
+
*/
|
|
274
|
+
export interface MsgConfirmBatchAmino {
|
|
275
|
+
nonce: string;
|
|
276
|
+
token_contract: string;
|
|
277
|
+
eth_signer: string;
|
|
278
|
+
orchestrator: string;
|
|
279
|
+
signature: string;
|
|
280
|
+
}
|
|
281
|
+
export interface MsgConfirmBatchAminoMsg {
|
|
282
|
+
type: "peggy/MsgConfirmBatch";
|
|
283
|
+
value: MsgConfirmBatchAmino;
|
|
284
|
+
}
|
|
285
|
+
export interface MsgConfirmBatchResponse {
|
|
286
|
+
}
|
|
287
|
+
export interface MsgConfirmBatchResponseProtoMsg {
|
|
288
|
+
typeUrl: "/injective.peggy.v1.MsgConfirmBatchResponse";
|
|
289
|
+
value: Uint8Array;
|
|
290
|
+
}
|
|
291
|
+
export interface MsgConfirmBatchResponseAmino {
|
|
292
|
+
}
|
|
293
|
+
export interface MsgConfirmBatchResponseAminoMsg {
|
|
294
|
+
type: "/injective.peggy.v1.MsgConfirmBatchResponse";
|
|
295
|
+
value: MsgConfirmBatchResponseAmino;
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* EthereumBridgeDepositClaim
|
|
299
|
+
* When more than 66% of the active validator set has
|
|
300
|
+
* claimed to have seen the deposit enter the ethereum blockchain coins are
|
|
301
|
+
* issued to the Cosmos address in question
|
|
302
|
+
* -------------
|
|
303
|
+
*/
|
|
304
|
+
export interface MsgDepositClaim {
|
|
305
|
+
eventNonce: bigint;
|
|
306
|
+
blockHeight: bigint;
|
|
307
|
+
tokenContract: string;
|
|
308
|
+
amount: string;
|
|
309
|
+
ethereumSender: string;
|
|
310
|
+
cosmosReceiver: string;
|
|
311
|
+
orchestrator: string;
|
|
312
|
+
data: string;
|
|
313
|
+
}
|
|
314
|
+
export interface MsgDepositClaimProtoMsg {
|
|
315
|
+
typeUrl: "/injective.peggy.v1.MsgDepositClaim";
|
|
316
|
+
value: Uint8Array;
|
|
317
|
+
}
|
|
318
|
+
/**
|
|
319
|
+
* EthereumBridgeDepositClaim
|
|
320
|
+
* When more than 66% of the active validator set has
|
|
321
|
+
* claimed to have seen the deposit enter the ethereum blockchain coins are
|
|
322
|
+
* issued to the Cosmos address in question
|
|
323
|
+
* -------------
|
|
324
|
+
*/
|
|
325
|
+
export interface MsgDepositClaimAmino {
|
|
326
|
+
event_nonce: string;
|
|
327
|
+
block_height: string;
|
|
328
|
+
token_contract: string;
|
|
329
|
+
amount: string;
|
|
330
|
+
ethereum_sender: string;
|
|
331
|
+
cosmos_receiver: string;
|
|
332
|
+
orchestrator: string;
|
|
333
|
+
data: string;
|
|
334
|
+
}
|
|
335
|
+
export interface MsgDepositClaimAminoMsg {
|
|
336
|
+
type: "peggy/MsgDepositClaim";
|
|
337
|
+
value: MsgDepositClaimAmino;
|
|
338
|
+
}
|
|
339
|
+
export interface MsgDepositClaimResponse {
|
|
340
|
+
}
|
|
341
|
+
export interface MsgDepositClaimResponseProtoMsg {
|
|
342
|
+
typeUrl: "/injective.peggy.v1.MsgDepositClaimResponse";
|
|
343
|
+
value: Uint8Array;
|
|
344
|
+
}
|
|
345
|
+
export interface MsgDepositClaimResponseAmino {
|
|
346
|
+
}
|
|
347
|
+
export interface MsgDepositClaimResponseAminoMsg {
|
|
348
|
+
type: "/injective.peggy.v1.MsgDepositClaimResponse";
|
|
349
|
+
value: MsgDepositClaimResponseAmino;
|
|
350
|
+
}
|
|
351
|
+
/**
|
|
352
|
+
* WithdrawClaim claims that a batch of withdrawal
|
|
353
|
+
* operations on the bridge contract was executed.
|
|
354
|
+
*/
|
|
355
|
+
export interface MsgWithdrawClaim {
|
|
356
|
+
eventNonce: bigint;
|
|
357
|
+
blockHeight: bigint;
|
|
358
|
+
batchNonce: bigint;
|
|
359
|
+
tokenContract: string;
|
|
360
|
+
orchestrator: string;
|
|
361
|
+
}
|
|
362
|
+
export interface MsgWithdrawClaimProtoMsg {
|
|
363
|
+
typeUrl: "/injective.peggy.v1.MsgWithdrawClaim";
|
|
364
|
+
value: Uint8Array;
|
|
365
|
+
}
|
|
366
|
+
/**
|
|
367
|
+
* WithdrawClaim claims that a batch of withdrawal
|
|
368
|
+
* operations on the bridge contract was executed.
|
|
369
|
+
*/
|
|
370
|
+
export interface MsgWithdrawClaimAmino {
|
|
371
|
+
event_nonce: string;
|
|
372
|
+
block_height: string;
|
|
373
|
+
batch_nonce: string;
|
|
374
|
+
token_contract: string;
|
|
375
|
+
orchestrator: string;
|
|
376
|
+
}
|
|
377
|
+
export interface MsgWithdrawClaimAminoMsg {
|
|
378
|
+
type: "peggy/MsgWithdrawClaim";
|
|
379
|
+
value: MsgWithdrawClaimAmino;
|
|
380
|
+
}
|
|
381
|
+
export interface MsgWithdrawClaimResponse {
|
|
382
|
+
}
|
|
383
|
+
export interface MsgWithdrawClaimResponseProtoMsg {
|
|
384
|
+
typeUrl: "/injective.peggy.v1.MsgWithdrawClaimResponse";
|
|
385
|
+
value: Uint8Array;
|
|
386
|
+
}
|
|
387
|
+
export interface MsgWithdrawClaimResponseAmino {
|
|
388
|
+
}
|
|
389
|
+
export interface MsgWithdrawClaimResponseAminoMsg {
|
|
390
|
+
type: "/injective.peggy.v1.MsgWithdrawClaimResponse";
|
|
391
|
+
value: MsgWithdrawClaimResponseAmino;
|
|
392
|
+
}
|
|
393
|
+
/**
|
|
394
|
+
* ERC20DeployedClaim allows the Cosmos module
|
|
395
|
+
* to learn about an ERC20 that someone deployed
|
|
396
|
+
* to represent a Cosmos asset
|
|
397
|
+
*/
|
|
398
|
+
export interface MsgERC20DeployedClaim {
|
|
399
|
+
eventNonce: bigint;
|
|
400
|
+
blockHeight: bigint;
|
|
401
|
+
cosmosDenom: string;
|
|
402
|
+
tokenContract: string;
|
|
403
|
+
name: string;
|
|
404
|
+
symbol: string;
|
|
405
|
+
decimals: bigint;
|
|
406
|
+
orchestrator: string;
|
|
407
|
+
}
|
|
408
|
+
export interface MsgERC20DeployedClaimProtoMsg {
|
|
409
|
+
typeUrl: "/injective.peggy.v1.MsgERC20DeployedClaim";
|
|
410
|
+
value: Uint8Array;
|
|
411
|
+
}
|
|
412
|
+
/**
|
|
413
|
+
* ERC20DeployedClaim allows the Cosmos module
|
|
414
|
+
* to learn about an ERC20 that someone deployed
|
|
415
|
+
* to represent a Cosmos asset
|
|
416
|
+
*/
|
|
417
|
+
export interface MsgERC20DeployedClaimAmino {
|
|
418
|
+
event_nonce: string;
|
|
419
|
+
block_height: string;
|
|
420
|
+
cosmos_denom: string;
|
|
421
|
+
token_contract: string;
|
|
422
|
+
name: string;
|
|
423
|
+
symbol: string;
|
|
424
|
+
decimals: string;
|
|
425
|
+
orchestrator: string;
|
|
426
|
+
}
|
|
427
|
+
export interface MsgERC20DeployedClaimAminoMsg {
|
|
428
|
+
type: "peggy/MsgERC20DeployedClaim";
|
|
429
|
+
value: MsgERC20DeployedClaimAmino;
|
|
430
|
+
}
|
|
431
|
+
export interface MsgERC20DeployedClaimResponse {
|
|
432
|
+
}
|
|
433
|
+
export interface MsgERC20DeployedClaimResponseProtoMsg {
|
|
434
|
+
typeUrl: "/injective.peggy.v1.MsgERC20DeployedClaimResponse";
|
|
435
|
+
value: Uint8Array;
|
|
436
|
+
}
|
|
437
|
+
export interface MsgERC20DeployedClaimResponseAmino {
|
|
438
|
+
}
|
|
439
|
+
export interface MsgERC20DeployedClaimResponseAminoMsg {
|
|
440
|
+
type: "/injective.peggy.v1.MsgERC20DeployedClaimResponse";
|
|
441
|
+
value: MsgERC20DeployedClaimResponseAmino;
|
|
442
|
+
}
|
|
443
|
+
/**
|
|
444
|
+
* This call allows the sender (and only the sender)
|
|
445
|
+
* to cancel a given MsgSendToEth and recieve a refund
|
|
446
|
+
* of the tokens
|
|
447
|
+
*/
|
|
448
|
+
export interface MsgCancelSendToEth {
|
|
449
|
+
transactionId: bigint;
|
|
450
|
+
sender: string;
|
|
451
|
+
}
|
|
452
|
+
export interface MsgCancelSendToEthProtoMsg {
|
|
453
|
+
typeUrl: "/injective.peggy.v1.MsgCancelSendToEth";
|
|
454
|
+
value: Uint8Array;
|
|
455
|
+
}
|
|
456
|
+
/**
|
|
457
|
+
* This call allows the sender (and only the sender)
|
|
458
|
+
* to cancel a given MsgSendToEth and recieve a refund
|
|
459
|
+
* of the tokens
|
|
460
|
+
*/
|
|
461
|
+
export interface MsgCancelSendToEthAmino {
|
|
462
|
+
transaction_id: string;
|
|
463
|
+
sender: string;
|
|
464
|
+
}
|
|
465
|
+
export interface MsgCancelSendToEthAminoMsg {
|
|
466
|
+
type: "peggy/MsgCancelSendToEth";
|
|
467
|
+
value: MsgCancelSendToEthAmino;
|
|
468
|
+
}
|
|
469
|
+
export interface MsgCancelSendToEthResponse {
|
|
470
|
+
}
|
|
471
|
+
export interface MsgCancelSendToEthResponseProtoMsg {
|
|
472
|
+
typeUrl: "/injective.peggy.v1.MsgCancelSendToEthResponse";
|
|
473
|
+
value: Uint8Array;
|
|
474
|
+
}
|
|
475
|
+
export interface MsgCancelSendToEthResponseAmino {
|
|
476
|
+
}
|
|
477
|
+
export interface MsgCancelSendToEthResponseAminoMsg {
|
|
478
|
+
type: "/injective.peggy.v1.MsgCancelSendToEthResponse";
|
|
479
|
+
value: MsgCancelSendToEthResponseAmino;
|
|
480
|
+
}
|
|
481
|
+
/**
|
|
482
|
+
* This call allows anyone to submit evidence that a
|
|
483
|
+
* validator has signed a valset, batch, or logic call that never
|
|
484
|
+
* existed. Subject contains the batch, valset, or logic call.
|
|
485
|
+
*/
|
|
486
|
+
export interface MsgSubmitBadSignatureEvidence {
|
|
487
|
+
subject?: Any;
|
|
488
|
+
signature: string;
|
|
489
|
+
sender: string;
|
|
490
|
+
}
|
|
491
|
+
export interface MsgSubmitBadSignatureEvidenceProtoMsg {
|
|
492
|
+
typeUrl: "/injective.peggy.v1.MsgSubmitBadSignatureEvidence";
|
|
493
|
+
value: Uint8Array;
|
|
494
|
+
}
|
|
495
|
+
/**
|
|
496
|
+
* This call allows anyone to submit evidence that a
|
|
497
|
+
* validator has signed a valset, batch, or logic call that never
|
|
498
|
+
* existed. Subject contains the batch, valset, or logic call.
|
|
499
|
+
*/
|
|
500
|
+
export interface MsgSubmitBadSignatureEvidenceAmino {
|
|
501
|
+
subject?: AnyAmino;
|
|
502
|
+
signature: string;
|
|
503
|
+
sender: string;
|
|
504
|
+
}
|
|
505
|
+
export interface MsgSubmitBadSignatureEvidenceAminoMsg {
|
|
506
|
+
type: "peggy/MsgSubmitBadSignatureEvidence";
|
|
507
|
+
value: MsgSubmitBadSignatureEvidenceAmino;
|
|
508
|
+
}
|
|
509
|
+
export interface MsgSubmitBadSignatureEvidenceResponse {
|
|
510
|
+
}
|
|
511
|
+
export interface MsgSubmitBadSignatureEvidenceResponseProtoMsg {
|
|
512
|
+
typeUrl: "/injective.peggy.v1.MsgSubmitBadSignatureEvidenceResponse";
|
|
513
|
+
value: Uint8Array;
|
|
514
|
+
}
|
|
515
|
+
export interface MsgSubmitBadSignatureEvidenceResponseAmino {
|
|
516
|
+
}
|
|
517
|
+
export interface MsgSubmitBadSignatureEvidenceResponseAminoMsg {
|
|
518
|
+
type: "/injective.peggy.v1.MsgSubmitBadSignatureEvidenceResponse";
|
|
519
|
+
value: MsgSubmitBadSignatureEvidenceResponseAmino;
|
|
520
|
+
}
|
|
521
|
+
/**
|
|
522
|
+
* This informs the Cosmos module that a validator
|
|
523
|
+
* set has been updated.
|
|
524
|
+
*/
|
|
525
|
+
export interface MsgValsetUpdatedClaim {
|
|
526
|
+
eventNonce: bigint;
|
|
527
|
+
valsetNonce: bigint;
|
|
528
|
+
blockHeight: bigint;
|
|
529
|
+
members: BridgeValidator[];
|
|
530
|
+
rewardAmount: string;
|
|
531
|
+
rewardToken: string;
|
|
532
|
+
orchestrator: string;
|
|
533
|
+
}
|
|
534
|
+
export interface MsgValsetUpdatedClaimProtoMsg {
|
|
535
|
+
typeUrl: "/injective.peggy.v1.MsgValsetUpdatedClaim";
|
|
536
|
+
value: Uint8Array;
|
|
537
|
+
}
|
|
538
|
+
/**
|
|
539
|
+
* This informs the Cosmos module that a validator
|
|
540
|
+
* set has been updated.
|
|
541
|
+
*/
|
|
542
|
+
export interface MsgValsetUpdatedClaimAmino {
|
|
543
|
+
event_nonce: string;
|
|
544
|
+
valset_nonce: string;
|
|
545
|
+
block_height: string;
|
|
546
|
+
members: BridgeValidatorAmino[];
|
|
547
|
+
reward_amount: string;
|
|
548
|
+
reward_token: string;
|
|
549
|
+
orchestrator: string;
|
|
550
|
+
}
|
|
551
|
+
export interface MsgValsetUpdatedClaimAminoMsg {
|
|
552
|
+
type: "peggy/MsgValsetUpdatedClaim";
|
|
553
|
+
value: MsgValsetUpdatedClaimAmino;
|
|
554
|
+
}
|
|
555
|
+
export interface MsgValsetUpdatedClaimResponse {
|
|
556
|
+
}
|
|
557
|
+
export interface MsgValsetUpdatedClaimResponseProtoMsg {
|
|
558
|
+
typeUrl: "/injective.peggy.v1.MsgValsetUpdatedClaimResponse";
|
|
559
|
+
value: Uint8Array;
|
|
560
|
+
}
|
|
561
|
+
export interface MsgValsetUpdatedClaimResponseAmino {
|
|
562
|
+
}
|
|
563
|
+
export interface MsgValsetUpdatedClaimResponseAminoMsg {
|
|
564
|
+
type: "/injective.peggy.v1.MsgValsetUpdatedClaimResponse";
|
|
565
|
+
value: MsgValsetUpdatedClaimResponseAmino;
|
|
566
|
+
}
|
|
567
|
+
export interface MsgUpdateParams {
|
|
568
|
+
/** authority is the address of the governance account. */
|
|
569
|
+
authority: string;
|
|
570
|
+
/**
|
|
571
|
+
* params defines the peggy parameters to update.
|
|
572
|
+
*
|
|
573
|
+
* NOTE: All parameters must be supplied.
|
|
574
|
+
*/
|
|
575
|
+
params: Params;
|
|
576
|
+
}
|
|
577
|
+
export interface MsgUpdateParamsProtoMsg {
|
|
578
|
+
typeUrl: "/injective.peggy.v1.MsgUpdateParams";
|
|
579
|
+
value: Uint8Array;
|
|
580
|
+
}
|
|
581
|
+
export interface MsgUpdateParamsAmino {
|
|
582
|
+
/** authority is the address of the governance account. */
|
|
583
|
+
authority: string;
|
|
584
|
+
/**
|
|
585
|
+
* params defines the peggy parameters to update.
|
|
586
|
+
*
|
|
587
|
+
* NOTE: All parameters must be supplied.
|
|
588
|
+
*/
|
|
589
|
+
params: ParamsAmino;
|
|
590
|
+
}
|
|
591
|
+
export interface MsgUpdateParamsAminoMsg {
|
|
592
|
+
type: "peggy/MsgUpdateParams";
|
|
593
|
+
value: MsgUpdateParamsAmino;
|
|
594
|
+
}
|
|
595
|
+
export interface MsgUpdateParamsResponse {
|
|
596
|
+
}
|
|
597
|
+
export interface MsgUpdateParamsResponseProtoMsg {
|
|
598
|
+
typeUrl: "/injective.peggy.v1.MsgUpdateParamsResponse";
|
|
599
|
+
value: Uint8Array;
|
|
600
|
+
}
|
|
601
|
+
export interface MsgUpdateParamsResponseAmino {
|
|
602
|
+
}
|
|
603
|
+
export interface MsgUpdateParamsResponseAminoMsg {
|
|
604
|
+
type: "/injective.peggy.v1.MsgUpdateParamsResponse";
|
|
605
|
+
value: MsgUpdateParamsResponseAmino;
|
|
606
|
+
}
|
|
607
|
+
/**
|
|
608
|
+
* MsgBlacklistEthereumAddresses defines the message used to add Ethereum
|
|
609
|
+
* addresses to peggy blacklist.
|
|
610
|
+
*/
|
|
611
|
+
export interface MsgBlacklistEthereumAddresses {
|
|
612
|
+
/** signer address */
|
|
613
|
+
signer: string;
|
|
614
|
+
/** Ethereum addresses to include in the blacklist */
|
|
615
|
+
blacklistAddresses: string[];
|
|
616
|
+
}
|
|
617
|
+
export interface MsgBlacklistEthereumAddressesProtoMsg {
|
|
618
|
+
typeUrl: "/injective.peggy.v1.MsgBlacklistEthereumAddresses";
|
|
619
|
+
value: Uint8Array;
|
|
620
|
+
}
|
|
621
|
+
/**
|
|
622
|
+
* MsgBlacklistEthereumAddresses defines the message used to add Ethereum
|
|
623
|
+
* addresses to peggy blacklist.
|
|
624
|
+
*/
|
|
625
|
+
export interface MsgBlacklistEthereumAddressesAmino {
|
|
626
|
+
/** signer address */
|
|
627
|
+
signer: string;
|
|
628
|
+
/** Ethereum addresses to include in the blacklist */
|
|
629
|
+
blacklist_addresses: string[];
|
|
630
|
+
}
|
|
631
|
+
export interface MsgBlacklistEthereumAddressesAminoMsg {
|
|
632
|
+
type: "peggy/MsgBlacklistEthereumAddresses";
|
|
633
|
+
value: MsgBlacklistEthereumAddressesAmino;
|
|
634
|
+
}
|
|
635
|
+
/**
|
|
636
|
+
* MsgBlacklistEthereumAddressesResponse defines the
|
|
637
|
+
* MsgBlacklistEthereumAddresses response type.
|
|
638
|
+
*/
|
|
639
|
+
export interface MsgBlacklistEthereumAddressesResponse {
|
|
640
|
+
}
|
|
641
|
+
export interface MsgBlacklistEthereumAddressesResponseProtoMsg {
|
|
642
|
+
typeUrl: "/injective.peggy.v1.MsgBlacklistEthereumAddressesResponse";
|
|
643
|
+
value: Uint8Array;
|
|
644
|
+
}
|
|
645
|
+
/**
|
|
646
|
+
* MsgBlacklistEthereumAddressesResponse defines the
|
|
647
|
+
* MsgBlacklistEthereumAddresses response type.
|
|
648
|
+
*/
|
|
649
|
+
export interface MsgBlacklistEthereumAddressesResponseAmino {
|
|
650
|
+
}
|
|
651
|
+
export interface MsgBlacklistEthereumAddressesResponseAminoMsg {
|
|
652
|
+
type: "/injective.peggy.v1.MsgBlacklistEthereumAddressesResponse";
|
|
653
|
+
value: MsgBlacklistEthereumAddressesResponseAmino;
|
|
654
|
+
}
|
|
655
|
+
/**
|
|
656
|
+
* MsgRevokeEthereumBlacklist defines the message used to remove Ethereum
|
|
657
|
+
* addresses from peggy blacklist.
|
|
658
|
+
*/
|
|
659
|
+
export interface MsgRevokeEthereumBlacklist {
|
|
660
|
+
/** signer address */
|
|
661
|
+
signer: string;
|
|
662
|
+
/** Ethereum addresses to include in the blacklist */
|
|
663
|
+
blacklistAddresses: string[];
|
|
664
|
+
}
|
|
665
|
+
export interface MsgRevokeEthereumBlacklistProtoMsg {
|
|
666
|
+
typeUrl: "/injective.peggy.v1.MsgRevokeEthereumBlacklist";
|
|
667
|
+
value: Uint8Array;
|
|
668
|
+
}
|
|
669
|
+
/**
|
|
670
|
+
* MsgRevokeEthereumBlacklist defines the message used to remove Ethereum
|
|
671
|
+
* addresses from peggy blacklist.
|
|
672
|
+
*/
|
|
673
|
+
export interface MsgRevokeEthereumBlacklistAmino {
|
|
674
|
+
/** signer address */
|
|
675
|
+
signer: string;
|
|
676
|
+
/** Ethereum addresses to include in the blacklist */
|
|
677
|
+
blacklist_addresses: string[];
|
|
678
|
+
}
|
|
679
|
+
export interface MsgRevokeEthereumBlacklistAminoMsg {
|
|
680
|
+
type: "peggy/MsgRevokeEthereumBlacklist";
|
|
681
|
+
value: MsgRevokeEthereumBlacklistAmino;
|
|
682
|
+
}
|
|
683
|
+
/**
|
|
684
|
+
* MsgRevokeEthereumBlacklistResponse defines the MsgRevokeEthereumBlacklist
|
|
685
|
+
* response type.
|
|
686
|
+
*/
|
|
687
|
+
export interface MsgRevokeEthereumBlacklistResponse {
|
|
688
|
+
}
|
|
689
|
+
export interface MsgRevokeEthereumBlacklistResponseProtoMsg {
|
|
690
|
+
typeUrl: "/injective.peggy.v1.MsgRevokeEthereumBlacklistResponse";
|
|
691
|
+
value: Uint8Array;
|
|
692
|
+
}
|
|
693
|
+
/**
|
|
694
|
+
* MsgRevokeEthereumBlacklistResponse defines the MsgRevokeEthereumBlacklist
|
|
695
|
+
* response type.
|
|
696
|
+
*/
|
|
697
|
+
export interface MsgRevokeEthereumBlacklistResponseAmino {
|
|
698
|
+
}
|
|
699
|
+
export interface MsgRevokeEthereumBlacklistResponseAminoMsg {
|
|
700
|
+
type: "/injective.peggy.v1.MsgRevokeEthereumBlacklistResponse";
|
|
701
|
+
value: MsgRevokeEthereumBlacklistResponseAmino;
|
|
702
|
+
}
|
|
703
|
+
export declare const MsgSetOrchestratorAddresses: {
|
|
704
|
+
typeUrl: string;
|
|
705
|
+
aminoType: string;
|
|
706
|
+
is(o: any): o is MsgSetOrchestratorAddresses;
|
|
707
|
+
isAmino(o: any): o is MsgSetOrchestratorAddressesAmino;
|
|
708
|
+
encode(message: MsgSetOrchestratorAddresses, writer?: BinaryWriter): BinaryWriter;
|
|
709
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetOrchestratorAddresses;
|
|
710
|
+
fromPartial(object: DeepPartial<MsgSetOrchestratorAddresses>): MsgSetOrchestratorAddresses;
|
|
711
|
+
fromAmino(object: MsgSetOrchestratorAddressesAmino): MsgSetOrchestratorAddresses;
|
|
712
|
+
toAmino(message: MsgSetOrchestratorAddresses): MsgSetOrchestratorAddressesAmino;
|
|
713
|
+
fromAminoMsg(object: MsgSetOrchestratorAddressesAminoMsg): MsgSetOrchestratorAddresses;
|
|
714
|
+
toAminoMsg(message: MsgSetOrchestratorAddresses): MsgSetOrchestratorAddressesAminoMsg;
|
|
715
|
+
fromProtoMsg(message: MsgSetOrchestratorAddressesProtoMsg): MsgSetOrchestratorAddresses;
|
|
716
|
+
toProto(message: MsgSetOrchestratorAddresses): Uint8Array;
|
|
717
|
+
toProtoMsg(message: MsgSetOrchestratorAddresses): MsgSetOrchestratorAddressesProtoMsg;
|
|
718
|
+
};
|
|
719
|
+
export declare const MsgSetOrchestratorAddressesResponse: {
|
|
720
|
+
typeUrl: string;
|
|
721
|
+
is(o: any): o is MsgSetOrchestratorAddressesResponse;
|
|
722
|
+
isAmino(o: any): o is MsgSetOrchestratorAddressesResponseAmino;
|
|
723
|
+
encode(_: MsgSetOrchestratorAddressesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
724
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetOrchestratorAddressesResponse;
|
|
725
|
+
fromPartial(_: DeepPartial<MsgSetOrchestratorAddressesResponse>): MsgSetOrchestratorAddressesResponse;
|
|
726
|
+
fromAmino(_: MsgSetOrchestratorAddressesResponseAmino): MsgSetOrchestratorAddressesResponse;
|
|
727
|
+
toAmino(_: MsgSetOrchestratorAddressesResponse): MsgSetOrchestratorAddressesResponseAmino;
|
|
728
|
+
fromAminoMsg(object: MsgSetOrchestratorAddressesResponseAminoMsg): MsgSetOrchestratorAddressesResponse;
|
|
729
|
+
fromProtoMsg(message: MsgSetOrchestratorAddressesResponseProtoMsg): MsgSetOrchestratorAddressesResponse;
|
|
730
|
+
toProto(message: MsgSetOrchestratorAddressesResponse): Uint8Array;
|
|
731
|
+
toProtoMsg(message: MsgSetOrchestratorAddressesResponse): MsgSetOrchestratorAddressesResponseProtoMsg;
|
|
732
|
+
};
|
|
733
|
+
export declare const MsgValsetConfirm: {
|
|
734
|
+
typeUrl: string;
|
|
735
|
+
aminoType: string;
|
|
736
|
+
is(o: any): o is MsgValsetConfirm;
|
|
737
|
+
isAmino(o: any): o is MsgValsetConfirmAmino;
|
|
738
|
+
encode(message: MsgValsetConfirm, writer?: BinaryWriter): BinaryWriter;
|
|
739
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgValsetConfirm;
|
|
740
|
+
fromPartial(object: DeepPartial<MsgValsetConfirm>): MsgValsetConfirm;
|
|
741
|
+
fromAmino(object: MsgValsetConfirmAmino): MsgValsetConfirm;
|
|
742
|
+
toAmino(message: MsgValsetConfirm): MsgValsetConfirmAmino;
|
|
743
|
+
fromAminoMsg(object: MsgValsetConfirmAminoMsg): MsgValsetConfirm;
|
|
744
|
+
toAminoMsg(message: MsgValsetConfirm): MsgValsetConfirmAminoMsg;
|
|
745
|
+
fromProtoMsg(message: MsgValsetConfirmProtoMsg): MsgValsetConfirm;
|
|
746
|
+
toProto(message: MsgValsetConfirm): Uint8Array;
|
|
747
|
+
toProtoMsg(message: MsgValsetConfirm): MsgValsetConfirmProtoMsg;
|
|
748
|
+
};
|
|
749
|
+
export declare const MsgValsetConfirmResponse: {
|
|
750
|
+
typeUrl: string;
|
|
751
|
+
is(o: any): o is MsgValsetConfirmResponse;
|
|
752
|
+
isAmino(o: any): o is MsgValsetConfirmResponseAmino;
|
|
753
|
+
encode(_: MsgValsetConfirmResponse, writer?: BinaryWriter): BinaryWriter;
|
|
754
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgValsetConfirmResponse;
|
|
755
|
+
fromPartial(_: DeepPartial<MsgValsetConfirmResponse>): MsgValsetConfirmResponse;
|
|
756
|
+
fromAmino(_: MsgValsetConfirmResponseAmino): MsgValsetConfirmResponse;
|
|
757
|
+
toAmino(_: MsgValsetConfirmResponse): MsgValsetConfirmResponseAmino;
|
|
758
|
+
fromAminoMsg(object: MsgValsetConfirmResponseAminoMsg): MsgValsetConfirmResponse;
|
|
759
|
+
fromProtoMsg(message: MsgValsetConfirmResponseProtoMsg): MsgValsetConfirmResponse;
|
|
760
|
+
toProto(message: MsgValsetConfirmResponse): Uint8Array;
|
|
761
|
+
toProtoMsg(message: MsgValsetConfirmResponse): MsgValsetConfirmResponseProtoMsg;
|
|
762
|
+
};
|
|
763
|
+
export declare const MsgSendToEth: {
|
|
764
|
+
typeUrl: string;
|
|
765
|
+
aminoType: string;
|
|
766
|
+
is(o: any): o is MsgSendToEth;
|
|
767
|
+
isAmino(o: any): o is MsgSendToEthAmino;
|
|
768
|
+
encode(message: MsgSendToEth, writer?: BinaryWriter): BinaryWriter;
|
|
769
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSendToEth;
|
|
770
|
+
fromPartial(object: DeepPartial<MsgSendToEth>): MsgSendToEth;
|
|
771
|
+
fromAmino(object: MsgSendToEthAmino): MsgSendToEth;
|
|
772
|
+
toAmino(message: MsgSendToEth): MsgSendToEthAmino;
|
|
773
|
+
fromAminoMsg(object: MsgSendToEthAminoMsg): MsgSendToEth;
|
|
774
|
+
toAminoMsg(message: MsgSendToEth): MsgSendToEthAminoMsg;
|
|
775
|
+
fromProtoMsg(message: MsgSendToEthProtoMsg): MsgSendToEth;
|
|
776
|
+
toProto(message: MsgSendToEth): Uint8Array;
|
|
777
|
+
toProtoMsg(message: MsgSendToEth): MsgSendToEthProtoMsg;
|
|
778
|
+
};
|
|
779
|
+
export declare const MsgSendToEthResponse: {
|
|
780
|
+
typeUrl: string;
|
|
781
|
+
is(o: any): o is MsgSendToEthResponse;
|
|
782
|
+
isAmino(o: any): o is MsgSendToEthResponseAmino;
|
|
783
|
+
encode(_: MsgSendToEthResponse, writer?: BinaryWriter): BinaryWriter;
|
|
784
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSendToEthResponse;
|
|
785
|
+
fromPartial(_: DeepPartial<MsgSendToEthResponse>): MsgSendToEthResponse;
|
|
786
|
+
fromAmino(_: MsgSendToEthResponseAmino): MsgSendToEthResponse;
|
|
787
|
+
toAmino(_: MsgSendToEthResponse): MsgSendToEthResponseAmino;
|
|
788
|
+
fromAminoMsg(object: MsgSendToEthResponseAminoMsg): MsgSendToEthResponse;
|
|
789
|
+
fromProtoMsg(message: MsgSendToEthResponseProtoMsg): MsgSendToEthResponse;
|
|
790
|
+
toProto(message: MsgSendToEthResponse): Uint8Array;
|
|
791
|
+
toProtoMsg(message: MsgSendToEthResponse): MsgSendToEthResponseProtoMsg;
|
|
792
|
+
};
|
|
793
|
+
export declare const MsgRequestBatch: {
|
|
794
|
+
typeUrl: string;
|
|
795
|
+
aminoType: string;
|
|
796
|
+
is(o: any): o is MsgRequestBatch;
|
|
797
|
+
isAmino(o: any): o is MsgRequestBatchAmino;
|
|
798
|
+
encode(message: MsgRequestBatch, writer?: BinaryWriter): BinaryWriter;
|
|
799
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRequestBatch;
|
|
800
|
+
fromPartial(object: DeepPartial<MsgRequestBatch>): MsgRequestBatch;
|
|
801
|
+
fromAmino(object: MsgRequestBatchAmino): MsgRequestBatch;
|
|
802
|
+
toAmino(message: MsgRequestBatch): MsgRequestBatchAmino;
|
|
803
|
+
fromAminoMsg(object: MsgRequestBatchAminoMsg): MsgRequestBatch;
|
|
804
|
+
toAminoMsg(message: MsgRequestBatch): MsgRequestBatchAminoMsg;
|
|
805
|
+
fromProtoMsg(message: MsgRequestBatchProtoMsg): MsgRequestBatch;
|
|
806
|
+
toProto(message: MsgRequestBatch): Uint8Array;
|
|
807
|
+
toProtoMsg(message: MsgRequestBatch): MsgRequestBatchProtoMsg;
|
|
808
|
+
};
|
|
809
|
+
export declare const MsgRequestBatchResponse: {
|
|
810
|
+
typeUrl: string;
|
|
811
|
+
is(o: any): o is MsgRequestBatchResponse;
|
|
812
|
+
isAmino(o: any): o is MsgRequestBatchResponseAmino;
|
|
813
|
+
encode(_: MsgRequestBatchResponse, writer?: BinaryWriter): BinaryWriter;
|
|
814
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRequestBatchResponse;
|
|
815
|
+
fromPartial(_: DeepPartial<MsgRequestBatchResponse>): MsgRequestBatchResponse;
|
|
816
|
+
fromAmino(_: MsgRequestBatchResponseAmino): MsgRequestBatchResponse;
|
|
817
|
+
toAmino(_: MsgRequestBatchResponse): MsgRequestBatchResponseAmino;
|
|
818
|
+
fromAminoMsg(object: MsgRequestBatchResponseAminoMsg): MsgRequestBatchResponse;
|
|
819
|
+
fromProtoMsg(message: MsgRequestBatchResponseProtoMsg): MsgRequestBatchResponse;
|
|
820
|
+
toProto(message: MsgRequestBatchResponse): Uint8Array;
|
|
821
|
+
toProtoMsg(message: MsgRequestBatchResponse): MsgRequestBatchResponseProtoMsg;
|
|
822
|
+
};
|
|
823
|
+
export declare const MsgConfirmBatch: {
|
|
824
|
+
typeUrl: string;
|
|
825
|
+
aminoType: string;
|
|
826
|
+
is(o: any): o is MsgConfirmBatch;
|
|
827
|
+
isAmino(o: any): o is MsgConfirmBatchAmino;
|
|
828
|
+
encode(message: MsgConfirmBatch, writer?: BinaryWriter): BinaryWriter;
|
|
829
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgConfirmBatch;
|
|
830
|
+
fromPartial(object: DeepPartial<MsgConfirmBatch>): MsgConfirmBatch;
|
|
831
|
+
fromAmino(object: MsgConfirmBatchAmino): MsgConfirmBatch;
|
|
832
|
+
toAmino(message: MsgConfirmBatch): MsgConfirmBatchAmino;
|
|
833
|
+
fromAminoMsg(object: MsgConfirmBatchAminoMsg): MsgConfirmBatch;
|
|
834
|
+
toAminoMsg(message: MsgConfirmBatch): MsgConfirmBatchAminoMsg;
|
|
835
|
+
fromProtoMsg(message: MsgConfirmBatchProtoMsg): MsgConfirmBatch;
|
|
836
|
+
toProto(message: MsgConfirmBatch): Uint8Array;
|
|
837
|
+
toProtoMsg(message: MsgConfirmBatch): MsgConfirmBatchProtoMsg;
|
|
838
|
+
};
|
|
839
|
+
export declare const MsgConfirmBatchResponse: {
|
|
840
|
+
typeUrl: string;
|
|
841
|
+
is(o: any): o is MsgConfirmBatchResponse;
|
|
842
|
+
isAmino(o: any): o is MsgConfirmBatchResponseAmino;
|
|
843
|
+
encode(_: MsgConfirmBatchResponse, writer?: BinaryWriter): BinaryWriter;
|
|
844
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgConfirmBatchResponse;
|
|
845
|
+
fromPartial(_: DeepPartial<MsgConfirmBatchResponse>): MsgConfirmBatchResponse;
|
|
846
|
+
fromAmino(_: MsgConfirmBatchResponseAmino): MsgConfirmBatchResponse;
|
|
847
|
+
toAmino(_: MsgConfirmBatchResponse): MsgConfirmBatchResponseAmino;
|
|
848
|
+
fromAminoMsg(object: MsgConfirmBatchResponseAminoMsg): MsgConfirmBatchResponse;
|
|
849
|
+
fromProtoMsg(message: MsgConfirmBatchResponseProtoMsg): MsgConfirmBatchResponse;
|
|
850
|
+
toProto(message: MsgConfirmBatchResponse): Uint8Array;
|
|
851
|
+
toProtoMsg(message: MsgConfirmBatchResponse): MsgConfirmBatchResponseProtoMsg;
|
|
852
|
+
};
|
|
853
|
+
export declare const MsgDepositClaim: {
|
|
854
|
+
typeUrl: string;
|
|
855
|
+
aminoType: string;
|
|
856
|
+
is(o: any): o is MsgDepositClaim;
|
|
857
|
+
isAmino(o: any): o is MsgDepositClaimAmino;
|
|
858
|
+
encode(message: MsgDepositClaim, writer?: BinaryWriter): BinaryWriter;
|
|
859
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDepositClaim;
|
|
860
|
+
fromPartial(object: DeepPartial<MsgDepositClaim>): MsgDepositClaim;
|
|
861
|
+
fromAmino(object: MsgDepositClaimAmino): MsgDepositClaim;
|
|
862
|
+
toAmino(message: MsgDepositClaim): MsgDepositClaimAmino;
|
|
863
|
+
fromAminoMsg(object: MsgDepositClaimAminoMsg): MsgDepositClaim;
|
|
864
|
+
toAminoMsg(message: MsgDepositClaim): MsgDepositClaimAminoMsg;
|
|
865
|
+
fromProtoMsg(message: MsgDepositClaimProtoMsg): MsgDepositClaim;
|
|
866
|
+
toProto(message: MsgDepositClaim): Uint8Array;
|
|
867
|
+
toProtoMsg(message: MsgDepositClaim): MsgDepositClaimProtoMsg;
|
|
868
|
+
};
|
|
869
|
+
export declare const MsgDepositClaimResponse: {
|
|
870
|
+
typeUrl: string;
|
|
871
|
+
is(o: any): o is MsgDepositClaimResponse;
|
|
872
|
+
isAmino(o: any): o is MsgDepositClaimResponseAmino;
|
|
873
|
+
encode(_: MsgDepositClaimResponse, writer?: BinaryWriter): BinaryWriter;
|
|
874
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDepositClaimResponse;
|
|
875
|
+
fromPartial(_: DeepPartial<MsgDepositClaimResponse>): MsgDepositClaimResponse;
|
|
876
|
+
fromAmino(_: MsgDepositClaimResponseAmino): MsgDepositClaimResponse;
|
|
877
|
+
toAmino(_: MsgDepositClaimResponse): MsgDepositClaimResponseAmino;
|
|
878
|
+
fromAminoMsg(object: MsgDepositClaimResponseAminoMsg): MsgDepositClaimResponse;
|
|
879
|
+
fromProtoMsg(message: MsgDepositClaimResponseProtoMsg): MsgDepositClaimResponse;
|
|
880
|
+
toProto(message: MsgDepositClaimResponse): Uint8Array;
|
|
881
|
+
toProtoMsg(message: MsgDepositClaimResponse): MsgDepositClaimResponseProtoMsg;
|
|
882
|
+
};
|
|
883
|
+
export declare const MsgWithdrawClaim: {
|
|
884
|
+
typeUrl: string;
|
|
885
|
+
aminoType: string;
|
|
886
|
+
is(o: any): o is MsgWithdrawClaim;
|
|
887
|
+
isAmino(o: any): o is MsgWithdrawClaimAmino;
|
|
888
|
+
encode(message: MsgWithdrawClaim, writer?: BinaryWriter): BinaryWriter;
|
|
889
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawClaim;
|
|
890
|
+
fromPartial(object: DeepPartial<MsgWithdrawClaim>): MsgWithdrawClaim;
|
|
891
|
+
fromAmino(object: MsgWithdrawClaimAmino): MsgWithdrawClaim;
|
|
892
|
+
toAmino(message: MsgWithdrawClaim): MsgWithdrawClaimAmino;
|
|
893
|
+
fromAminoMsg(object: MsgWithdrawClaimAminoMsg): MsgWithdrawClaim;
|
|
894
|
+
toAminoMsg(message: MsgWithdrawClaim): MsgWithdrawClaimAminoMsg;
|
|
895
|
+
fromProtoMsg(message: MsgWithdrawClaimProtoMsg): MsgWithdrawClaim;
|
|
896
|
+
toProto(message: MsgWithdrawClaim): Uint8Array;
|
|
897
|
+
toProtoMsg(message: MsgWithdrawClaim): MsgWithdrawClaimProtoMsg;
|
|
898
|
+
};
|
|
899
|
+
export declare const MsgWithdrawClaimResponse: {
|
|
900
|
+
typeUrl: string;
|
|
901
|
+
is(o: any): o is MsgWithdrawClaimResponse;
|
|
902
|
+
isAmino(o: any): o is MsgWithdrawClaimResponseAmino;
|
|
903
|
+
encode(_: MsgWithdrawClaimResponse, writer?: BinaryWriter): BinaryWriter;
|
|
904
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawClaimResponse;
|
|
905
|
+
fromPartial(_: DeepPartial<MsgWithdrawClaimResponse>): MsgWithdrawClaimResponse;
|
|
906
|
+
fromAmino(_: MsgWithdrawClaimResponseAmino): MsgWithdrawClaimResponse;
|
|
907
|
+
toAmino(_: MsgWithdrawClaimResponse): MsgWithdrawClaimResponseAmino;
|
|
908
|
+
fromAminoMsg(object: MsgWithdrawClaimResponseAminoMsg): MsgWithdrawClaimResponse;
|
|
909
|
+
fromProtoMsg(message: MsgWithdrawClaimResponseProtoMsg): MsgWithdrawClaimResponse;
|
|
910
|
+
toProto(message: MsgWithdrawClaimResponse): Uint8Array;
|
|
911
|
+
toProtoMsg(message: MsgWithdrawClaimResponse): MsgWithdrawClaimResponseProtoMsg;
|
|
912
|
+
};
|
|
913
|
+
export declare const MsgERC20DeployedClaim: {
|
|
914
|
+
typeUrl: string;
|
|
915
|
+
aminoType: string;
|
|
916
|
+
is(o: any): o is MsgERC20DeployedClaim;
|
|
917
|
+
isAmino(o: any): o is MsgERC20DeployedClaimAmino;
|
|
918
|
+
encode(message: MsgERC20DeployedClaim, writer?: BinaryWriter): BinaryWriter;
|
|
919
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgERC20DeployedClaim;
|
|
920
|
+
fromPartial(object: DeepPartial<MsgERC20DeployedClaim>): MsgERC20DeployedClaim;
|
|
921
|
+
fromAmino(object: MsgERC20DeployedClaimAmino): MsgERC20DeployedClaim;
|
|
922
|
+
toAmino(message: MsgERC20DeployedClaim): MsgERC20DeployedClaimAmino;
|
|
923
|
+
fromAminoMsg(object: MsgERC20DeployedClaimAminoMsg): MsgERC20DeployedClaim;
|
|
924
|
+
toAminoMsg(message: MsgERC20DeployedClaim): MsgERC20DeployedClaimAminoMsg;
|
|
925
|
+
fromProtoMsg(message: MsgERC20DeployedClaimProtoMsg): MsgERC20DeployedClaim;
|
|
926
|
+
toProto(message: MsgERC20DeployedClaim): Uint8Array;
|
|
927
|
+
toProtoMsg(message: MsgERC20DeployedClaim): MsgERC20DeployedClaimProtoMsg;
|
|
928
|
+
};
|
|
929
|
+
export declare const MsgERC20DeployedClaimResponse: {
|
|
930
|
+
typeUrl: string;
|
|
931
|
+
is(o: any): o is MsgERC20DeployedClaimResponse;
|
|
932
|
+
isAmino(o: any): o is MsgERC20DeployedClaimResponseAmino;
|
|
933
|
+
encode(_: MsgERC20DeployedClaimResponse, writer?: BinaryWriter): BinaryWriter;
|
|
934
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgERC20DeployedClaimResponse;
|
|
935
|
+
fromPartial(_: DeepPartial<MsgERC20DeployedClaimResponse>): MsgERC20DeployedClaimResponse;
|
|
936
|
+
fromAmino(_: MsgERC20DeployedClaimResponseAmino): MsgERC20DeployedClaimResponse;
|
|
937
|
+
toAmino(_: MsgERC20DeployedClaimResponse): MsgERC20DeployedClaimResponseAmino;
|
|
938
|
+
fromAminoMsg(object: MsgERC20DeployedClaimResponseAminoMsg): MsgERC20DeployedClaimResponse;
|
|
939
|
+
fromProtoMsg(message: MsgERC20DeployedClaimResponseProtoMsg): MsgERC20DeployedClaimResponse;
|
|
940
|
+
toProto(message: MsgERC20DeployedClaimResponse): Uint8Array;
|
|
941
|
+
toProtoMsg(message: MsgERC20DeployedClaimResponse): MsgERC20DeployedClaimResponseProtoMsg;
|
|
942
|
+
};
|
|
943
|
+
export declare const MsgCancelSendToEth: {
|
|
944
|
+
typeUrl: string;
|
|
945
|
+
aminoType: string;
|
|
946
|
+
is(o: any): o is MsgCancelSendToEth;
|
|
947
|
+
isAmino(o: any): o is MsgCancelSendToEthAmino;
|
|
948
|
+
encode(message: MsgCancelSendToEth, writer?: BinaryWriter): BinaryWriter;
|
|
949
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelSendToEth;
|
|
950
|
+
fromPartial(object: DeepPartial<MsgCancelSendToEth>): MsgCancelSendToEth;
|
|
951
|
+
fromAmino(object: MsgCancelSendToEthAmino): MsgCancelSendToEth;
|
|
952
|
+
toAmino(message: MsgCancelSendToEth): MsgCancelSendToEthAmino;
|
|
953
|
+
fromAminoMsg(object: MsgCancelSendToEthAminoMsg): MsgCancelSendToEth;
|
|
954
|
+
toAminoMsg(message: MsgCancelSendToEth): MsgCancelSendToEthAminoMsg;
|
|
955
|
+
fromProtoMsg(message: MsgCancelSendToEthProtoMsg): MsgCancelSendToEth;
|
|
956
|
+
toProto(message: MsgCancelSendToEth): Uint8Array;
|
|
957
|
+
toProtoMsg(message: MsgCancelSendToEth): MsgCancelSendToEthProtoMsg;
|
|
958
|
+
};
|
|
959
|
+
export declare const MsgCancelSendToEthResponse: {
|
|
960
|
+
typeUrl: string;
|
|
961
|
+
is(o: any): o is MsgCancelSendToEthResponse;
|
|
962
|
+
isAmino(o: any): o is MsgCancelSendToEthResponseAmino;
|
|
963
|
+
encode(_: MsgCancelSendToEthResponse, writer?: BinaryWriter): BinaryWriter;
|
|
964
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelSendToEthResponse;
|
|
965
|
+
fromPartial(_: DeepPartial<MsgCancelSendToEthResponse>): MsgCancelSendToEthResponse;
|
|
966
|
+
fromAmino(_: MsgCancelSendToEthResponseAmino): MsgCancelSendToEthResponse;
|
|
967
|
+
toAmino(_: MsgCancelSendToEthResponse): MsgCancelSendToEthResponseAmino;
|
|
968
|
+
fromAminoMsg(object: MsgCancelSendToEthResponseAminoMsg): MsgCancelSendToEthResponse;
|
|
969
|
+
fromProtoMsg(message: MsgCancelSendToEthResponseProtoMsg): MsgCancelSendToEthResponse;
|
|
970
|
+
toProto(message: MsgCancelSendToEthResponse): Uint8Array;
|
|
971
|
+
toProtoMsg(message: MsgCancelSendToEthResponse): MsgCancelSendToEthResponseProtoMsg;
|
|
972
|
+
};
|
|
973
|
+
export declare const MsgSubmitBadSignatureEvidence: {
|
|
974
|
+
typeUrl: string;
|
|
975
|
+
aminoType: string;
|
|
976
|
+
is(o: any): o is MsgSubmitBadSignatureEvidence;
|
|
977
|
+
isAmino(o: any): o is MsgSubmitBadSignatureEvidenceAmino;
|
|
978
|
+
encode(message: MsgSubmitBadSignatureEvidence, writer?: BinaryWriter): BinaryWriter;
|
|
979
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSubmitBadSignatureEvidence;
|
|
980
|
+
fromPartial(object: DeepPartial<MsgSubmitBadSignatureEvidence>): MsgSubmitBadSignatureEvidence;
|
|
981
|
+
fromAmino(object: MsgSubmitBadSignatureEvidenceAmino): MsgSubmitBadSignatureEvidence;
|
|
982
|
+
toAmino(message: MsgSubmitBadSignatureEvidence): MsgSubmitBadSignatureEvidenceAmino;
|
|
983
|
+
fromAminoMsg(object: MsgSubmitBadSignatureEvidenceAminoMsg): MsgSubmitBadSignatureEvidence;
|
|
984
|
+
toAminoMsg(message: MsgSubmitBadSignatureEvidence): MsgSubmitBadSignatureEvidenceAminoMsg;
|
|
985
|
+
fromProtoMsg(message: MsgSubmitBadSignatureEvidenceProtoMsg): MsgSubmitBadSignatureEvidence;
|
|
986
|
+
toProto(message: MsgSubmitBadSignatureEvidence): Uint8Array;
|
|
987
|
+
toProtoMsg(message: MsgSubmitBadSignatureEvidence): MsgSubmitBadSignatureEvidenceProtoMsg;
|
|
988
|
+
};
|
|
989
|
+
export declare const MsgSubmitBadSignatureEvidenceResponse: {
|
|
990
|
+
typeUrl: string;
|
|
991
|
+
is(o: any): o is MsgSubmitBadSignatureEvidenceResponse;
|
|
992
|
+
isAmino(o: any): o is MsgSubmitBadSignatureEvidenceResponseAmino;
|
|
993
|
+
encode(_: MsgSubmitBadSignatureEvidenceResponse, writer?: BinaryWriter): BinaryWriter;
|
|
994
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSubmitBadSignatureEvidenceResponse;
|
|
995
|
+
fromPartial(_: DeepPartial<MsgSubmitBadSignatureEvidenceResponse>): MsgSubmitBadSignatureEvidenceResponse;
|
|
996
|
+
fromAmino(_: MsgSubmitBadSignatureEvidenceResponseAmino): MsgSubmitBadSignatureEvidenceResponse;
|
|
997
|
+
toAmino(_: MsgSubmitBadSignatureEvidenceResponse): MsgSubmitBadSignatureEvidenceResponseAmino;
|
|
998
|
+
fromAminoMsg(object: MsgSubmitBadSignatureEvidenceResponseAminoMsg): MsgSubmitBadSignatureEvidenceResponse;
|
|
999
|
+
fromProtoMsg(message: MsgSubmitBadSignatureEvidenceResponseProtoMsg): MsgSubmitBadSignatureEvidenceResponse;
|
|
1000
|
+
toProto(message: MsgSubmitBadSignatureEvidenceResponse): Uint8Array;
|
|
1001
|
+
toProtoMsg(message: MsgSubmitBadSignatureEvidenceResponse): MsgSubmitBadSignatureEvidenceResponseProtoMsg;
|
|
1002
|
+
};
|
|
1003
|
+
export declare const MsgValsetUpdatedClaim: {
|
|
1004
|
+
typeUrl: string;
|
|
1005
|
+
aminoType: string;
|
|
1006
|
+
is(o: any): o is MsgValsetUpdatedClaim;
|
|
1007
|
+
isAmino(o: any): o is MsgValsetUpdatedClaimAmino;
|
|
1008
|
+
encode(message: MsgValsetUpdatedClaim, writer?: BinaryWriter): BinaryWriter;
|
|
1009
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgValsetUpdatedClaim;
|
|
1010
|
+
fromPartial(object: DeepPartial<MsgValsetUpdatedClaim>): MsgValsetUpdatedClaim;
|
|
1011
|
+
fromAmino(object: MsgValsetUpdatedClaimAmino): MsgValsetUpdatedClaim;
|
|
1012
|
+
toAmino(message: MsgValsetUpdatedClaim): MsgValsetUpdatedClaimAmino;
|
|
1013
|
+
fromAminoMsg(object: MsgValsetUpdatedClaimAminoMsg): MsgValsetUpdatedClaim;
|
|
1014
|
+
toAminoMsg(message: MsgValsetUpdatedClaim): MsgValsetUpdatedClaimAminoMsg;
|
|
1015
|
+
fromProtoMsg(message: MsgValsetUpdatedClaimProtoMsg): MsgValsetUpdatedClaim;
|
|
1016
|
+
toProto(message: MsgValsetUpdatedClaim): Uint8Array;
|
|
1017
|
+
toProtoMsg(message: MsgValsetUpdatedClaim): MsgValsetUpdatedClaimProtoMsg;
|
|
1018
|
+
};
|
|
1019
|
+
export declare const MsgValsetUpdatedClaimResponse: {
|
|
1020
|
+
typeUrl: string;
|
|
1021
|
+
is(o: any): o is MsgValsetUpdatedClaimResponse;
|
|
1022
|
+
isAmino(o: any): o is MsgValsetUpdatedClaimResponseAmino;
|
|
1023
|
+
encode(_: MsgValsetUpdatedClaimResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1024
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgValsetUpdatedClaimResponse;
|
|
1025
|
+
fromPartial(_: DeepPartial<MsgValsetUpdatedClaimResponse>): MsgValsetUpdatedClaimResponse;
|
|
1026
|
+
fromAmino(_: MsgValsetUpdatedClaimResponseAmino): MsgValsetUpdatedClaimResponse;
|
|
1027
|
+
toAmino(_: MsgValsetUpdatedClaimResponse): MsgValsetUpdatedClaimResponseAmino;
|
|
1028
|
+
fromAminoMsg(object: MsgValsetUpdatedClaimResponseAminoMsg): MsgValsetUpdatedClaimResponse;
|
|
1029
|
+
fromProtoMsg(message: MsgValsetUpdatedClaimResponseProtoMsg): MsgValsetUpdatedClaimResponse;
|
|
1030
|
+
toProto(message: MsgValsetUpdatedClaimResponse): Uint8Array;
|
|
1031
|
+
toProtoMsg(message: MsgValsetUpdatedClaimResponse): MsgValsetUpdatedClaimResponseProtoMsg;
|
|
1032
|
+
};
|
|
1033
|
+
export declare const MsgUpdateParams: {
|
|
1034
|
+
typeUrl: string;
|
|
1035
|
+
aminoType: string;
|
|
1036
|
+
is(o: any): o is MsgUpdateParams;
|
|
1037
|
+
isAmino(o: any): o is MsgUpdateParamsAmino;
|
|
1038
|
+
encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
|
|
1039
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
|
|
1040
|
+
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
1041
|
+
fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
|
|
1042
|
+
toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
|
|
1043
|
+
fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
|
|
1044
|
+
toAminoMsg(message: MsgUpdateParams): MsgUpdateParamsAminoMsg;
|
|
1045
|
+
fromProtoMsg(message: MsgUpdateParamsProtoMsg): MsgUpdateParams;
|
|
1046
|
+
toProto(message: MsgUpdateParams): Uint8Array;
|
|
1047
|
+
toProtoMsg(message: MsgUpdateParams): MsgUpdateParamsProtoMsg;
|
|
1048
|
+
};
|
|
1049
|
+
export declare const MsgUpdateParamsResponse: {
|
|
1050
|
+
typeUrl: string;
|
|
1051
|
+
is(o: any): o is MsgUpdateParamsResponse;
|
|
1052
|
+
isAmino(o: any): o is MsgUpdateParamsResponseAmino;
|
|
1053
|
+
encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1054
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
1055
|
+
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
1056
|
+
fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
|
|
1057
|
+
toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
|
|
1058
|
+
fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
|
|
1059
|
+
fromProtoMsg(message: MsgUpdateParamsResponseProtoMsg): MsgUpdateParamsResponse;
|
|
1060
|
+
toProto(message: MsgUpdateParamsResponse): Uint8Array;
|
|
1061
|
+
toProtoMsg(message: MsgUpdateParamsResponse): MsgUpdateParamsResponseProtoMsg;
|
|
1062
|
+
};
|
|
1063
|
+
export declare const MsgBlacklistEthereumAddresses: {
|
|
1064
|
+
typeUrl: string;
|
|
1065
|
+
aminoType: string;
|
|
1066
|
+
is(o: any): o is MsgBlacklistEthereumAddresses;
|
|
1067
|
+
isAmino(o: any): o is MsgBlacklistEthereumAddressesAmino;
|
|
1068
|
+
encode(message: MsgBlacklistEthereumAddresses, writer?: BinaryWriter): BinaryWriter;
|
|
1069
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgBlacklistEthereumAddresses;
|
|
1070
|
+
fromPartial(object: DeepPartial<MsgBlacklistEthereumAddresses>): MsgBlacklistEthereumAddresses;
|
|
1071
|
+
fromAmino(object: MsgBlacklistEthereumAddressesAmino): MsgBlacklistEthereumAddresses;
|
|
1072
|
+
toAmino(message: MsgBlacklistEthereumAddresses): MsgBlacklistEthereumAddressesAmino;
|
|
1073
|
+
fromAminoMsg(object: MsgBlacklistEthereumAddressesAminoMsg): MsgBlacklistEthereumAddresses;
|
|
1074
|
+
toAminoMsg(message: MsgBlacklistEthereumAddresses): MsgBlacklistEthereumAddressesAminoMsg;
|
|
1075
|
+
fromProtoMsg(message: MsgBlacklistEthereumAddressesProtoMsg): MsgBlacklistEthereumAddresses;
|
|
1076
|
+
toProto(message: MsgBlacklistEthereumAddresses): Uint8Array;
|
|
1077
|
+
toProtoMsg(message: MsgBlacklistEthereumAddresses): MsgBlacklistEthereumAddressesProtoMsg;
|
|
1078
|
+
};
|
|
1079
|
+
export declare const MsgBlacklistEthereumAddressesResponse: {
|
|
1080
|
+
typeUrl: string;
|
|
1081
|
+
is(o: any): o is MsgBlacklistEthereumAddressesResponse;
|
|
1082
|
+
isAmino(o: any): o is MsgBlacklistEthereumAddressesResponseAmino;
|
|
1083
|
+
encode(_: MsgBlacklistEthereumAddressesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1084
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgBlacklistEthereumAddressesResponse;
|
|
1085
|
+
fromPartial(_: DeepPartial<MsgBlacklistEthereumAddressesResponse>): MsgBlacklistEthereumAddressesResponse;
|
|
1086
|
+
fromAmino(_: MsgBlacklistEthereumAddressesResponseAmino): MsgBlacklistEthereumAddressesResponse;
|
|
1087
|
+
toAmino(_: MsgBlacklistEthereumAddressesResponse): MsgBlacklistEthereumAddressesResponseAmino;
|
|
1088
|
+
fromAminoMsg(object: MsgBlacklistEthereumAddressesResponseAminoMsg): MsgBlacklistEthereumAddressesResponse;
|
|
1089
|
+
fromProtoMsg(message: MsgBlacklistEthereumAddressesResponseProtoMsg): MsgBlacklistEthereumAddressesResponse;
|
|
1090
|
+
toProto(message: MsgBlacklistEthereumAddressesResponse): Uint8Array;
|
|
1091
|
+
toProtoMsg(message: MsgBlacklistEthereumAddressesResponse): MsgBlacklistEthereumAddressesResponseProtoMsg;
|
|
1092
|
+
};
|
|
1093
|
+
export declare const MsgRevokeEthereumBlacklist: {
|
|
1094
|
+
typeUrl: string;
|
|
1095
|
+
aminoType: string;
|
|
1096
|
+
is(o: any): o is MsgRevokeEthereumBlacklist;
|
|
1097
|
+
isAmino(o: any): o is MsgRevokeEthereumBlacklistAmino;
|
|
1098
|
+
encode(message: MsgRevokeEthereumBlacklist, writer?: BinaryWriter): BinaryWriter;
|
|
1099
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRevokeEthereumBlacklist;
|
|
1100
|
+
fromPartial(object: DeepPartial<MsgRevokeEthereumBlacklist>): MsgRevokeEthereumBlacklist;
|
|
1101
|
+
fromAmino(object: MsgRevokeEthereumBlacklistAmino): MsgRevokeEthereumBlacklist;
|
|
1102
|
+
toAmino(message: MsgRevokeEthereumBlacklist): MsgRevokeEthereumBlacklistAmino;
|
|
1103
|
+
fromAminoMsg(object: MsgRevokeEthereumBlacklistAminoMsg): MsgRevokeEthereumBlacklist;
|
|
1104
|
+
toAminoMsg(message: MsgRevokeEthereumBlacklist): MsgRevokeEthereumBlacklistAminoMsg;
|
|
1105
|
+
fromProtoMsg(message: MsgRevokeEthereumBlacklistProtoMsg): MsgRevokeEthereumBlacklist;
|
|
1106
|
+
toProto(message: MsgRevokeEthereumBlacklist): Uint8Array;
|
|
1107
|
+
toProtoMsg(message: MsgRevokeEthereumBlacklist): MsgRevokeEthereumBlacklistProtoMsg;
|
|
1108
|
+
};
|
|
1109
|
+
export declare const MsgRevokeEthereumBlacklistResponse: {
|
|
1110
|
+
typeUrl: string;
|
|
1111
|
+
is(o: any): o is MsgRevokeEthereumBlacklistResponse;
|
|
1112
|
+
isAmino(o: any): o is MsgRevokeEthereumBlacklistResponseAmino;
|
|
1113
|
+
encode(_: MsgRevokeEthereumBlacklistResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1114
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRevokeEthereumBlacklistResponse;
|
|
1115
|
+
fromPartial(_: DeepPartial<MsgRevokeEthereumBlacklistResponse>): MsgRevokeEthereumBlacklistResponse;
|
|
1116
|
+
fromAmino(_: MsgRevokeEthereumBlacklistResponseAmino): MsgRevokeEthereumBlacklistResponse;
|
|
1117
|
+
toAmino(_: MsgRevokeEthereumBlacklistResponse): MsgRevokeEthereumBlacklistResponseAmino;
|
|
1118
|
+
fromAminoMsg(object: MsgRevokeEthereumBlacklistResponseAminoMsg): MsgRevokeEthereumBlacklistResponse;
|
|
1119
|
+
fromProtoMsg(message: MsgRevokeEthereumBlacklistResponseProtoMsg): MsgRevokeEthereumBlacklistResponse;
|
|
1120
|
+
toProto(message: MsgRevokeEthereumBlacklistResponse): Uint8Array;
|
|
1121
|
+
toProtoMsg(message: MsgRevokeEthereumBlacklistResponse): MsgRevokeEthereumBlacklistResponseProtoMsg;
|
|
1122
|
+
};
|