@dydxprotocol/v4-client-js 0.30.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/.env +1 -0
- package/.eslintignore +2 -0
- package/.eslintrc.js +17 -0
- package/.gitleaks.toml +24 -0
- package/.gitleaksignore +1 -0
- package/.nvmrc +1 -0
- package/.telescope.json +17 -0
- package/.vscode/launch.json +11 -0
- package/LICENSE +11 -0
- package/README.md +35 -0
- package/__native__/__ios__/v4-native-client.js +202047 -0
- package/__native__/__ios__/v4-native-client.js.map +1 -0
- package/__tests__/helpers/baseClients.ts +23 -0
- package/__tests__/helpers/constants.ts +85 -0
- package/__tests__/lib/helpers.test.ts +40 -0
- package/__tests__/lib/util.test.ts +83 -0
- package/__tests__/lib/validation.test.ts +244 -0
- package/__tests__/modules/client/AccountEndpoints.test.ts +106 -0
- package/__tests__/modules/client/FaucetEndpoint.test.ts +14 -0
- package/__tests__/modules/client/MarketsEndpoints.test.ts +76 -0
- package/__tests__/modules/client/Transfers.test.ts +63 -0
- package/__tests__/modules/client/ValidatorGetEndpoints.test.ts +50 -0
- package/__tests__/modules/client/ValidatorPostEndpoints.test.ts +55 -0
- package/__tests__/modules/client/constants.ts +3 -0
- package/__tests__/modules/onboarding.test.ts +64 -0
- package/build/__tests__/helpers/baseClients.d.ts +18 -0
- package/build/__tests__/helpers/baseClients.js +29 -0
- package/build/__tests__/helpers/constants.d.ts +14 -0
- package/build/__tests__/helpers/constants.js +72 -0
- package/build/__tests__/lib/helpers.test.d.ts +1 -0
- package/build/__tests__/lib/helpers.test.js +34 -0
- package/build/__tests__/lib/util.test.d.ts +1 -0
- package/build/__tests__/lib/util.test.js +67 -0
- package/build/__tests__/lib/validation.test.d.ts +1 -0
- package/build/__tests__/lib/validation.test.js +227 -0
- package/build/__tests__/modules/client/AccountEndpoints.test.d.ts +1 -0
- package/build/__tests__/modules/client/AccountEndpoints.test.js +99 -0
- package/build/__tests__/modules/client/FaucetEndpoint.test.d.ts +1 -0
- package/build/__tests__/modules/client/FaucetEndpoint.test.js +15 -0
- package/build/__tests__/modules/client/MarketsEndpoints.test.d.ts +1 -0
- package/build/__tests__/modules/client/MarketsEndpoints.test.js +69 -0
- package/build/__tests__/modules/client/Transfers.test.d.ts +1 -0
- package/build/__tests__/modules/client/Transfers.test.js +45 -0
- package/build/__tests__/modules/client/ValidatorGetEndpoints.test.d.ts +1 -0
- package/build/__tests__/modules/client/ValidatorGetEndpoints.test.js +46 -0
- package/build/__tests__/modules/client/ValidatorPostEndpoints.test.d.ts +1 -0
- package/build/__tests__/modules/client/ValidatorPostEndpoints.test.js +53 -0
- package/build/__tests__/modules/client/constants.d.ts +3 -0
- package/build/__tests__/modules/client/constants.js +7 -0
- package/build/__tests__/modules/onboarding.test.d.ts +1 -0
- package/build/__tests__/modules/onboarding.test.js +51 -0
- package/build/examples/account_endpoints.d.ts +4 -0
- package/build/examples/account_endpoints.js +142 -0
- package/build/examples/composite_example.d.ts +1 -0
- package/build/examples/composite_example.js +49 -0
- package/build/examples/constants.d.ts +7 -0
- package/build/examples/constants.js +29 -0
- package/build/examples/faucet_endpoint.d.ts +4 -0
- package/build/examples/faucet_endpoint.js +22 -0
- package/build/examples/human_readable_orders.json +86 -0
- package/build/examples/json-encoding.d.ts +1 -0
- package/build/examples/json-encoding.js +32 -0
- package/build/examples/markets_endpoints.d.ts +4 -0
- package/build/examples/markets_endpoints.js +159 -0
- package/build/examples/native_examples.d.ts +1 -0
- package/build/examples/native_examples.js +80 -0
- package/build/examples/optimal_node.d.ts +1 -0
- package/build/examples/optimal_node.js +50 -0
- package/build/examples/raw_orders.json +130 -0
- package/build/examples/transfer_example_deposit.d.ts +1 -0
- package/build/examples/transfer_example_deposit.js +30 -0
- package/build/examples/transfer_example_send.d.ts +1 -0
- package/build/examples/transfer_example_send.js +44 -0
- package/build/examples/transfer_example_subaccount_transfer.d.ts +1 -0
- package/build/examples/transfer_example_subaccount_transfer.js +30 -0
- package/build/examples/transfer_example_withdraw.d.ts +1 -0
- package/build/examples/transfer_example_withdraw.js +30 -0
- package/build/examples/transfer_example_withdraw_other.d.ts +1 -0
- package/build/examples/transfer_example_withdraw_other.js +44 -0
- package/build/examples/validator_get_example.d.ts +1 -0
- package/build/examples/validator_get_example.js +101 -0
- package/build/examples/validator_post_example.d.ts +1 -0
- package/build/examples/validator_post_example.js +76 -0
- package/build/examples/wallet_address.d.ts +1 -0
- package/build/examples/wallet_address.js +21 -0
- package/build/examples/websocket_example.d.ts +1 -0
- package/build/examples/websocket_example.js +34 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/amino/amino.d.ts +1 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/amino/amino.js +3 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/amino/bundle.d.ts +1 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/amino/bundle.js +30 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/app/runtime/v1alpha1/module.d.ts +76 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/app/runtime/v1alpha1/module.js +206 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/app/v1alpha1/config.d.ts +100 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/app/v1alpha1/config.js +223 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/app/v1alpha1/module.d.ts +120 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/app/v1alpha1/module.js +207 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/app/v1alpha1/query.d.ts +31 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/app/v1alpha1/query.js +108 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/app/v1alpha1/query.rpc.Query.d.ts +16 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/app/v1alpha1/query.rpc.Query.js +52 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/auth/module/v1/module.d.ts +45 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/auth/module/v1/module.js +161 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/auth/v1beta1/auth.d.ts +105 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/auth/v1beta1/auth.js +323 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/auth/v1beta1/genesis.d.ts +22 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/auth/v1beta1/genesis.js +92 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/auth/v1beta1/query.d.ts +438 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/auth/v1beta1/query.js +937 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/auth/v1beta1/query.rpc.Query.d.ts +83 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/auth/v1beta1/query.rpc.Query.js +135 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/auth/v1beta1/tx.d.ts +56 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/auth/v1beta1/tx.js +119 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +17 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/auth/v1beta1/tx.rpc.msg.js +41 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/authz/module/v1/module.d.ts +14 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/authz/module/v1/module.js +61 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/authz/v1beta1/authz.d.ts +96 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/authz/v1beta1/authz.js +259 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/authz/v1beta1/event.d.ts +45 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/authz/v1beta1/event.js +161 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/authz/v1beta1/genesis.d.ts +17 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/authz/v1beta1/genesis.js +80 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/authz/v1beta1/query.d.ts +119 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/authz/v1beta1/query.js +402 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/authz/v1beta1/query.rpc.Query.d.ts +32 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/authz/v1beta1/query.rpc.Query.js +70 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/authz/v1beta1/tx.d.ts +124 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/authz/v1beta1/tx.js +341 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +30 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/authz/v1beta1/tx.rpc.msg.js +53 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bank/module/v1/module.d.ts +24 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bank/module/v1/module.js +90 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bank/v1beta1/authz.d.ts +35 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bank/v1beta1/authz.js +95 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bank/v1beta1/bank.d.ts +207 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bank/v1beta1/bank.js +512 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bank/v1beta1/genesis.d.ts +63 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bank/v1beta1/genesis.js +198 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bank/v1beta1/query.d.ts +533 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bank/v1beta1/query.js +1235 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bank/v1beta1/query.rpc.Query.d.ts +106 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bank/v1beta1/query.rpc.Query.js +146 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bank/v1beta1/tx.d.ts +186 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bank/v1beta1/tx.js +432 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +33 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bank/v1beta1/tx.rpc.msg.js +59 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/abci/v1beta1/abci.d.ts +314 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/abci/v1beta1/abci.js +814 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/kv/v1beta1/kv.d.ts +33 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/kv/v1beta1/kv.js +136 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/node/v1beta1/query.d.ts +29 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/node/v1beta1/query.js +108 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +16 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/node/v1beta1/query.rpc.Service.js +52 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/query/v1beta1/pagination.d.ts +109 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/query/v1beta1/pagination.js +171 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/reflection/v1beta1/reflection.d.ts +73 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/reflection/v1beta1/reflection.js +210 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +502 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/reflection/v2alpha1/reflection.js +1330 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/snapshots/v1beta1/snapshot.d.ts +237 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/snapshots/v1beta1/snapshot.js +592 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/store/v1beta1/commit_info.d.ts +72 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/store/v1beta1/commit_info.js +202 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/store/v1beta1/listening.d.ts +85 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/store/v1beta1/listening.js +262 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/tendermint/v1beta1/query.d.ts +404 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/tendermint/v1beta1/query.js +1234 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/tendermint/v1beta1/query.rpc.Service.d.ts +46 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/tendermint/v1beta1/query.rpc.Service.js +108 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/tendermint/v1beta1/types.d.ts +88 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/tendermint/v1beta1/types.js +284 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/v1beta1/coin.d.ts +85 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/base/v1beta1/coin.js +233 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bundle.d.ts +5570 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/bundle.js +607 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/capability/module/v1/module.d.ts +20 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/capability/module/v1/module.js +75 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/capability/v1beta1/capability.d.ts +68 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/capability/v1beta1/capability.js +181 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/capability/v1beta1/genesis.d.ts +45 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/capability/v1beta1/genesis.js +146 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/consensus/module/v1/module.d.ts +17 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/consensus/module/v1/module.js +75 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/consensus/v1/query.d.ts +35 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/consensus/v1/query.js +108 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/consensus/v1/query.rpc.Query.d.ts +16 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/consensus/v1/query.rpc.Query.js +52 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/consensus/v1/tx.d.ts +50 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/consensus/v1/tx.js +139 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/consensus/v1/tx.rpc.msg.d.ts +17 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/consensus/v1/tx.rpc.msg.js +41 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crisis/module/v1/module.d.ts +20 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crisis/module/v1/module.js +85 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crisis/v1beta1/genesis.d.ts +21 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crisis/v1beta1/genesis.js +75 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crisis/v1beta1/tx.d.ts +87 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crisis/v1beta1/tx.js +218 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.d.ts +20 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.js +47 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crypto/ed25519/keys.d.ts +49 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crypto/ed25519/keys.js +121 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crypto/hd/v1/hd.d.ts +32 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crypto/hd/v1/hd.js +115 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crypto/keyring/v1/record.d.ts +96 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crypto/keyring/v1/record.js +283 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crypto/multisig/keys.d.ts +27 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crypto/multisig/keys.js +91 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crypto/multisig/v1beta1/multisig.d.ts +51 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crypto/multisig/v1beta1/multisig.js +136 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crypto/secp256k1/keys.d.ts +43 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crypto/secp256k1/keys.js +121 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crypto/secp256r1/keys.d.ts +36 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/crypto/secp256r1/keys.js +121 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/distribution/module/v1/module.d.ts +19 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/distribution/module/v1/module.js +85 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/distribution/v1beta1/distribution.d.ts +330 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/distribution/v1beta1/distribution.js +782 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/distribution/v1beta1/genesis.d.ts +213 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/distribution/v1beta1/genesis.js +639 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/distribution/v1beta1/query.d.ts +439 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/distribution/v1beta1/query.js +1043 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +55 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/distribution/v1beta1/query.rpc.Query.js +133 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/distribution/v1beta1/tx.d.ts +278 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/distribution/v1beta1/tx.js +611 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +51 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.js +71 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/evidence/module/v1/module.d.ts +14 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/evidence/module/v1/module.js +61 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/evidence/v1beta1/evidence.d.ts +35 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/evidence/v1beta1/evidence.js +106 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/evidence/v1beta1/genesis.d.ts +18 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/evidence/v1beta1/genesis.js +80 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/evidence/v1beta1/query.d.ts +94 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/evidence/v1beta1/query.js +238 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/evidence/v1beta1/query.rpc.Query.d.ts +20 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/evidence/v1beta1/query.rpc.Query.js +63 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/evidence/v1beta1/tx.d.ts +43 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/evidence/v1beta1/tx.js +132 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.d.ts +15 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.js +41 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/feegrant/module/v1/module.d.ts +14 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/feegrant/module/v1/module.js +61 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +119 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/feegrant/v1beta1/feegrant.js +317 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/feegrant/v1beta1/genesis.d.ts +17 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/feegrant/v1beta1/genesis.js +80 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/feegrant/v1beta1/query.d.ts +128 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/feegrant/v1beta1/query.js +366 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +28 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/feegrant/v1beta1/query.rpc.Query.js +70 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/feegrant/v1beta1/tx.d.ts +75 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/feegrant/v1beta1/tx.js +218 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +21 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.js +47 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/genutil/module/v1/module.d.ts +14 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/genutil/module/v1/module.js +61 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/genutil/v1beta1/genesis.d.ts +17 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/genutil/v1beta1/genesis.js +80 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/module/v1/module.d.ts +25 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/module/v1/module.js +85 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1/genesis.d.ts +60 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1/genesis.js +161 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1/gov.d.ts +355 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1/gov.js +944 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1/query.d.ts +328 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1/query.js +903 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1/query.rpc.Query.d.ts +44 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1/query.rpc.Query.js +115 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1/tx.d.ts +270 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1/tx.js +688 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +35 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1/tx.rpc.msg.js +71 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1beta1/genesis.d.ts +38 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1beta1/genesis.js +151 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1beta1/gov.d.ts +314 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1beta1/gov.js +814 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1beta1/query.d.ts +305 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1beta1/query.js +893 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1beta1/query.rpc.Query.d.ts +44 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1beta1/query.rpc.Query.js +115 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1beta1/tx.d.ts +171 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1beta1/tx.js +455 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +25 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/gov/v1beta1/tx.rpc.msg.js +59 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/group/module/v1/module.d.ts +29 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/group/module/v1/module.js +85 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/group/v1/events.d.ts +157 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/group/v1/events.js +469 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/group/v1/genesis.d.ts +50 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/group/v1/genesis.js +171 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/group/v1/query.d.ts +472 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/group/v1/query.js +1426 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/group/v1/query.rpc.Query.d.ts +70 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/group/v1/query.rpc.Query.js +160 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/group/v1/tx.d.ts +577 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/group/v1/tx.js +1630 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/group/v1/tx.rpc.msg.d.ts +51 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/group/v1/tx.rpc.msg.js +119 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/group/v1/types.d.ts +476 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/group/v1/types.js +1135 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/mint/module/v1/module.d.ts +19 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/mint/module/v1/module.js +85 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/mint/v1beta1/genesis.d.ts +21 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/mint/v1beta1/genesis.js +85 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/mint/v1beta1/mint.d.ts +53 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/mint/v1beta1/mint.js +181 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/mint/v1beta1/query.d.ts +107 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/mint/v1beta1/query.js +266 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/mint/v1beta1/query.rpc.Query.d.ts +24 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/mint/v1beta1/query.rpc.Query.js +70 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/mint/v1beta1/tx.d.ts +56 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/mint/v1beta1/tx.js +119 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +17 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/mint/v1beta1/tx.rpc.msg.js +41 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/msg/v1/msg.d.ts +1 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/msg/v1/msg.js +3 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/nft/module/v1/module.d.ts +14 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/nft/module/v1/module.js +61 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/nft/v1beta1/event.d.ts +70 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/nft/v1beta1/event.js +237 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/nft/v1beta1/genesis.d.ts +40 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/nft/v1beta1/genesis.js +157 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/nft/v1beta1/nft.d.ts +64 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/nft/v1beta1/nft.js +222 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/nft/v1beta1/query.d.ts +250 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/nft/v1beta1/query.js +750 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/nft/v1beta1/query.rpc.Query.d.ts +43 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/nft/v1beta1/query.rpc.Query.js +108 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/nft/v1beta1/tx.d.ts +39 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/nft/v1beta1/tx.js +138 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/nft/v1beta1/tx.rpc.msg.d.ts +12 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/nft/v1beta1/tx.rpc.msg.js +41 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/orm/module/v1alpha1/module.d.ts +22 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/orm/module/v1alpha1/module.js +61 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/orm/query/v1alpha1/query.d.ts +196 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/orm/query/v1alpha1/query.js +529 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +20 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/orm/query/v1alpha1/query.rpc.Query.js +61 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/orm/v1/orm.d.ts +137 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/orm/v1/orm.js +268 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/orm/v1alpha1/schema.d.ts +101 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/orm/v1alpha1/schema.js +243 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/params/module/v1/module.d.ts +14 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/params/module/v1/module.js +61 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/params/v1beta1/params.d.ts +45 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/params/v1beta1/params.js +166 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/params/v1beta1/query.d.ts +112 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/params/v1beta1/query.js +276 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/params/v1beta1/query.rpc.Query.d.ts +27 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/params/v1beta1/query.rpc.Query.js +61 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/query/v1/query.d.ts +1 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/query/v1/query.js +3 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/reflection/v1/reflection.d.ts +31 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/reflection/v1/reflection.js +113 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/rpc.query.d.ts +216 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/rpc.query.js +103 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/rpc.tx.d.ts +56 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/rpc.tx.js +81 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/slashing/module/v1/module.d.ts +17 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/slashing/module/v1/module.js +75 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/slashing/v1beta1/genesis.d.ts +95 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/slashing/v1beta1/genesis.js +279 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/slashing/v1beta1/query.d.ts +120 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/slashing/v1beta1/query.js +306 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/slashing/v1beta1/query.rpc.Query.d.ts +24 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/slashing/v1beta1/query.rpc.Query.js +72 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/slashing/v1beta1/slashing.d.ts +74 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/slashing/v1beta1/slashing.js +213 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/slashing/v1beta1/tx.d.ts +84 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/slashing/v1beta1/tx.js +198 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.d.ts +24 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.js +47 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/staking/module/v1/module.d.ts +24 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/staking/module/v1/module.js +90 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/staking/v1beta1/authz.d.ts +75 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/staking/v1beta1/authz.js +212 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/staking/v1beta1/genesis.d.ts +65 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/staking/v1beta1/genesis.js +227 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/staking/v1beta1/query.d.ts +608 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/staking/v1beta1/query.js +1510 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/staking/v1beta1/query.rpc.Query.d.ts +111 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/staking/v1beta1/query.rpc.Query.js +169 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/staking/v1beta1/staking.d.ts +611 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/staking/v1beta1/staking.js +1639 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/staking/v1beta1/tx.d.ts +313 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/staking/v1beta1/tx.js +810 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +48 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/staking/v1beta1/tx.rpc.msg.js +77 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/tx/config/v1/config.d.ts +26 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/tx/config/v1/config.js +85 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +172 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/tx/signing/v1beta1/signing.js +424 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/tx/v1beta1/service.d.ts +532 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/tx/v1beta1/service.js +1130 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/tx/v1beta1/service.rpc.Service.d.ts +68 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/tx/v1beta1/service.rpc.Service.js +124 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/tx/v1beta1/tx.d.ts +488 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/tx/v1beta1/tx.js +964 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/upgrade/module/v1/module.d.ts +17 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/upgrade/module/v1/module.js +75 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/upgrade/v1beta1/query.d.ts +240 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/upgrade/v1beta1/query.js +466 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +47 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/upgrade/v1beta1/query.rpc.Query.js +88 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/upgrade/v1beta1/tx.d.ts +95 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/upgrade/v1beta1/tx.js +198 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +24 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.js +47 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +148 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/upgrade/v1beta1/upgrade.js +295 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/vesting/module/v1/module.d.ts +14 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/vesting/module/v1/module.js +61 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/vesting/v1beta1/tx.d.ts +151 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/vesting/v1beta1/tx.js +373 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +31 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.js +53 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/vesting/v1beta1/vesting.d.ts +149 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos/vesting/v1beta1/vesting.js +409 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos_proto/bundle.d.ts +21 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos_proto/bundle.js +30 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos_proto/cosmos.d.ts +95 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/cosmos_proto/cosmos.js +206 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/assets/asset.d.ts +65 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/assets/asset.js +145 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/assets/genesis.d.ts +17 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/assets/genesis.js +80 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/assets/query.d.ts +1 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/assets/query.js +3 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/assets/query.rpc.Query.d.ts +10 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/assets/query.rpc.Query.js +17 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/assets/tx.d.ts +1 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/assets/tx.js +3 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/blocktime/blocktime.d.ts +62 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/blocktime/blocktime.js +193 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/blocktime/genesis.d.ts +17 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/blocktime/genesis.js +75 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/blocktime/params.d.ts +27 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/blocktime/params.js +91 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/blocktime/query.d.ts +131 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/blocktime/query.js +265 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/blocktime/query.rpc.Query.d.ts +24 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/blocktime/query.rpc.Query.js +70 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/blocktime/tx.d.ts +72 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/blocktime/tx.js +198 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/blocktime/tx.rpc.msg.d.ts +18 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/blocktime/tx.rpc.msg.js +47 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bridge/bridge_event.d.ts +29 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bridge/bridge_event.js +106 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bridge/bridge_event_info.d.ts +31 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bridge/bridge_event_info.js +85 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bridge/genesis.d.ts +30 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bridge/genesis.js +106 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bridge/params.d.ts +94 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bridge/params.js +228 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bridge/query.d.ts +173 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bridge/query.js +421 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bridge/query.rpc.Query.d.ts +40 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bridge/query.rpc.Query.js +88 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bridge/tx.d.ts +162 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bridge/tx.js +471 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bridge/tx.rpc.msg.d.ts +27 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bridge/tx.rpc.msg.js +65 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bundle.d.ts +2299 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/bundle.js +273 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/block_rate_limit_config.d.ts +53 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/block_rate_limit_config.js +166 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/clob_pair.d.ts +133 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/clob_pair.js +337 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/equity_tier_limit_config.d.ts +54 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/equity_tier_limit_config.js +151 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/genesis.d.ts +26 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/genesis.js +114 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/liquidations.d.ts +73 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/liquidations.js +167 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/liquidations_config.d.ts +141 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/liquidations_config.js +282 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/matches.d.ts +164 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/matches.js +439 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/mev.d.ts +132 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/mev.js +445 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/operation.d.ts +59 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/operation.js +183 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/order.d.ts +426 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/order.js +811 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/order_removals.d.ts +75 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/order_removals.js +198 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/process_proposer_matches_events.d.ts +55 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/process_proposer_matches_events.js +181 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/query.d.ts +242 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/query.js +639 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/query.rpc.Query.d.ts +32 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/query.rpc.Query.js +90 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/tx.d.ts +142 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/tx.js +359 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/tx.rpc.msg.d.ts +21 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/clob/tx.rpc.msg.js +53 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/daemons/bridge/bridge.d.ts +36 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/daemons/bridge/bridge.js +113 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/daemons/liquidation/liquidation.d.ts +46 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/daemons/liquidation/liquidation.js +113 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/daemons/pricefeed/price_feed.d.ts +68 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/daemons/pricefeed/price_feed.js +241 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/epochs/epoch_info.d.ts +60 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/epochs/epoch_info.js +135 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/epochs/genesis.d.ts +17 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/epochs/genesis.js +80 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/epochs/query.d.ts +66 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/epochs/query.js +228 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/epochs/query.rpc.Query.d.ts +20 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/epochs/query.rpc.Query.js +63 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/feetiers/genesis.d.ts +18 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/feetiers/genesis.js +75 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/feetiers/params.d.ts +50 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/feetiers/params.js +176 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/feetiers/query.d.ts +75 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/feetiers/query.js +210 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/feetiers/query.rpc.Query.d.ts +20 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/feetiers/query.rpc.Query.js +61 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/feetiers/tx.d.ts +39 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/feetiers/tx.js +119 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/feetiers/tx.rpc.msg.d.ts +12 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/feetiers/tx.rpc.msg.js +41 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/indexer/events/events.d.ts +552 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/indexer/events/events.js +1257 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/indexer/indexer_manager/event.d.ts +137 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/indexer/indexer_manager/event.js +359 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/indexer/off_chain_updates/off_chain_updates.d.ts +161 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/indexer/off_chain_updates/off_chain_updates.js +406 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/indexer/protocol/v1/clob.d.ts +215 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/indexer/protocol/v1/clob.js +426 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/indexer/protocol/v1/subaccount.d.ts +96 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/indexer/protocol/v1/subaccount.js +227 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/indexer/redis/redis_order.d.ts +57 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/indexer/redis/redis_order.js +173 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/indexer/shared/removal_reason.d.ts +69 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/indexer/shared/removal_reason.js +159 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/indexer/socks/messages.d.ts +148 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/indexer/socks/messages.js +475 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/perpetuals/genesis.d.ts +22 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/perpetuals/genesis.js +107 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/perpetuals/params.d.ts +34 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/perpetuals/params.js +95 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/perpetuals/perpetual.d.ts +178 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/perpetuals/perpetual.js +373 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/perpetuals/query.d.ts +66 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/perpetuals/query.js +228 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/perpetuals/query.rpc.Query.d.ts +20 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/perpetuals/query.rpc.Query.js +63 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/perpetuals/tx.d.ts +60 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/perpetuals/tx.js +169 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/perpetuals/tx.rpc.msg.d.ts +15 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/perpetuals/tx.rpc.msg.js +41 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/prices/genesis.d.ts +20 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/prices/genesis.js +96 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/prices/market_param.d.ts +56 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/prices/market_param.js +125 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/prices/market_price.d.ts +31 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/prices/market_price.js +95 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/prices/query.d.ts +184 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/prices/query.js +426 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/prices/query.rpc.Query.d.ts +28 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/prices/query.rpc.Query.js +83 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/prices/tx.d.ts +56 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/prices/tx.js +169 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/prices/tx.rpc.msg.d.ts +15 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/prices/tx.rpc.msg.js +41 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rewards/genesis.d.ts +18 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rewards/genesis.js +75 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rewards/params.d.ts +37 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rewards/params.js +115 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rewards/query.d.ts +30 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rewards/query.js +108 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rewards/query.rpc.Query.d.ts +16 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rewards/query.rpc.Query.js +52 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rewards/reward_share.d.ts +24 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rewards/reward_share.js +85 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rewards/tx.d.ts +33 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rewards/tx.js +119 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rewards/tx.rpc.msg.d.ts +12 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rewards/tx.rpc.msg.js +41 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rpc.query.d.ts +273 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rpc.query.js +118 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rpc.tx.d.ts +68 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/rpc.tx.js +93 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/sending/genesis.d.ts +14 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/sending/genesis.js +61 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/sending/query.d.ts +1 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/sending/query.js +3 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/sending/query.rpc.Query.d.ts +10 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/sending/query.rpc.Query.js +17 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/sending/transfer.d.ts +91 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/sending/transfer.js +258 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/sending/tx.d.ts +69 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/sending/tx.js +174 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/sending/tx.rpc.msg.d.ts +25 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/sending/tx.rpc.msg.js +54 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/stats/genesis.d.ts +18 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/stats/genesis.js +75 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/stats/params.d.ts +18 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/stats/params.js +75 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/stats/query.d.ts +130 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/stats/query.js +356 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/stats/query.rpc.Query.d.ts +28 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/stats/query.rpc.Query.js +79 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/stats/stats.d.ts +132 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/stats/stats.js +410 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/stats/tx.d.ts +33 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/stats/tx.js +119 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/stats/tx.rpc.msg.d.ts +12 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/stats/tx.rpc.msg.js +41 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/subaccounts/asset_position.d.ts +35 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/subaccounts/asset_position.js +95 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/subaccounts/genesis.d.ts +17 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/subaccounts/genesis.js +80 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/subaccounts/perpetual_position.d.ts +32 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/subaccounts/perpetual_position.js +95 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/subaccounts/query.d.ts +67 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/subaccounts/query.js +238 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/subaccounts/query.rpc.Query.d.ts +20 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/subaccounts/query.rpc.Query.js +63 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/subaccounts/subaccount.d.ts +65 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/subaccounts/subaccount.js +173 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/vest/genesis.d.ts +18 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/vest/genesis.js +80 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/vest/query.d.ts +33 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/vest/query.js +121 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/vest/query.rpc.Query.d.ts +16 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/vest/query.rpc.Query.js +52 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/vest/tx.d.ts +66 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/vest/tx.js +208 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/vest/tx.rpc.msg.d.ts +15 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/vest/tx.rpc.msg.js +47 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/vest/vest_entry.d.ts +42 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/dydxprotocol/vest/vest_entry.js +116 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/gogoproto/bundle.d.ts +1 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/gogoproto/bundle.js +30 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/gogoproto/gogo.d.ts +1 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/gogoproto/gogo.js +3 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/google/api/annotations.d.ts +1 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/google/api/annotations.js +3 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/google/api/http.d.ts +671 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/google/api/http.js +287 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/google/bundle.d.ts +266 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/google/bundle.js +44 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/google/protobuf/any.d.ts +208 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/google/protobuf/any.js +85 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/google/protobuf/descriptor.d.ts +1226 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/google/protobuf/descriptor.js +2842 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/google/protobuf/duration.d.ts +151 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/google/protobuf/duration.js +85 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/google/protobuf/timestamp.d.ts +197 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/google/protobuf/timestamp.js +85 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/helpers.d.ts +82 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/helpers.js +184 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/index.d.ts +12 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/index.js +29 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/abci/types.d.ts +990 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/abci/types.js +3662 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/bundle.d.ts +657 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/bundle.js +61 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/crypto/keys.d.ts +18 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/crypto/keys.js +85 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/crypto/proof.d.ts +98 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/crypto/proof.js +349 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/libs/bits/types.d.ts +18 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/libs/bits/types.js +100 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/p2p/types.d.ts +79 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/p2p/types.js +332 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/types/block.d.ts +22 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/types/block.js +106 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/types/evidence.d.ts +80 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/types/evidence.js +314 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/types/params.d.ts +154 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/types/params.js +376 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/types/types.d.ts +322 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/types/types.js +1164 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/types/validator.d.ts +55 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/types/validator.js +232 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/version/types.d.ts +53 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/codegen/tendermint/version/types.js +140 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/index.d.ts +1 -0
- package/build/node_modules/@dydxprotocol/dydxjs/src/index.js +18 -0
- package/build/src/clients/composite-client.d.ts +223 -0
- package/build/src/clients/composite-client.js +357 -0
- package/build/src/clients/constants.d.ts +104 -0
- package/build/src/clients/constants.js +189 -0
- package/build/src/clients/faucet-client.d.ts +10 -0
- package/build/src/clients/faucet-client.js +24 -0
- package/build/src/clients/helpers/chain-helpers.d.ts +13 -0
- package/build/src/clients/helpers/chain-helpers.js +163 -0
- package/build/src/clients/helpers/request-helpers.d.ts +1 -0
- package/build/src/clients/helpers/request-helpers.js +14 -0
- package/build/src/clients/indexer-client.d.ts +25 -0
- package/build/src/clients/indexer-client.js +38 -0
- package/build/src/clients/lib/axios/axiosRequest.d.ts +8 -0
- package/build/src/clients/lib/axios/axiosRequest.js +35 -0
- package/build/src/clients/lib/axios/errors.d.ts +30 -0
- package/build/src/clients/lib/axios/errors.js +28 -0
- package/build/src/clients/lib/axios/index.d.ts +6 -0
- package/build/src/clients/lib/axios/index.js +23 -0
- package/build/src/clients/lib/axios/types.d.ts +6 -0
- package/build/src/clients/lib/axios/types.js +11 -0
- package/build/src/clients/lib/errors.d.ts +35 -0
- package/build/src/clients/lib/errors.js +58 -0
- package/build/src/clients/lib/registry.d.ts +3 -0
- package/build/src/clients/lib/registry.js +24 -0
- package/build/src/clients/modules/account.d.ts +18 -0
- package/build/src/clients/modules/account.js +105 -0
- package/build/src/clients/modules/composer.d.ts +12 -0
- package/build/src/clients/modules/composer.js +152 -0
- package/build/src/clients/modules/get.d.ts +118 -0
- package/build/src/clients/modules/get.js +232 -0
- package/build/src/clients/modules/local-wallet.d.ts +15 -0
- package/build/src/clients/modules/local-wallet.js +47 -0
- package/build/src/clients/modules/markets.d.ts +15 -0
- package/build/src/clients/modules/markets.js +60 -0
- package/build/src/clients/modules/post.d.ts +82 -0
- package/build/src/clients/modules/post.js +218 -0
- package/build/src/clients/modules/proto-includes.d.ts +15 -0
- package/build/src/clients/modules/proto-includes.js +45 -0
- package/build/src/clients/modules/rest.d.ts +9 -0
- package/build/src/clients/modules/rest.js +27 -0
- package/build/src/clients/modules/signer.d.ts +16 -0
- package/build/src/clients/modules/signer.js +44 -0
- package/build/src/clients/modules/tendermintClient.d.ts +51 -0
- package/build/src/clients/modules/tendermintClient.js +135 -0
- package/build/src/clients/native.d.ts +43 -0
- package/build/src/clients/native.js +641 -0
- package/build/src/clients/socket-client.d.ts +125 -0
- package/build/src/clients/socket-client.js +270 -0
- package/build/src/clients/subaccount.d.ts +7 -0
- package/build/src/clients/subaccount.js +23 -0
- package/build/src/clients/types.d.ts +47 -0
- package/build/src/clients/types.js +26 -0
- package/build/src/clients/validator-client.d.ts +28 -0
- package/build/src/clients/validator-client.js +63 -0
- package/build/src/index.d.ts +13 -0
- package/build/src/index.js +57 -0
- package/build/src/lib/constants.d.ts +15 -0
- package/build/src/lib/constants.js +32 -0
- package/build/src/lib/errors.d.ts +22 -0
- package/build/src/lib/errors.js +37 -0
- package/build/src/lib/helpers.d.ts +16 -0
- package/build/src/lib/helpers.js +61 -0
- package/build/src/lib/onboarding.d.ts +28 -0
- package/build/src/lib/onboarding.js +54 -0
- package/build/src/lib/utils.d.ts +13 -0
- package/build/src/lib/utils.js +36 -0
- package/build/src/lib/validation.d.ts +18 -0
- package/build/src/lib/validation.js +123 -0
- package/build/src/network_optimizer.d.ts +5 -0
- package/build/src/network_optimizer.js +54 -0
- package/build/src/types.d.ts +35 -0
- package/build/src/types.js +32 -0
- package/examples/account_endpoints.ts +142 -0
- package/examples/composite_example.ts +60 -0
- package/examples/constants.ts +27 -0
- package/examples/faucet_endpoint.ts +23 -0
- package/examples/human_readable_orders.json +86 -0
- package/examples/json-encoding.ts +33 -0
- package/examples/markets_endpoints.ts +159 -0
- package/examples/native_examples.ts +113 -0
- package/examples/optimal_node.ts +51 -0
- package/examples/raw_orders.json +130 -0
- package/examples/transfer_example_deposit.ts +37 -0
- package/examples/transfer_example_send.ts +79 -0
- package/examples/transfer_example_subaccount_transfer.ts +40 -0
- package/examples/transfer_example_withdraw.ts +38 -0
- package/examples/transfer_example_withdraw_other.ts +70 -0
- package/examples/validator_get_example.ts +100 -0
- package/examples/validator_post_example.ts +86 -0
- package/examples/wallet_address.ts +17 -0
- package/examples/websocket_example.ts +37 -0
- package/jest.config.js +10 -0
- package/jest.globalSetup.js +5 -0
- package/jest.setup.js +1 -0
- package/package.json +72 -0
- package/scripts/bump_version.sh +16 -0
- package/scripts/publish-if-not-exists.sh +21 -0
- package/src/clients/composite-client.ts +611 -0
- package/src/clients/constants.ts +204 -0
- package/src/clients/faucet-client.ts +27 -0
- package/src/clients/helpers/chain-helpers.ts +208 -0
- package/src/clients/helpers/request-helpers.ts +13 -0
- package/src/clients/indexer-client.ts +39 -0
- package/src/clients/lib/axios/axiosRequest.ts +44 -0
- package/src/clients/lib/axios/errors.ts +46 -0
- package/src/clients/lib/axios/index.ts +7 -0
- package/src/clients/lib/axios/types.ts +6 -0
- package/src/clients/lib/errors.ts +70 -0
- package/src/clients/lib/registry.ts +30 -0
- package/src/clients/modules/account.ts +168 -0
- package/src/clients/modules/composer.ts +235 -0
- package/src/clients/modules/get.ts +347 -0
- package/src/clients/modules/local-wallet.ts +78 -0
- package/src/clients/modules/markets.ts +77 -0
- package/src/clients/modules/post.ts +484 -0
- package/src/clients/modules/proto-includes.ts +17 -0
- package/src/clients/modules/rest.ts +37 -0
- package/src/clients/modules/signer.ts +66 -0
- package/src/clients/modules/tendermintClient.ts +185 -0
- package/src/clients/native.ts +768 -0
- package/src/clients/socket-client.ts +296 -0
- package/src/clients/subaccount.ts +24 -0
- package/src/clients/types.ts +73 -0
- package/src/clients/validator-client.ts +74 -0
- package/src/index.ts +17 -0
- package/src/lib/constants.ts +37 -0
- package/src/lib/errors.ts +44 -0
- package/src/lib/helpers.ts +59 -0
- package/src/lib/onboarding.ts +64 -0
- package/src/lib/utils.ts +36 -0
- package/src/lib/validation.ts +151 -0
- package/src/network_optimizer.ts +70 -0
- package/src/types.ts +58 -0
- package/tasks.json +16 -0
- package/tsconfig.eslint.json +17 -0
- package/tsconfig.json +20 -0
- package/webpack.config.js +48 -0
|
@@ -0,0 +1,657 @@
|
|
|
1
|
+
import * as _212 from "./abci/types";
|
|
2
|
+
import * as _213 from "./crypto/keys";
|
|
3
|
+
import * as _214 from "./crypto/proof";
|
|
4
|
+
import * as _215 from "./libs/bits/types";
|
|
5
|
+
import * as _216 from "./p2p/types";
|
|
6
|
+
import * as _217 from "./types/block";
|
|
7
|
+
import * as _218 from "./types/evidence";
|
|
8
|
+
import * as _219 from "./types/params";
|
|
9
|
+
import * as _220 from "./types/types";
|
|
10
|
+
import * as _221 from "./types/validator";
|
|
11
|
+
import * as _222 from "./version/types";
|
|
12
|
+
export declare namespace tendermint {
|
|
13
|
+
const abci: {
|
|
14
|
+
checkTxTypeFromJSON(object: any): _212.CheckTxType;
|
|
15
|
+
checkTxTypeToJSON(object: _212.CheckTxType): string;
|
|
16
|
+
responseOfferSnapshot_ResultFromJSON(object: any): _212.ResponseOfferSnapshot_Result;
|
|
17
|
+
responseOfferSnapshot_ResultToJSON(object: _212.ResponseOfferSnapshot_Result): string;
|
|
18
|
+
responseApplySnapshotChunk_ResultFromJSON(object: any): _212.ResponseApplySnapshotChunk_Result;
|
|
19
|
+
responseApplySnapshotChunk_ResultToJSON(object: _212.ResponseApplySnapshotChunk_Result): string;
|
|
20
|
+
responseProcessProposal_ProposalStatusFromJSON(object: any): _212.ResponseProcessProposal_ProposalStatus;
|
|
21
|
+
responseProcessProposal_ProposalStatusToJSON(object: _212.ResponseProcessProposal_ProposalStatus): string;
|
|
22
|
+
misbehaviorTypeFromJSON(object: any): _212.MisbehaviorType;
|
|
23
|
+
misbehaviorTypeToJSON(object: _212.MisbehaviorType): string;
|
|
24
|
+
CheckTxType: typeof _212.CheckTxType;
|
|
25
|
+
CheckTxTypeSDKType: typeof _212.CheckTxType;
|
|
26
|
+
ResponseOfferSnapshot_Result: typeof _212.ResponseOfferSnapshot_Result;
|
|
27
|
+
ResponseOfferSnapshot_ResultSDKType: typeof _212.ResponseOfferSnapshot_Result;
|
|
28
|
+
ResponseApplySnapshotChunk_Result: typeof _212.ResponseApplySnapshotChunk_Result;
|
|
29
|
+
ResponseApplySnapshotChunk_ResultSDKType: typeof _212.ResponseApplySnapshotChunk_Result;
|
|
30
|
+
ResponseProcessProposal_ProposalStatus: typeof _212.ResponseProcessProposal_ProposalStatus;
|
|
31
|
+
ResponseProcessProposal_ProposalStatusSDKType: typeof _212.ResponseProcessProposal_ProposalStatus;
|
|
32
|
+
MisbehaviorType: typeof _212.MisbehaviorType;
|
|
33
|
+
MisbehaviorTypeSDKType: typeof _212.MisbehaviorType;
|
|
34
|
+
Request: {
|
|
35
|
+
encode(message: _212.Request, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
36
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.Request;
|
|
37
|
+
fromJSON(object: any): _212.Request;
|
|
38
|
+
toJSON(message: _212.Request): unknown;
|
|
39
|
+
fromPartial(object: Partial<_212.Request>): _212.Request;
|
|
40
|
+
};
|
|
41
|
+
RequestEcho: {
|
|
42
|
+
encode(message: _212.RequestEcho, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
43
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.RequestEcho;
|
|
44
|
+
fromJSON(object: any): _212.RequestEcho;
|
|
45
|
+
toJSON(message: _212.RequestEcho): unknown;
|
|
46
|
+
fromPartial(object: Partial<_212.RequestEcho>): _212.RequestEcho;
|
|
47
|
+
};
|
|
48
|
+
RequestFlush: {
|
|
49
|
+
encode(_: _212.RequestFlush, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
50
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.RequestFlush;
|
|
51
|
+
fromJSON(_: any): _212.RequestFlush;
|
|
52
|
+
toJSON(_: _212.RequestFlush): unknown;
|
|
53
|
+
fromPartial(_: Partial<_212.RequestFlush>): _212.RequestFlush;
|
|
54
|
+
};
|
|
55
|
+
RequestInfo: {
|
|
56
|
+
encode(message: _212.RequestInfo, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
57
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.RequestInfo;
|
|
58
|
+
fromJSON(object: any): _212.RequestInfo;
|
|
59
|
+
toJSON(message: _212.RequestInfo): unknown;
|
|
60
|
+
fromPartial(object: Partial<_212.RequestInfo>): _212.RequestInfo;
|
|
61
|
+
};
|
|
62
|
+
RequestInitChain: {
|
|
63
|
+
encode(message: _212.RequestInitChain, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
64
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.RequestInitChain;
|
|
65
|
+
fromJSON(object: any): _212.RequestInitChain;
|
|
66
|
+
toJSON(message: _212.RequestInitChain): unknown;
|
|
67
|
+
fromPartial(object: Partial<_212.RequestInitChain>): _212.RequestInitChain;
|
|
68
|
+
};
|
|
69
|
+
RequestQuery: {
|
|
70
|
+
encode(message: _212.RequestQuery, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
71
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.RequestQuery;
|
|
72
|
+
fromJSON(object: any): _212.RequestQuery;
|
|
73
|
+
toJSON(message: _212.RequestQuery): unknown;
|
|
74
|
+
fromPartial(object: Partial<_212.RequestQuery>): _212.RequestQuery;
|
|
75
|
+
};
|
|
76
|
+
RequestBeginBlock: {
|
|
77
|
+
encode(message: _212.RequestBeginBlock, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
78
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.RequestBeginBlock;
|
|
79
|
+
fromJSON(object: any): _212.RequestBeginBlock;
|
|
80
|
+
toJSON(message: _212.RequestBeginBlock): unknown;
|
|
81
|
+
fromPartial(object: Partial<_212.RequestBeginBlock>): _212.RequestBeginBlock;
|
|
82
|
+
};
|
|
83
|
+
RequestCheckTx: {
|
|
84
|
+
encode(message: _212.RequestCheckTx, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
85
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.RequestCheckTx;
|
|
86
|
+
fromJSON(object: any): _212.RequestCheckTx;
|
|
87
|
+
toJSON(message: _212.RequestCheckTx): unknown;
|
|
88
|
+
fromPartial(object: Partial<_212.RequestCheckTx>): _212.RequestCheckTx;
|
|
89
|
+
};
|
|
90
|
+
RequestDeliverTx: {
|
|
91
|
+
encode(message: _212.RequestDeliverTx, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
92
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.RequestDeliverTx;
|
|
93
|
+
fromJSON(object: any): _212.RequestDeliverTx;
|
|
94
|
+
toJSON(message: _212.RequestDeliverTx): unknown;
|
|
95
|
+
fromPartial(object: Partial<_212.RequestDeliverTx>): _212.RequestDeliverTx;
|
|
96
|
+
};
|
|
97
|
+
RequestEndBlock: {
|
|
98
|
+
encode(message: _212.RequestEndBlock, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
99
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.RequestEndBlock;
|
|
100
|
+
fromJSON(object: any): _212.RequestEndBlock;
|
|
101
|
+
toJSON(message: _212.RequestEndBlock): unknown;
|
|
102
|
+
fromPartial(object: Partial<_212.RequestEndBlock>): _212.RequestEndBlock;
|
|
103
|
+
};
|
|
104
|
+
RequestCommit: {
|
|
105
|
+
encode(_: _212.RequestCommit, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
106
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.RequestCommit;
|
|
107
|
+
fromJSON(_: any): _212.RequestCommit;
|
|
108
|
+
toJSON(_: _212.RequestCommit): unknown;
|
|
109
|
+
fromPartial(_: Partial<_212.RequestCommit>): _212.RequestCommit;
|
|
110
|
+
};
|
|
111
|
+
RequestListSnapshots: {
|
|
112
|
+
encode(_: _212.RequestListSnapshots, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
113
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.RequestListSnapshots;
|
|
114
|
+
fromJSON(_: any): _212.RequestListSnapshots;
|
|
115
|
+
toJSON(_: _212.RequestListSnapshots): unknown;
|
|
116
|
+
fromPartial(_: Partial<_212.RequestListSnapshots>): _212.RequestListSnapshots;
|
|
117
|
+
};
|
|
118
|
+
RequestOfferSnapshot: {
|
|
119
|
+
encode(message: _212.RequestOfferSnapshot, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
120
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.RequestOfferSnapshot;
|
|
121
|
+
fromJSON(object: any): _212.RequestOfferSnapshot;
|
|
122
|
+
toJSON(message: _212.RequestOfferSnapshot): unknown;
|
|
123
|
+
fromPartial(object: Partial<_212.RequestOfferSnapshot>): _212.RequestOfferSnapshot;
|
|
124
|
+
};
|
|
125
|
+
RequestLoadSnapshotChunk: {
|
|
126
|
+
encode(message: _212.RequestLoadSnapshotChunk, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
127
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.RequestLoadSnapshotChunk;
|
|
128
|
+
fromJSON(object: any): _212.RequestLoadSnapshotChunk;
|
|
129
|
+
toJSON(message: _212.RequestLoadSnapshotChunk): unknown;
|
|
130
|
+
fromPartial(object: Partial<_212.RequestLoadSnapshotChunk>): _212.RequestLoadSnapshotChunk;
|
|
131
|
+
};
|
|
132
|
+
RequestApplySnapshotChunk: {
|
|
133
|
+
encode(message: _212.RequestApplySnapshotChunk, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
134
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.RequestApplySnapshotChunk;
|
|
135
|
+
fromJSON(object: any): _212.RequestApplySnapshotChunk;
|
|
136
|
+
toJSON(message: _212.RequestApplySnapshotChunk): unknown;
|
|
137
|
+
fromPartial(object: Partial<_212.RequestApplySnapshotChunk>): _212.RequestApplySnapshotChunk;
|
|
138
|
+
};
|
|
139
|
+
RequestPrepareProposal: {
|
|
140
|
+
encode(message: _212.RequestPrepareProposal, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
141
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.RequestPrepareProposal;
|
|
142
|
+
fromJSON(object: any): _212.RequestPrepareProposal;
|
|
143
|
+
toJSON(message: _212.RequestPrepareProposal): unknown;
|
|
144
|
+
fromPartial(object: Partial<_212.RequestPrepareProposal>): _212.RequestPrepareProposal;
|
|
145
|
+
};
|
|
146
|
+
RequestProcessProposal: {
|
|
147
|
+
encode(message: _212.RequestProcessProposal, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
148
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.RequestProcessProposal;
|
|
149
|
+
fromJSON(object: any): _212.RequestProcessProposal;
|
|
150
|
+
toJSON(message: _212.RequestProcessProposal): unknown;
|
|
151
|
+
fromPartial(object: Partial<_212.RequestProcessProposal>): _212.RequestProcessProposal;
|
|
152
|
+
};
|
|
153
|
+
Response: {
|
|
154
|
+
encode(message: _212.Response, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
155
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.Response;
|
|
156
|
+
fromJSON(object: any): _212.Response;
|
|
157
|
+
toJSON(message: _212.Response): unknown;
|
|
158
|
+
fromPartial(object: Partial<_212.Response>): _212.Response;
|
|
159
|
+
};
|
|
160
|
+
ResponseException: {
|
|
161
|
+
encode(message: _212.ResponseException, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
162
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ResponseException;
|
|
163
|
+
fromJSON(object: any): _212.ResponseException;
|
|
164
|
+
toJSON(message: _212.ResponseException): unknown;
|
|
165
|
+
fromPartial(object: Partial<_212.ResponseException>): _212.ResponseException;
|
|
166
|
+
};
|
|
167
|
+
ResponseEcho: {
|
|
168
|
+
encode(message: _212.ResponseEcho, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
169
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ResponseEcho;
|
|
170
|
+
fromJSON(object: any): _212.ResponseEcho;
|
|
171
|
+
toJSON(message: _212.ResponseEcho): unknown;
|
|
172
|
+
fromPartial(object: Partial<_212.ResponseEcho>): _212.ResponseEcho;
|
|
173
|
+
};
|
|
174
|
+
ResponseFlush: {
|
|
175
|
+
encode(_: _212.ResponseFlush, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
176
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ResponseFlush;
|
|
177
|
+
fromJSON(_: any): _212.ResponseFlush;
|
|
178
|
+
toJSON(_: _212.ResponseFlush): unknown;
|
|
179
|
+
fromPartial(_: Partial<_212.ResponseFlush>): _212.ResponseFlush;
|
|
180
|
+
};
|
|
181
|
+
ResponseInfo: {
|
|
182
|
+
encode(message: _212.ResponseInfo, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
183
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ResponseInfo;
|
|
184
|
+
fromJSON(object: any): _212.ResponseInfo;
|
|
185
|
+
toJSON(message: _212.ResponseInfo): unknown;
|
|
186
|
+
fromPartial(object: Partial<_212.ResponseInfo>): _212.ResponseInfo;
|
|
187
|
+
};
|
|
188
|
+
ResponseInitChain: {
|
|
189
|
+
encode(message: _212.ResponseInitChain, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
190
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ResponseInitChain;
|
|
191
|
+
fromJSON(object: any): _212.ResponseInitChain;
|
|
192
|
+
toJSON(message: _212.ResponseInitChain): unknown;
|
|
193
|
+
fromPartial(object: Partial<_212.ResponseInitChain>): _212.ResponseInitChain;
|
|
194
|
+
};
|
|
195
|
+
ResponseQuery: {
|
|
196
|
+
encode(message: _212.ResponseQuery, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
197
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ResponseQuery;
|
|
198
|
+
fromJSON(object: any): _212.ResponseQuery;
|
|
199
|
+
toJSON(message: _212.ResponseQuery): unknown;
|
|
200
|
+
fromPartial(object: Partial<_212.ResponseQuery>): _212.ResponseQuery;
|
|
201
|
+
};
|
|
202
|
+
ResponseBeginBlock: {
|
|
203
|
+
encode(message: _212.ResponseBeginBlock, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
204
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ResponseBeginBlock;
|
|
205
|
+
fromJSON(object: any): _212.ResponseBeginBlock;
|
|
206
|
+
toJSON(message: _212.ResponseBeginBlock): unknown;
|
|
207
|
+
fromPartial(object: Partial<_212.ResponseBeginBlock>): _212.ResponseBeginBlock;
|
|
208
|
+
};
|
|
209
|
+
ResponseCheckTx: {
|
|
210
|
+
encode(message: _212.ResponseCheckTx, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
211
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ResponseCheckTx;
|
|
212
|
+
fromJSON(object: any): _212.ResponseCheckTx;
|
|
213
|
+
toJSON(message: _212.ResponseCheckTx): unknown;
|
|
214
|
+
fromPartial(object: Partial<_212.ResponseCheckTx>): _212.ResponseCheckTx;
|
|
215
|
+
};
|
|
216
|
+
ResponseDeliverTx: {
|
|
217
|
+
encode(message: _212.ResponseDeliverTx, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
218
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ResponseDeliverTx;
|
|
219
|
+
fromJSON(object: any): _212.ResponseDeliverTx;
|
|
220
|
+
toJSON(message: _212.ResponseDeliverTx): unknown;
|
|
221
|
+
fromPartial(object: Partial<_212.ResponseDeliverTx>): _212.ResponseDeliverTx;
|
|
222
|
+
};
|
|
223
|
+
ResponseEndBlock: {
|
|
224
|
+
encode(message: _212.ResponseEndBlock, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
225
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ResponseEndBlock;
|
|
226
|
+
fromJSON(object: any): _212.ResponseEndBlock;
|
|
227
|
+
toJSON(message: _212.ResponseEndBlock): unknown;
|
|
228
|
+
fromPartial(object: Partial<_212.ResponseEndBlock>): _212.ResponseEndBlock;
|
|
229
|
+
};
|
|
230
|
+
ResponseCommit: {
|
|
231
|
+
encode(message: _212.ResponseCommit, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
232
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ResponseCommit;
|
|
233
|
+
fromJSON(object: any): _212.ResponseCommit;
|
|
234
|
+
toJSON(message: _212.ResponseCommit): unknown;
|
|
235
|
+
fromPartial(object: Partial<_212.ResponseCommit>): _212.ResponseCommit;
|
|
236
|
+
};
|
|
237
|
+
ResponseListSnapshots: {
|
|
238
|
+
encode(message: _212.ResponseListSnapshots, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
239
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ResponseListSnapshots;
|
|
240
|
+
fromJSON(object: any): _212.ResponseListSnapshots;
|
|
241
|
+
toJSON(message: _212.ResponseListSnapshots): unknown;
|
|
242
|
+
fromPartial(object: Partial<_212.ResponseListSnapshots>): _212.ResponseListSnapshots;
|
|
243
|
+
};
|
|
244
|
+
ResponseOfferSnapshot: {
|
|
245
|
+
encode(message: _212.ResponseOfferSnapshot, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
246
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ResponseOfferSnapshot;
|
|
247
|
+
fromJSON(object: any): _212.ResponseOfferSnapshot;
|
|
248
|
+
toJSON(message: _212.ResponseOfferSnapshot): unknown;
|
|
249
|
+
fromPartial(object: Partial<_212.ResponseOfferSnapshot>): _212.ResponseOfferSnapshot;
|
|
250
|
+
};
|
|
251
|
+
ResponseLoadSnapshotChunk: {
|
|
252
|
+
encode(message: _212.ResponseLoadSnapshotChunk, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
253
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ResponseLoadSnapshotChunk;
|
|
254
|
+
fromJSON(object: any): _212.ResponseLoadSnapshotChunk;
|
|
255
|
+
toJSON(message: _212.ResponseLoadSnapshotChunk): unknown;
|
|
256
|
+
fromPartial(object: Partial<_212.ResponseLoadSnapshotChunk>): _212.ResponseLoadSnapshotChunk;
|
|
257
|
+
};
|
|
258
|
+
ResponseApplySnapshotChunk: {
|
|
259
|
+
encode(message: _212.ResponseApplySnapshotChunk, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
260
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ResponseApplySnapshotChunk;
|
|
261
|
+
fromJSON(object: any): _212.ResponseApplySnapshotChunk;
|
|
262
|
+
toJSON(message: _212.ResponseApplySnapshotChunk): unknown;
|
|
263
|
+
fromPartial(object: Partial<_212.ResponseApplySnapshotChunk>): _212.ResponseApplySnapshotChunk;
|
|
264
|
+
};
|
|
265
|
+
ResponsePrepareProposal: {
|
|
266
|
+
encode(message: _212.ResponsePrepareProposal, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
267
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ResponsePrepareProposal;
|
|
268
|
+
fromJSON(object: any): _212.ResponsePrepareProposal;
|
|
269
|
+
toJSON(message: _212.ResponsePrepareProposal): unknown;
|
|
270
|
+
fromPartial(object: Partial<_212.ResponsePrepareProposal>): _212.ResponsePrepareProposal;
|
|
271
|
+
};
|
|
272
|
+
ResponseProcessProposal: {
|
|
273
|
+
encode(message: _212.ResponseProcessProposal, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
274
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ResponseProcessProposal;
|
|
275
|
+
fromJSON(object: any): _212.ResponseProcessProposal;
|
|
276
|
+
toJSON(message: _212.ResponseProcessProposal): unknown;
|
|
277
|
+
fromPartial(object: Partial<_212.ResponseProcessProposal>): _212.ResponseProcessProposal;
|
|
278
|
+
};
|
|
279
|
+
CommitInfo: {
|
|
280
|
+
encode(message: _212.CommitInfo, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
281
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.CommitInfo;
|
|
282
|
+
fromJSON(object: any): _212.CommitInfo;
|
|
283
|
+
toJSON(message: _212.CommitInfo): unknown;
|
|
284
|
+
fromPartial(object: Partial<_212.CommitInfo>): _212.CommitInfo;
|
|
285
|
+
};
|
|
286
|
+
ExtendedCommitInfo: {
|
|
287
|
+
encode(message: _212.ExtendedCommitInfo, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
288
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ExtendedCommitInfo;
|
|
289
|
+
fromJSON(object: any): _212.ExtendedCommitInfo;
|
|
290
|
+
toJSON(message: _212.ExtendedCommitInfo): unknown;
|
|
291
|
+
fromPartial(object: Partial<_212.ExtendedCommitInfo>): _212.ExtendedCommitInfo;
|
|
292
|
+
};
|
|
293
|
+
Event: {
|
|
294
|
+
encode(message: _212.Event, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
295
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.Event;
|
|
296
|
+
fromJSON(object: any): _212.Event;
|
|
297
|
+
toJSON(message: _212.Event): unknown;
|
|
298
|
+
fromPartial(object: Partial<_212.Event>): _212.Event;
|
|
299
|
+
};
|
|
300
|
+
EventAttribute: {
|
|
301
|
+
encode(message: _212.EventAttribute, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
302
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.EventAttribute;
|
|
303
|
+
fromJSON(object: any): _212.EventAttribute;
|
|
304
|
+
toJSON(message: _212.EventAttribute): unknown;
|
|
305
|
+
fromPartial(object: Partial<_212.EventAttribute>): _212.EventAttribute;
|
|
306
|
+
};
|
|
307
|
+
TxResult: {
|
|
308
|
+
encode(message: _212.TxResult, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
309
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.TxResult;
|
|
310
|
+
fromJSON(object: any): _212.TxResult;
|
|
311
|
+
toJSON(message: _212.TxResult): unknown;
|
|
312
|
+
fromPartial(object: Partial<_212.TxResult>): _212.TxResult;
|
|
313
|
+
};
|
|
314
|
+
Validator: {
|
|
315
|
+
encode(message: _212.Validator, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
316
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.Validator;
|
|
317
|
+
fromJSON(object: any): _212.Validator;
|
|
318
|
+
toJSON(message: _212.Validator): unknown;
|
|
319
|
+
fromPartial(object: Partial<_212.Validator>): _212.Validator;
|
|
320
|
+
};
|
|
321
|
+
ValidatorUpdate: {
|
|
322
|
+
encode(message: _212.ValidatorUpdate, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
323
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ValidatorUpdate;
|
|
324
|
+
fromJSON(object: any): _212.ValidatorUpdate;
|
|
325
|
+
toJSON(message: _212.ValidatorUpdate): unknown;
|
|
326
|
+
fromPartial(object: Partial<_212.ValidatorUpdate>): _212.ValidatorUpdate;
|
|
327
|
+
};
|
|
328
|
+
VoteInfo: {
|
|
329
|
+
encode(message: _212.VoteInfo, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
330
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.VoteInfo;
|
|
331
|
+
fromJSON(object: any): _212.VoteInfo;
|
|
332
|
+
toJSON(message: _212.VoteInfo): unknown;
|
|
333
|
+
fromPartial(object: Partial<_212.VoteInfo>): _212.VoteInfo;
|
|
334
|
+
};
|
|
335
|
+
ExtendedVoteInfo: {
|
|
336
|
+
encode(message: _212.ExtendedVoteInfo, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
337
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.ExtendedVoteInfo;
|
|
338
|
+
fromJSON(object: any): _212.ExtendedVoteInfo;
|
|
339
|
+
toJSON(message: _212.ExtendedVoteInfo): unknown;
|
|
340
|
+
fromPartial(object: Partial<_212.ExtendedVoteInfo>): _212.ExtendedVoteInfo;
|
|
341
|
+
};
|
|
342
|
+
Misbehavior: {
|
|
343
|
+
encode(message: _212.Misbehavior, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
344
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.Misbehavior;
|
|
345
|
+
fromJSON(object: any): _212.Misbehavior;
|
|
346
|
+
toJSON(message: _212.Misbehavior): unknown;
|
|
347
|
+
fromPartial(object: Partial<_212.Misbehavior>): _212.Misbehavior;
|
|
348
|
+
};
|
|
349
|
+
Snapshot: {
|
|
350
|
+
encode(message: _212.Snapshot, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
351
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _212.Snapshot;
|
|
352
|
+
fromJSON(object: any): _212.Snapshot;
|
|
353
|
+
toJSON(message: _212.Snapshot): unknown;
|
|
354
|
+
fromPartial(object: Partial<_212.Snapshot>): _212.Snapshot;
|
|
355
|
+
};
|
|
356
|
+
};
|
|
357
|
+
const crypto: {
|
|
358
|
+
Proof: {
|
|
359
|
+
encode(message: _214.Proof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
360
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _214.Proof;
|
|
361
|
+
fromJSON(object: any): _214.Proof;
|
|
362
|
+
toJSON(message: _214.Proof): unknown;
|
|
363
|
+
fromPartial(object: Partial<_214.Proof>): _214.Proof;
|
|
364
|
+
};
|
|
365
|
+
ValueOp: {
|
|
366
|
+
encode(message: _214.ValueOp, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
367
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _214.ValueOp;
|
|
368
|
+
fromJSON(object: any): _214.ValueOp;
|
|
369
|
+
toJSON(message: _214.ValueOp): unknown;
|
|
370
|
+
fromPartial(object: Partial<_214.ValueOp>): _214.ValueOp;
|
|
371
|
+
};
|
|
372
|
+
DominoOp: {
|
|
373
|
+
encode(message: _214.DominoOp, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
374
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _214.DominoOp;
|
|
375
|
+
fromJSON(object: any): _214.DominoOp;
|
|
376
|
+
toJSON(message: _214.DominoOp): unknown;
|
|
377
|
+
fromPartial(object: Partial<_214.DominoOp>): _214.DominoOp;
|
|
378
|
+
};
|
|
379
|
+
ProofOp: {
|
|
380
|
+
encode(message: _214.ProofOp, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
381
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _214.ProofOp;
|
|
382
|
+
fromJSON(object: any): _214.ProofOp;
|
|
383
|
+
toJSON(message: _214.ProofOp): unknown;
|
|
384
|
+
fromPartial(object: Partial<_214.ProofOp>): _214.ProofOp;
|
|
385
|
+
};
|
|
386
|
+
ProofOps: {
|
|
387
|
+
encode(message: _214.ProofOps, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
388
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _214.ProofOps;
|
|
389
|
+
fromJSON(object: any): _214.ProofOps;
|
|
390
|
+
toJSON(message: _214.ProofOps): unknown;
|
|
391
|
+
fromPartial(object: Partial<_214.ProofOps>): _214.ProofOps;
|
|
392
|
+
};
|
|
393
|
+
PublicKey: {
|
|
394
|
+
encode(message: _213.PublicKey, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
395
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _213.PublicKey;
|
|
396
|
+
fromJSON(object: any): _213.PublicKey;
|
|
397
|
+
toJSON(message: _213.PublicKey): unknown;
|
|
398
|
+
fromPartial(object: Partial<_213.PublicKey>): _213.PublicKey;
|
|
399
|
+
};
|
|
400
|
+
};
|
|
401
|
+
namespace libs {
|
|
402
|
+
const bits: {
|
|
403
|
+
BitArray: {
|
|
404
|
+
encode(message: _215.BitArray, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
405
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _215.BitArray;
|
|
406
|
+
fromJSON(object: any): _215.BitArray;
|
|
407
|
+
toJSON(message: _215.BitArray): unknown;
|
|
408
|
+
fromPartial(object: Partial<_215.BitArray>): _215.BitArray;
|
|
409
|
+
};
|
|
410
|
+
};
|
|
411
|
+
}
|
|
412
|
+
const p2p: {
|
|
413
|
+
NetAddress: {
|
|
414
|
+
encode(message: _216.NetAddress, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
415
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _216.NetAddress;
|
|
416
|
+
fromJSON(object: any): _216.NetAddress;
|
|
417
|
+
toJSON(message: _216.NetAddress): unknown;
|
|
418
|
+
fromPartial(object: Partial<_216.NetAddress>): _216.NetAddress;
|
|
419
|
+
};
|
|
420
|
+
ProtocolVersion: {
|
|
421
|
+
encode(message: _216.ProtocolVersion, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
422
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _216.ProtocolVersion;
|
|
423
|
+
fromJSON(object: any): _216.ProtocolVersion;
|
|
424
|
+
toJSON(message: _216.ProtocolVersion): unknown;
|
|
425
|
+
fromPartial(object: Partial<_216.ProtocolVersion>): _216.ProtocolVersion;
|
|
426
|
+
};
|
|
427
|
+
DefaultNodeInfo: {
|
|
428
|
+
encode(message: _216.DefaultNodeInfo, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
429
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _216.DefaultNodeInfo;
|
|
430
|
+
fromJSON(object: any): _216.DefaultNodeInfo;
|
|
431
|
+
toJSON(message: _216.DefaultNodeInfo): unknown;
|
|
432
|
+
fromPartial(object: Partial<_216.DefaultNodeInfo>): _216.DefaultNodeInfo;
|
|
433
|
+
};
|
|
434
|
+
DefaultNodeInfoOther: {
|
|
435
|
+
encode(message: _216.DefaultNodeInfoOther, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
436
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _216.DefaultNodeInfoOther;
|
|
437
|
+
fromJSON(object: any): _216.DefaultNodeInfoOther;
|
|
438
|
+
toJSON(message: _216.DefaultNodeInfoOther): unknown;
|
|
439
|
+
fromPartial(object: Partial<_216.DefaultNodeInfoOther>): _216.DefaultNodeInfoOther;
|
|
440
|
+
};
|
|
441
|
+
};
|
|
442
|
+
const types: {
|
|
443
|
+
ValidatorSet: {
|
|
444
|
+
encode(message: _221.ValidatorSet, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
445
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _221.ValidatorSet;
|
|
446
|
+
fromJSON(object: any): _221.ValidatorSet;
|
|
447
|
+
toJSON(message: _221.ValidatorSet): unknown;
|
|
448
|
+
fromPartial(object: Partial<_221.ValidatorSet>): _221.ValidatorSet;
|
|
449
|
+
};
|
|
450
|
+
Validator: {
|
|
451
|
+
encode(message: _221.Validator, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
452
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _221.Validator;
|
|
453
|
+
fromJSON(object: any): _221.Validator;
|
|
454
|
+
toJSON(message: _221.Validator): unknown;
|
|
455
|
+
fromPartial(object: Partial<_221.Validator>): _221.Validator;
|
|
456
|
+
};
|
|
457
|
+
SimpleValidator: {
|
|
458
|
+
encode(message: _221.SimpleValidator, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
459
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _221.SimpleValidator;
|
|
460
|
+
fromJSON(object: any): _221.SimpleValidator;
|
|
461
|
+
toJSON(message: _221.SimpleValidator): unknown;
|
|
462
|
+
fromPartial(object: Partial<_221.SimpleValidator>): _221.SimpleValidator;
|
|
463
|
+
};
|
|
464
|
+
blockIDFlagFromJSON(object: any): _220.BlockIDFlag;
|
|
465
|
+
blockIDFlagToJSON(object: _220.BlockIDFlag): string;
|
|
466
|
+
signedMsgTypeFromJSON(object: any): _220.SignedMsgType;
|
|
467
|
+
signedMsgTypeToJSON(object: _220.SignedMsgType): string;
|
|
468
|
+
BlockIDFlag: typeof _220.BlockIDFlag;
|
|
469
|
+
BlockIDFlagSDKType: typeof _220.BlockIDFlag;
|
|
470
|
+
SignedMsgType: typeof _220.SignedMsgType;
|
|
471
|
+
SignedMsgTypeSDKType: typeof _220.SignedMsgType;
|
|
472
|
+
PartSetHeader: {
|
|
473
|
+
encode(message: _220.PartSetHeader, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
474
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _220.PartSetHeader;
|
|
475
|
+
fromJSON(object: any): _220.PartSetHeader;
|
|
476
|
+
toJSON(message: _220.PartSetHeader): unknown;
|
|
477
|
+
fromPartial(object: Partial<_220.PartSetHeader>): _220.PartSetHeader;
|
|
478
|
+
};
|
|
479
|
+
Part: {
|
|
480
|
+
encode(message: _220.Part, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
481
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _220.Part;
|
|
482
|
+
fromJSON(object: any): _220.Part;
|
|
483
|
+
toJSON(message: _220.Part): unknown;
|
|
484
|
+
fromPartial(object: Partial<_220.Part>): _220.Part;
|
|
485
|
+
};
|
|
486
|
+
BlockID: {
|
|
487
|
+
encode(message: _220.BlockID, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
488
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _220.BlockID;
|
|
489
|
+
fromJSON(object: any): _220.BlockID;
|
|
490
|
+
toJSON(message: _220.BlockID): unknown;
|
|
491
|
+
fromPartial(object: Partial<_220.BlockID>): _220.BlockID;
|
|
492
|
+
};
|
|
493
|
+
Header: {
|
|
494
|
+
encode(message: _220.Header, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
495
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _220.Header;
|
|
496
|
+
fromJSON(object: any): _220.Header;
|
|
497
|
+
toJSON(message: _220.Header): unknown;
|
|
498
|
+
fromPartial(object: Partial<_220.Header>): _220.Header;
|
|
499
|
+
};
|
|
500
|
+
Data: {
|
|
501
|
+
encode(message: _220.Data, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
502
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _220.Data;
|
|
503
|
+
fromJSON(object: any): _220.Data;
|
|
504
|
+
toJSON(message: _220.Data): unknown;
|
|
505
|
+
fromPartial(object: Partial<_220.Data>): _220.Data;
|
|
506
|
+
};
|
|
507
|
+
Vote: {
|
|
508
|
+
encode(message: _220.Vote, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
509
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _220.Vote;
|
|
510
|
+
fromJSON(object: any): _220.Vote;
|
|
511
|
+
toJSON(message: _220.Vote): unknown;
|
|
512
|
+
fromPartial(object: Partial<_220.Vote>): _220.Vote;
|
|
513
|
+
};
|
|
514
|
+
Commit: {
|
|
515
|
+
encode(message: _220.Commit, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
516
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _220.Commit;
|
|
517
|
+
fromJSON(object: any): _220.Commit;
|
|
518
|
+
toJSON(message: _220.Commit): unknown;
|
|
519
|
+
fromPartial(object: Partial<_220.Commit>): _220.Commit;
|
|
520
|
+
};
|
|
521
|
+
CommitSig: {
|
|
522
|
+
encode(message: _220.CommitSig, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
523
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _220.CommitSig;
|
|
524
|
+
fromJSON(object: any): _220.CommitSig;
|
|
525
|
+
toJSON(message: _220.CommitSig): unknown;
|
|
526
|
+
fromPartial(object: Partial<_220.CommitSig>): _220.CommitSig;
|
|
527
|
+
};
|
|
528
|
+
Proposal: {
|
|
529
|
+
encode(message: _220.Proposal, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
530
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _220.Proposal;
|
|
531
|
+
fromJSON(object: any): _220.Proposal;
|
|
532
|
+
toJSON(message: _220.Proposal): unknown;
|
|
533
|
+
fromPartial(object: Partial<_220.Proposal>): _220.Proposal;
|
|
534
|
+
};
|
|
535
|
+
SignedHeader: {
|
|
536
|
+
encode(message: _220.SignedHeader, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
537
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _220.SignedHeader;
|
|
538
|
+
fromJSON(object: any): _220.SignedHeader;
|
|
539
|
+
toJSON(message: _220.SignedHeader): unknown;
|
|
540
|
+
fromPartial(object: Partial<_220.SignedHeader>): _220.SignedHeader;
|
|
541
|
+
};
|
|
542
|
+
LightBlock: {
|
|
543
|
+
encode(message: _220.LightBlock, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
544
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _220.LightBlock;
|
|
545
|
+
fromJSON(object: any): _220.LightBlock;
|
|
546
|
+
toJSON(message: _220.LightBlock): unknown;
|
|
547
|
+
fromPartial(object: Partial<_220.LightBlock>): _220.LightBlock;
|
|
548
|
+
};
|
|
549
|
+
BlockMeta: {
|
|
550
|
+
encode(message: _220.BlockMeta, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
551
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _220.BlockMeta;
|
|
552
|
+
fromJSON(object: any): _220.BlockMeta;
|
|
553
|
+
toJSON(message: _220.BlockMeta): unknown;
|
|
554
|
+
fromPartial(object: Partial<_220.BlockMeta>): _220.BlockMeta;
|
|
555
|
+
};
|
|
556
|
+
TxProof: {
|
|
557
|
+
encode(message: _220.TxProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
558
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _220.TxProof;
|
|
559
|
+
fromJSON(object: any): _220.TxProof;
|
|
560
|
+
toJSON(message: _220.TxProof): unknown;
|
|
561
|
+
fromPartial(object: Partial<_220.TxProof>): _220.TxProof;
|
|
562
|
+
};
|
|
563
|
+
ConsensusParams: {
|
|
564
|
+
encode(message: _219.ConsensusParams, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
565
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _219.ConsensusParams;
|
|
566
|
+
fromJSON(object: any): _219.ConsensusParams;
|
|
567
|
+
toJSON(message: _219.ConsensusParams): unknown;
|
|
568
|
+
fromPartial(object: Partial<_219.ConsensusParams>): _219.ConsensusParams;
|
|
569
|
+
};
|
|
570
|
+
BlockParams: {
|
|
571
|
+
encode(message: _219.BlockParams, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
572
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _219.BlockParams;
|
|
573
|
+
fromJSON(object: any): _219.BlockParams;
|
|
574
|
+
toJSON(message: _219.BlockParams): unknown;
|
|
575
|
+
fromPartial(object: Partial<_219.BlockParams>): _219.BlockParams;
|
|
576
|
+
};
|
|
577
|
+
EvidenceParams: {
|
|
578
|
+
encode(message: _219.EvidenceParams, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
579
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _219.EvidenceParams;
|
|
580
|
+
fromJSON(object: any): _219.EvidenceParams;
|
|
581
|
+
toJSON(message: _219.EvidenceParams): unknown;
|
|
582
|
+
fromPartial(object: Partial<_219.EvidenceParams>): _219.EvidenceParams;
|
|
583
|
+
};
|
|
584
|
+
ValidatorParams: {
|
|
585
|
+
encode(message: _219.ValidatorParams, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
586
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _219.ValidatorParams;
|
|
587
|
+
fromJSON(object: any): _219.ValidatorParams;
|
|
588
|
+
toJSON(message: _219.ValidatorParams): unknown;
|
|
589
|
+
fromPartial(object: Partial<_219.ValidatorParams>): _219.ValidatorParams;
|
|
590
|
+
};
|
|
591
|
+
VersionParams: {
|
|
592
|
+
encode(message: _219.VersionParams, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
593
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _219.VersionParams;
|
|
594
|
+
fromJSON(object: any): _219.VersionParams;
|
|
595
|
+
toJSON(message: _219.VersionParams): unknown;
|
|
596
|
+
fromPartial(object: Partial<_219.VersionParams>): _219.VersionParams;
|
|
597
|
+
};
|
|
598
|
+
HashedParams: {
|
|
599
|
+
encode(message: _219.HashedParams, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
600
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _219.HashedParams;
|
|
601
|
+
fromJSON(object: any): _219.HashedParams;
|
|
602
|
+
toJSON(message: _219.HashedParams): unknown;
|
|
603
|
+
fromPartial(object: Partial<_219.HashedParams>): _219.HashedParams;
|
|
604
|
+
};
|
|
605
|
+
Evidence: {
|
|
606
|
+
encode(message: _218.Evidence, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
607
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _218.Evidence;
|
|
608
|
+
fromJSON(object: any): _218.Evidence;
|
|
609
|
+
toJSON(message: _218.Evidence): unknown;
|
|
610
|
+
fromPartial(object: Partial<_218.Evidence>): _218.Evidence;
|
|
611
|
+
};
|
|
612
|
+
DuplicateVoteEvidence: {
|
|
613
|
+
encode(message: _218.DuplicateVoteEvidence, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
614
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _218.DuplicateVoteEvidence;
|
|
615
|
+
fromJSON(object: any): _218.DuplicateVoteEvidence;
|
|
616
|
+
toJSON(message: _218.DuplicateVoteEvidence): unknown;
|
|
617
|
+
fromPartial(object: Partial<_218.DuplicateVoteEvidence>): _218.DuplicateVoteEvidence;
|
|
618
|
+
};
|
|
619
|
+
LightClientAttackEvidence: {
|
|
620
|
+
encode(message: _218.LightClientAttackEvidence, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
621
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _218.LightClientAttackEvidence;
|
|
622
|
+
fromJSON(object: any): _218.LightClientAttackEvidence;
|
|
623
|
+
toJSON(message: _218.LightClientAttackEvidence): unknown;
|
|
624
|
+
fromPartial(object: Partial<_218.LightClientAttackEvidence>): _218.LightClientAttackEvidence;
|
|
625
|
+
};
|
|
626
|
+
EvidenceList: {
|
|
627
|
+
encode(message: _218.EvidenceList, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
628
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _218.EvidenceList;
|
|
629
|
+
fromJSON(object: any): _218.EvidenceList;
|
|
630
|
+
toJSON(message: _218.EvidenceList): unknown;
|
|
631
|
+
fromPartial(object: Partial<_218.EvidenceList>): _218.EvidenceList;
|
|
632
|
+
};
|
|
633
|
+
Block: {
|
|
634
|
+
encode(message: _217.Block, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
635
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _217.Block;
|
|
636
|
+
fromJSON(object: any): _217.Block;
|
|
637
|
+
toJSON(message: _217.Block): unknown;
|
|
638
|
+
fromPartial(object: Partial<_217.Block>): _217.Block;
|
|
639
|
+
};
|
|
640
|
+
};
|
|
641
|
+
const version: {
|
|
642
|
+
App: {
|
|
643
|
+
encode(message: _222.App, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
644
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _222.App;
|
|
645
|
+
fromJSON(object: any): _222.App;
|
|
646
|
+
toJSON(message: _222.App): unknown;
|
|
647
|
+
fromPartial(object: Partial<_222.App>): _222.App;
|
|
648
|
+
};
|
|
649
|
+
Consensus: {
|
|
650
|
+
encode(message: _222.Consensus, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
651
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _222.Consensus;
|
|
652
|
+
fromJSON(object: any): _222.Consensus;
|
|
653
|
+
toJSON(message: _222.Consensus): unknown;
|
|
654
|
+
fromPartial(object: Partial<_222.Consensus>): _222.Consensus;
|
|
655
|
+
};
|
|
656
|
+
};
|
|
657
|
+
}
|