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
|
@@ -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
|
};
|
|
@@ -4,7 +4,6 @@ exports.MsgDepositValidatorRewardsPoolResponse = exports.MsgDepositValidatorRewa
|
|
|
4
4
|
const coin_1 = require("../../base/v1beta1/coin");
|
|
5
5
|
const distribution_1 = require("./distribution");
|
|
6
6
|
const binary_1 = require("../../../binary");
|
|
7
|
-
const registry_1 = require("../../../registry");
|
|
8
7
|
function createBaseMsgSetWithdrawAddress() {
|
|
9
8
|
return {
|
|
10
9
|
delegatorAddress: "",
|
|
@@ -91,10 +90,9 @@ exports.MsgSetWithdrawAddress = {
|
|
|
91
90
|
typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
|
|
92
91
|
value: exports.MsgSetWithdrawAddress.encode(message).finish()
|
|
93
92
|
};
|
|
94
|
-
}
|
|
93
|
+
},
|
|
94
|
+
registerTypeUrl() { }
|
|
95
95
|
};
|
|
96
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgSetWithdrawAddress.typeUrl, exports.MsgSetWithdrawAddress);
|
|
97
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgSetWithdrawAddress.aminoType, exports.MsgSetWithdrawAddress.typeUrl);
|
|
98
96
|
function createBaseMsgSetWithdrawAddressResponse() {
|
|
99
97
|
return {};
|
|
100
98
|
}
|
|
@@ -156,10 +154,9 @@ exports.MsgSetWithdrawAddressResponse = {
|
|
|
156
154
|
typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddressResponse",
|
|
157
155
|
value: exports.MsgSetWithdrawAddressResponse.encode(message).finish()
|
|
158
156
|
};
|
|
159
|
-
}
|
|
157
|
+
},
|
|
158
|
+
registerTypeUrl() { }
|
|
160
159
|
};
|
|
161
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgSetWithdrawAddressResponse.typeUrl, exports.MsgSetWithdrawAddressResponse);
|
|
162
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgSetWithdrawAddressResponse.aminoType, exports.MsgSetWithdrawAddressResponse.typeUrl);
|
|
163
160
|
function createBaseMsgWithdrawDelegatorReward() {
|
|
164
161
|
return {
|
|
165
162
|
delegatorAddress: "",
|
|
@@ -246,10 +243,9 @@ exports.MsgWithdrawDelegatorReward = {
|
|
|
246
243
|
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
|
|
247
244
|
value: exports.MsgWithdrawDelegatorReward.encode(message).finish()
|
|
248
245
|
};
|
|
249
|
-
}
|
|
246
|
+
},
|
|
247
|
+
registerTypeUrl() { }
|
|
250
248
|
};
|
|
251
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgWithdrawDelegatorReward.typeUrl, exports.MsgWithdrawDelegatorReward);
|
|
252
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgWithdrawDelegatorReward.aminoType, exports.MsgWithdrawDelegatorReward.typeUrl);
|
|
253
249
|
function createBaseMsgWithdrawDelegatorRewardResponse() {
|
|
254
250
|
return {
|
|
255
251
|
amount: []
|
|
@@ -327,10 +323,11 @@ exports.MsgWithdrawDelegatorRewardResponse = {
|
|
|
327
323
|
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorRewardResponse",
|
|
328
324
|
value: exports.MsgWithdrawDelegatorRewardResponse.encode(message).finish()
|
|
329
325
|
};
|
|
326
|
+
},
|
|
327
|
+
registerTypeUrl() {
|
|
328
|
+
coin_1.Coin.registerTypeUrl();
|
|
330
329
|
}
|
|
331
330
|
};
|
|
332
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgWithdrawDelegatorRewardResponse.typeUrl, exports.MsgWithdrawDelegatorRewardResponse);
|
|
333
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgWithdrawDelegatorRewardResponse.aminoType, exports.MsgWithdrawDelegatorRewardResponse.typeUrl);
|
|
334
331
|
function createBaseMsgWithdrawValidatorCommission() {
|
|
335
332
|
return {
|
|
336
333
|
validatorAddress: ""
|
|
@@ -405,10 +402,9 @@ exports.MsgWithdrawValidatorCommission = {
|
|
|
405
402
|
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
|
|
406
403
|
value: exports.MsgWithdrawValidatorCommission.encode(message).finish()
|
|
407
404
|
};
|
|
408
|
-
}
|
|
405
|
+
},
|
|
406
|
+
registerTypeUrl() { }
|
|
409
407
|
};
|
|
410
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgWithdrawValidatorCommission.typeUrl, exports.MsgWithdrawValidatorCommission);
|
|
411
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgWithdrawValidatorCommission.aminoType, exports.MsgWithdrawValidatorCommission.typeUrl);
|
|
412
408
|
function createBaseMsgWithdrawValidatorCommissionResponse() {
|
|
413
409
|
return {
|
|
414
410
|
amount: []
|
|
@@ -486,10 +482,11 @@ exports.MsgWithdrawValidatorCommissionResponse = {
|
|
|
486
482
|
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommissionResponse",
|
|
487
483
|
value: exports.MsgWithdrawValidatorCommissionResponse.encode(message).finish()
|
|
488
484
|
};
|
|
485
|
+
},
|
|
486
|
+
registerTypeUrl() {
|
|
487
|
+
coin_1.Coin.registerTypeUrl();
|
|
489
488
|
}
|
|
490
489
|
};
|
|
491
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgWithdrawValidatorCommissionResponse.typeUrl, exports.MsgWithdrawValidatorCommissionResponse);
|
|
492
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgWithdrawValidatorCommissionResponse.aminoType, exports.MsgWithdrawValidatorCommissionResponse.typeUrl);
|
|
493
490
|
function createBaseMsgFundCommunityPool() {
|
|
494
491
|
return {
|
|
495
492
|
amount: [],
|
|
@@ -579,10 +576,11 @@ exports.MsgFundCommunityPool = {
|
|
|
579
576
|
typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
|
|
580
577
|
value: exports.MsgFundCommunityPool.encode(message).finish()
|
|
581
578
|
};
|
|
579
|
+
},
|
|
580
|
+
registerTypeUrl() {
|
|
581
|
+
coin_1.Coin.registerTypeUrl();
|
|
582
582
|
}
|
|
583
583
|
};
|
|
584
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgFundCommunityPool.typeUrl, exports.MsgFundCommunityPool);
|
|
585
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgFundCommunityPool.aminoType, exports.MsgFundCommunityPool.typeUrl);
|
|
586
584
|
function createBaseMsgFundCommunityPoolResponse() {
|
|
587
585
|
return {};
|
|
588
586
|
}
|
|
@@ -644,10 +642,9 @@ exports.MsgFundCommunityPoolResponse = {
|
|
|
644
642
|
typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPoolResponse",
|
|
645
643
|
value: exports.MsgFundCommunityPoolResponse.encode(message).finish()
|
|
646
644
|
};
|
|
647
|
-
}
|
|
645
|
+
},
|
|
646
|
+
registerTypeUrl() { }
|
|
648
647
|
};
|
|
649
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgFundCommunityPoolResponse.typeUrl, exports.MsgFundCommunityPoolResponse);
|
|
650
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgFundCommunityPoolResponse.aminoType, exports.MsgFundCommunityPoolResponse.typeUrl);
|
|
651
648
|
function createBaseMsgUpdateParams() {
|
|
652
649
|
return {
|
|
653
650
|
authority: "",
|
|
@@ -734,10 +731,11 @@ exports.MsgUpdateParams = {
|
|
|
734
731
|
typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
|
|
735
732
|
value: exports.MsgUpdateParams.encode(message).finish()
|
|
736
733
|
};
|
|
734
|
+
},
|
|
735
|
+
registerTypeUrl() {
|
|
736
|
+
distribution_1.Params.registerTypeUrl();
|
|
737
737
|
}
|
|
738
738
|
};
|
|
739
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateParams.typeUrl, exports.MsgUpdateParams);
|
|
740
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateParams.aminoType, exports.MsgUpdateParams.typeUrl);
|
|
741
739
|
function createBaseMsgUpdateParamsResponse() {
|
|
742
740
|
return {};
|
|
743
741
|
}
|
|
@@ -799,10 +797,9 @@ exports.MsgUpdateParamsResponse = {
|
|
|
799
797
|
typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParamsResponse",
|
|
800
798
|
value: exports.MsgUpdateParamsResponse.encode(message).finish()
|
|
801
799
|
};
|
|
802
|
-
}
|
|
800
|
+
},
|
|
801
|
+
registerTypeUrl() { }
|
|
803
802
|
};
|
|
804
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateParamsResponse.typeUrl, exports.MsgUpdateParamsResponse);
|
|
805
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateParamsResponse.aminoType, exports.MsgUpdateParamsResponse.typeUrl);
|
|
806
803
|
function createBaseMsgCommunityPoolSpend() {
|
|
807
804
|
return {
|
|
808
805
|
authority: "",
|
|
@@ -904,10 +901,11 @@ exports.MsgCommunityPoolSpend = {
|
|
|
904
901
|
typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
|
|
905
902
|
value: exports.MsgCommunityPoolSpend.encode(message).finish()
|
|
906
903
|
};
|
|
904
|
+
},
|
|
905
|
+
registerTypeUrl() {
|
|
906
|
+
coin_1.Coin.registerTypeUrl();
|
|
907
907
|
}
|
|
908
908
|
};
|
|
909
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgCommunityPoolSpend.typeUrl, exports.MsgCommunityPoolSpend);
|
|
910
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgCommunityPoolSpend.aminoType, exports.MsgCommunityPoolSpend.typeUrl);
|
|
911
909
|
function createBaseMsgCommunityPoolSpendResponse() {
|
|
912
910
|
return {};
|
|
913
911
|
}
|
|
@@ -969,10 +967,9 @@ exports.MsgCommunityPoolSpendResponse = {
|
|
|
969
967
|
typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpendResponse",
|
|
970
968
|
value: exports.MsgCommunityPoolSpendResponse.encode(message).finish()
|
|
971
969
|
};
|
|
972
|
-
}
|
|
970
|
+
},
|
|
971
|
+
registerTypeUrl() { }
|
|
973
972
|
};
|
|
974
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgCommunityPoolSpendResponse.typeUrl, exports.MsgCommunityPoolSpendResponse);
|
|
975
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgCommunityPoolSpendResponse.aminoType, exports.MsgCommunityPoolSpendResponse.typeUrl);
|
|
976
973
|
function createBaseMsgDepositValidatorRewardsPool() {
|
|
977
974
|
return {
|
|
978
975
|
depositor: "",
|
|
@@ -1074,10 +1071,11 @@ exports.MsgDepositValidatorRewardsPool = {
|
|
|
1074
1071
|
typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
|
|
1075
1072
|
value: exports.MsgDepositValidatorRewardsPool.encode(message).finish()
|
|
1076
1073
|
};
|
|
1074
|
+
},
|
|
1075
|
+
registerTypeUrl() {
|
|
1076
|
+
coin_1.Coin.registerTypeUrl();
|
|
1077
1077
|
}
|
|
1078
1078
|
};
|
|
1079
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgDepositValidatorRewardsPool.typeUrl, exports.MsgDepositValidatorRewardsPool);
|
|
1080
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgDepositValidatorRewardsPool.aminoType, exports.MsgDepositValidatorRewardsPool.typeUrl);
|
|
1081
1079
|
function createBaseMsgDepositValidatorRewardsPoolResponse() {
|
|
1082
1080
|
return {};
|
|
1083
1081
|
}
|
|
@@ -1139,7 +1137,6 @@ exports.MsgDepositValidatorRewardsPoolResponse = {
|
|
|
1139
1137
|
typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPoolResponse",
|
|
1140
1138
|
value: exports.MsgDepositValidatorRewardsPoolResponse.encode(message).finish()
|
|
1141
1139
|
};
|
|
1142
|
-
}
|
|
1140
|
+
},
|
|
1141
|
+
registerTypeUrl() { }
|
|
1143
1142
|
};
|
|
1144
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgDepositValidatorRewardsPoolResponse.typeUrl, exports.MsgDepositValidatorRewardsPoolResponse);
|
|
1145
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgDepositValidatorRewardsPoolResponse.aminoType, exports.MsgDepositValidatorRewardsPoolResponse.typeUrl);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { SigningClientResolver } from "../../../helper-func-types";
|
|
2
2
|
import { MsgSetWithdrawAddress, MsgWithdrawDelegatorReward, MsgWithdrawValidatorCommission, MsgFundCommunityPool, MsgUpdateParams, MsgCommunityPoolSpend, MsgDepositValidatorRewardsPool } from "./tx";
|
|
3
|
-
export declare const createSetWithdrawAddress: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSetWithdrawAddress, fee: import("../../../helper-func-types").StdFee
|
|
4
|
-
export declare const createWithdrawDelegatorReward: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawDelegatorReward, fee: import("../../../helper-func-types").StdFee
|
|
5
|
-
export declare const createWithdrawValidatorCommission: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawValidatorCommission, fee: import("../../../helper-func-types").StdFee
|
|
6
|
-
export declare const createFundCommunityPool: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgFundCommunityPool, fee: import("../../../helper-func-types").StdFee
|
|
7
|
-
export declare const createUpdateParams: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateParams, fee: import("../../../helper-func-types").StdFee
|
|
8
|
-
export declare const createCommunityPoolSpend: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgCommunityPoolSpend, fee: import("../../../helper-func-types").StdFee
|
|
9
|
-
export declare const createDepositValidatorRewardsPool: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgDepositValidatorRewardsPool, fee: import("../../../helper-func-types").StdFee
|
|
3
|
+
export declare const createSetWithdrawAddress: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSetWithdrawAddress | MsgSetWithdrawAddress[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
4
|
+
export declare const createWithdrawDelegatorReward: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawDelegatorReward | MsgWithdrawDelegatorReward[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
5
|
+
export declare const createWithdrawValidatorCommission: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawValidatorCommission | MsgWithdrawValidatorCommission[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
6
|
+
export declare const createFundCommunityPool: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgFundCommunityPool | MsgFundCommunityPool[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
7
|
+
export declare const createUpdateParams: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
8
|
+
export declare const createCommunityPoolSpend: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgCommunityPoolSpend | MsgCommunityPoolSpend[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
9
|
+
export declare const createDepositValidatorRewardsPool: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgDepositValidatorRewardsPool | MsgDepositValidatorRewardsPool[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
@@ -8,48 +8,55 @@ const createSetWithdrawAddress = (clientResolver) => (0, helper_func_types_1.bui
|
|
|
8
8
|
clientResolver,
|
|
9
9
|
typeUrl: tx_1.MsgSetWithdrawAddress.typeUrl,
|
|
10
10
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgSetWithdrawAddress),
|
|
11
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgSetWithdrawAddress)
|
|
11
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgSetWithdrawAddress),
|
|
12
|
+
deps: [tx_1.MsgSetWithdrawAddress]
|
|
12
13
|
});
|
|
13
14
|
exports.createSetWithdrawAddress = createSetWithdrawAddress;
|
|
14
15
|
const createWithdrawDelegatorReward = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
15
16
|
clientResolver,
|
|
16
17
|
typeUrl: tx_1.MsgWithdrawDelegatorReward.typeUrl,
|
|
17
18
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgWithdrawDelegatorReward),
|
|
18
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgWithdrawDelegatorReward)
|
|
19
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgWithdrawDelegatorReward),
|
|
20
|
+
deps: [tx_1.MsgWithdrawDelegatorReward]
|
|
19
21
|
});
|
|
20
22
|
exports.createWithdrawDelegatorReward = createWithdrawDelegatorReward;
|
|
21
23
|
const createWithdrawValidatorCommission = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
22
24
|
clientResolver,
|
|
23
25
|
typeUrl: tx_1.MsgWithdrawValidatorCommission.typeUrl,
|
|
24
26
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgWithdrawValidatorCommission),
|
|
25
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgWithdrawValidatorCommission)
|
|
27
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgWithdrawValidatorCommission),
|
|
28
|
+
deps: [tx_1.MsgWithdrawValidatorCommission]
|
|
26
29
|
});
|
|
27
30
|
exports.createWithdrawValidatorCommission = createWithdrawValidatorCommission;
|
|
28
31
|
const createFundCommunityPool = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
29
32
|
clientResolver,
|
|
30
33
|
typeUrl: tx_1.MsgFundCommunityPool.typeUrl,
|
|
31
34
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgFundCommunityPool),
|
|
32
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgFundCommunityPool)
|
|
35
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgFundCommunityPool),
|
|
36
|
+
deps: [tx_1.MsgFundCommunityPool]
|
|
33
37
|
});
|
|
34
38
|
exports.createFundCommunityPool = createFundCommunityPool;
|
|
35
39
|
const createUpdateParams = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
36
40
|
clientResolver,
|
|
37
41
|
typeUrl: tx_1.MsgUpdateParams.typeUrl,
|
|
38
42
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgUpdateParams),
|
|
39
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgUpdateParams)
|
|
43
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgUpdateParams),
|
|
44
|
+
deps: [tx_1.MsgUpdateParams]
|
|
40
45
|
});
|
|
41
46
|
exports.createUpdateParams = createUpdateParams;
|
|
42
47
|
const createCommunityPoolSpend = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
43
48
|
clientResolver,
|
|
44
49
|
typeUrl: tx_1.MsgCommunityPoolSpend.typeUrl,
|
|
45
50
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgCommunityPoolSpend),
|
|
46
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgCommunityPoolSpend)
|
|
51
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgCommunityPoolSpend),
|
|
52
|
+
deps: [tx_1.MsgCommunityPoolSpend]
|
|
47
53
|
});
|
|
48
54
|
exports.createCommunityPoolSpend = createCommunityPoolSpend;
|
|
49
55
|
const createDepositValidatorRewardsPool = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
50
56
|
clientResolver,
|
|
51
57
|
typeUrl: tx_1.MsgDepositValidatorRewardsPool.typeUrl,
|
|
52
58
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgDepositValidatorRewardsPool),
|
|
53
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgDepositValidatorRewardsPool)
|
|
59
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgDepositValidatorRewardsPool),
|
|
60
|
+
deps: [tx_1.MsgDepositValidatorRewardsPool]
|
|
54
61
|
});
|
|
55
62
|
exports.createDepositValidatorRewardsPool = createDepositValidatorRewardsPool;
|