injectivejs 1.6.4 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +230 -24
- 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 +4 -1
- 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
- package/cosmos/client.d.ts +0 -13
- package/cosmos/client.js +0 -59
- package/cosmwasm/client.d.ts +0 -16
- package/cosmwasm/client.js +0 -53
- package/esm/cosmos/client.js +0 -31
- package/esm/cosmwasm/client.js +0 -25
- package/esm/ibc/client.js +0 -28
- package/esm/injective/client.js +0 -33
- package/ibc/client.d.ts +0 -16
- package/ibc/client.js +0 -56
- package/injective/client.d.ts +0 -16
- package/injective/client.js +0 -61
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DecProto = exports.IntProto = exports.DecCoin = exports.Coin = void 0;
|
|
4
4
|
const binary_1 = require("../../../binary");
|
|
5
|
-
const registry_1 = require("../../../registry");
|
|
6
5
|
function createBaseCoin() {
|
|
7
6
|
return {
|
|
8
7
|
denom: "",
|
|
@@ -89,10 +88,9 @@ exports.Coin = {
|
|
|
89
88
|
typeUrl: "/cosmos.base.v1beta1.Coin",
|
|
90
89
|
value: exports.Coin.encode(message).finish()
|
|
91
90
|
};
|
|
92
|
-
}
|
|
91
|
+
},
|
|
92
|
+
registerTypeUrl() { }
|
|
93
93
|
};
|
|
94
|
-
registry_1.GlobalDecoderRegistry.register(exports.Coin.typeUrl, exports.Coin);
|
|
95
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Coin.aminoType, exports.Coin.typeUrl);
|
|
96
94
|
function createBaseDecCoin() {
|
|
97
95
|
return {
|
|
98
96
|
denom: "",
|
|
@@ -179,10 +177,9 @@ exports.DecCoin = {
|
|
|
179
177
|
typeUrl: "/cosmos.base.v1beta1.DecCoin",
|
|
180
178
|
value: exports.DecCoin.encode(message).finish()
|
|
181
179
|
};
|
|
182
|
-
}
|
|
180
|
+
},
|
|
181
|
+
registerTypeUrl() { }
|
|
183
182
|
};
|
|
184
|
-
registry_1.GlobalDecoderRegistry.register(exports.DecCoin.typeUrl, exports.DecCoin);
|
|
185
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.DecCoin.aminoType, exports.DecCoin.typeUrl);
|
|
186
183
|
function createBaseIntProto() {
|
|
187
184
|
return {
|
|
188
185
|
int: ""
|
|
@@ -257,10 +254,9 @@ exports.IntProto = {
|
|
|
257
254
|
typeUrl: "/cosmos.base.v1beta1.IntProto",
|
|
258
255
|
value: exports.IntProto.encode(message).finish()
|
|
259
256
|
};
|
|
260
|
-
}
|
|
257
|
+
},
|
|
258
|
+
registerTypeUrl() { }
|
|
261
259
|
};
|
|
262
|
-
registry_1.GlobalDecoderRegistry.register(exports.IntProto.typeUrl, exports.IntProto);
|
|
263
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.IntProto.aminoType, exports.IntProto.typeUrl);
|
|
264
260
|
function createBaseDecProto() {
|
|
265
261
|
return {
|
|
266
262
|
dec: ""
|
|
@@ -335,7 +331,6 @@ exports.DecProto = {
|
|
|
335
331
|
typeUrl: "/cosmos.base.v1beta1.DecProto",
|
|
336
332
|
value: exports.DecProto.encode(message).finish()
|
|
337
333
|
};
|
|
338
|
-
}
|
|
334
|
+
},
|
|
335
|
+
registerTypeUrl() { }
|
|
339
336
|
};
|
|
340
|
-
registry_1.GlobalDecoderRegistry.register(exports.DecProto.typeUrl, exports.DecProto);
|
|
341
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.DecProto.aminoType, exports.DecProto.typeUrl);
|
|
@@ -65,6 +65,7 @@ export declare const PubKey: {
|
|
|
65
65
|
fromProtoMsg(message: PubKeyProtoMsg): PubKey;
|
|
66
66
|
toProto(message: PubKey): Uint8Array;
|
|
67
67
|
toProtoMsg(message: PubKey): PubKeyProtoMsg;
|
|
68
|
+
registerTypeUrl(): void;
|
|
68
69
|
};
|
|
69
70
|
export declare const PrivKey: {
|
|
70
71
|
typeUrl: string;
|
|
@@ -81,4 +82,5 @@ export declare const PrivKey: {
|
|
|
81
82
|
fromProtoMsg(message: PrivKeyProtoMsg): PrivKey;
|
|
82
83
|
toProto(message: PrivKey): Uint8Array;
|
|
83
84
|
toProtoMsg(message: PrivKey): PrivKeyProtoMsg;
|
|
85
|
+
registerTypeUrl(): void;
|
|
84
86
|
};
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.PrivKey = exports.PubKey = void 0;
|
|
4
4
|
const binary_1 = require("../../../binary");
|
|
5
5
|
const helpers_1 = require("../../../helpers");
|
|
6
|
-
const registry_1 = require("../../../registry");
|
|
7
6
|
function createBasePubKey() {
|
|
8
7
|
return {
|
|
9
8
|
key: new Uint8Array()
|
|
@@ -78,10 +77,9 @@ exports.PubKey = {
|
|
|
78
77
|
typeUrl: "/cosmos.crypto.ed25519.PubKey",
|
|
79
78
|
value: exports.PubKey.encode(message).finish()
|
|
80
79
|
};
|
|
81
|
-
}
|
|
80
|
+
},
|
|
81
|
+
registerTypeUrl() { }
|
|
82
82
|
};
|
|
83
|
-
registry_1.GlobalDecoderRegistry.register(exports.PubKey.typeUrl, exports.PubKey);
|
|
84
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.PubKey.aminoType, exports.PubKey.typeUrl);
|
|
85
83
|
function createBasePrivKey() {
|
|
86
84
|
return {
|
|
87
85
|
key: new Uint8Array()
|
|
@@ -156,7 +154,6 @@ exports.PrivKey = {
|
|
|
156
154
|
typeUrl: "/cosmos.crypto.ed25519.PrivKey",
|
|
157
155
|
value: exports.PrivKey.encode(message).finish()
|
|
158
156
|
};
|
|
159
|
-
}
|
|
157
|
+
},
|
|
158
|
+
registerTypeUrl() { }
|
|
160
159
|
};
|
|
161
|
-
registry_1.GlobalDecoderRegistry.register(exports.PrivKey.typeUrl, exports.PrivKey);
|
|
162
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.PrivKey.aminoType, exports.PrivKey.typeUrl);
|
|
@@ -67,6 +67,7 @@ export declare const MultiSignature: {
|
|
|
67
67
|
fromProtoMsg(message: MultiSignatureProtoMsg): MultiSignature;
|
|
68
68
|
toProto(message: MultiSignature): Uint8Array;
|
|
69
69
|
toProtoMsg(message: MultiSignature): MultiSignatureProtoMsg;
|
|
70
|
+
registerTypeUrl(): void;
|
|
70
71
|
};
|
|
71
72
|
export declare const CompactBitArray: {
|
|
72
73
|
typeUrl: string;
|
|
@@ -83,4 +84,5 @@ export declare const CompactBitArray: {
|
|
|
83
84
|
fromProtoMsg(message: CompactBitArrayProtoMsg): CompactBitArray;
|
|
84
85
|
toProto(message: CompactBitArray): Uint8Array;
|
|
85
86
|
toProtoMsg(message: CompactBitArray): CompactBitArrayProtoMsg;
|
|
87
|
+
registerTypeUrl(): void;
|
|
86
88
|
};
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CompactBitArray = exports.MultiSignature = void 0;
|
|
4
4
|
const binary_1 = require("../../../../binary");
|
|
5
5
|
const helpers_1 = require("../../../../helpers");
|
|
6
|
-
const registry_1 = require("../../../../registry");
|
|
7
6
|
function createBaseMultiSignature() {
|
|
8
7
|
return {
|
|
9
8
|
signatures: []
|
|
@@ -81,10 +80,9 @@ exports.MultiSignature = {
|
|
|
81
80
|
typeUrl: "/cosmos.crypto.multisig.v1beta1.MultiSignature",
|
|
82
81
|
value: exports.MultiSignature.encode(message).finish()
|
|
83
82
|
};
|
|
84
|
-
}
|
|
83
|
+
},
|
|
84
|
+
registerTypeUrl() { }
|
|
85
85
|
};
|
|
86
|
-
registry_1.GlobalDecoderRegistry.register(exports.MultiSignature.typeUrl, exports.MultiSignature);
|
|
87
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MultiSignature.aminoType, exports.MultiSignature.typeUrl);
|
|
88
86
|
function createBaseCompactBitArray() {
|
|
89
87
|
return {
|
|
90
88
|
extraBitsStored: 0,
|
|
@@ -171,7 +169,6 @@ exports.CompactBitArray = {
|
|
|
171
169
|
typeUrl: "/cosmos.crypto.multisig.v1beta1.CompactBitArray",
|
|
172
170
|
value: exports.CompactBitArray.encode(message).finish()
|
|
173
171
|
};
|
|
174
|
-
}
|
|
172
|
+
},
|
|
173
|
+
registerTypeUrl() { }
|
|
175
174
|
};
|
|
176
|
-
registry_1.GlobalDecoderRegistry.register(exports.CompactBitArray.typeUrl, exports.CompactBitArray);
|
|
177
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CompactBitArray.aminoType, exports.CompactBitArray.typeUrl);
|
|
@@ -59,6 +59,7 @@ export declare const PubKey: {
|
|
|
59
59
|
fromProtoMsg(message: PubKeyProtoMsg): PubKey;
|
|
60
60
|
toProto(message: PubKey): Uint8Array;
|
|
61
61
|
toProtoMsg(message: PubKey): PubKeyProtoMsg;
|
|
62
|
+
registerTypeUrl(): void;
|
|
62
63
|
};
|
|
63
64
|
export declare const PrivKey: {
|
|
64
65
|
typeUrl: string;
|
|
@@ -75,4 +76,5 @@ export declare const PrivKey: {
|
|
|
75
76
|
fromProtoMsg(message: PrivKeyProtoMsg): PrivKey;
|
|
76
77
|
toProto(message: PrivKey): Uint8Array;
|
|
77
78
|
toProtoMsg(message: PrivKey): PrivKeyProtoMsg;
|
|
79
|
+
registerTypeUrl(): void;
|
|
78
80
|
};
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.PrivKey = exports.PubKey = void 0;
|
|
4
4
|
const binary_1 = require("../../../binary");
|
|
5
5
|
const helpers_1 = require("../../../helpers");
|
|
6
|
-
const registry_1 = require("../../../registry");
|
|
7
6
|
function createBasePubKey() {
|
|
8
7
|
return {
|
|
9
8
|
key: new Uint8Array()
|
|
@@ -78,10 +77,9 @@ exports.PubKey = {
|
|
|
78
77
|
typeUrl: "/cosmos.crypto.secp256k1.PubKey",
|
|
79
78
|
value: exports.PubKey.encode(message).finish()
|
|
80
79
|
};
|
|
81
|
-
}
|
|
80
|
+
},
|
|
81
|
+
registerTypeUrl() { }
|
|
82
82
|
};
|
|
83
|
-
registry_1.GlobalDecoderRegistry.register(exports.PubKey.typeUrl, exports.PubKey);
|
|
84
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.PubKey.aminoType, exports.PubKey.typeUrl);
|
|
85
83
|
function createBasePrivKey() {
|
|
86
84
|
return {
|
|
87
85
|
key: new Uint8Array()
|
|
@@ -156,7 +154,6 @@ exports.PrivKey = {
|
|
|
156
154
|
typeUrl: "/cosmos.crypto.secp256k1.PrivKey",
|
|
157
155
|
value: exports.PrivKey.encode(message).finish()
|
|
158
156
|
};
|
|
159
|
-
}
|
|
157
|
+
},
|
|
158
|
+
registerTypeUrl() { }
|
|
160
159
|
};
|
|
161
|
-
registry_1.GlobalDecoderRegistry.register(exports.PrivKey.typeUrl, exports.PrivKey);
|
|
162
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.PrivKey.aminoType, exports.PrivKey.typeUrl);
|
|
@@ -57,6 +57,7 @@ export declare const PubKey: {
|
|
|
57
57
|
fromProtoMsg(message: PubKeyProtoMsg): PubKey;
|
|
58
58
|
toProto(message: PubKey): Uint8Array;
|
|
59
59
|
toProtoMsg(message: PubKey): PubKeyProtoMsg;
|
|
60
|
+
registerTypeUrl(): void;
|
|
60
61
|
};
|
|
61
62
|
export declare const PrivKey: {
|
|
62
63
|
typeUrl: string;
|
|
@@ -73,4 +74,5 @@ export declare const PrivKey: {
|
|
|
73
74
|
fromProtoMsg(message: PrivKeyProtoMsg): PrivKey;
|
|
74
75
|
toProto(message: PrivKey): Uint8Array;
|
|
75
76
|
toProtoMsg(message: PrivKey): PrivKeyProtoMsg;
|
|
77
|
+
registerTypeUrl(): void;
|
|
76
78
|
};
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.PrivKey = exports.PubKey = void 0;
|
|
4
4
|
const binary_1 = require("../../../binary");
|
|
5
5
|
const helpers_1 = require("../../../helpers");
|
|
6
|
-
const registry_1 = require("../../../registry");
|
|
7
6
|
function createBasePubKey() {
|
|
8
7
|
return {
|
|
9
8
|
key: new Uint8Array()
|
|
@@ -78,10 +77,9 @@ exports.PubKey = {
|
|
|
78
77
|
typeUrl: "/cosmos.crypto.secp256r1.PubKey",
|
|
79
78
|
value: exports.PubKey.encode(message).finish()
|
|
80
79
|
};
|
|
81
|
-
}
|
|
80
|
+
},
|
|
81
|
+
registerTypeUrl() { }
|
|
82
82
|
};
|
|
83
|
-
registry_1.GlobalDecoderRegistry.register(exports.PubKey.typeUrl, exports.PubKey);
|
|
84
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.PubKey.aminoType, exports.PubKey.typeUrl);
|
|
85
83
|
function createBasePrivKey() {
|
|
86
84
|
return {
|
|
87
85
|
secret: new Uint8Array()
|
|
@@ -156,7 +154,6 @@ exports.PrivKey = {
|
|
|
156
154
|
typeUrl: "/cosmos.crypto.secp256r1.PrivKey",
|
|
157
155
|
value: exports.PrivKey.encode(message).finish()
|
|
158
156
|
};
|
|
159
|
-
}
|
|
157
|
+
},
|
|
158
|
+
registerTypeUrl() { }
|
|
160
159
|
};
|
|
161
|
-
registry_1.GlobalDecoderRegistry.register(exports.PrivKey.typeUrl, exports.PrivKey);
|
|
162
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.PrivKey.aminoType, exports.PrivKey.typeUrl);
|
|
@@ -362,6 +362,7 @@ export declare const Params: {
|
|
|
362
362
|
fromProtoMsg(message: ParamsProtoMsg): Params;
|
|
363
363
|
toProto(message: Params): Uint8Array;
|
|
364
364
|
toProtoMsg(message: Params): ParamsProtoMsg;
|
|
365
|
+
registerTypeUrl(): void;
|
|
365
366
|
};
|
|
366
367
|
export declare const ValidatorHistoricalRewards: {
|
|
367
368
|
typeUrl: string;
|
|
@@ -378,6 +379,7 @@ export declare const ValidatorHistoricalRewards: {
|
|
|
378
379
|
fromProtoMsg(message: ValidatorHistoricalRewardsProtoMsg): ValidatorHistoricalRewards;
|
|
379
380
|
toProto(message: ValidatorHistoricalRewards): Uint8Array;
|
|
380
381
|
toProtoMsg(message: ValidatorHistoricalRewards): ValidatorHistoricalRewardsProtoMsg;
|
|
382
|
+
registerTypeUrl(): void;
|
|
381
383
|
};
|
|
382
384
|
export declare const ValidatorCurrentRewards: {
|
|
383
385
|
typeUrl: string;
|
|
@@ -394,6 +396,7 @@ export declare const ValidatorCurrentRewards: {
|
|
|
394
396
|
fromProtoMsg(message: ValidatorCurrentRewardsProtoMsg): ValidatorCurrentRewards;
|
|
395
397
|
toProto(message: ValidatorCurrentRewards): Uint8Array;
|
|
396
398
|
toProtoMsg(message: ValidatorCurrentRewards): ValidatorCurrentRewardsProtoMsg;
|
|
399
|
+
registerTypeUrl(): void;
|
|
397
400
|
};
|
|
398
401
|
export declare const ValidatorAccumulatedCommission: {
|
|
399
402
|
typeUrl: string;
|
|
@@ -410,6 +413,7 @@ export declare const ValidatorAccumulatedCommission: {
|
|
|
410
413
|
fromProtoMsg(message: ValidatorAccumulatedCommissionProtoMsg): ValidatorAccumulatedCommission;
|
|
411
414
|
toProto(message: ValidatorAccumulatedCommission): Uint8Array;
|
|
412
415
|
toProtoMsg(message: ValidatorAccumulatedCommission): ValidatorAccumulatedCommissionProtoMsg;
|
|
416
|
+
registerTypeUrl(): void;
|
|
413
417
|
};
|
|
414
418
|
export declare const ValidatorOutstandingRewards: {
|
|
415
419
|
typeUrl: string;
|
|
@@ -426,6 +430,7 @@ export declare const ValidatorOutstandingRewards: {
|
|
|
426
430
|
fromProtoMsg(message: ValidatorOutstandingRewardsProtoMsg): ValidatorOutstandingRewards;
|
|
427
431
|
toProto(message: ValidatorOutstandingRewards): Uint8Array;
|
|
428
432
|
toProtoMsg(message: ValidatorOutstandingRewards): ValidatorOutstandingRewardsProtoMsg;
|
|
433
|
+
registerTypeUrl(): void;
|
|
429
434
|
};
|
|
430
435
|
export declare const ValidatorSlashEvent: {
|
|
431
436
|
typeUrl: string;
|
|
@@ -442,6 +447,7 @@ export declare const ValidatorSlashEvent: {
|
|
|
442
447
|
fromProtoMsg(message: ValidatorSlashEventProtoMsg): ValidatorSlashEvent;
|
|
443
448
|
toProto(message: ValidatorSlashEvent): Uint8Array;
|
|
444
449
|
toProtoMsg(message: ValidatorSlashEvent): ValidatorSlashEventProtoMsg;
|
|
450
|
+
registerTypeUrl(): void;
|
|
445
451
|
};
|
|
446
452
|
export declare const ValidatorSlashEvents: {
|
|
447
453
|
typeUrl: string;
|
|
@@ -458,6 +464,7 @@ export declare const ValidatorSlashEvents: {
|
|
|
458
464
|
fromProtoMsg(message: ValidatorSlashEventsProtoMsg): ValidatorSlashEvents;
|
|
459
465
|
toProto(message: ValidatorSlashEvents): Uint8Array;
|
|
460
466
|
toProtoMsg(message: ValidatorSlashEvents): ValidatorSlashEventsProtoMsg;
|
|
467
|
+
registerTypeUrl(): void;
|
|
461
468
|
};
|
|
462
469
|
export declare const FeePool: {
|
|
463
470
|
typeUrl: string;
|
|
@@ -474,6 +481,7 @@ export declare const FeePool: {
|
|
|
474
481
|
fromProtoMsg(message: FeePoolProtoMsg): FeePool;
|
|
475
482
|
toProto(message: FeePool): Uint8Array;
|
|
476
483
|
toProtoMsg(message: FeePool): FeePoolProtoMsg;
|
|
484
|
+
registerTypeUrl(): void;
|
|
477
485
|
};
|
|
478
486
|
export declare const CommunityPoolSpendProposal: {
|
|
479
487
|
typeUrl: string;
|
|
@@ -490,6 +498,7 @@ export declare const CommunityPoolSpendProposal: {
|
|
|
490
498
|
fromProtoMsg(message: CommunityPoolSpendProposalProtoMsg): CommunityPoolSpendProposal;
|
|
491
499
|
toProto(message: CommunityPoolSpendProposal): Uint8Array;
|
|
492
500
|
toProtoMsg(message: CommunityPoolSpendProposal): CommunityPoolSpendProposalProtoMsg;
|
|
501
|
+
registerTypeUrl(): void;
|
|
493
502
|
};
|
|
494
503
|
export declare const DelegatorStartingInfo: {
|
|
495
504
|
typeUrl: string;
|
|
@@ -506,6 +515,7 @@ export declare const DelegatorStartingInfo: {
|
|
|
506
515
|
fromProtoMsg(message: DelegatorStartingInfoProtoMsg): DelegatorStartingInfo;
|
|
507
516
|
toProto(message: DelegatorStartingInfo): Uint8Array;
|
|
508
517
|
toProtoMsg(message: DelegatorStartingInfo): DelegatorStartingInfoProtoMsg;
|
|
518
|
+
registerTypeUrl(): void;
|
|
509
519
|
};
|
|
510
520
|
export declare const DelegationDelegatorReward: {
|
|
511
521
|
typeUrl: string;
|
|
@@ -522,6 +532,7 @@ export declare const DelegationDelegatorReward: {
|
|
|
522
532
|
fromProtoMsg(message: DelegationDelegatorRewardProtoMsg): DelegationDelegatorReward;
|
|
523
533
|
toProto(message: DelegationDelegatorReward): Uint8Array;
|
|
524
534
|
toProtoMsg(message: DelegationDelegatorReward): DelegationDelegatorRewardProtoMsg;
|
|
535
|
+
registerTypeUrl(): void;
|
|
525
536
|
};
|
|
526
537
|
export declare const CommunityPoolSpendProposalWithDeposit: {
|
|
527
538
|
typeUrl: string;
|
|
@@ -538,4 +549,5 @@ export declare const CommunityPoolSpendProposalWithDeposit: {
|
|
|
538
549
|
fromProtoMsg(message: CommunityPoolSpendProposalWithDepositProtoMsg): CommunityPoolSpendProposalWithDeposit;
|
|
539
550
|
toProto(message: CommunityPoolSpendProposalWithDeposit): Uint8Array;
|
|
540
551
|
toProtoMsg(message: CommunityPoolSpendProposalWithDeposit): CommunityPoolSpendProposalWithDepositProtoMsg;
|
|
552
|
+
registerTypeUrl(): void;
|
|
541
553
|
};
|
|
@@ -114,10 +114,9 @@ exports.Params = {
|
|
|
114
114
|
typeUrl: "/cosmos.distribution.v1beta1.Params",
|
|
115
115
|
value: exports.Params.encode(message).finish()
|
|
116
116
|
};
|
|
117
|
-
}
|
|
117
|
+
},
|
|
118
|
+
registerTypeUrl() { }
|
|
118
119
|
};
|
|
119
|
-
registry_1.GlobalDecoderRegistry.register(exports.Params.typeUrl, exports.Params);
|
|
120
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Params.aminoType, exports.Params.typeUrl);
|
|
121
120
|
function createBaseValidatorHistoricalRewards() {
|
|
122
121
|
return {
|
|
123
122
|
cumulativeRewardRatio: [],
|
|
@@ -207,10 +206,11 @@ exports.ValidatorHistoricalRewards = {
|
|
|
207
206
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorHistoricalRewards",
|
|
208
207
|
value: exports.ValidatorHistoricalRewards.encode(message).finish()
|
|
209
208
|
};
|
|
209
|
+
},
|
|
210
|
+
registerTypeUrl() {
|
|
211
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
210
212
|
}
|
|
211
213
|
};
|
|
212
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorHistoricalRewards.typeUrl, exports.ValidatorHistoricalRewards);
|
|
213
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorHistoricalRewards.aminoType, exports.ValidatorHistoricalRewards.typeUrl);
|
|
214
214
|
function createBaseValidatorCurrentRewards() {
|
|
215
215
|
return {
|
|
216
216
|
rewards: [],
|
|
@@ -300,10 +300,11 @@ exports.ValidatorCurrentRewards = {
|
|
|
300
300
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorCurrentRewards",
|
|
301
301
|
value: exports.ValidatorCurrentRewards.encode(message).finish()
|
|
302
302
|
};
|
|
303
|
+
},
|
|
304
|
+
registerTypeUrl() {
|
|
305
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
303
306
|
}
|
|
304
307
|
};
|
|
305
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorCurrentRewards.typeUrl, exports.ValidatorCurrentRewards);
|
|
306
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorCurrentRewards.aminoType, exports.ValidatorCurrentRewards.typeUrl);
|
|
307
308
|
function createBaseValidatorAccumulatedCommission() {
|
|
308
309
|
return {
|
|
309
310
|
commission: []
|
|
@@ -381,10 +382,11 @@ exports.ValidatorAccumulatedCommission = {
|
|
|
381
382
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorAccumulatedCommission",
|
|
382
383
|
value: exports.ValidatorAccumulatedCommission.encode(message).finish()
|
|
383
384
|
};
|
|
385
|
+
},
|
|
386
|
+
registerTypeUrl() {
|
|
387
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
384
388
|
}
|
|
385
389
|
};
|
|
386
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorAccumulatedCommission.typeUrl, exports.ValidatorAccumulatedCommission);
|
|
387
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorAccumulatedCommission.aminoType, exports.ValidatorAccumulatedCommission.typeUrl);
|
|
388
390
|
function createBaseValidatorOutstandingRewards() {
|
|
389
391
|
return {
|
|
390
392
|
rewards: []
|
|
@@ -462,10 +464,11 @@ exports.ValidatorOutstandingRewards = {
|
|
|
462
464
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorOutstandingRewards",
|
|
463
465
|
value: exports.ValidatorOutstandingRewards.encode(message).finish()
|
|
464
466
|
};
|
|
467
|
+
},
|
|
468
|
+
registerTypeUrl() {
|
|
469
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
465
470
|
}
|
|
466
471
|
};
|
|
467
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorOutstandingRewards.typeUrl, exports.ValidatorOutstandingRewards);
|
|
468
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorOutstandingRewards.aminoType, exports.ValidatorOutstandingRewards.typeUrl);
|
|
469
472
|
function createBaseValidatorSlashEvent() {
|
|
470
473
|
return {
|
|
471
474
|
validatorPeriod: BigInt(0),
|
|
@@ -552,10 +555,9 @@ exports.ValidatorSlashEvent = {
|
|
|
552
555
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorSlashEvent",
|
|
553
556
|
value: exports.ValidatorSlashEvent.encode(message).finish()
|
|
554
557
|
};
|
|
555
|
-
}
|
|
558
|
+
},
|
|
559
|
+
registerTypeUrl() { }
|
|
556
560
|
};
|
|
557
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorSlashEvent.typeUrl, exports.ValidatorSlashEvent);
|
|
558
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorSlashEvent.aminoType, exports.ValidatorSlashEvent.typeUrl);
|
|
559
561
|
function createBaseValidatorSlashEvents() {
|
|
560
562
|
return {
|
|
561
563
|
validatorSlashEvents: []
|
|
@@ -633,10 +635,11 @@ exports.ValidatorSlashEvents = {
|
|
|
633
635
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorSlashEvents",
|
|
634
636
|
value: exports.ValidatorSlashEvents.encode(message).finish()
|
|
635
637
|
};
|
|
638
|
+
},
|
|
639
|
+
registerTypeUrl() {
|
|
640
|
+
exports.ValidatorSlashEvent.registerTypeUrl();
|
|
636
641
|
}
|
|
637
642
|
};
|
|
638
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorSlashEvents.typeUrl, exports.ValidatorSlashEvents);
|
|
639
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorSlashEvents.aminoType, exports.ValidatorSlashEvents.typeUrl);
|
|
640
643
|
function createBaseFeePool() {
|
|
641
644
|
return {
|
|
642
645
|
communityPool: []
|
|
@@ -714,10 +717,11 @@ exports.FeePool = {
|
|
|
714
717
|
typeUrl: "/cosmos.distribution.v1beta1.FeePool",
|
|
715
718
|
value: exports.FeePool.encode(message).finish()
|
|
716
719
|
};
|
|
720
|
+
},
|
|
721
|
+
registerTypeUrl() {
|
|
722
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
717
723
|
}
|
|
718
724
|
};
|
|
719
|
-
registry_1.GlobalDecoderRegistry.register(exports.FeePool.typeUrl, exports.FeePool);
|
|
720
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.FeePool.aminoType, exports.FeePool.typeUrl);
|
|
721
725
|
function createBaseCommunityPoolSpendProposal() {
|
|
722
726
|
return {
|
|
723
727
|
title: "",
|
|
@@ -831,10 +835,13 @@ exports.CommunityPoolSpendProposal = {
|
|
|
831
835
|
typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",
|
|
832
836
|
value: exports.CommunityPoolSpendProposal.encode(message).finish()
|
|
833
837
|
};
|
|
838
|
+
},
|
|
839
|
+
registerTypeUrl() {
|
|
840
|
+
registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposal.typeUrl, exports.CommunityPoolSpendProposal);
|
|
841
|
+
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposal.aminoType, exports.CommunityPoolSpendProposal.typeUrl);
|
|
842
|
+
coin_1.Coin.registerTypeUrl();
|
|
834
843
|
}
|
|
835
844
|
};
|
|
836
|
-
registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposal.typeUrl, exports.CommunityPoolSpendProposal);
|
|
837
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposal.aminoType, exports.CommunityPoolSpendProposal.typeUrl);
|
|
838
845
|
function createBaseDelegatorStartingInfo() {
|
|
839
846
|
return {
|
|
840
847
|
previousPeriod: BigInt(0),
|
|
@@ -933,10 +940,9 @@ exports.DelegatorStartingInfo = {
|
|
|
933
940
|
typeUrl: "/cosmos.distribution.v1beta1.DelegatorStartingInfo",
|
|
934
941
|
value: exports.DelegatorStartingInfo.encode(message).finish()
|
|
935
942
|
};
|
|
936
|
-
}
|
|
943
|
+
},
|
|
944
|
+
registerTypeUrl() { }
|
|
937
945
|
};
|
|
938
|
-
registry_1.GlobalDecoderRegistry.register(exports.DelegatorStartingInfo.typeUrl, exports.DelegatorStartingInfo);
|
|
939
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.DelegatorStartingInfo.aminoType, exports.DelegatorStartingInfo.typeUrl);
|
|
940
946
|
function createBaseDelegationDelegatorReward() {
|
|
941
947
|
return {
|
|
942
948
|
validatorAddress: "",
|
|
@@ -1026,10 +1032,11 @@ exports.DelegationDelegatorReward = {
|
|
|
1026
1032
|
typeUrl: "/cosmos.distribution.v1beta1.DelegationDelegatorReward",
|
|
1027
1033
|
value: exports.DelegationDelegatorReward.encode(message).finish()
|
|
1028
1034
|
};
|
|
1035
|
+
},
|
|
1036
|
+
registerTypeUrl() {
|
|
1037
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
1029
1038
|
}
|
|
1030
1039
|
};
|
|
1031
|
-
registry_1.GlobalDecoderRegistry.register(exports.DelegationDelegatorReward.typeUrl, exports.DelegationDelegatorReward);
|
|
1032
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.DelegationDelegatorReward.aminoType, exports.DelegationDelegatorReward.typeUrl);
|
|
1033
1040
|
function createBaseCommunityPoolSpendProposalWithDeposit() {
|
|
1034
1041
|
return {
|
|
1035
1042
|
title: "",
|
|
@@ -1152,7 +1159,9 @@ exports.CommunityPoolSpendProposalWithDeposit = {
|
|
|
1152
1159
|
typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit",
|
|
1153
1160
|
value: exports.CommunityPoolSpendProposalWithDeposit.encode(message).finish()
|
|
1154
1161
|
};
|
|
1162
|
+
},
|
|
1163
|
+
registerTypeUrl() {
|
|
1164
|
+
registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposalWithDeposit.typeUrl, exports.CommunityPoolSpendProposalWithDeposit);
|
|
1165
|
+
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposalWithDeposit.aminoType, exports.CommunityPoolSpendProposalWithDeposit.typeUrl);
|
|
1155
1166
|
}
|
|
1156
1167
|
};
|
|
1157
|
-
registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposalWithDeposit.typeUrl, exports.CommunityPoolSpendProposalWithDeposit);
|
|
1158
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposalWithDeposit.aminoType, exports.CommunityPoolSpendProposalWithDeposit.typeUrl);
|
|
@@ -367,6 +367,7 @@ export declare const MsgSetWithdrawAddress: {
|
|
|
367
367
|
fromProtoMsg(message: MsgSetWithdrawAddressProtoMsg): MsgSetWithdrawAddress;
|
|
368
368
|
toProto(message: MsgSetWithdrawAddress): Uint8Array;
|
|
369
369
|
toProtoMsg(message: MsgSetWithdrawAddress): MsgSetWithdrawAddressProtoMsg;
|
|
370
|
+
registerTypeUrl(): void;
|
|
370
371
|
};
|
|
371
372
|
export declare const MsgSetWithdrawAddressResponse: {
|
|
372
373
|
typeUrl: string;
|
|
@@ -383,6 +384,7 @@ export declare const MsgSetWithdrawAddressResponse: {
|
|
|
383
384
|
fromProtoMsg(message: MsgSetWithdrawAddressResponseProtoMsg): MsgSetWithdrawAddressResponse;
|
|
384
385
|
toProto(message: MsgSetWithdrawAddressResponse): Uint8Array;
|
|
385
386
|
toProtoMsg(message: MsgSetWithdrawAddressResponse): MsgSetWithdrawAddressResponseProtoMsg;
|
|
387
|
+
registerTypeUrl(): void;
|
|
386
388
|
};
|
|
387
389
|
export declare const MsgWithdrawDelegatorReward: {
|
|
388
390
|
typeUrl: string;
|
|
@@ -399,6 +401,7 @@ export declare const MsgWithdrawDelegatorReward: {
|
|
|
399
401
|
fromProtoMsg(message: MsgWithdrawDelegatorRewardProtoMsg): MsgWithdrawDelegatorReward;
|
|
400
402
|
toProto(message: MsgWithdrawDelegatorReward): Uint8Array;
|
|
401
403
|
toProtoMsg(message: MsgWithdrawDelegatorReward): MsgWithdrawDelegatorRewardProtoMsg;
|
|
404
|
+
registerTypeUrl(): void;
|
|
402
405
|
};
|
|
403
406
|
export declare const MsgWithdrawDelegatorRewardResponse: {
|
|
404
407
|
typeUrl: string;
|
|
@@ -415,6 +418,7 @@ export declare const MsgWithdrawDelegatorRewardResponse: {
|
|
|
415
418
|
fromProtoMsg(message: MsgWithdrawDelegatorRewardResponseProtoMsg): MsgWithdrawDelegatorRewardResponse;
|
|
416
419
|
toProto(message: MsgWithdrawDelegatorRewardResponse): Uint8Array;
|
|
417
420
|
toProtoMsg(message: MsgWithdrawDelegatorRewardResponse): MsgWithdrawDelegatorRewardResponseProtoMsg;
|
|
421
|
+
registerTypeUrl(): void;
|
|
418
422
|
};
|
|
419
423
|
export declare const MsgWithdrawValidatorCommission: {
|
|
420
424
|
typeUrl: string;
|
|
@@ -431,6 +435,7 @@ export declare const MsgWithdrawValidatorCommission: {
|
|
|
431
435
|
fromProtoMsg(message: MsgWithdrawValidatorCommissionProtoMsg): MsgWithdrawValidatorCommission;
|
|
432
436
|
toProto(message: MsgWithdrawValidatorCommission): Uint8Array;
|
|
433
437
|
toProtoMsg(message: MsgWithdrawValidatorCommission): MsgWithdrawValidatorCommissionProtoMsg;
|
|
438
|
+
registerTypeUrl(): void;
|
|
434
439
|
};
|
|
435
440
|
export declare const MsgWithdrawValidatorCommissionResponse: {
|
|
436
441
|
typeUrl: string;
|
|
@@ -447,6 +452,7 @@ export declare const MsgWithdrawValidatorCommissionResponse: {
|
|
|
447
452
|
fromProtoMsg(message: MsgWithdrawValidatorCommissionResponseProtoMsg): MsgWithdrawValidatorCommissionResponse;
|
|
448
453
|
toProto(message: MsgWithdrawValidatorCommissionResponse): Uint8Array;
|
|
449
454
|
toProtoMsg(message: MsgWithdrawValidatorCommissionResponse): MsgWithdrawValidatorCommissionResponseProtoMsg;
|
|
455
|
+
registerTypeUrl(): void;
|
|
450
456
|
};
|
|
451
457
|
export declare const MsgFundCommunityPool: {
|
|
452
458
|
typeUrl: string;
|
|
@@ -463,6 +469,7 @@ export declare const MsgFundCommunityPool: {
|
|
|
463
469
|
fromProtoMsg(message: MsgFundCommunityPoolProtoMsg): MsgFundCommunityPool;
|
|
464
470
|
toProto(message: MsgFundCommunityPool): Uint8Array;
|
|
465
471
|
toProtoMsg(message: MsgFundCommunityPool): MsgFundCommunityPoolProtoMsg;
|
|
472
|
+
registerTypeUrl(): void;
|
|
466
473
|
};
|
|
467
474
|
export declare const MsgFundCommunityPoolResponse: {
|
|
468
475
|
typeUrl: string;
|
|
@@ -479,6 +486,7 @@ export declare const MsgFundCommunityPoolResponse: {
|
|
|
479
486
|
fromProtoMsg(message: MsgFundCommunityPoolResponseProtoMsg): MsgFundCommunityPoolResponse;
|
|
480
487
|
toProto(message: MsgFundCommunityPoolResponse): Uint8Array;
|
|
481
488
|
toProtoMsg(message: MsgFundCommunityPoolResponse): MsgFundCommunityPoolResponseProtoMsg;
|
|
489
|
+
registerTypeUrl(): void;
|
|
482
490
|
};
|
|
483
491
|
export declare const MsgUpdateParams: {
|
|
484
492
|
typeUrl: string;
|
|
@@ -495,6 +503,7 @@ export declare const MsgUpdateParams: {
|
|
|
495
503
|
fromProtoMsg(message: MsgUpdateParamsProtoMsg): MsgUpdateParams;
|
|
496
504
|
toProto(message: MsgUpdateParams): Uint8Array;
|
|
497
505
|
toProtoMsg(message: MsgUpdateParams): MsgUpdateParamsProtoMsg;
|
|
506
|
+
registerTypeUrl(): void;
|
|
498
507
|
};
|
|
499
508
|
export declare const MsgUpdateParamsResponse: {
|
|
500
509
|
typeUrl: string;
|
|
@@ -511,6 +520,7 @@ export declare const MsgUpdateParamsResponse: {
|
|
|
511
520
|
fromProtoMsg(message: MsgUpdateParamsResponseProtoMsg): MsgUpdateParamsResponse;
|
|
512
521
|
toProto(message: MsgUpdateParamsResponse): Uint8Array;
|
|
513
522
|
toProtoMsg(message: MsgUpdateParamsResponse): MsgUpdateParamsResponseProtoMsg;
|
|
523
|
+
registerTypeUrl(): void;
|
|
514
524
|
};
|
|
515
525
|
export declare const MsgCommunityPoolSpend: {
|
|
516
526
|
typeUrl: string;
|
|
@@ -527,6 +537,7 @@ export declare const MsgCommunityPoolSpend: {
|
|
|
527
537
|
fromProtoMsg(message: MsgCommunityPoolSpendProtoMsg): MsgCommunityPoolSpend;
|
|
528
538
|
toProto(message: MsgCommunityPoolSpend): Uint8Array;
|
|
529
539
|
toProtoMsg(message: MsgCommunityPoolSpend): MsgCommunityPoolSpendProtoMsg;
|
|
540
|
+
registerTypeUrl(): void;
|
|
530
541
|
};
|
|
531
542
|
export declare const MsgCommunityPoolSpendResponse: {
|
|
532
543
|
typeUrl: string;
|
|
@@ -543,6 +554,7 @@ export declare const MsgCommunityPoolSpendResponse: {
|
|
|
543
554
|
fromProtoMsg(message: MsgCommunityPoolSpendResponseProtoMsg): MsgCommunityPoolSpendResponse;
|
|
544
555
|
toProto(message: MsgCommunityPoolSpendResponse): Uint8Array;
|
|
545
556
|
toProtoMsg(message: MsgCommunityPoolSpendResponse): MsgCommunityPoolSpendResponseProtoMsg;
|
|
557
|
+
registerTypeUrl(): void;
|
|
546
558
|
};
|
|
547
559
|
export declare const MsgDepositValidatorRewardsPool: {
|
|
548
560
|
typeUrl: string;
|
|
@@ -559,6 +571,7 @@ export declare const MsgDepositValidatorRewardsPool: {
|
|
|
559
571
|
fromProtoMsg(message: MsgDepositValidatorRewardsPoolProtoMsg): MsgDepositValidatorRewardsPool;
|
|
560
572
|
toProto(message: MsgDepositValidatorRewardsPool): Uint8Array;
|
|
561
573
|
toProtoMsg(message: MsgDepositValidatorRewardsPool): MsgDepositValidatorRewardsPoolProtoMsg;
|
|
574
|
+
registerTypeUrl(): void;
|
|
562
575
|
};
|
|
563
576
|
export declare const MsgDepositValidatorRewardsPoolResponse: {
|
|
564
577
|
typeUrl: string;
|
|
@@ -575,4 +588,5 @@ export declare const MsgDepositValidatorRewardsPoolResponse: {
|
|
|
575
588
|
fromProtoMsg(message: MsgDepositValidatorRewardsPoolResponseProtoMsg): MsgDepositValidatorRewardsPoolResponse;
|
|
576
589
|
toProto(message: MsgDepositValidatorRewardsPoolResponse): Uint8Array;
|
|
577
590
|
toProtoMsg(message: MsgDepositValidatorRewardsPoolResponse): MsgDepositValidatorRewardsPoolResponseProtoMsg;
|
|
591
|
+
registerTypeUrl(): void;
|
|
578
592
|
};
|