injectivejs 1.6.5 → 1.7.1
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/binary.d.ts +1 -1
- package/binary.js +1 -1
- package/cosmos/auth/v1beta1/auth.d.ts +4 -0
- package/cosmos/auth/v1beta1/auth.js +14 -11
- package/cosmos/auth/v1beta1/query.d.ts +20 -0
- package/cosmos/auth/v1beta1/query.js +51 -54
- package/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
- package/cosmos/authz/v1beta1/authz.d.ts +4 -0
- package/cosmos/authz/v1beta1/authz.js +12 -9
- package/cosmos/authz/v1beta1/tx.d.ts +6 -0
- package/cosmos/authz/v1beta1/tx.js +14 -18
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/bank/v1beta1/bank.d.ts +7 -0
- package/cosmos/bank/v1beta1/bank.js +21 -16
- package/cosmos/bank/v1beta1/query.d.ts +27 -0
- package/cosmos/bank/v1beta1/query.js +82 -61
- package/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
- package/cosmos/bank/v1beta1/tx.d.ts +8 -0
- package/cosmos/bank/v1beta1/tx.js +21 -21
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
- package/cosmos/base/abci/v1beta1/abci.d.ts +11 -0
- package/cosmos/base/abci/v1beta1/abci.js +29 -28
- package/cosmos/base/query/v1beta1/pagination.d.ts +2 -0
- package/cosmos/base/query/v1beta1/pagination.js +4 -7
- package/cosmos/base/v1beta1/coin.d.ts +4 -0
- package/cosmos/base/v1beta1/coin.js +8 -13
- package/cosmos/crypto/ed25519/keys.d.ts +2 -0
- package/cosmos/crypto/ed25519/keys.js +4 -7
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
- package/cosmos/crypto/secp256k1/keys.d.ts +2 -0
- package/cosmos/crypto/secp256k1/keys.js +4 -7
- package/cosmos/crypto/secp256r1/keys.d.ts +2 -0
- package/cosmos/crypto/secp256r1/keys.js +4 -7
- package/cosmos/distribution/v1beta1/distribution.d.ts +12 -0
- package/cosmos/distribution/v1beta1/distribution.js +36 -27
- package/cosmos/distribution/v1beta1/tx.d.ts +14 -0
- package/cosmos/distribution/v1beta1/tx.js +34 -37
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
- package/cosmos/feegrant/v1beta1/tx.d.ts +6 -0
- package/cosmos/feegrant/v1beta1/tx.js +12 -18
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/gov/v1/gov.d.ts +9 -0
- package/cosmos/gov/v1/gov.js +24 -23
- package/cosmos/gov/v1/tx.d.ts +14 -0
- package/cosmos/gov/v1/tx.js +94 -37
- package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
- package/cosmos/gov/v1/tx.rpc.func.js +14 -7
- package/cosmos/gov/v1beta1/gov.d.ts +9 -0
- package/cosmos/gov/v1beta1/gov.js +86 -22
- package/cosmos/gov/v1beta1/query.d.ts +16 -0
- package/cosmos/gov/v1beta1/query.js +48 -38
- package/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
- package/cosmos/gov/v1beta1/tx.d.ts +8 -0
- package/cosmos/gov/v1beta1/tx.js +81 -22
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
- package/cosmos/group/v1/tx.d.ts +28 -0
- package/cosmos/group/v1/tx.js +64 -79
- package/cosmos/group/v1/tx.rpc.func.d.ts +14 -14
- package/cosmos/group/v1/tx.rpc.func.js +28 -14
- package/cosmos/group/v1/types.d.ts +11 -0
- package/cosmos/group/v1/types.js +31 -29
- package/cosmos/ics23/v1/proofs.d.ts +13 -0
- package/cosmos/ics23/v1/proofs.js +44 -30
- package/cosmos/staking/v1beta1/query.d.ts +28 -0
- package/cosmos/staking/v1beta1/query.js +84 -64
- package/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
- package/cosmos/staking/v1beta1/staking.d.ts +21 -0
- package/cosmos/staking/v1beta1/staking.js +58 -53
- package/cosmos/staking/v1beta1/tx.d.ts +14 -0
- package/cosmos/staking/v1beta1/tx.js +37 -35
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
- package/cosmos/tx/signing/v1beta1/signing.d.ts +5 -0
- package/cosmos/tx/signing/v1beta1/signing.js +16 -12
- package/cosmos/tx/v1beta1/service.d.ts +18 -0
- package/cosmos/tx/v1beta1/service.js +53 -45
- package/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
- package/cosmos/tx/v1beta1/tx.d.ts +13 -0
- package/cosmos/tx/v1beta1/tx.js +40 -31
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +4 -0
- package/cosmos/upgrade/v1beta1/upgrade.js +13 -10
- package/cosmos/vesting/v1beta1/tx.d.ts +6 -0
- package/cosmos/vesting/v1beta1/tx.js +15 -16
- package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/vesting/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/vesting/v1beta1/vesting.d.ts +6 -0
- package/cosmos/vesting/v1beta1/vesting.js +20 -13
- package/cosmos_proto/cosmos.d.ts +2 -0
- package/cosmos_proto/cosmos.js +4 -5
- package/cosmwasm/wasm/v1/proposal_legacy.d.ts +13 -0
- package/cosmwasm/wasm/v1/proposal_legacy.js +59 -27
- package/cosmwasm/wasm/v1/query.d.ts +29 -0
- package/cosmwasm/wasm/v1/query.js +78 -71
- package/cosmwasm/wasm/v1/query.rpc.func.js +28 -14
- package/cosmwasm/wasm/v1/tx.d.ts +34 -0
- package/cosmwasm/wasm/v1/tx.js +77 -95
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
- package/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
- package/cosmwasm/wasm/v1/types.d.ts +8 -0
- package/cosmwasm/wasm/v1/types.js +19 -21
- package/esm/binary.js +1 -1
- package/esm/cosmos/auth/v1beta1/auth.js +14 -11
- package/esm/cosmos/auth/v1beta1/query.js +51 -54
- package/esm/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
- package/esm/cosmos/authz/v1beta1/authz.js +12 -9
- package/esm/cosmos/authz/v1beta1/tx.js +14 -18
- package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/bank/v1beta1/bank.js +21 -16
- package/esm/cosmos/bank/v1beta1/query.js +82 -61
- package/esm/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
- package/esm/cosmos/bank/v1beta1/tx.js +21 -21
- package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
- package/esm/cosmos/base/abci/v1beta1/abci.js +29 -28
- package/esm/cosmos/base/query/v1beta1/pagination.js +4 -7
- package/esm/cosmos/base/v1beta1/coin.js +8 -13
- package/esm/cosmos/crypto/ed25519/keys.js +4 -7
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
- package/esm/cosmos/crypto/secp256k1/keys.js +4 -7
- package/esm/cosmos/crypto/secp256r1/keys.js +4 -7
- package/esm/cosmos/distribution/v1beta1/distribution.js +36 -27
- package/esm/cosmos/distribution/v1beta1/tx.js +34 -37
- package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
- package/esm/cosmos/feegrant/v1beta1/tx.js +12 -18
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/gov/v1/gov.js +24 -23
- package/esm/cosmos/gov/v1/tx.js +94 -37
- package/esm/cosmos/gov/v1/tx.rpc.func.js +14 -7
- package/esm/cosmos/gov/v1beta1/gov.js +86 -22
- package/esm/cosmos/gov/v1beta1/query.js +48 -38
- package/esm/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
- package/esm/cosmos/gov/v1beta1/tx.js +82 -23
- package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
- package/esm/cosmos/group/v1/tx.js +65 -80
- package/esm/cosmos/group/v1/tx.rpc.func.js +28 -14
- package/esm/cosmos/group/v1/types.js +31 -29
- package/esm/cosmos/ics23/v1/proofs.js +44 -30
- package/esm/cosmos/staking/v1beta1/query.js +84 -64
- package/esm/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
- package/esm/cosmos/staking/v1beta1/staking.js +58 -53
- package/esm/cosmos/staking/v1beta1/tx.js +37 -35
- package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
- package/esm/cosmos/tx/signing/v1beta1/signing.js +16 -12
- package/esm/cosmos/tx/v1beta1/service.js +53 -45
- package/esm/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
- package/esm/cosmos/tx/v1beta1/tx.js +40 -31
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +13 -10
- package/esm/cosmos/vesting/v1beta1/tx.js +15 -16
- package/esm/cosmos/vesting/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/vesting/v1beta1/vesting.js +20 -13
- package/esm/cosmos_proto/cosmos.js +4 -5
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +59 -27
- package/esm/cosmwasm/wasm/v1/query.js +78 -71
- package/esm/cosmwasm/wasm/v1/query.rpc.func.js +28 -14
- package/esm/cosmwasm/wasm/v1/tx.js +77 -95
- package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
- package/esm/cosmwasm/wasm/v1/types.js +19 -21
- package/esm/extern.js +1 -1
- package/esm/google/api/http.js +9 -5
- package/esm/google/protobuf/any.js +2 -1
- package/esm/google/protobuf/descriptor.js +117 -43
- package/esm/google/protobuf/duration.js +2 -3
- package/esm/google/protobuf/timestamp.js +2 -3
- package/esm/helper-func-types.js +8 -1
- package/esm/helpers.js +1 -1
- package/esm/ibc/applications/transfer/v1/transfer.js +7 -9
- package/esm/ibc/applications/transfer/v1/tx.js +12 -11
- package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
- package/esm/ibc/core/channel/v1/channel.js +23 -23
- package/esm/ibc/core/channel/v1/tx.js +105 -96
- package/esm/ibc/core/channel/v1/tx.rpc.func.js +38 -19
- package/esm/ibc/core/channel/v1/upgrade.js +8 -9
- package/esm/ibc/core/client/v1/client.js +11 -15
- package/esm/ibc/core/client/v1/tx.js +29 -42
- package/esm/ibc/core/client/v1/tx.rpc.func.js +14 -7
- package/esm/ibc/core/commitment/v1/commitment.js +7 -9
- package/esm/ibc/core/connection/v1/connection.js +19 -19
- package/esm/ibc/core/connection/v1/tx.js +28 -26
- package/esm/ibc/core/connection/v1/tx.rpc.func.js +10 -5
- package/esm/injective/auction/v1beta1/auction.js +13 -13
- package/esm/injective/auction/v1beta1/genesis.js +5 -2
- package/esm/injective/auction/v1beta1/query.js +20 -13
- package/esm/injective/auction/v1beta1/query.rpc.func.js +8 -4
- package/esm/injective/auction/v1beta1/tx.js +10 -9
- package/esm/injective/auction/v1beta1/tx.rpc.func.js +4 -2
- package/esm/injective/crypto/v1beta1/ethsecp256k1/keys.js +4 -7
- package/esm/injective/exchange/v1beta1/authz.js +44 -22
- package/esm/injective/exchange/v1beta1/events.js +105 -46
- package/esm/injective/exchange/v1beta1/exchange.js +123 -83
- package/esm/injective/exchange/v1beta1/genesis.js +77 -21
- package/esm/injective/exchange/v1beta1/proposal.js +101 -43
- package/esm/injective/exchange/v1beta1/query.js +324 -210
- package/esm/injective/exchange/v1beta1/query.rpc.func.js +120 -60
- package/esm/injective/exchange/v1beta1/tx.js +181 -166
- package/esm/injective/exchange/v1beta1/tx.rpc.func.js +70 -35
- package/esm/injective/insurance/v1beta1/events.js +16 -6
- package/esm/injective/insurance/v1beta1/genesis.js +5 -2
- package/esm/injective/insurance/v1beta1/insurance.js +7 -7
- package/esm/injective/insurance/v1beta1/query.js +30 -19
- package/esm/injective/insurance/v1beta1/query.rpc.func.js +12 -6
- package/esm/injective/insurance/v1beta1/tx.js +20 -17
- package/esm/injective/insurance/v1beta1/tx.rpc.func.js +8 -4
- package/esm/injective/ocr/v1beta1/genesis.js +28 -12
- package/esm/injective/ocr/v1beta1/ocr.js +54 -38
- package/esm/injective/ocr/v1beta1/query.js +38 -22
- package/esm/injective/ocr/v1beta1/query.rpc.func.js +14 -7
- package/esm/injective/ocr/v1beta1/tx.js +41 -41
- package/esm/injective/ocr/v1beta1/tx.rpc.func.js +18 -9
- package/esm/injective/oracle/v1beta1/events.js +24 -21
- package/esm/injective/oracle/v1beta1/genesis.js +16 -4
- package/esm/injective/oracle/v1beta1/oracle.js +61 -38
- package/esm/injective/oracle/v1beta1/proposal.js +47 -22
- package/esm/injective/oracle/v1beta1/query.js +93 -58
- package/esm/injective/oracle/v1beta1/query.rpc.func.js +34 -17
- package/esm/injective/oracle/v1beta1/tx.js +35 -37
- package/esm/injective/oracle/v1beta1/tx.rpc.func.js +16 -8
- package/esm/injective/peggy/v1/attestation.js +4 -5
- package/esm/injective/peggy/v1/batch.js +6 -3
- package/esm/injective/peggy/v1/events.js +36 -33
- package/esm/injective/peggy/v1/genesis.js +11 -2
- package/esm/injective/peggy/v1/msgs.js +59 -68
- package/esm/injective/peggy/v1/msgs.rpc.func.js +28 -14
- package/esm/injective/peggy/v1/params.js +3 -3
- package/esm/injective/peggy/v1/pool.js +4 -5
- package/esm/injective/peggy/v1/proposal.js +6 -2
- package/esm/injective/peggy/v1/query.js +99 -70
- package/esm/injective/peggy/v1/query.rpc.func.js +42 -21
- package/esm/injective/peggy/v1/types.js +11 -10
- package/esm/injective/permissions/v1beta1/events.js +3 -2
- package/esm/injective/permissions/v1beta1/genesis.js +4 -2
- package/esm/injective/permissions/v1beta1/params.js +2 -4
- package/esm/injective/permissions/v1beta1/permissions.js +16 -10
- package/esm/injective/permissions/v1beta1/query.js +28 -21
- package/esm/injective/permissions/v1beta1/query.rpc.func.js +12 -6
- package/esm/injective/permissions/v1beta1/tx.js +45 -39
- package/esm/injective/permissions/v1beta1/tx.rpc.func.js +14 -7
- package/esm/injective/stream/v1beta1/query.js +70 -33
- package/esm/injective/tokenfactory/v1beta1/authorityMetadata.js +2 -3
- package/esm/injective/tokenfactory/v1beta1/events.js +13 -8
- package/esm/injective/tokenfactory/v1beta1/genesis.js +7 -3
- package/esm/injective/tokenfactory/v1beta1/params.js +3 -3
- package/esm/injective/tokenfactory/v1beta1/query.js +19 -14
- package/esm/injective/tokenfactory/v1beta1/query.rpc.func.js +8 -4
- package/esm/injective/tokenfactory/v1beta1/tx.js +28 -27
- package/esm/injective/tokenfactory/v1beta1/tx.rpc.func.js +12 -6
- package/esm/injective/types/v1beta1/account.js +5 -2
- package/esm/injective/types/v1beta1/tx_ext.js +2 -3
- package/esm/injective/types/v1beta1/tx_response.js +5 -4
- package/esm/injective/wasmx/v1/events.js +6 -7
- package/esm/injective/wasmx/v1/genesis.js +7 -3
- package/esm/injective/wasmx/v1/proposal.js +23 -10
- package/esm/injective/wasmx/v1/query.js +15 -10
- package/esm/injective/wasmx/v1/query.rpc.func.js +6 -3
- package/esm/injective/wasmx/v1/tx.js +26 -29
- package/esm/injective/wasmx/v1/tx.rpc.func.js +12 -6
- package/esm/injective/wasmx/v1/wasmx.js +5 -5
- package/esm/registry.js +1 -1
- package/esm/tendermint/abci/types.js +156 -73
- package/esm/tendermint/crypto/keys.js +2 -3
- package/esm/tendermint/crypto/proof.js +12 -9
- package/esm/tendermint/types/block.js +6 -2
- package/esm/tendermint/types/evidence.js +14 -5
- package/esm/tendermint/types/params.js +19 -14
- package/esm/tendermint/types/types.js +47 -20
- package/esm/tendermint/types/validator.js +9 -4
- package/esm/tendermint/version/types.js +4 -5
- package/esm/types.js +1 -1
- package/esm/utf8.js +1 -1
- package/esm/varint.js +1 -1
- package/extern.d.ts +1 -1
- package/extern.js +1 -1
- package/google/api/http.d.ts +3 -0
- package/google/api/http.js +9 -5
- package/google/protobuf/any.d.ts +1 -0
- package/google/protobuf/any.js +2 -1
- package/google/protobuf/descriptor.d.ts +33 -0
- package/google/protobuf/descriptor.js +117 -43
- package/google/protobuf/duration.d.ts +1 -0
- package/google/protobuf/duration.js +2 -3
- package/google/protobuf/timestamp.d.ts +1 -0
- package/google/protobuf/timestamp.js +2 -3
- package/helper-func-types.d.ts +6 -3
- package/helper-func-types.js +8 -1
- package/helpers.d.ts +1 -1
- package/helpers.js +1 -1
- package/ibc/applications/transfer/v1/transfer.d.ts +3 -0
- package/ibc/applications/transfer/v1/transfer.js +7 -9
- package/ibc/applications/transfer/v1/tx.d.ts +4 -0
- package/ibc/applications/transfer/v1/tx.js +12 -11
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
- package/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
- package/ibc/core/channel/v1/channel.d.ts +9 -0
- package/ibc/core/channel/v1/channel.js +23 -23
- package/ibc/core/channel/v1/tx.d.ts +38 -0
- package/ibc/core/channel/v1/tx.js +105 -96
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +19 -19
- package/ibc/core/channel/v1/tx.rpc.func.js +38 -19
- package/ibc/core/channel/v1/upgrade.d.ts +3 -0
- package/ibc/core/channel/v1/upgrade.js +8 -9
- package/ibc/core/client/v1/client.d.ts +5 -0
- package/ibc/core/client/v1/client.js +11 -15
- package/ibc/core/client/v1/tx.d.ts +14 -0
- package/ibc/core/client/v1/tx.js +29 -42
- package/ibc/core/client/v1/tx.rpc.func.d.ts +7 -7
- package/ibc/core/client/v1/tx.rpc.func.js +14 -7
- package/ibc/core/commitment/v1/commitment.d.ts +3 -0
- package/ibc/core/commitment/v1/commitment.js +7 -9
- package/ibc/core/connection/v1/connection.d.ts +7 -0
- package/ibc/core/connection/v1/connection.js +19 -19
- package/ibc/core/connection/v1/tx.d.ts +10 -0
- package/ibc/core/connection/v1/tx.js +28 -26
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
- package/ibc/core/connection/v1/tx.rpc.func.js +10 -5
- package/injective/auction/v1beta1/auction.d.ts +6 -0
- package/injective/auction/v1beta1/auction.js +13 -13
- package/injective/auction/v1beta1/genesis.d.ts +1 -0
- package/injective/auction/v1beta1/genesis.js +5 -2
- package/injective/auction/v1beta1/query.d.ts +8 -0
- package/injective/auction/v1beta1/query.js +20 -13
- package/injective/auction/v1beta1/query.rpc.func.js +8 -4
- package/injective/auction/v1beta1/tx.d.ts +4 -0
- package/injective/auction/v1beta1/tx.js +10 -9
- package/injective/auction/v1beta1/tx.rpc.func.d.ts +2 -2
- package/injective/auction/v1beta1/tx.rpc.func.js +4 -2
- package/injective/crypto/v1beta1/ethsecp256k1/keys.d.ts +2 -0
- package/injective/crypto/v1beta1/ethsecp256k1/keys.js +4 -7
- package/injective/exchange/v1beta1/authz.d.ts +11 -0
- package/injective/exchange/v1beta1/authz.js +44 -22
- package/injective/exchange/v1beta1/events.d.ts +36 -0
- package/injective/exchange/v1beta1/events.js +105 -46
- package/injective/exchange/v1beta1/exchange.d.ts +51 -0
- package/injective/exchange/v1beta1/exchange.js +123 -83
- package/injective/exchange/v1beta1/genesis.d.ts +17 -0
- package/injective/exchange/v1beta1/genesis.js +77 -21
- package/injective/exchange/v1beta1/proposal.d.ts +21 -0
- package/injective/exchange/v1beta1/proposal.js +101 -43
- package/injective/exchange/v1beta1/query.d.ts +131 -0
- package/injective/exchange/v1beta1/query.js +324 -210
- package/injective/exchange/v1beta1/query.rpc.func.js +120 -60
- package/injective/exchange/v1beta1/tx.d.ts +77 -0
- package/injective/exchange/v1beta1/tx.js +181 -166
- package/injective/exchange/v1beta1/tx.rpc.func.d.ts +35 -35
- package/injective/exchange/v1beta1/tx.rpc.func.js +70 -35
- package/injective/insurance/v1beta1/events.d.ts +5 -0
- package/injective/insurance/v1beta1/events.js +16 -6
- package/injective/insurance/v1beta1/genesis.d.ts +1 -0
- package/injective/insurance/v1beta1/genesis.js +5 -2
- package/injective/insurance/v1beta1/insurance.d.ts +3 -0
- package/injective/insurance/v1beta1/insurance.js +7 -7
- package/injective/insurance/v1beta1/query.d.ts +12 -0
- package/injective/insurance/v1beta1/query.js +30 -19
- package/injective/insurance/v1beta1/query.rpc.func.js +12 -6
- package/injective/insurance/v1beta1/tx.d.ts +8 -0
- package/injective/insurance/v1beta1/tx.js +20 -17
- package/injective/insurance/v1beta1/tx.rpc.func.d.ts +4 -4
- package/injective/insurance/v1beta1/tx.rpc.func.js +8 -4
- package/injective/ocr/v1beta1/genesis.d.ts +8 -0
- package/injective/ocr/v1beta1/genesis.js +28 -12
- package/injective/ocr/v1beta1/ocr.d.ts +21 -0
- package/injective/ocr/v1beta1/ocr.js +54 -38
- package/injective/ocr/v1beta1/query.d.ts +14 -0
- package/injective/ocr/v1beta1/query.js +38 -22
- package/injective/ocr/v1beta1/query.rpc.func.js +14 -7
- package/injective/ocr/v1beta1/tx.d.ts +18 -0
- package/injective/ocr/v1beta1/tx.js +41 -41
- package/injective/ocr/v1beta1/tx.rpc.func.d.ts +9 -9
- package/injective/ocr/v1beta1/tx.rpc.func.js +18 -9
- package/injective/oracle/v1beta1/events.d.ts +11 -0
- package/injective/oracle/v1beta1/events.js +24 -21
- package/injective/oracle/v1beta1/genesis.d.ts +2 -0
- package/injective/oracle/v1beta1/genesis.js +16 -4
- package/injective/oracle/v1beta1/oracle.d.ts +24 -0
- package/injective/oracle/v1beta1/oracle.js +61 -38
- package/injective/oracle/v1beta1/proposal.d.ts +11 -0
- package/injective/oracle/v1beta1/proposal.js +47 -22
- package/injective/oracle/v1beta1/query.d.ts +37 -0
- package/injective/oracle/v1beta1/query.js +93 -58
- package/injective/oracle/v1beta1/query.rpc.func.js +34 -17
- package/injective/oracle/v1beta1/tx.d.ts +16 -0
- package/injective/oracle/v1beta1/tx.js +35 -37
- package/injective/oracle/v1beta1/tx.rpc.func.d.ts +8 -8
- package/injective/oracle/v1beta1/tx.rpc.func.js +16 -8
- package/injective/peggy/v1/attestation.d.ts +2 -0
- package/injective/peggy/v1/attestation.js +4 -5
- package/injective/peggy/v1/batch.d.ts +2 -0
- package/injective/peggy/v1/batch.js +6 -3
- package/injective/peggy/v1/events.d.ts +17 -0
- package/injective/peggy/v1/events.js +36 -33
- package/injective/peggy/v1/genesis.d.ts +1 -0
- package/injective/peggy/v1/genesis.js +11 -2
- package/injective/peggy/v1/msgs.d.ts +28 -0
- package/injective/peggy/v1/msgs.js +59 -68
- package/injective/peggy/v1/msgs.rpc.func.d.ts +14 -14
- package/injective/peggy/v1/msgs.rpc.func.js +28 -14
- package/injective/peggy/v1/params.d.ts +1 -0
- package/injective/peggy/v1/params.js +3 -3
- package/injective/peggy/v1/pool.d.ts +2 -0
- package/injective/peggy/v1/pool.js +4 -5
- package/injective/peggy/v1/proposal.d.ts +2 -0
- package/injective/peggy/v1/proposal.js +6 -2
- package/injective/peggy/v1/query.d.ts +42 -0
- package/injective/peggy/v1/query.js +99 -70
- package/injective/peggy/v1/query.rpc.func.js +42 -21
- package/injective/peggy/v1/types.d.ts +5 -0
- package/injective/peggy/v1/types.js +11 -10
- package/injective/permissions/v1beta1/events.d.ts +1 -0
- package/injective/permissions/v1beta1/events.js +3 -2
- package/injective/permissions/v1beta1/genesis.d.ts +1 -0
- package/injective/permissions/v1beta1/genesis.js +4 -2
- package/injective/permissions/v1beta1/params.d.ts +1 -0
- package/injective/permissions/v1beta1/params.js +2 -4
- package/injective/permissions/v1beta1/permissions.d.ts +6 -0
- package/injective/permissions/v1beta1/permissions.js +16 -10
- package/injective/permissions/v1beta1/query.d.ts +12 -0
- package/injective/permissions/v1beta1/query.js +28 -21
- package/injective/permissions/v1beta1/query.rpc.func.js +12 -6
- package/injective/permissions/v1beta1/tx.d.ts +18 -0
- package/injective/permissions/v1beta1/tx.js +45 -39
- package/injective/permissions/v1beta1/tx.rpc.func.d.ts +7 -7
- package/injective/permissions/v1beta1/tx.rpc.func.js +14 -7
- package/injective/stream/v1beta1/query.d.ts +22 -0
- package/injective/stream/v1beta1/query.js +70 -33
- package/injective/tokenfactory/v1beta1/authorityMetadata.d.ts +1 -0
- package/injective/tokenfactory/v1beta1/authorityMetadata.js +2 -3
- package/injective/tokenfactory/v1beta1/events.d.ts +5 -0
- package/injective/tokenfactory/v1beta1/events.js +13 -8
- package/injective/tokenfactory/v1beta1/genesis.d.ts +2 -0
- package/injective/tokenfactory/v1beta1/genesis.js +7 -3
- package/injective/tokenfactory/v1beta1/params.d.ts +1 -0
- package/injective/tokenfactory/v1beta1/params.js +3 -3
- package/injective/tokenfactory/v1beta1/query.d.ts +8 -0
- package/injective/tokenfactory/v1beta1/query.js +19 -14
- package/injective/tokenfactory/v1beta1/query.rpc.func.js +8 -4
- package/injective/tokenfactory/v1beta1/tx.d.ts +12 -0
- package/injective/tokenfactory/v1beta1/tx.js +28 -27
- package/injective/tokenfactory/v1beta1/tx.rpc.func.d.ts +6 -6
- package/injective/tokenfactory/v1beta1/tx.rpc.func.js +12 -6
- package/injective/types/v1beta1/account.d.ts +1 -0
- package/injective/types/v1beta1/account.js +5 -2
- package/injective/types/v1beta1/tx_ext.d.ts +1 -0
- package/injective/types/v1beta1/tx_ext.js +2 -3
- package/injective/types/v1beta1/tx_response.d.ts +2 -0
- package/injective/types/v1beta1/tx_response.js +5 -4
- package/injective/wasmx/v1/events.d.ts +3 -0
- package/injective/wasmx/v1/events.js +6 -7
- package/injective/wasmx/v1/genesis.d.ts +2 -0
- package/injective/wasmx/v1/genesis.js +7 -3
- package/injective/wasmx/v1/proposal.d.ts +5 -0
- package/injective/wasmx/v1/proposal.js +23 -10
- package/injective/wasmx/v1/query.d.ts +6 -0
- package/injective/wasmx/v1/query.js +15 -10
- package/injective/wasmx/v1/query.rpc.func.js +6 -3
- package/injective/wasmx/v1/tx.d.ts +12 -0
- package/injective/wasmx/v1/tx.js +26 -29
- package/injective/wasmx/v1/tx.rpc.func.d.ts +6 -6
- package/injective/wasmx/v1/tx.rpc.func.js +12 -6
- package/injective/wasmx/v1/wasmx.d.ts +2 -0
- package/injective/wasmx/v1/wasmx.js +5 -5
- package/package.json +2 -2
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- package/tendermint/abci/types.d.ts +47 -0
- package/tendermint/abci/types.js +156 -73
- package/tendermint/crypto/keys.d.ts +1 -0
- package/tendermint/crypto/keys.js +2 -3
- package/tendermint/crypto/proof.d.ts +5 -0
- package/tendermint/crypto/proof.js +12 -9
- package/tendermint/types/block.d.ts +1 -0
- package/tendermint/types/block.js +6 -2
- package/tendermint/types/evidence.d.ts +4 -0
- package/tendermint/types/evidence.js +14 -5
- package/tendermint/types/params.d.ts +7 -0
- package/tendermint/types/params.js +19 -14
- package/tendermint/types/types.d.ts +15 -0
- package/tendermint/types/types.js +47 -20
- package/tendermint/types/validator.d.ts +3 -0
- package/tendermint/types/validator.js +9 -4
- package/tendermint/version/types.d.ts +2 -0
- package/tendermint/version/types.js +4 -5
- package/types.d.ts +2 -1
- package/types.js +1 -1
- package/utf8.d.ts +1 -1
- package/utf8.js +1 -1
- package/varint.d.ts +1 -1
- package/varint.js +1 -1
|
@@ -8,7 +8,8 @@ const createGetValidators = (clientResolver) => (0, helper_func_types_1.buildQue
|
|
|
8
8
|
decode: query_1.QueryValidatorsResponse.decode,
|
|
9
9
|
service: "cosmos.staking.v1beta1.Query",
|
|
10
10
|
method: "Validators",
|
|
11
|
-
clientResolver
|
|
11
|
+
clientResolver,
|
|
12
|
+
deps: [query_1.QueryValidatorsRequest, query_1.QueryValidatorsResponse]
|
|
12
13
|
});
|
|
13
14
|
exports.createGetValidators = createGetValidators;
|
|
14
15
|
const createGetValidator = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -16,7 +17,8 @@ const createGetValidator = (clientResolver) => (0, helper_func_types_1.buildQuer
|
|
|
16
17
|
decode: query_1.QueryValidatorResponse.decode,
|
|
17
18
|
service: "cosmos.staking.v1beta1.Query",
|
|
18
19
|
method: "Validator",
|
|
19
|
-
clientResolver
|
|
20
|
+
clientResolver,
|
|
21
|
+
deps: [query_1.QueryValidatorRequest, query_1.QueryValidatorResponse]
|
|
20
22
|
});
|
|
21
23
|
exports.createGetValidator = createGetValidator;
|
|
22
24
|
const createGetValidatorDelegations = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -24,7 +26,8 @@ const createGetValidatorDelegations = (clientResolver) => (0, helper_func_types_
|
|
|
24
26
|
decode: query_1.QueryValidatorDelegationsResponse.decode,
|
|
25
27
|
service: "cosmos.staking.v1beta1.Query",
|
|
26
28
|
method: "ValidatorDelegations",
|
|
27
|
-
clientResolver
|
|
29
|
+
clientResolver,
|
|
30
|
+
deps: [query_1.QueryValidatorDelegationsRequest, query_1.QueryValidatorDelegationsResponse]
|
|
28
31
|
});
|
|
29
32
|
exports.createGetValidatorDelegations = createGetValidatorDelegations;
|
|
30
33
|
const createGetValidatorUnbondingDelegations = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -32,7 +35,8 @@ const createGetValidatorUnbondingDelegations = (clientResolver) => (0, helper_fu
|
|
|
32
35
|
decode: query_1.QueryValidatorUnbondingDelegationsResponse.decode,
|
|
33
36
|
service: "cosmos.staking.v1beta1.Query",
|
|
34
37
|
method: "ValidatorUnbondingDelegations",
|
|
35
|
-
clientResolver
|
|
38
|
+
clientResolver,
|
|
39
|
+
deps: [query_1.QueryValidatorUnbondingDelegationsRequest, query_1.QueryValidatorUnbondingDelegationsResponse]
|
|
36
40
|
});
|
|
37
41
|
exports.createGetValidatorUnbondingDelegations = createGetValidatorUnbondingDelegations;
|
|
38
42
|
const createGetDelegation = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -40,7 +44,8 @@ const createGetDelegation = (clientResolver) => (0, helper_func_types_1.buildQue
|
|
|
40
44
|
decode: query_1.QueryDelegationResponse.decode,
|
|
41
45
|
service: "cosmos.staking.v1beta1.Query",
|
|
42
46
|
method: "Delegation",
|
|
43
|
-
clientResolver
|
|
47
|
+
clientResolver,
|
|
48
|
+
deps: [query_1.QueryDelegationRequest, query_1.QueryDelegationResponse]
|
|
44
49
|
});
|
|
45
50
|
exports.createGetDelegation = createGetDelegation;
|
|
46
51
|
const createGetUnbondingDelegation = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -48,7 +53,8 @@ const createGetUnbondingDelegation = (clientResolver) => (0, helper_func_types_1
|
|
|
48
53
|
decode: query_1.QueryUnbondingDelegationResponse.decode,
|
|
49
54
|
service: "cosmos.staking.v1beta1.Query",
|
|
50
55
|
method: "UnbondingDelegation",
|
|
51
|
-
clientResolver
|
|
56
|
+
clientResolver,
|
|
57
|
+
deps: [query_1.QueryUnbondingDelegationRequest, query_1.QueryUnbondingDelegationResponse]
|
|
52
58
|
});
|
|
53
59
|
exports.createGetUnbondingDelegation = createGetUnbondingDelegation;
|
|
54
60
|
const createGetDelegatorDelegations = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -56,7 +62,8 @@ const createGetDelegatorDelegations = (clientResolver) => (0, helper_func_types_
|
|
|
56
62
|
decode: query_1.QueryDelegatorDelegationsResponse.decode,
|
|
57
63
|
service: "cosmos.staking.v1beta1.Query",
|
|
58
64
|
method: "DelegatorDelegations",
|
|
59
|
-
clientResolver
|
|
65
|
+
clientResolver,
|
|
66
|
+
deps: [query_1.QueryDelegatorDelegationsRequest, query_1.QueryDelegatorDelegationsResponse]
|
|
60
67
|
});
|
|
61
68
|
exports.createGetDelegatorDelegations = createGetDelegatorDelegations;
|
|
62
69
|
const createGetDelegatorUnbondingDelegations = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -64,7 +71,8 @@ const createGetDelegatorUnbondingDelegations = (clientResolver) => (0, helper_fu
|
|
|
64
71
|
decode: query_1.QueryDelegatorUnbondingDelegationsResponse.decode,
|
|
65
72
|
service: "cosmos.staking.v1beta1.Query",
|
|
66
73
|
method: "DelegatorUnbondingDelegations",
|
|
67
|
-
clientResolver
|
|
74
|
+
clientResolver,
|
|
75
|
+
deps: [query_1.QueryDelegatorUnbondingDelegationsRequest, query_1.QueryDelegatorUnbondingDelegationsResponse]
|
|
68
76
|
});
|
|
69
77
|
exports.createGetDelegatorUnbondingDelegations = createGetDelegatorUnbondingDelegations;
|
|
70
78
|
const createGetRedelegations = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -72,7 +80,8 @@ const createGetRedelegations = (clientResolver) => (0, helper_func_types_1.build
|
|
|
72
80
|
decode: query_1.QueryRedelegationsResponse.decode,
|
|
73
81
|
service: "cosmos.staking.v1beta1.Query",
|
|
74
82
|
method: "Redelegations",
|
|
75
|
-
clientResolver
|
|
83
|
+
clientResolver,
|
|
84
|
+
deps: [query_1.QueryRedelegationsRequest, query_1.QueryRedelegationsResponse]
|
|
76
85
|
});
|
|
77
86
|
exports.createGetRedelegations = createGetRedelegations;
|
|
78
87
|
const createGetDelegatorValidators = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -80,7 +89,8 @@ const createGetDelegatorValidators = (clientResolver) => (0, helper_func_types_1
|
|
|
80
89
|
decode: query_1.QueryDelegatorValidatorsResponse.decode,
|
|
81
90
|
service: "cosmos.staking.v1beta1.Query",
|
|
82
91
|
method: "DelegatorValidators",
|
|
83
|
-
clientResolver
|
|
92
|
+
clientResolver,
|
|
93
|
+
deps: [query_1.QueryDelegatorValidatorsRequest, query_1.QueryDelegatorValidatorsResponse]
|
|
84
94
|
});
|
|
85
95
|
exports.createGetDelegatorValidators = createGetDelegatorValidators;
|
|
86
96
|
const createGetDelegatorValidator = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -88,7 +98,8 @@ const createGetDelegatorValidator = (clientResolver) => (0, helper_func_types_1.
|
|
|
88
98
|
decode: query_1.QueryDelegatorValidatorResponse.decode,
|
|
89
99
|
service: "cosmos.staking.v1beta1.Query",
|
|
90
100
|
method: "DelegatorValidator",
|
|
91
|
-
clientResolver
|
|
101
|
+
clientResolver,
|
|
102
|
+
deps: [query_1.QueryDelegatorValidatorRequest, query_1.QueryDelegatorValidatorResponse]
|
|
92
103
|
});
|
|
93
104
|
exports.createGetDelegatorValidator = createGetDelegatorValidator;
|
|
94
105
|
const createGetHistoricalInfo = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -96,7 +107,8 @@ const createGetHistoricalInfo = (clientResolver) => (0, helper_func_types_1.buil
|
|
|
96
107
|
decode: query_1.QueryHistoricalInfoResponse.decode,
|
|
97
108
|
service: "cosmos.staking.v1beta1.Query",
|
|
98
109
|
method: "HistoricalInfo",
|
|
99
|
-
clientResolver
|
|
110
|
+
clientResolver,
|
|
111
|
+
deps: [query_1.QueryHistoricalInfoRequest, query_1.QueryHistoricalInfoResponse]
|
|
100
112
|
});
|
|
101
113
|
exports.createGetHistoricalInfo = createGetHistoricalInfo;
|
|
102
114
|
const createGetPool = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -104,7 +116,8 @@ const createGetPool = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
|
104
116
|
decode: query_1.QueryPoolResponse.decode,
|
|
105
117
|
service: "cosmos.staking.v1beta1.Query",
|
|
106
118
|
method: "Pool",
|
|
107
|
-
clientResolver
|
|
119
|
+
clientResolver,
|
|
120
|
+
deps: [query_1.QueryPoolRequest, query_1.QueryPoolResponse]
|
|
108
121
|
});
|
|
109
122
|
exports.createGetPool = createGetPool;
|
|
110
123
|
const createGetParams = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -112,6 +125,7 @@ const createGetParams = (clientResolver) => (0, helper_func_types_1.buildQuery)(
|
|
|
112
125
|
decode: query_1.QueryParamsResponse.decode,
|
|
113
126
|
service: "cosmos.staking.v1beta1.Query",
|
|
114
127
|
method: "Params",
|
|
115
|
-
clientResolver
|
|
128
|
+
clientResolver,
|
|
129
|
+
deps: [query_1.QueryParamsRequest, query_1.QueryParamsResponse]
|
|
116
130
|
});
|
|
117
131
|
exports.createGetParams = createGetParams;
|
|
@@ -701,6 +701,7 @@ export declare const HistoricalInfo: {
|
|
|
701
701
|
fromProtoMsg(message: HistoricalInfoProtoMsg): HistoricalInfo;
|
|
702
702
|
toProto(message: HistoricalInfo): Uint8Array;
|
|
703
703
|
toProtoMsg(message: HistoricalInfo): HistoricalInfoProtoMsg;
|
|
704
|
+
registerTypeUrl(): void;
|
|
704
705
|
};
|
|
705
706
|
export declare const CommissionRates: {
|
|
706
707
|
typeUrl: string;
|
|
@@ -717,6 +718,7 @@ export declare const CommissionRates: {
|
|
|
717
718
|
fromProtoMsg(message: CommissionRatesProtoMsg): CommissionRates;
|
|
718
719
|
toProto(message: CommissionRates): Uint8Array;
|
|
719
720
|
toProtoMsg(message: CommissionRates): CommissionRatesProtoMsg;
|
|
721
|
+
registerTypeUrl(): void;
|
|
720
722
|
};
|
|
721
723
|
export declare const Commission: {
|
|
722
724
|
typeUrl: string;
|
|
@@ -733,6 +735,7 @@ export declare const Commission: {
|
|
|
733
735
|
fromProtoMsg(message: CommissionProtoMsg): Commission;
|
|
734
736
|
toProto(message: Commission): Uint8Array;
|
|
735
737
|
toProtoMsg(message: Commission): CommissionProtoMsg;
|
|
738
|
+
registerTypeUrl(): void;
|
|
736
739
|
};
|
|
737
740
|
export declare const Description: {
|
|
738
741
|
typeUrl: string;
|
|
@@ -749,6 +752,7 @@ export declare const Description: {
|
|
|
749
752
|
fromProtoMsg(message: DescriptionProtoMsg): Description;
|
|
750
753
|
toProto(message: Description): Uint8Array;
|
|
751
754
|
toProtoMsg(message: Description): DescriptionProtoMsg;
|
|
755
|
+
registerTypeUrl(): void;
|
|
752
756
|
};
|
|
753
757
|
export declare const Validator: {
|
|
754
758
|
typeUrl: string;
|
|
@@ -765,6 +769,7 @@ export declare const Validator: {
|
|
|
765
769
|
fromProtoMsg(message: ValidatorProtoMsg): Validator;
|
|
766
770
|
toProto(message: Validator): Uint8Array;
|
|
767
771
|
toProtoMsg(message: Validator): ValidatorProtoMsg;
|
|
772
|
+
registerTypeUrl(): void;
|
|
768
773
|
};
|
|
769
774
|
export declare const ValAddresses: {
|
|
770
775
|
typeUrl: string;
|
|
@@ -781,6 +786,7 @@ export declare const ValAddresses: {
|
|
|
781
786
|
fromProtoMsg(message: ValAddressesProtoMsg): ValAddresses;
|
|
782
787
|
toProto(message: ValAddresses): Uint8Array;
|
|
783
788
|
toProtoMsg(message: ValAddresses): ValAddressesProtoMsg;
|
|
789
|
+
registerTypeUrl(): void;
|
|
784
790
|
};
|
|
785
791
|
export declare const DVPair: {
|
|
786
792
|
typeUrl: string;
|
|
@@ -797,6 +803,7 @@ export declare const DVPair: {
|
|
|
797
803
|
fromProtoMsg(message: DVPairProtoMsg): DVPair;
|
|
798
804
|
toProto(message: DVPair): Uint8Array;
|
|
799
805
|
toProtoMsg(message: DVPair): DVPairProtoMsg;
|
|
806
|
+
registerTypeUrl(): void;
|
|
800
807
|
};
|
|
801
808
|
export declare const DVPairs: {
|
|
802
809
|
typeUrl: string;
|
|
@@ -813,6 +820,7 @@ export declare const DVPairs: {
|
|
|
813
820
|
fromProtoMsg(message: DVPairsProtoMsg): DVPairs;
|
|
814
821
|
toProto(message: DVPairs): Uint8Array;
|
|
815
822
|
toProtoMsg(message: DVPairs): DVPairsProtoMsg;
|
|
823
|
+
registerTypeUrl(): void;
|
|
816
824
|
};
|
|
817
825
|
export declare const DVVTriplet: {
|
|
818
826
|
typeUrl: string;
|
|
@@ -829,6 +837,7 @@ export declare const DVVTriplet: {
|
|
|
829
837
|
fromProtoMsg(message: DVVTripletProtoMsg): DVVTriplet;
|
|
830
838
|
toProto(message: DVVTriplet): Uint8Array;
|
|
831
839
|
toProtoMsg(message: DVVTriplet): DVVTripletProtoMsg;
|
|
840
|
+
registerTypeUrl(): void;
|
|
832
841
|
};
|
|
833
842
|
export declare const DVVTriplets: {
|
|
834
843
|
typeUrl: string;
|
|
@@ -845,6 +854,7 @@ export declare const DVVTriplets: {
|
|
|
845
854
|
fromProtoMsg(message: DVVTripletsProtoMsg): DVVTriplets;
|
|
846
855
|
toProto(message: DVVTriplets): Uint8Array;
|
|
847
856
|
toProtoMsg(message: DVVTriplets): DVVTripletsProtoMsg;
|
|
857
|
+
registerTypeUrl(): void;
|
|
848
858
|
};
|
|
849
859
|
export declare const Delegation: {
|
|
850
860
|
typeUrl: string;
|
|
@@ -861,6 +871,7 @@ export declare const Delegation: {
|
|
|
861
871
|
fromProtoMsg(message: DelegationProtoMsg): Delegation;
|
|
862
872
|
toProto(message: Delegation): Uint8Array;
|
|
863
873
|
toProtoMsg(message: Delegation): DelegationProtoMsg;
|
|
874
|
+
registerTypeUrl(): void;
|
|
864
875
|
};
|
|
865
876
|
export declare const UnbondingDelegation: {
|
|
866
877
|
typeUrl: string;
|
|
@@ -877,6 +888,7 @@ export declare const UnbondingDelegation: {
|
|
|
877
888
|
fromProtoMsg(message: UnbondingDelegationProtoMsg): UnbondingDelegation;
|
|
878
889
|
toProto(message: UnbondingDelegation): Uint8Array;
|
|
879
890
|
toProtoMsg(message: UnbondingDelegation): UnbondingDelegationProtoMsg;
|
|
891
|
+
registerTypeUrl(): void;
|
|
880
892
|
};
|
|
881
893
|
export declare const UnbondingDelegationEntry: {
|
|
882
894
|
typeUrl: string;
|
|
@@ -893,6 +905,7 @@ export declare const UnbondingDelegationEntry: {
|
|
|
893
905
|
fromProtoMsg(message: UnbondingDelegationEntryProtoMsg): UnbondingDelegationEntry;
|
|
894
906
|
toProto(message: UnbondingDelegationEntry): Uint8Array;
|
|
895
907
|
toProtoMsg(message: UnbondingDelegationEntry): UnbondingDelegationEntryProtoMsg;
|
|
908
|
+
registerTypeUrl(): void;
|
|
896
909
|
};
|
|
897
910
|
export declare const RedelegationEntry: {
|
|
898
911
|
typeUrl: string;
|
|
@@ -909,6 +922,7 @@ export declare const RedelegationEntry: {
|
|
|
909
922
|
fromProtoMsg(message: RedelegationEntryProtoMsg): RedelegationEntry;
|
|
910
923
|
toProto(message: RedelegationEntry): Uint8Array;
|
|
911
924
|
toProtoMsg(message: RedelegationEntry): RedelegationEntryProtoMsg;
|
|
925
|
+
registerTypeUrl(): void;
|
|
912
926
|
};
|
|
913
927
|
export declare const Redelegation: {
|
|
914
928
|
typeUrl: string;
|
|
@@ -925,6 +939,7 @@ export declare const Redelegation: {
|
|
|
925
939
|
fromProtoMsg(message: RedelegationProtoMsg): Redelegation;
|
|
926
940
|
toProto(message: Redelegation): Uint8Array;
|
|
927
941
|
toProtoMsg(message: Redelegation): RedelegationProtoMsg;
|
|
942
|
+
registerTypeUrl(): void;
|
|
928
943
|
};
|
|
929
944
|
export declare const Params: {
|
|
930
945
|
typeUrl: string;
|
|
@@ -941,6 +956,7 @@ export declare const Params: {
|
|
|
941
956
|
fromProtoMsg(message: ParamsProtoMsg): Params;
|
|
942
957
|
toProto(message: Params): Uint8Array;
|
|
943
958
|
toProtoMsg(message: Params): ParamsProtoMsg;
|
|
959
|
+
registerTypeUrl(): void;
|
|
944
960
|
};
|
|
945
961
|
export declare const DelegationResponse: {
|
|
946
962
|
typeUrl: string;
|
|
@@ -957,6 +973,7 @@ export declare const DelegationResponse: {
|
|
|
957
973
|
fromProtoMsg(message: DelegationResponseProtoMsg): DelegationResponse;
|
|
958
974
|
toProto(message: DelegationResponse): Uint8Array;
|
|
959
975
|
toProtoMsg(message: DelegationResponse): DelegationResponseProtoMsg;
|
|
976
|
+
registerTypeUrl(): void;
|
|
960
977
|
};
|
|
961
978
|
export declare const RedelegationEntryResponse: {
|
|
962
979
|
typeUrl: string;
|
|
@@ -973,6 +990,7 @@ export declare const RedelegationEntryResponse: {
|
|
|
973
990
|
fromProtoMsg(message: RedelegationEntryResponseProtoMsg): RedelegationEntryResponse;
|
|
974
991
|
toProto(message: RedelegationEntryResponse): Uint8Array;
|
|
975
992
|
toProtoMsg(message: RedelegationEntryResponse): RedelegationEntryResponseProtoMsg;
|
|
993
|
+
registerTypeUrl(): void;
|
|
976
994
|
};
|
|
977
995
|
export declare const RedelegationResponse: {
|
|
978
996
|
typeUrl: string;
|
|
@@ -989,6 +1007,7 @@ export declare const RedelegationResponse: {
|
|
|
989
1007
|
fromProtoMsg(message: RedelegationResponseProtoMsg): RedelegationResponse;
|
|
990
1008
|
toProto(message: RedelegationResponse): Uint8Array;
|
|
991
1009
|
toProtoMsg(message: RedelegationResponse): RedelegationResponseProtoMsg;
|
|
1010
|
+
registerTypeUrl(): void;
|
|
992
1011
|
};
|
|
993
1012
|
export declare const Pool: {
|
|
994
1013
|
typeUrl: string;
|
|
@@ -1005,6 +1024,7 @@ export declare const Pool: {
|
|
|
1005
1024
|
fromProtoMsg(message: PoolProtoMsg): Pool;
|
|
1006
1025
|
toProto(message: Pool): Uint8Array;
|
|
1007
1026
|
toProtoMsg(message: Pool): PoolProtoMsg;
|
|
1027
|
+
registerTypeUrl(): void;
|
|
1008
1028
|
};
|
|
1009
1029
|
export declare const ValidatorUpdates: {
|
|
1010
1030
|
typeUrl: string;
|
|
@@ -1021,4 +1041,5 @@ export declare const ValidatorUpdates: {
|
|
|
1021
1041
|
fromProtoMsg(message: ValidatorUpdatesProtoMsg): ValidatorUpdates;
|
|
1022
1042
|
toProto(message: ValidatorUpdates): Uint8Array;
|
|
1023
1043
|
toProtoMsg(message: ValidatorUpdates): ValidatorUpdatesProtoMsg;
|
|
1044
|
+
registerTypeUrl(): void;
|
|
1024
1045
|
};
|
|
@@ -8,8 +8,8 @@ const duration_1 = require("../../../google/protobuf/duration");
|
|
|
8
8
|
const coin_1 = require("../../base/v1beta1/coin");
|
|
9
9
|
const types_2 = require("../../../tendermint/abci/types");
|
|
10
10
|
const binary_1 = require("../../../binary");
|
|
11
|
-
const helpers_1 = require("../../../helpers");
|
|
12
11
|
const registry_1 = require("../../../registry");
|
|
12
|
+
const helpers_1 = require("../../../helpers");
|
|
13
13
|
const proto_signing_1 = require("@cosmjs/proto-signing");
|
|
14
14
|
/** BondStatus is the status of a validator. */
|
|
15
15
|
var BondStatus;
|
|
@@ -195,10 +195,12 @@ exports.HistoricalInfo = {
|
|
|
195
195
|
typeUrl: "/cosmos.staking.v1beta1.HistoricalInfo",
|
|
196
196
|
value: exports.HistoricalInfo.encode(message).finish()
|
|
197
197
|
};
|
|
198
|
+
},
|
|
199
|
+
registerTypeUrl() {
|
|
200
|
+
types_1.Header.registerTypeUrl();
|
|
201
|
+
exports.Validator.registerTypeUrl();
|
|
198
202
|
}
|
|
199
203
|
};
|
|
200
|
-
registry_1.GlobalDecoderRegistry.register(exports.HistoricalInfo.typeUrl, exports.HistoricalInfo);
|
|
201
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.HistoricalInfo.aminoType, exports.HistoricalInfo.typeUrl);
|
|
202
204
|
function createBaseCommissionRates() {
|
|
203
205
|
return {
|
|
204
206
|
rate: "",
|
|
@@ -297,10 +299,9 @@ exports.CommissionRates = {
|
|
|
297
299
|
typeUrl: "/cosmos.staking.v1beta1.CommissionRates",
|
|
298
300
|
value: exports.CommissionRates.encode(message).finish()
|
|
299
301
|
};
|
|
300
|
-
}
|
|
302
|
+
},
|
|
303
|
+
registerTypeUrl() { }
|
|
301
304
|
};
|
|
302
|
-
registry_1.GlobalDecoderRegistry.register(exports.CommissionRates.typeUrl, exports.CommissionRates);
|
|
303
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommissionRates.aminoType, exports.CommissionRates.typeUrl);
|
|
304
305
|
function createBaseCommission() {
|
|
305
306
|
return {
|
|
306
307
|
commissionRates: exports.CommissionRates.fromPartial({}),
|
|
@@ -387,10 +388,11 @@ exports.Commission = {
|
|
|
387
388
|
typeUrl: "/cosmos.staking.v1beta1.Commission",
|
|
388
389
|
value: exports.Commission.encode(message).finish()
|
|
389
390
|
};
|
|
391
|
+
},
|
|
392
|
+
registerTypeUrl() {
|
|
393
|
+
exports.CommissionRates.registerTypeUrl();
|
|
390
394
|
}
|
|
391
395
|
};
|
|
392
|
-
registry_1.GlobalDecoderRegistry.register(exports.Commission.typeUrl, exports.Commission);
|
|
393
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Commission.aminoType, exports.Commission.typeUrl);
|
|
394
396
|
function createBaseDescription() {
|
|
395
397
|
return {
|
|
396
398
|
moniker: "",
|
|
@@ -513,10 +515,9 @@ exports.Description = {
|
|
|
513
515
|
typeUrl: "/cosmos.staking.v1beta1.Description",
|
|
514
516
|
value: exports.Description.encode(message).finish()
|
|
515
517
|
};
|
|
516
|
-
}
|
|
518
|
+
},
|
|
519
|
+
registerTypeUrl() { }
|
|
517
520
|
};
|
|
518
|
-
registry_1.GlobalDecoderRegistry.register(exports.Description.typeUrl, exports.Description);
|
|
519
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Description.aminoType, exports.Description.typeUrl);
|
|
520
521
|
function createBaseValidator() {
|
|
521
522
|
return {
|
|
522
523
|
operatorAddress: "",
|
|
@@ -748,10 +749,12 @@ exports.Validator = {
|
|
|
748
749
|
typeUrl: "/cosmos.staking.v1beta1.Validator",
|
|
749
750
|
value: exports.Validator.encode(message).finish()
|
|
750
751
|
};
|
|
752
|
+
},
|
|
753
|
+
registerTypeUrl() {
|
|
754
|
+
exports.Description.registerTypeUrl();
|
|
755
|
+
exports.Commission.registerTypeUrl();
|
|
751
756
|
}
|
|
752
757
|
};
|
|
753
|
-
registry_1.GlobalDecoderRegistry.register(exports.Validator.typeUrl, exports.Validator);
|
|
754
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Validator.aminoType, exports.Validator.typeUrl);
|
|
755
758
|
function createBaseValAddresses() {
|
|
756
759
|
return {
|
|
757
760
|
addresses: []
|
|
@@ -829,10 +832,9 @@ exports.ValAddresses = {
|
|
|
829
832
|
typeUrl: "/cosmos.staking.v1beta1.ValAddresses",
|
|
830
833
|
value: exports.ValAddresses.encode(message).finish()
|
|
831
834
|
};
|
|
832
|
-
}
|
|
835
|
+
},
|
|
836
|
+
registerTypeUrl() { }
|
|
833
837
|
};
|
|
834
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValAddresses.typeUrl, exports.ValAddresses);
|
|
835
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValAddresses.aminoType, exports.ValAddresses.typeUrl);
|
|
836
838
|
function createBaseDVPair() {
|
|
837
839
|
return {
|
|
838
840
|
delegatorAddress: "",
|
|
@@ -919,10 +921,9 @@ exports.DVPair = {
|
|
|
919
921
|
typeUrl: "/cosmos.staking.v1beta1.DVPair",
|
|
920
922
|
value: exports.DVPair.encode(message).finish()
|
|
921
923
|
};
|
|
922
|
-
}
|
|
924
|
+
},
|
|
925
|
+
registerTypeUrl() { }
|
|
923
926
|
};
|
|
924
|
-
registry_1.GlobalDecoderRegistry.register(exports.DVPair.typeUrl, exports.DVPair);
|
|
925
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.DVPair.aminoType, exports.DVPair.typeUrl);
|
|
926
927
|
function createBaseDVPairs() {
|
|
927
928
|
return {
|
|
928
929
|
pairs: []
|
|
@@ -1000,10 +1001,11 @@ exports.DVPairs = {
|
|
|
1000
1001
|
typeUrl: "/cosmos.staking.v1beta1.DVPairs",
|
|
1001
1002
|
value: exports.DVPairs.encode(message).finish()
|
|
1002
1003
|
};
|
|
1004
|
+
},
|
|
1005
|
+
registerTypeUrl() {
|
|
1006
|
+
exports.DVPair.registerTypeUrl();
|
|
1003
1007
|
}
|
|
1004
1008
|
};
|
|
1005
|
-
registry_1.GlobalDecoderRegistry.register(exports.DVPairs.typeUrl, exports.DVPairs);
|
|
1006
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.DVPairs.aminoType, exports.DVPairs.typeUrl);
|
|
1007
1009
|
function createBaseDVVTriplet() {
|
|
1008
1010
|
return {
|
|
1009
1011
|
delegatorAddress: "",
|
|
@@ -1102,10 +1104,9 @@ exports.DVVTriplet = {
|
|
|
1102
1104
|
typeUrl: "/cosmos.staking.v1beta1.DVVTriplet",
|
|
1103
1105
|
value: exports.DVVTriplet.encode(message).finish()
|
|
1104
1106
|
};
|
|
1105
|
-
}
|
|
1107
|
+
},
|
|
1108
|
+
registerTypeUrl() { }
|
|
1106
1109
|
};
|
|
1107
|
-
registry_1.GlobalDecoderRegistry.register(exports.DVVTriplet.typeUrl, exports.DVVTriplet);
|
|
1108
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.DVVTriplet.aminoType, exports.DVVTriplet.typeUrl);
|
|
1109
1110
|
function createBaseDVVTriplets() {
|
|
1110
1111
|
return {
|
|
1111
1112
|
triplets: []
|
|
@@ -1183,10 +1184,11 @@ exports.DVVTriplets = {
|
|
|
1183
1184
|
typeUrl: "/cosmos.staking.v1beta1.DVVTriplets",
|
|
1184
1185
|
value: exports.DVVTriplets.encode(message).finish()
|
|
1185
1186
|
};
|
|
1187
|
+
},
|
|
1188
|
+
registerTypeUrl() {
|
|
1189
|
+
exports.DVVTriplet.registerTypeUrl();
|
|
1186
1190
|
}
|
|
1187
1191
|
};
|
|
1188
|
-
registry_1.GlobalDecoderRegistry.register(exports.DVVTriplets.typeUrl, exports.DVVTriplets);
|
|
1189
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.DVVTriplets.aminoType, exports.DVVTriplets.typeUrl);
|
|
1190
1192
|
function createBaseDelegation() {
|
|
1191
1193
|
return {
|
|
1192
1194
|
delegatorAddress: "",
|
|
@@ -1285,10 +1287,9 @@ exports.Delegation = {
|
|
|
1285
1287
|
typeUrl: "/cosmos.staking.v1beta1.Delegation",
|
|
1286
1288
|
value: exports.Delegation.encode(message).finish()
|
|
1287
1289
|
};
|
|
1288
|
-
}
|
|
1290
|
+
},
|
|
1291
|
+
registerTypeUrl() { }
|
|
1289
1292
|
};
|
|
1290
|
-
registry_1.GlobalDecoderRegistry.register(exports.Delegation.typeUrl, exports.Delegation);
|
|
1291
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Delegation.aminoType, exports.Delegation.typeUrl);
|
|
1292
1293
|
function createBaseUnbondingDelegation() {
|
|
1293
1294
|
return {
|
|
1294
1295
|
delegatorAddress: "",
|
|
@@ -1390,10 +1391,11 @@ exports.UnbondingDelegation = {
|
|
|
1390
1391
|
typeUrl: "/cosmos.staking.v1beta1.UnbondingDelegation",
|
|
1391
1392
|
value: exports.UnbondingDelegation.encode(message).finish()
|
|
1392
1393
|
};
|
|
1394
|
+
},
|
|
1395
|
+
registerTypeUrl() {
|
|
1396
|
+
exports.UnbondingDelegationEntry.registerTypeUrl();
|
|
1393
1397
|
}
|
|
1394
1398
|
};
|
|
1395
|
-
registry_1.GlobalDecoderRegistry.register(exports.UnbondingDelegation.typeUrl, exports.UnbondingDelegation);
|
|
1396
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.UnbondingDelegation.aminoType, exports.UnbondingDelegation.typeUrl);
|
|
1397
1399
|
function createBaseUnbondingDelegationEntry() {
|
|
1398
1400
|
return {
|
|
1399
1401
|
creationHeight: BigInt(0),
|
|
@@ -1528,10 +1530,9 @@ exports.UnbondingDelegationEntry = {
|
|
|
1528
1530
|
typeUrl: "/cosmos.staking.v1beta1.UnbondingDelegationEntry",
|
|
1529
1531
|
value: exports.UnbondingDelegationEntry.encode(message).finish()
|
|
1530
1532
|
};
|
|
1531
|
-
}
|
|
1533
|
+
},
|
|
1534
|
+
registerTypeUrl() { }
|
|
1532
1535
|
};
|
|
1533
|
-
registry_1.GlobalDecoderRegistry.register(exports.UnbondingDelegationEntry.typeUrl, exports.UnbondingDelegationEntry);
|
|
1534
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.UnbondingDelegationEntry.aminoType, exports.UnbondingDelegationEntry.typeUrl);
|
|
1535
1536
|
function createBaseRedelegationEntry() {
|
|
1536
1537
|
return {
|
|
1537
1538
|
creationHeight: BigInt(0),
|
|
@@ -1666,10 +1667,9 @@ exports.RedelegationEntry = {
|
|
|
1666
1667
|
typeUrl: "/cosmos.staking.v1beta1.RedelegationEntry",
|
|
1667
1668
|
value: exports.RedelegationEntry.encode(message).finish()
|
|
1668
1669
|
};
|
|
1669
|
-
}
|
|
1670
|
+
},
|
|
1671
|
+
registerTypeUrl() { }
|
|
1670
1672
|
};
|
|
1671
|
-
registry_1.GlobalDecoderRegistry.register(exports.RedelegationEntry.typeUrl, exports.RedelegationEntry);
|
|
1672
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.RedelegationEntry.aminoType, exports.RedelegationEntry.typeUrl);
|
|
1673
1673
|
function createBaseRedelegation() {
|
|
1674
1674
|
return {
|
|
1675
1675
|
delegatorAddress: "",
|
|
@@ -1783,10 +1783,11 @@ exports.Redelegation = {
|
|
|
1783
1783
|
typeUrl: "/cosmos.staking.v1beta1.Redelegation",
|
|
1784
1784
|
value: exports.Redelegation.encode(message).finish()
|
|
1785
1785
|
};
|
|
1786
|
+
},
|
|
1787
|
+
registerTypeUrl() {
|
|
1788
|
+
exports.RedelegationEntry.registerTypeUrl();
|
|
1786
1789
|
}
|
|
1787
1790
|
};
|
|
1788
|
-
registry_1.GlobalDecoderRegistry.register(exports.Redelegation.typeUrl, exports.Redelegation);
|
|
1789
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Redelegation.aminoType, exports.Redelegation.typeUrl);
|
|
1790
1791
|
function createBaseParams() {
|
|
1791
1792
|
return {
|
|
1792
1793
|
unbondingTime: duration_1.Duration.fromPartial({}),
|
|
@@ -1921,10 +1922,9 @@ exports.Params = {
|
|
|
1921
1922
|
typeUrl: "/cosmos.staking.v1beta1.Params",
|
|
1922
1923
|
value: exports.Params.encode(message).finish()
|
|
1923
1924
|
};
|
|
1924
|
-
}
|
|
1925
|
+
},
|
|
1926
|
+
registerTypeUrl() { }
|
|
1925
1927
|
};
|
|
1926
|
-
registry_1.GlobalDecoderRegistry.register(exports.Params.typeUrl, exports.Params);
|
|
1927
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Params.aminoType, exports.Params.typeUrl);
|
|
1928
1928
|
function createBaseDelegationResponse() {
|
|
1929
1929
|
return {
|
|
1930
1930
|
delegation: exports.Delegation.fromPartial({}),
|
|
@@ -2011,10 +2011,12 @@ exports.DelegationResponse = {
|
|
|
2011
2011
|
typeUrl: "/cosmos.staking.v1beta1.DelegationResponse",
|
|
2012
2012
|
value: exports.DelegationResponse.encode(message).finish()
|
|
2013
2013
|
};
|
|
2014
|
+
},
|
|
2015
|
+
registerTypeUrl() {
|
|
2016
|
+
exports.Delegation.registerTypeUrl();
|
|
2017
|
+
coin_1.Coin.registerTypeUrl();
|
|
2014
2018
|
}
|
|
2015
2019
|
};
|
|
2016
|
-
registry_1.GlobalDecoderRegistry.register(exports.DelegationResponse.typeUrl, exports.DelegationResponse);
|
|
2017
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.DelegationResponse.aminoType, exports.DelegationResponse.typeUrl);
|
|
2018
2020
|
function createBaseRedelegationEntryResponse() {
|
|
2019
2021
|
return {
|
|
2020
2022
|
redelegationEntry: exports.RedelegationEntry.fromPartial({}),
|
|
@@ -2101,10 +2103,11 @@ exports.RedelegationEntryResponse = {
|
|
|
2101
2103
|
typeUrl: "/cosmos.staking.v1beta1.RedelegationEntryResponse",
|
|
2102
2104
|
value: exports.RedelegationEntryResponse.encode(message).finish()
|
|
2103
2105
|
};
|
|
2106
|
+
},
|
|
2107
|
+
registerTypeUrl() {
|
|
2108
|
+
exports.RedelegationEntry.registerTypeUrl();
|
|
2104
2109
|
}
|
|
2105
2110
|
};
|
|
2106
|
-
registry_1.GlobalDecoderRegistry.register(exports.RedelegationEntryResponse.typeUrl, exports.RedelegationEntryResponse);
|
|
2107
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.RedelegationEntryResponse.aminoType, exports.RedelegationEntryResponse.typeUrl);
|
|
2108
2111
|
function createBaseRedelegationResponse() {
|
|
2109
2112
|
return {
|
|
2110
2113
|
redelegation: exports.Redelegation.fromPartial({}),
|
|
@@ -2194,10 +2197,12 @@ exports.RedelegationResponse = {
|
|
|
2194
2197
|
typeUrl: "/cosmos.staking.v1beta1.RedelegationResponse",
|
|
2195
2198
|
value: exports.RedelegationResponse.encode(message).finish()
|
|
2196
2199
|
};
|
|
2200
|
+
},
|
|
2201
|
+
registerTypeUrl() {
|
|
2202
|
+
exports.Redelegation.registerTypeUrl();
|
|
2203
|
+
exports.RedelegationEntryResponse.registerTypeUrl();
|
|
2197
2204
|
}
|
|
2198
2205
|
};
|
|
2199
|
-
registry_1.GlobalDecoderRegistry.register(exports.RedelegationResponse.typeUrl, exports.RedelegationResponse);
|
|
2200
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.RedelegationResponse.aminoType, exports.RedelegationResponse.typeUrl);
|
|
2201
2206
|
function createBasePool() {
|
|
2202
2207
|
return {
|
|
2203
2208
|
notBondedTokens: "",
|
|
@@ -2284,10 +2289,9 @@ exports.Pool = {
|
|
|
2284
2289
|
typeUrl: "/cosmos.staking.v1beta1.Pool",
|
|
2285
2290
|
value: exports.Pool.encode(message).finish()
|
|
2286
2291
|
};
|
|
2287
|
-
}
|
|
2292
|
+
},
|
|
2293
|
+
registerTypeUrl() { }
|
|
2288
2294
|
};
|
|
2289
|
-
registry_1.GlobalDecoderRegistry.register(exports.Pool.typeUrl, exports.Pool);
|
|
2290
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Pool.aminoType, exports.Pool.typeUrl);
|
|
2291
2295
|
function createBaseValidatorUpdates() {
|
|
2292
2296
|
return {
|
|
2293
2297
|
updates: []
|
|
@@ -2365,7 +2369,8 @@ exports.ValidatorUpdates = {
|
|
|
2365
2369
|
typeUrl: "/cosmos.staking.v1beta1.ValidatorUpdates",
|
|
2366
2370
|
value: exports.ValidatorUpdates.encode(message).finish()
|
|
2367
2371
|
};
|
|
2372
|
+
},
|
|
2373
|
+
registerTypeUrl() {
|
|
2374
|
+
types_2.ValidatorUpdate.registerTypeUrl();
|
|
2368
2375
|
}
|
|
2369
2376
|
};
|
|
2370
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorUpdates.typeUrl, exports.ValidatorUpdates);
|
|
2371
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorUpdates.aminoType, exports.ValidatorUpdates.typeUrl);
|
|
@@ -379,6 +379,7 @@ export declare const MsgCreateValidator: {
|
|
|
379
379
|
fromProtoMsg(message: MsgCreateValidatorProtoMsg): MsgCreateValidator;
|
|
380
380
|
toProto(message: MsgCreateValidator): Uint8Array;
|
|
381
381
|
toProtoMsg(message: MsgCreateValidator): MsgCreateValidatorProtoMsg;
|
|
382
|
+
registerTypeUrl(): void;
|
|
382
383
|
};
|
|
383
384
|
export declare const MsgCreateValidatorResponse: {
|
|
384
385
|
typeUrl: string;
|
|
@@ -395,6 +396,7 @@ export declare const MsgCreateValidatorResponse: {
|
|
|
395
396
|
fromProtoMsg(message: MsgCreateValidatorResponseProtoMsg): MsgCreateValidatorResponse;
|
|
396
397
|
toProto(message: MsgCreateValidatorResponse): Uint8Array;
|
|
397
398
|
toProtoMsg(message: MsgCreateValidatorResponse): MsgCreateValidatorResponseProtoMsg;
|
|
399
|
+
registerTypeUrl(): void;
|
|
398
400
|
};
|
|
399
401
|
export declare const MsgEditValidator: {
|
|
400
402
|
typeUrl: string;
|
|
@@ -411,6 +413,7 @@ export declare const MsgEditValidator: {
|
|
|
411
413
|
fromProtoMsg(message: MsgEditValidatorProtoMsg): MsgEditValidator;
|
|
412
414
|
toProto(message: MsgEditValidator): Uint8Array;
|
|
413
415
|
toProtoMsg(message: MsgEditValidator): MsgEditValidatorProtoMsg;
|
|
416
|
+
registerTypeUrl(): void;
|
|
414
417
|
};
|
|
415
418
|
export declare const MsgEditValidatorResponse: {
|
|
416
419
|
typeUrl: string;
|
|
@@ -427,6 +430,7 @@ export declare const MsgEditValidatorResponse: {
|
|
|
427
430
|
fromProtoMsg(message: MsgEditValidatorResponseProtoMsg): MsgEditValidatorResponse;
|
|
428
431
|
toProto(message: MsgEditValidatorResponse): Uint8Array;
|
|
429
432
|
toProtoMsg(message: MsgEditValidatorResponse): MsgEditValidatorResponseProtoMsg;
|
|
433
|
+
registerTypeUrl(): void;
|
|
430
434
|
};
|
|
431
435
|
export declare const MsgDelegate: {
|
|
432
436
|
typeUrl: string;
|
|
@@ -443,6 +447,7 @@ export declare const MsgDelegate: {
|
|
|
443
447
|
fromProtoMsg(message: MsgDelegateProtoMsg): MsgDelegate;
|
|
444
448
|
toProto(message: MsgDelegate): Uint8Array;
|
|
445
449
|
toProtoMsg(message: MsgDelegate): MsgDelegateProtoMsg;
|
|
450
|
+
registerTypeUrl(): void;
|
|
446
451
|
};
|
|
447
452
|
export declare const MsgDelegateResponse: {
|
|
448
453
|
typeUrl: string;
|
|
@@ -459,6 +464,7 @@ export declare const MsgDelegateResponse: {
|
|
|
459
464
|
fromProtoMsg(message: MsgDelegateResponseProtoMsg): MsgDelegateResponse;
|
|
460
465
|
toProto(message: MsgDelegateResponse): Uint8Array;
|
|
461
466
|
toProtoMsg(message: MsgDelegateResponse): MsgDelegateResponseProtoMsg;
|
|
467
|
+
registerTypeUrl(): void;
|
|
462
468
|
};
|
|
463
469
|
export declare const MsgBeginRedelegate: {
|
|
464
470
|
typeUrl: string;
|
|
@@ -475,6 +481,7 @@ export declare const MsgBeginRedelegate: {
|
|
|
475
481
|
fromProtoMsg(message: MsgBeginRedelegateProtoMsg): MsgBeginRedelegate;
|
|
476
482
|
toProto(message: MsgBeginRedelegate): Uint8Array;
|
|
477
483
|
toProtoMsg(message: MsgBeginRedelegate): MsgBeginRedelegateProtoMsg;
|
|
484
|
+
registerTypeUrl(): void;
|
|
478
485
|
};
|
|
479
486
|
export declare const MsgBeginRedelegateResponse: {
|
|
480
487
|
typeUrl: string;
|
|
@@ -491,6 +498,7 @@ export declare const MsgBeginRedelegateResponse: {
|
|
|
491
498
|
fromProtoMsg(message: MsgBeginRedelegateResponseProtoMsg): MsgBeginRedelegateResponse;
|
|
492
499
|
toProto(message: MsgBeginRedelegateResponse): Uint8Array;
|
|
493
500
|
toProtoMsg(message: MsgBeginRedelegateResponse): MsgBeginRedelegateResponseProtoMsg;
|
|
501
|
+
registerTypeUrl(): void;
|
|
494
502
|
};
|
|
495
503
|
export declare const MsgUndelegate: {
|
|
496
504
|
typeUrl: string;
|
|
@@ -507,6 +515,7 @@ export declare const MsgUndelegate: {
|
|
|
507
515
|
fromProtoMsg(message: MsgUndelegateProtoMsg): MsgUndelegate;
|
|
508
516
|
toProto(message: MsgUndelegate): Uint8Array;
|
|
509
517
|
toProtoMsg(message: MsgUndelegate): MsgUndelegateProtoMsg;
|
|
518
|
+
registerTypeUrl(): void;
|
|
510
519
|
};
|
|
511
520
|
export declare const MsgUndelegateResponse: {
|
|
512
521
|
typeUrl: string;
|
|
@@ -523,6 +532,7 @@ export declare const MsgUndelegateResponse: {
|
|
|
523
532
|
fromProtoMsg(message: MsgUndelegateResponseProtoMsg): MsgUndelegateResponse;
|
|
524
533
|
toProto(message: MsgUndelegateResponse): Uint8Array;
|
|
525
534
|
toProtoMsg(message: MsgUndelegateResponse): MsgUndelegateResponseProtoMsg;
|
|
535
|
+
registerTypeUrl(): void;
|
|
526
536
|
};
|
|
527
537
|
export declare const MsgCancelUnbondingDelegation: {
|
|
528
538
|
typeUrl: string;
|
|
@@ -539,6 +549,7 @@ export declare const MsgCancelUnbondingDelegation: {
|
|
|
539
549
|
fromProtoMsg(message: MsgCancelUnbondingDelegationProtoMsg): MsgCancelUnbondingDelegation;
|
|
540
550
|
toProto(message: MsgCancelUnbondingDelegation): Uint8Array;
|
|
541
551
|
toProtoMsg(message: MsgCancelUnbondingDelegation): MsgCancelUnbondingDelegationProtoMsg;
|
|
552
|
+
registerTypeUrl(): void;
|
|
542
553
|
};
|
|
543
554
|
export declare const MsgCancelUnbondingDelegationResponse: {
|
|
544
555
|
typeUrl: string;
|
|
@@ -555,6 +566,7 @@ export declare const MsgCancelUnbondingDelegationResponse: {
|
|
|
555
566
|
fromProtoMsg(message: MsgCancelUnbondingDelegationResponseProtoMsg): MsgCancelUnbondingDelegationResponse;
|
|
556
567
|
toProto(message: MsgCancelUnbondingDelegationResponse): Uint8Array;
|
|
557
568
|
toProtoMsg(message: MsgCancelUnbondingDelegationResponse): MsgCancelUnbondingDelegationResponseProtoMsg;
|
|
569
|
+
registerTypeUrl(): void;
|
|
558
570
|
};
|
|
559
571
|
export declare const MsgUpdateParams: {
|
|
560
572
|
typeUrl: string;
|
|
@@ -571,6 +583,7 @@ export declare const MsgUpdateParams: {
|
|
|
571
583
|
fromProtoMsg(message: MsgUpdateParamsProtoMsg): MsgUpdateParams;
|
|
572
584
|
toProto(message: MsgUpdateParams): Uint8Array;
|
|
573
585
|
toProtoMsg(message: MsgUpdateParams): MsgUpdateParamsProtoMsg;
|
|
586
|
+
registerTypeUrl(): void;
|
|
574
587
|
};
|
|
575
588
|
export declare const MsgUpdateParamsResponse: {
|
|
576
589
|
typeUrl: string;
|
|
@@ -587,4 +600,5 @@ export declare const MsgUpdateParamsResponse: {
|
|
|
587
600
|
fromProtoMsg(message: MsgUpdateParamsResponseProtoMsg): MsgUpdateParamsResponse;
|
|
588
601
|
toProto(message: MsgUpdateParamsResponse): Uint8Array;
|
|
589
602
|
toProtoMsg(message: MsgUpdateParamsResponse): MsgUpdateParamsResponseProtoMsg;
|
|
603
|
+
registerTypeUrl(): void;
|
|
590
604
|
};
|