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
|
@@ -1,902 +0,0 @@
|
|
|
1
|
-
import { Header, HeaderSDKType } from "../types/types";
|
|
2
|
-
import { ProofOps, ProofOpsSDKType } from "../crypto/proof";
|
|
3
|
-
import { EvidenceParams, EvidenceParamsSDKType, ValidatorParams, ValidatorParamsSDKType, VersionParams, VersionParamsSDKType } from "../types/params";
|
|
4
|
-
import { PublicKey, PublicKeySDKType } from "../crypto/keys";
|
|
5
|
-
import * as _m0 from "protobufjs/minimal";
|
|
6
|
-
import { DeepPartial, Long } from "@osmonauts/helpers";
|
|
7
|
-
export declare enum CheckTxType {
|
|
8
|
-
NEW = 0,
|
|
9
|
-
RECHECK = 1,
|
|
10
|
-
UNRECOGNIZED = -1
|
|
11
|
-
}
|
|
12
|
-
export declare enum CheckTxTypeSDKType {
|
|
13
|
-
NEW = 0,
|
|
14
|
-
RECHECK = 1,
|
|
15
|
-
UNRECOGNIZED = -1
|
|
16
|
-
}
|
|
17
|
-
export declare function checkTxTypeFromJSON(object: any): CheckTxType;
|
|
18
|
-
export declare function checkTxTypeToJSON(object: CheckTxType): string;
|
|
19
|
-
export declare enum ResponseOfferSnapshot_Result {
|
|
20
|
-
/** UNKNOWN - Unknown result, abort all snapshot restoration */
|
|
21
|
-
UNKNOWN = 0,
|
|
22
|
-
/** ACCEPT - Snapshot accepted, apply chunks */
|
|
23
|
-
ACCEPT = 1,
|
|
24
|
-
/** ABORT - Abort all snapshot restoration */
|
|
25
|
-
ABORT = 2,
|
|
26
|
-
/** REJECT - Reject this specific snapshot, try others */
|
|
27
|
-
REJECT = 3,
|
|
28
|
-
/** REJECT_FORMAT - Reject all snapshots of this format, try others */
|
|
29
|
-
REJECT_FORMAT = 4,
|
|
30
|
-
/** REJECT_SENDER - Reject all snapshots from the sender(s), try others */
|
|
31
|
-
REJECT_SENDER = 5,
|
|
32
|
-
UNRECOGNIZED = -1
|
|
33
|
-
}
|
|
34
|
-
export declare enum ResponseOfferSnapshot_ResultSDKType {
|
|
35
|
-
/** UNKNOWN - Unknown result, abort all snapshot restoration */
|
|
36
|
-
UNKNOWN = 0,
|
|
37
|
-
/** ACCEPT - Snapshot accepted, apply chunks */
|
|
38
|
-
ACCEPT = 1,
|
|
39
|
-
/** ABORT - Abort all snapshot restoration */
|
|
40
|
-
ABORT = 2,
|
|
41
|
-
/** REJECT - Reject this specific snapshot, try others */
|
|
42
|
-
REJECT = 3,
|
|
43
|
-
/** REJECT_FORMAT - Reject all snapshots of this format, try others */
|
|
44
|
-
REJECT_FORMAT = 4,
|
|
45
|
-
/** REJECT_SENDER - Reject all snapshots from the sender(s), try others */
|
|
46
|
-
REJECT_SENDER = 5,
|
|
47
|
-
UNRECOGNIZED = -1
|
|
48
|
-
}
|
|
49
|
-
export declare function responseOfferSnapshot_ResultFromJSON(object: any): ResponseOfferSnapshot_Result;
|
|
50
|
-
export declare function responseOfferSnapshot_ResultToJSON(object: ResponseOfferSnapshot_Result): string;
|
|
51
|
-
export declare enum ResponseApplySnapshotChunk_Result {
|
|
52
|
-
/** UNKNOWN - Unknown result, abort all snapshot restoration */
|
|
53
|
-
UNKNOWN = 0,
|
|
54
|
-
/** ACCEPT - Chunk successfully accepted */
|
|
55
|
-
ACCEPT = 1,
|
|
56
|
-
/** ABORT - Abort all snapshot restoration */
|
|
57
|
-
ABORT = 2,
|
|
58
|
-
/** RETRY - Retry chunk (combine with refetch and reject) */
|
|
59
|
-
RETRY = 3,
|
|
60
|
-
/** RETRY_SNAPSHOT - Retry snapshot (combine with refetch and reject) */
|
|
61
|
-
RETRY_SNAPSHOT = 4,
|
|
62
|
-
/** REJECT_SNAPSHOT - Reject this snapshot, try others */
|
|
63
|
-
REJECT_SNAPSHOT = 5,
|
|
64
|
-
UNRECOGNIZED = -1
|
|
65
|
-
}
|
|
66
|
-
export declare enum ResponseApplySnapshotChunk_ResultSDKType {
|
|
67
|
-
/** UNKNOWN - Unknown result, abort all snapshot restoration */
|
|
68
|
-
UNKNOWN = 0,
|
|
69
|
-
/** ACCEPT - Chunk successfully accepted */
|
|
70
|
-
ACCEPT = 1,
|
|
71
|
-
/** ABORT - Abort all snapshot restoration */
|
|
72
|
-
ABORT = 2,
|
|
73
|
-
/** RETRY - Retry chunk (combine with refetch and reject) */
|
|
74
|
-
RETRY = 3,
|
|
75
|
-
/** RETRY_SNAPSHOT - Retry snapshot (combine with refetch and reject) */
|
|
76
|
-
RETRY_SNAPSHOT = 4,
|
|
77
|
-
/** REJECT_SNAPSHOT - Reject this snapshot, try others */
|
|
78
|
-
REJECT_SNAPSHOT = 5,
|
|
79
|
-
UNRECOGNIZED = -1
|
|
80
|
-
}
|
|
81
|
-
export declare function responseApplySnapshotChunk_ResultFromJSON(object: any): ResponseApplySnapshotChunk_Result;
|
|
82
|
-
export declare function responseApplySnapshotChunk_ResultToJSON(object: ResponseApplySnapshotChunk_Result): string;
|
|
83
|
-
export declare enum EvidenceType {
|
|
84
|
-
UNKNOWN = 0,
|
|
85
|
-
DUPLICATE_VOTE = 1,
|
|
86
|
-
LIGHT_CLIENT_ATTACK = 2,
|
|
87
|
-
UNRECOGNIZED = -1
|
|
88
|
-
}
|
|
89
|
-
export declare enum EvidenceTypeSDKType {
|
|
90
|
-
UNKNOWN = 0,
|
|
91
|
-
DUPLICATE_VOTE = 1,
|
|
92
|
-
LIGHT_CLIENT_ATTACK = 2,
|
|
93
|
-
UNRECOGNIZED = -1
|
|
94
|
-
}
|
|
95
|
-
export declare function evidenceTypeFromJSON(object: any): EvidenceType;
|
|
96
|
-
export declare function evidenceTypeToJSON(object: EvidenceType): string;
|
|
97
|
-
export interface Request {
|
|
98
|
-
echo?: RequestEcho;
|
|
99
|
-
flush?: RequestFlush;
|
|
100
|
-
info?: RequestInfo;
|
|
101
|
-
setOption?: RequestSetOption;
|
|
102
|
-
initChain?: RequestInitChain;
|
|
103
|
-
query?: RequestQuery;
|
|
104
|
-
beginBlock?: RequestBeginBlock;
|
|
105
|
-
checkTx?: RequestCheckTx;
|
|
106
|
-
deliverTx?: RequestDeliverTx;
|
|
107
|
-
endBlock?: RequestEndBlock;
|
|
108
|
-
commit?: RequestCommit;
|
|
109
|
-
listSnapshots?: RequestListSnapshots;
|
|
110
|
-
offerSnapshot?: RequestOfferSnapshot;
|
|
111
|
-
loadSnapshotChunk?: RequestLoadSnapshotChunk;
|
|
112
|
-
applySnapshotChunk?: RequestApplySnapshotChunk;
|
|
113
|
-
}
|
|
114
|
-
export interface RequestSDKType {
|
|
115
|
-
echo?: RequestEchoSDKType;
|
|
116
|
-
flush?: RequestFlushSDKType;
|
|
117
|
-
info?: RequestInfoSDKType;
|
|
118
|
-
set_option?: RequestSetOptionSDKType;
|
|
119
|
-
init_chain?: RequestInitChainSDKType;
|
|
120
|
-
query?: RequestQuerySDKType;
|
|
121
|
-
begin_block?: RequestBeginBlockSDKType;
|
|
122
|
-
check_tx?: RequestCheckTxSDKType;
|
|
123
|
-
deliver_tx?: RequestDeliverTxSDKType;
|
|
124
|
-
end_block?: RequestEndBlockSDKType;
|
|
125
|
-
commit?: RequestCommitSDKType;
|
|
126
|
-
list_snapshots?: RequestListSnapshotsSDKType;
|
|
127
|
-
offer_snapshot?: RequestOfferSnapshotSDKType;
|
|
128
|
-
load_snapshot_chunk?: RequestLoadSnapshotChunkSDKType;
|
|
129
|
-
apply_snapshot_chunk?: RequestApplySnapshotChunkSDKType;
|
|
130
|
-
}
|
|
131
|
-
export interface RequestEcho {
|
|
132
|
-
message: string;
|
|
133
|
-
}
|
|
134
|
-
export interface RequestEchoSDKType {
|
|
135
|
-
message: string;
|
|
136
|
-
}
|
|
137
|
-
export interface RequestFlush {
|
|
138
|
-
}
|
|
139
|
-
export interface RequestFlushSDKType {
|
|
140
|
-
}
|
|
141
|
-
export interface RequestInfo {
|
|
142
|
-
version: string;
|
|
143
|
-
blockVersion: Long;
|
|
144
|
-
p2pVersion: Long;
|
|
145
|
-
}
|
|
146
|
-
export interface RequestInfoSDKType {
|
|
147
|
-
version: string;
|
|
148
|
-
block_version: Long;
|
|
149
|
-
p2p_version: Long;
|
|
150
|
-
}
|
|
151
|
-
/** nondeterministic */
|
|
152
|
-
export interface RequestSetOption {
|
|
153
|
-
key: string;
|
|
154
|
-
value: string;
|
|
155
|
-
}
|
|
156
|
-
/** nondeterministic */
|
|
157
|
-
export interface RequestSetOptionSDKType {
|
|
158
|
-
key: string;
|
|
159
|
-
value: string;
|
|
160
|
-
}
|
|
161
|
-
export interface RequestInitChain {
|
|
162
|
-
time: Date;
|
|
163
|
-
chainId: string;
|
|
164
|
-
consensusParams: ConsensusParams;
|
|
165
|
-
validators: ValidatorUpdate[];
|
|
166
|
-
appStateBytes: Uint8Array;
|
|
167
|
-
initialHeight: Long;
|
|
168
|
-
}
|
|
169
|
-
export interface RequestInitChainSDKType {
|
|
170
|
-
time: Date;
|
|
171
|
-
chain_id: string;
|
|
172
|
-
consensus_params: ConsensusParamsSDKType;
|
|
173
|
-
validators: ValidatorUpdateSDKType[];
|
|
174
|
-
app_state_bytes: Uint8Array;
|
|
175
|
-
initial_height: Long;
|
|
176
|
-
}
|
|
177
|
-
export interface RequestQuery {
|
|
178
|
-
data: Uint8Array;
|
|
179
|
-
path: string;
|
|
180
|
-
height: Long;
|
|
181
|
-
prove: boolean;
|
|
182
|
-
}
|
|
183
|
-
export interface RequestQuerySDKType {
|
|
184
|
-
data: Uint8Array;
|
|
185
|
-
path: string;
|
|
186
|
-
height: Long;
|
|
187
|
-
prove: boolean;
|
|
188
|
-
}
|
|
189
|
-
export interface RequestBeginBlock {
|
|
190
|
-
hash: Uint8Array;
|
|
191
|
-
header: Header;
|
|
192
|
-
lastCommitInfo: LastCommitInfo;
|
|
193
|
-
byzantineValidators: Evidence[];
|
|
194
|
-
}
|
|
195
|
-
export interface RequestBeginBlockSDKType {
|
|
196
|
-
hash: Uint8Array;
|
|
197
|
-
header: HeaderSDKType;
|
|
198
|
-
last_commit_info: LastCommitInfoSDKType;
|
|
199
|
-
byzantine_validators: EvidenceSDKType[];
|
|
200
|
-
}
|
|
201
|
-
export interface RequestCheckTx {
|
|
202
|
-
tx: Uint8Array;
|
|
203
|
-
type: CheckTxType;
|
|
204
|
-
}
|
|
205
|
-
export interface RequestCheckTxSDKType {
|
|
206
|
-
tx: Uint8Array;
|
|
207
|
-
type: CheckTxTypeSDKType;
|
|
208
|
-
}
|
|
209
|
-
export interface RequestDeliverTx {
|
|
210
|
-
tx: Uint8Array;
|
|
211
|
-
}
|
|
212
|
-
export interface RequestDeliverTxSDKType {
|
|
213
|
-
tx: Uint8Array;
|
|
214
|
-
}
|
|
215
|
-
export interface RequestEndBlock {
|
|
216
|
-
height: Long;
|
|
217
|
-
}
|
|
218
|
-
export interface RequestEndBlockSDKType {
|
|
219
|
-
height: Long;
|
|
220
|
-
}
|
|
221
|
-
export interface RequestCommit {
|
|
222
|
-
}
|
|
223
|
-
export interface RequestCommitSDKType {
|
|
224
|
-
}
|
|
225
|
-
/** lists available snapshots */
|
|
226
|
-
export interface RequestListSnapshots {
|
|
227
|
-
}
|
|
228
|
-
/** lists available snapshots */
|
|
229
|
-
export interface RequestListSnapshotsSDKType {
|
|
230
|
-
}
|
|
231
|
-
/** offers a snapshot to the application */
|
|
232
|
-
export interface RequestOfferSnapshot {
|
|
233
|
-
/** snapshot offered by peers */
|
|
234
|
-
snapshot: Snapshot;
|
|
235
|
-
/** light client-verified app hash for snapshot height */
|
|
236
|
-
appHash: Uint8Array;
|
|
237
|
-
}
|
|
238
|
-
/** offers a snapshot to the application */
|
|
239
|
-
export interface RequestOfferSnapshotSDKType {
|
|
240
|
-
/** snapshot offered by peers */
|
|
241
|
-
snapshot: SnapshotSDKType;
|
|
242
|
-
/** light client-verified app hash for snapshot height */
|
|
243
|
-
app_hash: Uint8Array;
|
|
244
|
-
}
|
|
245
|
-
/** loads a snapshot chunk */
|
|
246
|
-
export interface RequestLoadSnapshotChunk {
|
|
247
|
-
height: Long;
|
|
248
|
-
format: number;
|
|
249
|
-
chunk: number;
|
|
250
|
-
}
|
|
251
|
-
/** loads a snapshot chunk */
|
|
252
|
-
export interface RequestLoadSnapshotChunkSDKType {
|
|
253
|
-
height: Long;
|
|
254
|
-
format: number;
|
|
255
|
-
chunk: number;
|
|
256
|
-
}
|
|
257
|
-
/** Applies a snapshot chunk */
|
|
258
|
-
export interface RequestApplySnapshotChunk {
|
|
259
|
-
index: number;
|
|
260
|
-
chunk: Uint8Array;
|
|
261
|
-
sender: string;
|
|
262
|
-
}
|
|
263
|
-
/** Applies a snapshot chunk */
|
|
264
|
-
export interface RequestApplySnapshotChunkSDKType {
|
|
265
|
-
index: number;
|
|
266
|
-
chunk: Uint8Array;
|
|
267
|
-
sender: string;
|
|
268
|
-
}
|
|
269
|
-
export interface Response {
|
|
270
|
-
exception?: ResponseException;
|
|
271
|
-
echo?: ResponseEcho;
|
|
272
|
-
flush?: ResponseFlush;
|
|
273
|
-
info?: ResponseInfo;
|
|
274
|
-
setOption?: ResponseSetOption;
|
|
275
|
-
initChain?: ResponseInitChain;
|
|
276
|
-
query?: ResponseQuery;
|
|
277
|
-
beginBlock?: ResponseBeginBlock;
|
|
278
|
-
checkTx?: ResponseCheckTx;
|
|
279
|
-
deliverTx?: ResponseDeliverTx;
|
|
280
|
-
endBlock?: ResponseEndBlock;
|
|
281
|
-
commit?: ResponseCommit;
|
|
282
|
-
listSnapshots?: ResponseListSnapshots;
|
|
283
|
-
offerSnapshot?: ResponseOfferSnapshot;
|
|
284
|
-
loadSnapshotChunk?: ResponseLoadSnapshotChunk;
|
|
285
|
-
applySnapshotChunk?: ResponseApplySnapshotChunk;
|
|
286
|
-
}
|
|
287
|
-
export interface ResponseSDKType {
|
|
288
|
-
exception?: ResponseExceptionSDKType;
|
|
289
|
-
echo?: ResponseEchoSDKType;
|
|
290
|
-
flush?: ResponseFlushSDKType;
|
|
291
|
-
info?: ResponseInfoSDKType;
|
|
292
|
-
set_option?: ResponseSetOptionSDKType;
|
|
293
|
-
init_chain?: ResponseInitChainSDKType;
|
|
294
|
-
query?: ResponseQuerySDKType;
|
|
295
|
-
begin_block?: ResponseBeginBlockSDKType;
|
|
296
|
-
check_tx?: ResponseCheckTxSDKType;
|
|
297
|
-
deliver_tx?: ResponseDeliverTxSDKType;
|
|
298
|
-
end_block?: ResponseEndBlockSDKType;
|
|
299
|
-
commit?: ResponseCommitSDKType;
|
|
300
|
-
list_snapshots?: ResponseListSnapshotsSDKType;
|
|
301
|
-
offer_snapshot?: ResponseOfferSnapshotSDKType;
|
|
302
|
-
load_snapshot_chunk?: ResponseLoadSnapshotChunkSDKType;
|
|
303
|
-
apply_snapshot_chunk?: ResponseApplySnapshotChunkSDKType;
|
|
304
|
-
}
|
|
305
|
-
/** nondeterministic */
|
|
306
|
-
export interface ResponseException {
|
|
307
|
-
error: string;
|
|
308
|
-
}
|
|
309
|
-
/** nondeterministic */
|
|
310
|
-
export interface ResponseExceptionSDKType {
|
|
311
|
-
error: string;
|
|
312
|
-
}
|
|
313
|
-
export interface ResponseEcho {
|
|
314
|
-
message: string;
|
|
315
|
-
}
|
|
316
|
-
export interface ResponseEchoSDKType {
|
|
317
|
-
message: string;
|
|
318
|
-
}
|
|
319
|
-
export interface ResponseFlush {
|
|
320
|
-
}
|
|
321
|
-
export interface ResponseFlushSDKType {
|
|
322
|
-
}
|
|
323
|
-
export interface ResponseInfo {
|
|
324
|
-
data: string;
|
|
325
|
-
version: string;
|
|
326
|
-
appVersion: Long;
|
|
327
|
-
lastBlockHeight: Long;
|
|
328
|
-
lastBlockAppHash: Uint8Array;
|
|
329
|
-
}
|
|
330
|
-
export interface ResponseInfoSDKType {
|
|
331
|
-
data: string;
|
|
332
|
-
version: string;
|
|
333
|
-
app_version: Long;
|
|
334
|
-
last_block_height: Long;
|
|
335
|
-
last_block_app_hash: Uint8Array;
|
|
336
|
-
}
|
|
337
|
-
/** nondeterministic */
|
|
338
|
-
export interface ResponseSetOption {
|
|
339
|
-
code: number;
|
|
340
|
-
/** bytes data = 2; */
|
|
341
|
-
log: string;
|
|
342
|
-
info: string;
|
|
343
|
-
}
|
|
344
|
-
/** nondeterministic */
|
|
345
|
-
export interface ResponseSetOptionSDKType {
|
|
346
|
-
code: number;
|
|
347
|
-
/** bytes data = 2; */
|
|
348
|
-
log: string;
|
|
349
|
-
info: string;
|
|
350
|
-
}
|
|
351
|
-
export interface ResponseInitChain {
|
|
352
|
-
consensusParams: ConsensusParams;
|
|
353
|
-
validators: ValidatorUpdate[];
|
|
354
|
-
appHash: Uint8Array;
|
|
355
|
-
}
|
|
356
|
-
export interface ResponseInitChainSDKType {
|
|
357
|
-
consensus_params: ConsensusParamsSDKType;
|
|
358
|
-
validators: ValidatorUpdateSDKType[];
|
|
359
|
-
app_hash: Uint8Array;
|
|
360
|
-
}
|
|
361
|
-
export interface ResponseQuery {
|
|
362
|
-
code: number;
|
|
363
|
-
/** bytes data = 2; // use "value" instead. */
|
|
364
|
-
log: string;
|
|
365
|
-
/** nondeterministic */
|
|
366
|
-
info: string;
|
|
367
|
-
index: Long;
|
|
368
|
-
key: Uint8Array;
|
|
369
|
-
value: Uint8Array;
|
|
370
|
-
proofOps: ProofOps;
|
|
371
|
-
height: Long;
|
|
372
|
-
codespace: string;
|
|
373
|
-
}
|
|
374
|
-
export interface ResponseQuerySDKType {
|
|
375
|
-
code: number;
|
|
376
|
-
/** bytes data = 2; // use "value" instead. */
|
|
377
|
-
log: string;
|
|
378
|
-
/** nondeterministic */
|
|
379
|
-
info: string;
|
|
380
|
-
index: Long;
|
|
381
|
-
key: Uint8Array;
|
|
382
|
-
value: Uint8Array;
|
|
383
|
-
proof_ops: ProofOpsSDKType;
|
|
384
|
-
height: Long;
|
|
385
|
-
codespace: string;
|
|
386
|
-
}
|
|
387
|
-
export interface ResponseBeginBlock {
|
|
388
|
-
events: Event[];
|
|
389
|
-
}
|
|
390
|
-
export interface ResponseBeginBlockSDKType {
|
|
391
|
-
events: EventSDKType[];
|
|
392
|
-
}
|
|
393
|
-
export interface ResponseCheckTx {
|
|
394
|
-
code: number;
|
|
395
|
-
data: Uint8Array;
|
|
396
|
-
/** nondeterministic */
|
|
397
|
-
log: string;
|
|
398
|
-
/** nondeterministic */
|
|
399
|
-
info: string;
|
|
400
|
-
gasWanted: Long;
|
|
401
|
-
gasUsed: Long;
|
|
402
|
-
events: Event[];
|
|
403
|
-
codespace: string;
|
|
404
|
-
}
|
|
405
|
-
export interface ResponseCheckTxSDKType {
|
|
406
|
-
code: number;
|
|
407
|
-
data: Uint8Array;
|
|
408
|
-
/** nondeterministic */
|
|
409
|
-
log: string;
|
|
410
|
-
/** nondeterministic */
|
|
411
|
-
info: string;
|
|
412
|
-
gas_wanted: Long;
|
|
413
|
-
gas_used: Long;
|
|
414
|
-
events: EventSDKType[];
|
|
415
|
-
codespace: string;
|
|
416
|
-
}
|
|
417
|
-
export interface ResponseDeliverTx {
|
|
418
|
-
code: number;
|
|
419
|
-
data: Uint8Array;
|
|
420
|
-
/** nondeterministic */
|
|
421
|
-
log: string;
|
|
422
|
-
/** nondeterministic */
|
|
423
|
-
info: string;
|
|
424
|
-
gasWanted: Long;
|
|
425
|
-
gasUsed: Long;
|
|
426
|
-
events: Event[];
|
|
427
|
-
codespace: string;
|
|
428
|
-
}
|
|
429
|
-
export interface ResponseDeliverTxSDKType {
|
|
430
|
-
code: number;
|
|
431
|
-
data: Uint8Array;
|
|
432
|
-
/** nondeterministic */
|
|
433
|
-
log: string;
|
|
434
|
-
/** nondeterministic */
|
|
435
|
-
info: string;
|
|
436
|
-
gas_wanted: Long;
|
|
437
|
-
gas_used: Long;
|
|
438
|
-
events: EventSDKType[];
|
|
439
|
-
codespace: string;
|
|
440
|
-
}
|
|
441
|
-
export interface ResponseEndBlock {
|
|
442
|
-
validatorUpdates: ValidatorUpdate[];
|
|
443
|
-
consensusParamUpdates: ConsensusParams;
|
|
444
|
-
events: Event[];
|
|
445
|
-
}
|
|
446
|
-
export interface ResponseEndBlockSDKType {
|
|
447
|
-
validator_updates: ValidatorUpdateSDKType[];
|
|
448
|
-
consensus_param_updates: ConsensusParamsSDKType;
|
|
449
|
-
events: EventSDKType[];
|
|
450
|
-
}
|
|
451
|
-
export interface ResponseCommit {
|
|
452
|
-
/** reserve 1 */
|
|
453
|
-
data: Uint8Array;
|
|
454
|
-
retainHeight: Long;
|
|
455
|
-
}
|
|
456
|
-
export interface ResponseCommitSDKType {
|
|
457
|
-
/** reserve 1 */
|
|
458
|
-
data: Uint8Array;
|
|
459
|
-
retain_height: Long;
|
|
460
|
-
}
|
|
461
|
-
export interface ResponseListSnapshots {
|
|
462
|
-
snapshots: Snapshot[];
|
|
463
|
-
}
|
|
464
|
-
export interface ResponseListSnapshotsSDKType {
|
|
465
|
-
snapshots: SnapshotSDKType[];
|
|
466
|
-
}
|
|
467
|
-
export interface ResponseOfferSnapshot {
|
|
468
|
-
result: ResponseOfferSnapshot_Result;
|
|
469
|
-
}
|
|
470
|
-
export interface ResponseOfferSnapshotSDKType {
|
|
471
|
-
result: ResponseOfferSnapshot_ResultSDKType;
|
|
472
|
-
}
|
|
473
|
-
export interface ResponseLoadSnapshotChunk {
|
|
474
|
-
chunk: Uint8Array;
|
|
475
|
-
}
|
|
476
|
-
export interface ResponseLoadSnapshotChunkSDKType {
|
|
477
|
-
chunk: Uint8Array;
|
|
478
|
-
}
|
|
479
|
-
export interface ResponseApplySnapshotChunk {
|
|
480
|
-
result: ResponseApplySnapshotChunk_Result;
|
|
481
|
-
/** Chunks to refetch and reapply */
|
|
482
|
-
refetchChunks: number[];
|
|
483
|
-
/** Chunk senders to reject and ban */
|
|
484
|
-
rejectSenders: string[];
|
|
485
|
-
}
|
|
486
|
-
export interface ResponseApplySnapshotChunkSDKType {
|
|
487
|
-
result: ResponseApplySnapshotChunk_ResultSDKType;
|
|
488
|
-
/** Chunks to refetch and reapply */
|
|
489
|
-
refetch_chunks: number[];
|
|
490
|
-
/** Chunk senders to reject and ban */
|
|
491
|
-
reject_senders: string[];
|
|
492
|
-
}
|
|
493
|
-
/**
|
|
494
|
-
* ConsensusParams contains all consensus-relevant parameters
|
|
495
|
-
* that can be adjusted by the abci app
|
|
496
|
-
*/
|
|
497
|
-
export interface ConsensusParams {
|
|
498
|
-
block: BlockParams;
|
|
499
|
-
evidence: EvidenceParams;
|
|
500
|
-
validator: ValidatorParams;
|
|
501
|
-
version: VersionParams;
|
|
502
|
-
}
|
|
503
|
-
/**
|
|
504
|
-
* ConsensusParams contains all consensus-relevant parameters
|
|
505
|
-
* that can be adjusted by the abci app
|
|
506
|
-
*/
|
|
507
|
-
export interface ConsensusParamsSDKType {
|
|
508
|
-
block: BlockParamsSDKType;
|
|
509
|
-
evidence: EvidenceParamsSDKType;
|
|
510
|
-
validator: ValidatorParamsSDKType;
|
|
511
|
-
version: VersionParamsSDKType;
|
|
512
|
-
}
|
|
513
|
-
/** BlockParams contains limits on the block size. */
|
|
514
|
-
export interface BlockParams {
|
|
515
|
-
/** Note: must be greater than 0 */
|
|
516
|
-
maxBytes: Long;
|
|
517
|
-
/** Note: must be greater or equal to -1 */
|
|
518
|
-
maxGas: Long;
|
|
519
|
-
}
|
|
520
|
-
/** BlockParams contains limits on the block size. */
|
|
521
|
-
export interface BlockParamsSDKType {
|
|
522
|
-
/** Note: must be greater than 0 */
|
|
523
|
-
max_bytes: Long;
|
|
524
|
-
/** Note: must be greater or equal to -1 */
|
|
525
|
-
max_gas: Long;
|
|
526
|
-
}
|
|
527
|
-
export interface LastCommitInfo {
|
|
528
|
-
round: number;
|
|
529
|
-
votes: VoteInfo[];
|
|
530
|
-
}
|
|
531
|
-
export interface LastCommitInfoSDKType {
|
|
532
|
-
round: number;
|
|
533
|
-
votes: VoteInfoSDKType[];
|
|
534
|
-
}
|
|
535
|
-
/**
|
|
536
|
-
* Event allows application developers to attach additional information to
|
|
537
|
-
* ResponseBeginBlock, ResponseEndBlock, ResponseCheckTx and ResponseDeliverTx.
|
|
538
|
-
* Later, transactions may be queried using these events.
|
|
539
|
-
*/
|
|
540
|
-
export interface Event {
|
|
541
|
-
type: string;
|
|
542
|
-
attributes: EventAttribute[];
|
|
543
|
-
}
|
|
544
|
-
/**
|
|
545
|
-
* Event allows application developers to attach additional information to
|
|
546
|
-
* ResponseBeginBlock, ResponseEndBlock, ResponseCheckTx and ResponseDeliverTx.
|
|
547
|
-
* Later, transactions may be queried using these events.
|
|
548
|
-
*/
|
|
549
|
-
export interface EventSDKType {
|
|
550
|
-
type: string;
|
|
551
|
-
attributes: EventAttributeSDKType[];
|
|
552
|
-
}
|
|
553
|
-
/** EventAttribute is a single key-value pair, associated with an event. */
|
|
554
|
-
export interface EventAttribute {
|
|
555
|
-
key: Uint8Array;
|
|
556
|
-
value: Uint8Array;
|
|
557
|
-
/** nondeterministic */
|
|
558
|
-
index: boolean;
|
|
559
|
-
}
|
|
560
|
-
/** EventAttribute is a single key-value pair, associated with an event. */
|
|
561
|
-
export interface EventAttributeSDKType {
|
|
562
|
-
key: Uint8Array;
|
|
563
|
-
value: Uint8Array;
|
|
564
|
-
/** nondeterministic */
|
|
565
|
-
index: boolean;
|
|
566
|
-
}
|
|
567
|
-
/**
|
|
568
|
-
* TxResult contains results of executing the transaction.
|
|
569
|
-
*
|
|
570
|
-
* One usage is indexing transaction results.
|
|
571
|
-
*/
|
|
572
|
-
export interface TxResult {
|
|
573
|
-
height: Long;
|
|
574
|
-
index: number;
|
|
575
|
-
tx: Uint8Array;
|
|
576
|
-
result: ResponseDeliverTx;
|
|
577
|
-
}
|
|
578
|
-
/**
|
|
579
|
-
* TxResult contains results of executing the transaction.
|
|
580
|
-
*
|
|
581
|
-
* One usage is indexing transaction results.
|
|
582
|
-
*/
|
|
583
|
-
export interface TxResultSDKType {
|
|
584
|
-
height: Long;
|
|
585
|
-
index: number;
|
|
586
|
-
tx: Uint8Array;
|
|
587
|
-
result: ResponseDeliverTxSDKType;
|
|
588
|
-
}
|
|
589
|
-
/** Validator */
|
|
590
|
-
export interface Validator {
|
|
591
|
-
/**
|
|
592
|
-
* The first 20 bytes of SHA256(public key)
|
|
593
|
-
* PubKey pub_key = 2 [(gogoproto.nullable)=false];
|
|
594
|
-
*/
|
|
595
|
-
address: Uint8Array;
|
|
596
|
-
/** The voting power */
|
|
597
|
-
power: Long;
|
|
598
|
-
}
|
|
599
|
-
/** Validator */
|
|
600
|
-
export interface ValidatorSDKType {
|
|
601
|
-
/**
|
|
602
|
-
* The first 20 bytes of SHA256(public key)
|
|
603
|
-
* PubKey pub_key = 2 [(gogoproto.nullable)=false];
|
|
604
|
-
*/
|
|
605
|
-
address: Uint8Array;
|
|
606
|
-
/** The voting power */
|
|
607
|
-
power: Long;
|
|
608
|
-
}
|
|
609
|
-
/** ValidatorUpdate */
|
|
610
|
-
export interface ValidatorUpdate {
|
|
611
|
-
pubKey: PublicKey;
|
|
612
|
-
power: Long;
|
|
613
|
-
}
|
|
614
|
-
/** ValidatorUpdate */
|
|
615
|
-
export interface ValidatorUpdateSDKType {
|
|
616
|
-
pub_key: PublicKeySDKType;
|
|
617
|
-
power: Long;
|
|
618
|
-
}
|
|
619
|
-
/** VoteInfo */
|
|
620
|
-
export interface VoteInfo {
|
|
621
|
-
validator: Validator;
|
|
622
|
-
signedLastBlock: boolean;
|
|
623
|
-
}
|
|
624
|
-
/** VoteInfo */
|
|
625
|
-
export interface VoteInfoSDKType {
|
|
626
|
-
validator: ValidatorSDKType;
|
|
627
|
-
signed_last_block: boolean;
|
|
628
|
-
}
|
|
629
|
-
export interface Evidence {
|
|
630
|
-
type: EvidenceType;
|
|
631
|
-
/** The offending validator */
|
|
632
|
-
validator: Validator;
|
|
633
|
-
/** The height when the offense occurred */
|
|
634
|
-
height: Long;
|
|
635
|
-
/** The corresponding time where the offense occurred */
|
|
636
|
-
time: Date;
|
|
637
|
-
/**
|
|
638
|
-
* Total voting power of the validator set in case the ABCI application does
|
|
639
|
-
* not store historical validators.
|
|
640
|
-
* https://github.com/tendermint/tendermint/issues/4581
|
|
641
|
-
*/
|
|
642
|
-
totalVotingPower: Long;
|
|
643
|
-
}
|
|
644
|
-
export interface EvidenceSDKType {
|
|
645
|
-
type: EvidenceTypeSDKType;
|
|
646
|
-
/** The offending validator */
|
|
647
|
-
validator: ValidatorSDKType;
|
|
648
|
-
/** The height when the offense occurred */
|
|
649
|
-
height: Long;
|
|
650
|
-
/** The corresponding time where the offense occurred */
|
|
651
|
-
time: Date;
|
|
652
|
-
/**
|
|
653
|
-
* Total voting power of the validator set in case the ABCI application does
|
|
654
|
-
* not store historical validators.
|
|
655
|
-
* https://github.com/tendermint/tendermint/issues/4581
|
|
656
|
-
*/
|
|
657
|
-
total_voting_power: Long;
|
|
658
|
-
}
|
|
659
|
-
export interface Snapshot {
|
|
660
|
-
/** The height at which the snapshot was taken */
|
|
661
|
-
height: Long;
|
|
662
|
-
/** The application-specific snapshot format */
|
|
663
|
-
format: number;
|
|
664
|
-
/** Number of chunks in the snapshot */
|
|
665
|
-
chunks: number;
|
|
666
|
-
/** Arbitrary snapshot hash, equal only if identical */
|
|
667
|
-
hash: Uint8Array;
|
|
668
|
-
/** Arbitrary application metadata */
|
|
669
|
-
metadata: Uint8Array;
|
|
670
|
-
}
|
|
671
|
-
export interface SnapshotSDKType {
|
|
672
|
-
/** The height at which the snapshot was taken */
|
|
673
|
-
height: Long;
|
|
674
|
-
/** The application-specific snapshot format */
|
|
675
|
-
format: number;
|
|
676
|
-
/** Number of chunks in the snapshot */
|
|
677
|
-
chunks: number;
|
|
678
|
-
/** Arbitrary snapshot hash, equal only if identical */
|
|
679
|
-
hash: Uint8Array;
|
|
680
|
-
/** Arbitrary application metadata */
|
|
681
|
-
metadata: Uint8Array;
|
|
682
|
-
}
|
|
683
|
-
export declare const Request: {
|
|
684
|
-
encode(message: Request, writer?: _m0.Writer): _m0.Writer;
|
|
685
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): Request;
|
|
686
|
-
fromPartial(object: DeepPartial<Request>): Request;
|
|
687
|
-
};
|
|
688
|
-
export declare const RequestEcho: {
|
|
689
|
-
encode(message: RequestEcho, writer?: _m0.Writer): _m0.Writer;
|
|
690
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RequestEcho;
|
|
691
|
-
fromPartial(object: DeepPartial<RequestEcho>): RequestEcho;
|
|
692
|
-
};
|
|
693
|
-
export declare const RequestFlush: {
|
|
694
|
-
encode(_: RequestFlush, writer?: _m0.Writer): _m0.Writer;
|
|
695
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RequestFlush;
|
|
696
|
-
fromPartial(_: DeepPartial<RequestFlush>): RequestFlush;
|
|
697
|
-
};
|
|
698
|
-
export declare const RequestInfo: {
|
|
699
|
-
encode(message: RequestInfo, writer?: _m0.Writer): _m0.Writer;
|
|
700
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RequestInfo;
|
|
701
|
-
fromPartial(object: DeepPartial<RequestInfo>): RequestInfo;
|
|
702
|
-
};
|
|
703
|
-
export declare const RequestSetOption: {
|
|
704
|
-
encode(message: RequestSetOption, writer?: _m0.Writer): _m0.Writer;
|
|
705
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RequestSetOption;
|
|
706
|
-
fromPartial(object: DeepPartial<RequestSetOption>): RequestSetOption;
|
|
707
|
-
};
|
|
708
|
-
export declare const RequestInitChain: {
|
|
709
|
-
encode(message: RequestInitChain, writer?: _m0.Writer): _m0.Writer;
|
|
710
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RequestInitChain;
|
|
711
|
-
fromPartial(object: DeepPartial<RequestInitChain>): RequestInitChain;
|
|
712
|
-
};
|
|
713
|
-
export declare const RequestQuery: {
|
|
714
|
-
encode(message: RequestQuery, writer?: _m0.Writer): _m0.Writer;
|
|
715
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RequestQuery;
|
|
716
|
-
fromPartial(object: DeepPartial<RequestQuery>): RequestQuery;
|
|
717
|
-
};
|
|
718
|
-
export declare const RequestBeginBlock: {
|
|
719
|
-
encode(message: RequestBeginBlock, writer?: _m0.Writer): _m0.Writer;
|
|
720
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RequestBeginBlock;
|
|
721
|
-
fromPartial(object: DeepPartial<RequestBeginBlock>): RequestBeginBlock;
|
|
722
|
-
};
|
|
723
|
-
export declare const RequestCheckTx: {
|
|
724
|
-
encode(message: RequestCheckTx, writer?: _m0.Writer): _m0.Writer;
|
|
725
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RequestCheckTx;
|
|
726
|
-
fromPartial(object: DeepPartial<RequestCheckTx>): RequestCheckTx;
|
|
727
|
-
};
|
|
728
|
-
export declare const RequestDeliverTx: {
|
|
729
|
-
encode(message: RequestDeliverTx, writer?: _m0.Writer): _m0.Writer;
|
|
730
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RequestDeliverTx;
|
|
731
|
-
fromPartial(object: DeepPartial<RequestDeliverTx>): RequestDeliverTx;
|
|
732
|
-
};
|
|
733
|
-
export declare const RequestEndBlock: {
|
|
734
|
-
encode(message: RequestEndBlock, writer?: _m0.Writer): _m0.Writer;
|
|
735
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RequestEndBlock;
|
|
736
|
-
fromPartial(object: DeepPartial<RequestEndBlock>): RequestEndBlock;
|
|
737
|
-
};
|
|
738
|
-
export declare const RequestCommit: {
|
|
739
|
-
encode(_: RequestCommit, writer?: _m0.Writer): _m0.Writer;
|
|
740
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RequestCommit;
|
|
741
|
-
fromPartial(_: DeepPartial<RequestCommit>): RequestCommit;
|
|
742
|
-
};
|
|
743
|
-
export declare const RequestListSnapshots: {
|
|
744
|
-
encode(_: RequestListSnapshots, writer?: _m0.Writer): _m0.Writer;
|
|
745
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RequestListSnapshots;
|
|
746
|
-
fromPartial(_: DeepPartial<RequestListSnapshots>): RequestListSnapshots;
|
|
747
|
-
};
|
|
748
|
-
export declare const RequestOfferSnapshot: {
|
|
749
|
-
encode(message: RequestOfferSnapshot, writer?: _m0.Writer): _m0.Writer;
|
|
750
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RequestOfferSnapshot;
|
|
751
|
-
fromPartial(object: DeepPartial<RequestOfferSnapshot>): RequestOfferSnapshot;
|
|
752
|
-
};
|
|
753
|
-
export declare const RequestLoadSnapshotChunk: {
|
|
754
|
-
encode(message: RequestLoadSnapshotChunk, writer?: _m0.Writer): _m0.Writer;
|
|
755
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RequestLoadSnapshotChunk;
|
|
756
|
-
fromPartial(object: DeepPartial<RequestLoadSnapshotChunk>): RequestLoadSnapshotChunk;
|
|
757
|
-
};
|
|
758
|
-
export declare const RequestApplySnapshotChunk: {
|
|
759
|
-
encode(message: RequestApplySnapshotChunk, writer?: _m0.Writer): _m0.Writer;
|
|
760
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): RequestApplySnapshotChunk;
|
|
761
|
-
fromPartial(object: DeepPartial<RequestApplySnapshotChunk>): RequestApplySnapshotChunk;
|
|
762
|
-
};
|
|
763
|
-
export declare const Response: {
|
|
764
|
-
encode(message: Response, writer?: _m0.Writer): _m0.Writer;
|
|
765
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): Response;
|
|
766
|
-
fromPartial(object: DeepPartial<Response>): Response;
|
|
767
|
-
};
|
|
768
|
-
export declare const ResponseException: {
|
|
769
|
-
encode(message: ResponseException, writer?: _m0.Writer): _m0.Writer;
|
|
770
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ResponseException;
|
|
771
|
-
fromPartial(object: DeepPartial<ResponseException>): ResponseException;
|
|
772
|
-
};
|
|
773
|
-
export declare const ResponseEcho: {
|
|
774
|
-
encode(message: ResponseEcho, writer?: _m0.Writer): _m0.Writer;
|
|
775
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ResponseEcho;
|
|
776
|
-
fromPartial(object: DeepPartial<ResponseEcho>): ResponseEcho;
|
|
777
|
-
};
|
|
778
|
-
export declare const ResponseFlush: {
|
|
779
|
-
encode(_: ResponseFlush, writer?: _m0.Writer): _m0.Writer;
|
|
780
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ResponseFlush;
|
|
781
|
-
fromPartial(_: DeepPartial<ResponseFlush>): ResponseFlush;
|
|
782
|
-
};
|
|
783
|
-
export declare const ResponseInfo: {
|
|
784
|
-
encode(message: ResponseInfo, writer?: _m0.Writer): _m0.Writer;
|
|
785
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ResponseInfo;
|
|
786
|
-
fromPartial(object: DeepPartial<ResponseInfo>): ResponseInfo;
|
|
787
|
-
};
|
|
788
|
-
export declare const ResponseSetOption: {
|
|
789
|
-
encode(message: ResponseSetOption, writer?: _m0.Writer): _m0.Writer;
|
|
790
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ResponseSetOption;
|
|
791
|
-
fromPartial(object: DeepPartial<ResponseSetOption>): ResponseSetOption;
|
|
792
|
-
};
|
|
793
|
-
export declare const ResponseInitChain: {
|
|
794
|
-
encode(message: ResponseInitChain, writer?: _m0.Writer): _m0.Writer;
|
|
795
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ResponseInitChain;
|
|
796
|
-
fromPartial(object: DeepPartial<ResponseInitChain>): ResponseInitChain;
|
|
797
|
-
};
|
|
798
|
-
export declare const ResponseQuery: {
|
|
799
|
-
encode(message: ResponseQuery, writer?: _m0.Writer): _m0.Writer;
|
|
800
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ResponseQuery;
|
|
801
|
-
fromPartial(object: DeepPartial<ResponseQuery>): ResponseQuery;
|
|
802
|
-
};
|
|
803
|
-
export declare const ResponseBeginBlock: {
|
|
804
|
-
encode(message: ResponseBeginBlock, writer?: _m0.Writer): _m0.Writer;
|
|
805
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ResponseBeginBlock;
|
|
806
|
-
fromPartial(object: DeepPartial<ResponseBeginBlock>): ResponseBeginBlock;
|
|
807
|
-
};
|
|
808
|
-
export declare const ResponseCheckTx: {
|
|
809
|
-
encode(message: ResponseCheckTx, writer?: _m0.Writer): _m0.Writer;
|
|
810
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ResponseCheckTx;
|
|
811
|
-
fromPartial(object: DeepPartial<ResponseCheckTx>): ResponseCheckTx;
|
|
812
|
-
};
|
|
813
|
-
export declare const ResponseDeliverTx: {
|
|
814
|
-
encode(message: ResponseDeliverTx, writer?: _m0.Writer): _m0.Writer;
|
|
815
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ResponseDeliverTx;
|
|
816
|
-
fromPartial(object: DeepPartial<ResponseDeliverTx>): ResponseDeliverTx;
|
|
817
|
-
};
|
|
818
|
-
export declare const ResponseEndBlock: {
|
|
819
|
-
encode(message: ResponseEndBlock, writer?: _m0.Writer): _m0.Writer;
|
|
820
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ResponseEndBlock;
|
|
821
|
-
fromPartial(object: DeepPartial<ResponseEndBlock>): ResponseEndBlock;
|
|
822
|
-
};
|
|
823
|
-
export declare const ResponseCommit: {
|
|
824
|
-
encode(message: ResponseCommit, writer?: _m0.Writer): _m0.Writer;
|
|
825
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ResponseCommit;
|
|
826
|
-
fromPartial(object: DeepPartial<ResponseCommit>): ResponseCommit;
|
|
827
|
-
};
|
|
828
|
-
export declare const ResponseListSnapshots: {
|
|
829
|
-
encode(message: ResponseListSnapshots, writer?: _m0.Writer): _m0.Writer;
|
|
830
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ResponseListSnapshots;
|
|
831
|
-
fromPartial(object: DeepPartial<ResponseListSnapshots>): ResponseListSnapshots;
|
|
832
|
-
};
|
|
833
|
-
export declare const ResponseOfferSnapshot: {
|
|
834
|
-
encode(message: ResponseOfferSnapshot, writer?: _m0.Writer): _m0.Writer;
|
|
835
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ResponseOfferSnapshot;
|
|
836
|
-
fromPartial(object: DeepPartial<ResponseOfferSnapshot>): ResponseOfferSnapshot;
|
|
837
|
-
};
|
|
838
|
-
export declare const ResponseLoadSnapshotChunk: {
|
|
839
|
-
encode(message: ResponseLoadSnapshotChunk, writer?: _m0.Writer): _m0.Writer;
|
|
840
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ResponseLoadSnapshotChunk;
|
|
841
|
-
fromPartial(object: DeepPartial<ResponseLoadSnapshotChunk>): ResponseLoadSnapshotChunk;
|
|
842
|
-
};
|
|
843
|
-
export declare const ResponseApplySnapshotChunk: {
|
|
844
|
-
encode(message: ResponseApplySnapshotChunk, writer?: _m0.Writer): _m0.Writer;
|
|
845
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ResponseApplySnapshotChunk;
|
|
846
|
-
fromPartial(object: DeepPartial<ResponseApplySnapshotChunk>): ResponseApplySnapshotChunk;
|
|
847
|
-
};
|
|
848
|
-
export declare const ConsensusParams: {
|
|
849
|
-
encode(message: ConsensusParams, writer?: _m0.Writer): _m0.Writer;
|
|
850
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ConsensusParams;
|
|
851
|
-
fromPartial(object: DeepPartial<ConsensusParams>): ConsensusParams;
|
|
852
|
-
};
|
|
853
|
-
export declare const BlockParams: {
|
|
854
|
-
encode(message: BlockParams, writer?: _m0.Writer): _m0.Writer;
|
|
855
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): BlockParams;
|
|
856
|
-
fromPartial(object: DeepPartial<BlockParams>): BlockParams;
|
|
857
|
-
};
|
|
858
|
-
export declare const LastCommitInfo: {
|
|
859
|
-
encode(message: LastCommitInfo, writer?: _m0.Writer): _m0.Writer;
|
|
860
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): LastCommitInfo;
|
|
861
|
-
fromPartial(object: DeepPartial<LastCommitInfo>): LastCommitInfo;
|
|
862
|
-
};
|
|
863
|
-
export declare const Event: {
|
|
864
|
-
encode(message: Event, writer?: _m0.Writer): _m0.Writer;
|
|
865
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): Event;
|
|
866
|
-
fromPartial(object: DeepPartial<Event>): Event;
|
|
867
|
-
};
|
|
868
|
-
export declare const EventAttribute: {
|
|
869
|
-
encode(message: EventAttribute, writer?: _m0.Writer): _m0.Writer;
|
|
870
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): EventAttribute;
|
|
871
|
-
fromPartial(object: DeepPartial<EventAttribute>): EventAttribute;
|
|
872
|
-
};
|
|
873
|
-
export declare const TxResult: {
|
|
874
|
-
encode(message: TxResult, writer?: _m0.Writer): _m0.Writer;
|
|
875
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): TxResult;
|
|
876
|
-
fromPartial(object: DeepPartial<TxResult>): TxResult;
|
|
877
|
-
};
|
|
878
|
-
export declare const Validator: {
|
|
879
|
-
encode(message: Validator, writer?: _m0.Writer): _m0.Writer;
|
|
880
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): Validator;
|
|
881
|
-
fromPartial(object: DeepPartial<Validator>): Validator;
|
|
882
|
-
};
|
|
883
|
-
export declare const ValidatorUpdate: {
|
|
884
|
-
encode(message: ValidatorUpdate, writer?: _m0.Writer): _m0.Writer;
|
|
885
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorUpdate;
|
|
886
|
-
fromPartial(object: DeepPartial<ValidatorUpdate>): ValidatorUpdate;
|
|
887
|
-
};
|
|
888
|
-
export declare const VoteInfo: {
|
|
889
|
-
encode(message: VoteInfo, writer?: _m0.Writer): _m0.Writer;
|
|
890
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): VoteInfo;
|
|
891
|
-
fromPartial(object: DeepPartial<VoteInfo>): VoteInfo;
|
|
892
|
-
};
|
|
893
|
-
export declare const Evidence: {
|
|
894
|
-
encode(message: Evidence, writer?: _m0.Writer): _m0.Writer;
|
|
895
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): Evidence;
|
|
896
|
-
fromPartial(object: DeepPartial<Evidence>): Evidence;
|
|
897
|
-
};
|
|
898
|
-
export declare const Snapshot: {
|
|
899
|
-
encode(message: Snapshot, writer?: _m0.Writer): _m0.Writer;
|
|
900
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): Snapshot;
|
|
901
|
-
fromPartial(object: DeepPartial<Snapshot>): Snapshot;
|
|
902
|
-
};
|