injectivejs 1.6.5 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/binary.d.ts +1 -1
- package/binary.js +1 -1
- package/cosmos/auth/v1beta1/auth.d.ts +4 -0
- package/cosmos/auth/v1beta1/auth.js +14 -11
- package/cosmos/auth/v1beta1/query.d.ts +20 -0
- package/cosmos/auth/v1beta1/query.js +51 -54
- package/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
- package/cosmos/authz/v1beta1/authz.d.ts +4 -0
- package/cosmos/authz/v1beta1/authz.js +12 -9
- package/cosmos/authz/v1beta1/tx.d.ts +6 -0
- package/cosmos/authz/v1beta1/tx.js +14 -18
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/bank/v1beta1/bank.d.ts +7 -0
- package/cosmos/bank/v1beta1/bank.js +21 -16
- package/cosmos/bank/v1beta1/query.d.ts +27 -0
- package/cosmos/bank/v1beta1/query.js +82 -61
- package/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
- package/cosmos/bank/v1beta1/tx.d.ts +8 -0
- package/cosmos/bank/v1beta1/tx.js +21 -21
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
- package/cosmos/base/abci/v1beta1/abci.d.ts +11 -0
- package/cosmos/base/abci/v1beta1/abci.js +29 -28
- package/cosmos/base/query/v1beta1/pagination.d.ts +2 -0
- package/cosmos/base/query/v1beta1/pagination.js +4 -7
- package/cosmos/base/v1beta1/coin.d.ts +4 -0
- package/cosmos/base/v1beta1/coin.js +8 -13
- package/cosmos/crypto/ed25519/keys.d.ts +2 -0
- package/cosmos/crypto/ed25519/keys.js +4 -7
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
- package/cosmos/crypto/secp256k1/keys.d.ts +2 -0
- package/cosmos/crypto/secp256k1/keys.js +4 -7
- package/cosmos/crypto/secp256r1/keys.d.ts +2 -0
- package/cosmos/crypto/secp256r1/keys.js +4 -7
- package/cosmos/distribution/v1beta1/distribution.d.ts +12 -0
- package/cosmos/distribution/v1beta1/distribution.js +36 -27
- package/cosmos/distribution/v1beta1/tx.d.ts +14 -0
- package/cosmos/distribution/v1beta1/tx.js +34 -37
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
- package/cosmos/feegrant/v1beta1/tx.d.ts +6 -0
- package/cosmos/feegrant/v1beta1/tx.js +12 -18
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/gov/v1/gov.d.ts +9 -0
- package/cosmos/gov/v1/gov.js +24 -23
- package/cosmos/gov/v1/tx.d.ts +14 -0
- package/cosmos/gov/v1/tx.js +94 -37
- package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
- package/cosmos/gov/v1/tx.rpc.func.js +14 -7
- package/cosmos/gov/v1beta1/gov.d.ts +9 -0
- package/cosmos/gov/v1beta1/gov.js +86 -22
- package/cosmos/gov/v1beta1/query.d.ts +16 -0
- package/cosmos/gov/v1beta1/query.js +48 -38
- package/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
- package/cosmos/gov/v1beta1/tx.d.ts +8 -0
- package/cosmos/gov/v1beta1/tx.js +81 -22
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
- package/cosmos/group/v1/tx.d.ts +28 -0
- package/cosmos/group/v1/tx.js +64 -79
- package/cosmos/group/v1/tx.rpc.func.d.ts +14 -14
- package/cosmos/group/v1/tx.rpc.func.js +28 -14
- package/cosmos/group/v1/types.d.ts +11 -0
- package/cosmos/group/v1/types.js +31 -29
- package/cosmos/ics23/v1/proofs.d.ts +13 -0
- package/cosmos/ics23/v1/proofs.js +44 -30
- package/cosmos/staking/v1beta1/query.d.ts +28 -0
- package/cosmos/staking/v1beta1/query.js +84 -64
- package/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
- package/cosmos/staking/v1beta1/staking.d.ts +21 -0
- package/cosmos/staking/v1beta1/staking.js +58 -53
- package/cosmos/staking/v1beta1/tx.d.ts +14 -0
- package/cosmos/staking/v1beta1/tx.js +37 -35
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
- package/cosmos/tx/signing/v1beta1/signing.d.ts +5 -0
- package/cosmos/tx/signing/v1beta1/signing.js +16 -12
- package/cosmos/tx/v1beta1/service.d.ts +18 -0
- package/cosmos/tx/v1beta1/service.js +53 -45
- package/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
- package/cosmos/tx/v1beta1/tx.d.ts +13 -0
- package/cosmos/tx/v1beta1/tx.js +40 -31
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +4 -0
- package/cosmos/upgrade/v1beta1/upgrade.js +13 -10
- package/cosmos/vesting/v1beta1/tx.d.ts +6 -0
- package/cosmos/vesting/v1beta1/tx.js +15 -16
- package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/vesting/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/vesting/v1beta1/vesting.d.ts +6 -0
- package/cosmos/vesting/v1beta1/vesting.js +20 -13
- package/cosmos_proto/cosmos.d.ts +2 -0
- package/cosmos_proto/cosmos.js +4 -5
- package/cosmwasm/wasm/v1/proposal_legacy.d.ts +13 -0
- package/cosmwasm/wasm/v1/proposal_legacy.js +59 -27
- package/cosmwasm/wasm/v1/query.d.ts +29 -0
- package/cosmwasm/wasm/v1/query.js +78 -71
- package/cosmwasm/wasm/v1/query.rpc.func.js +28 -14
- package/cosmwasm/wasm/v1/tx.d.ts +34 -0
- package/cosmwasm/wasm/v1/tx.js +77 -95
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
- package/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
- package/cosmwasm/wasm/v1/types.d.ts +8 -0
- package/cosmwasm/wasm/v1/types.js +19 -21
- package/esm/binary.js +1 -1
- package/esm/cosmos/auth/v1beta1/auth.js +14 -11
- package/esm/cosmos/auth/v1beta1/query.js +51 -54
- package/esm/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
- package/esm/cosmos/authz/v1beta1/authz.js +12 -9
- package/esm/cosmos/authz/v1beta1/tx.js +14 -18
- package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/bank/v1beta1/bank.js +21 -16
- package/esm/cosmos/bank/v1beta1/query.js +82 -61
- package/esm/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
- package/esm/cosmos/bank/v1beta1/tx.js +21 -21
- package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
- package/esm/cosmos/base/abci/v1beta1/abci.js +29 -28
- package/esm/cosmos/base/query/v1beta1/pagination.js +4 -7
- package/esm/cosmos/base/v1beta1/coin.js +8 -13
- package/esm/cosmos/crypto/ed25519/keys.js +4 -7
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
- package/esm/cosmos/crypto/secp256k1/keys.js +4 -7
- package/esm/cosmos/crypto/secp256r1/keys.js +4 -7
- package/esm/cosmos/distribution/v1beta1/distribution.js +36 -27
- package/esm/cosmos/distribution/v1beta1/tx.js +34 -37
- package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
- package/esm/cosmos/feegrant/v1beta1/tx.js +12 -18
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/gov/v1/gov.js +24 -23
- package/esm/cosmos/gov/v1/tx.js +94 -37
- package/esm/cosmos/gov/v1/tx.rpc.func.js +14 -7
- package/esm/cosmos/gov/v1beta1/gov.js +86 -22
- package/esm/cosmos/gov/v1beta1/query.js +48 -38
- package/esm/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
- package/esm/cosmos/gov/v1beta1/tx.js +82 -23
- package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
- package/esm/cosmos/group/v1/tx.js +65 -80
- package/esm/cosmos/group/v1/tx.rpc.func.js +28 -14
- package/esm/cosmos/group/v1/types.js +31 -29
- package/esm/cosmos/ics23/v1/proofs.js +44 -30
- package/esm/cosmos/staking/v1beta1/query.js +84 -64
- package/esm/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
- package/esm/cosmos/staking/v1beta1/staking.js +58 -53
- package/esm/cosmos/staking/v1beta1/tx.js +37 -35
- package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
- package/esm/cosmos/tx/signing/v1beta1/signing.js +16 -12
- package/esm/cosmos/tx/v1beta1/service.js +53 -45
- package/esm/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
- package/esm/cosmos/tx/v1beta1/tx.js +40 -31
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +13 -10
- package/esm/cosmos/vesting/v1beta1/tx.js +15 -16
- package/esm/cosmos/vesting/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/vesting/v1beta1/vesting.js +20 -13
- package/esm/cosmos_proto/cosmos.js +4 -5
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +59 -27
- package/esm/cosmwasm/wasm/v1/query.js +78 -71
- package/esm/cosmwasm/wasm/v1/query.rpc.func.js +28 -14
- package/esm/cosmwasm/wasm/v1/tx.js +77 -95
- package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
- package/esm/cosmwasm/wasm/v1/types.js +19 -21
- package/esm/extern.js +1 -1
- package/esm/google/api/http.js +9 -5
- package/esm/google/protobuf/any.js +2 -1
- package/esm/google/protobuf/descriptor.js +117 -43
- package/esm/google/protobuf/duration.js +2 -3
- package/esm/google/protobuf/timestamp.js +2 -3
- package/esm/helper-func-types.js +8 -1
- package/esm/helpers.js +1 -1
- package/esm/ibc/applications/transfer/v1/transfer.js +7 -9
- package/esm/ibc/applications/transfer/v1/tx.js +12 -11
- package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
- package/esm/ibc/core/channel/v1/channel.js +23 -23
- package/esm/ibc/core/channel/v1/tx.js +105 -96
- package/esm/ibc/core/channel/v1/tx.rpc.func.js +38 -19
- package/esm/ibc/core/channel/v1/upgrade.js +8 -9
- package/esm/ibc/core/client/v1/client.js +11 -15
- package/esm/ibc/core/client/v1/tx.js +29 -42
- package/esm/ibc/core/client/v1/tx.rpc.func.js +14 -7
- package/esm/ibc/core/commitment/v1/commitment.js +7 -9
- package/esm/ibc/core/connection/v1/connection.js +19 -19
- package/esm/ibc/core/connection/v1/tx.js +28 -26
- package/esm/ibc/core/connection/v1/tx.rpc.func.js +10 -5
- package/esm/injective/auction/v1beta1/auction.js +13 -13
- package/esm/injective/auction/v1beta1/genesis.js +5 -2
- package/esm/injective/auction/v1beta1/query.js +20 -13
- package/esm/injective/auction/v1beta1/query.rpc.func.js +8 -4
- package/esm/injective/auction/v1beta1/tx.js +10 -9
- package/esm/injective/auction/v1beta1/tx.rpc.func.js +4 -2
- package/esm/injective/crypto/v1beta1/ethsecp256k1/keys.js +4 -7
- package/esm/injective/exchange/v1beta1/authz.js +44 -22
- package/esm/injective/exchange/v1beta1/events.js +105 -46
- package/esm/injective/exchange/v1beta1/exchange.js +123 -83
- package/esm/injective/exchange/v1beta1/genesis.js +77 -21
- package/esm/injective/exchange/v1beta1/proposal.js +101 -43
- package/esm/injective/exchange/v1beta1/query.js +324 -210
- package/esm/injective/exchange/v1beta1/query.rpc.func.js +120 -60
- package/esm/injective/exchange/v1beta1/tx.js +181 -166
- package/esm/injective/exchange/v1beta1/tx.rpc.func.js +70 -35
- package/esm/injective/insurance/v1beta1/events.js +16 -6
- package/esm/injective/insurance/v1beta1/genesis.js +5 -2
- package/esm/injective/insurance/v1beta1/insurance.js +7 -7
- package/esm/injective/insurance/v1beta1/query.js +30 -19
- package/esm/injective/insurance/v1beta1/query.rpc.func.js +12 -6
- package/esm/injective/insurance/v1beta1/tx.js +20 -17
- package/esm/injective/insurance/v1beta1/tx.rpc.func.js +8 -4
- package/esm/injective/ocr/v1beta1/genesis.js +28 -12
- package/esm/injective/ocr/v1beta1/ocr.js +54 -38
- package/esm/injective/ocr/v1beta1/query.js +38 -22
- package/esm/injective/ocr/v1beta1/query.rpc.func.js +14 -7
- package/esm/injective/ocr/v1beta1/tx.js +41 -41
- package/esm/injective/ocr/v1beta1/tx.rpc.func.js +18 -9
- package/esm/injective/oracle/v1beta1/events.js +24 -21
- package/esm/injective/oracle/v1beta1/genesis.js +16 -4
- package/esm/injective/oracle/v1beta1/oracle.js +61 -38
- package/esm/injective/oracle/v1beta1/proposal.js +47 -22
- package/esm/injective/oracle/v1beta1/query.js +93 -58
- package/esm/injective/oracle/v1beta1/query.rpc.func.js +34 -17
- package/esm/injective/oracle/v1beta1/tx.js +35 -37
- package/esm/injective/oracle/v1beta1/tx.rpc.func.js +16 -8
- package/esm/injective/peggy/v1/attestation.js +4 -5
- package/esm/injective/peggy/v1/batch.js +6 -3
- package/esm/injective/peggy/v1/events.js +36 -33
- package/esm/injective/peggy/v1/genesis.js +11 -2
- package/esm/injective/peggy/v1/msgs.js +59 -68
- package/esm/injective/peggy/v1/msgs.rpc.func.js +28 -14
- package/esm/injective/peggy/v1/params.js +3 -3
- package/esm/injective/peggy/v1/pool.js +4 -5
- package/esm/injective/peggy/v1/proposal.js +6 -2
- package/esm/injective/peggy/v1/query.js +99 -70
- package/esm/injective/peggy/v1/query.rpc.func.js +42 -21
- package/esm/injective/peggy/v1/types.js +11 -10
- package/esm/injective/permissions/v1beta1/events.js +3 -2
- package/esm/injective/permissions/v1beta1/genesis.js +4 -2
- package/esm/injective/permissions/v1beta1/params.js +2 -4
- package/esm/injective/permissions/v1beta1/permissions.js +16 -10
- package/esm/injective/permissions/v1beta1/query.js +28 -21
- package/esm/injective/permissions/v1beta1/query.rpc.func.js +12 -6
- package/esm/injective/permissions/v1beta1/tx.js +45 -39
- package/esm/injective/permissions/v1beta1/tx.rpc.func.js +14 -7
- package/esm/injective/stream/v1beta1/query.js +70 -33
- package/esm/injective/tokenfactory/v1beta1/authorityMetadata.js +2 -3
- package/esm/injective/tokenfactory/v1beta1/events.js +13 -8
- package/esm/injective/tokenfactory/v1beta1/genesis.js +7 -3
- package/esm/injective/tokenfactory/v1beta1/params.js +3 -3
- package/esm/injective/tokenfactory/v1beta1/query.js +19 -14
- package/esm/injective/tokenfactory/v1beta1/query.rpc.func.js +8 -4
- package/esm/injective/tokenfactory/v1beta1/tx.js +28 -27
- package/esm/injective/tokenfactory/v1beta1/tx.rpc.func.js +12 -6
- package/esm/injective/types/v1beta1/account.js +5 -2
- package/esm/injective/types/v1beta1/tx_ext.js +2 -3
- package/esm/injective/types/v1beta1/tx_response.js +5 -4
- package/esm/injective/wasmx/v1/events.js +6 -7
- package/esm/injective/wasmx/v1/genesis.js +7 -3
- package/esm/injective/wasmx/v1/proposal.js +23 -10
- package/esm/injective/wasmx/v1/query.js +15 -10
- package/esm/injective/wasmx/v1/query.rpc.func.js +6 -3
- package/esm/injective/wasmx/v1/tx.js +26 -29
- package/esm/injective/wasmx/v1/tx.rpc.func.js +12 -6
- package/esm/injective/wasmx/v1/wasmx.js +5 -5
- package/esm/registry.js +1 -1
- package/esm/tendermint/abci/types.js +156 -73
- package/esm/tendermint/crypto/keys.js +2 -3
- package/esm/tendermint/crypto/proof.js +12 -9
- package/esm/tendermint/types/block.js +6 -2
- package/esm/tendermint/types/evidence.js +14 -5
- package/esm/tendermint/types/params.js +19 -14
- package/esm/tendermint/types/types.js +47 -20
- package/esm/tendermint/types/validator.js +9 -4
- package/esm/tendermint/version/types.js +4 -5
- package/esm/types.js +1 -1
- package/esm/utf8.js +1 -1
- package/esm/varint.js +1 -1
- package/extern.d.ts +1 -1
- package/extern.js +1 -1
- package/google/api/http.d.ts +3 -0
- package/google/api/http.js +9 -5
- package/google/protobuf/any.d.ts +1 -0
- package/google/protobuf/any.js +2 -1
- package/google/protobuf/descriptor.d.ts +33 -0
- package/google/protobuf/descriptor.js +117 -43
- package/google/protobuf/duration.d.ts +1 -0
- package/google/protobuf/duration.js +2 -3
- package/google/protobuf/timestamp.d.ts +1 -0
- package/google/protobuf/timestamp.js +2 -3
- package/helper-func-types.d.ts +6 -3
- package/helper-func-types.js +8 -1
- package/helpers.d.ts +1 -1
- package/helpers.js +1 -1
- package/ibc/applications/transfer/v1/transfer.d.ts +3 -0
- package/ibc/applications/transfer/v1/transfer.js +7 -9
- package/ibc/applications/transfer/v1/tx.d.ts +4 -0
- package/ibc/applications/transfer/v1/tx.js +12 -11
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
- package/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
- package/ibc/core/channel/v1/channel.d.ts +9 -0
- package/ibc/core/channel/v1/channel.js +23 -23
- package/ibc/core/channel/v1/tx.d.ts +38 -0
- package/ibc/core/channel/v1/tx.js +105 -96
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +19 -19
- package/ibc/core/channel/v1/tx.rpc.func.js +38 -19
- package/ibc/core/channel/v1/upgrade.d.ts +3 -0
- package/ibc/core/channel/v1/upgrade.js +8 -9
- package/ibc/core/client/v1/client.d.ts +5 -0
- package/ibc/core/client/v1/client.js +11 -15
- package/ibc/core/client/v1/tx.d.ts +14 -0
- package/ibc/core/client/v1/tx.js +29 -42
- package/ibc/core/client/v1/tx.rpc.func.d.ts +7 -7
- package/ibc/core/client/v1/tx.rpc.func.js +14 -7
- package/ibc/core/commitment/v1/commitment.d.ts +3 -0
- package/ibc/core/commitment/v1/commitment.js +7 -9
- package/ibc/core/connection/v1/connection.d.ts +7 -0
- package/ibc/core/connection/v1/connection.js +19 -19
- package/ibc/core/connection/v1/tx.d.ts +10 -0
- package/ibc/core/connection/v1/tx.js +28 -26
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
- package/ibc/core/connection/v1/tx.rpc.func.js +10 -5
- package/injective/auction/v1beta1/auction.d.ts +6 -0
- package/injective/auction/v1beta1/auction.js +13 -13
- package/injective/auction/v1beta1/genesis.d.ts +1 -0
- package/injective/auction/v1beta1/genesis.js +5 -2
- package/injective/auction/v1beta1/query.d.ts +8 -0
- package/injective/auction/v1beta1/query.js +20 -13
- package/injective/auction/v1beta1/query.rpc.func.js +8 -4
- package/injective/auction/v1beta1/tx.d.ts +4 -0
- package/injective/auction/v1beta1/tx.js +10 -9
- package/injective/auction/v1beta1/tx.rpc.func.d.ts +2 -2
- package/injective/auction/v1beta1/tx.rpc.func.js +4 -2
- package/injective/crypto/v1beta1/ethsecp256k1/keys.d.ts +2 -0
- package/injective/crypto/v1beta1/ethsecp256k1/keys.js +4 -7
- package/injective/exchange/v1beta1/authz.d.ts +11 -0
- package/injective/exchange/v1beta1/authz.js +44 -22
- package/injective/exchange/v1beta1/events.d.ts +36 -0
- package/injective/exchange/v1beta1/events.js +105 -46
- package/injective/exchange/v1beta1/exchange.d.ts +51 -0
- package/injective/exchange/v1beta1/exchange.js +123 -83
- package/injective/exchange/v1beta1/genesis.d.ts +17 -0
- package/injective/exchange/v1beta1/genesis.js +77 -21
- package/injective/exchange/v1beta1/proposal.d.ts +21 -0
- package/injective/exchange/v1beta1/proposal.js +101 -43
- package/injective/exchange/v1beta1/query.d.ts +131 -0
- package/injective/exchange/v1beta1/query.js +324 -210
- package/injective/exchange/v1beta1/query.rpc.func.js +120 -60
- package/injective/exchange/v1beta1/tx.d.ts +77 -0
- package/injective/exchange/v1beta1/tx.js +181 -166
- package/injective/exchange/v1beta1/tx.rpc.func.d.ts +35 -35
- package/injective/exchange/v1beta1/tx.rpc.func.js +70 -35
- package/injective/insurance/v1beta1/events.d.ts +5 -0
- package/injective/insurance/v1beta1/events.js +16 -6
- package/injective/insurance/v1beta1/genesis.d.ts +1 -0
- package/injective/insurance/v1beta1/genesis.js +5 -2
- package/injective/insurance/v1beta1/insurance.d.ts +3 -0
- package/injective/insurance/v1beta1/insurance.js +7 -7
- package/injective/insurance/v1beta1/query.d.ts +12 -0
- package/injective/insurance/v1beta1/query.js +30 -19
- package/injective/insurance/v1beta1/query.rpc.func.js +12 -6
- package/injective/insurance/v1beta1/tx.d.ts +8 -0
- package/injective/insurance/v1beta1/tx.js +20 -17
- package/injective/insurance/v1beta1/tx.rpc.func.d.ts +4 -4
- package/injective/insurance/v1beta1/tx.rpc.func.js +8 -4
- package/injective/ocr/v1beta1/genesis.d.ts +8 -0
- package/injective/ocr/v1beta1/genesis.js +28 -12
- package/injective/ocr/v1beta1/ocr.d.ts +21 -0
- package/injective/ocr/v1beta1/ocr.js +54 -38
- package/injective/ocr/v1beta1/query.d.ts +14 -0
- package/injective/ocr/v1beta1/query.js +38 -22
- package/injective/ocr/v1beta1/query.rpc.func.js +14 -7
- package/injective/ocr/v1beta1/tx.d.ts +18 -0
- package/injective/ocr/v1beta1/tx.js +41 -41
- package/injective/ocr/v1beta1/tx.rpc.func.d.ts +9 -9
- package/injective/ocr/v1beta1/tx.rpc.func.js +18 -9
- package/injective/oracle/v1beta1/events.d.ts +11 -0
- package/injective/oracle/v1beta1/events.js +24 -21
- package/injective/oracle/v1beta1/genesis.d.ts +2 -0
- package/injective/oracle/v1beta1/genesis.js +16 -4
- package/injective/oracle/v1beta1/oracle.d.ts +24 -0
- package/injective/oracle/v1beta1/oracle.js +61 -38
- package/injective/oracle/v1beta1/proposal.d.ts +11 -0
- package/injective/oracle/v1beta1/proposal.js +47 -22
- package/injective/oracle/v1beta1/query.d.ts +37 -0
- package/injective/oracle/v1beta1/query.js +93 -58
- package/injective/oracle/v1beta1/query.rpc.func.js +34 -17
- package/injective/oracle/v1beta1/tx.d.ts +16 -0
- package/injective/oracle/v1beta1/tx.js +35 -37
- package/injective/oracle/v1beta1/tx.rpc.func.d.ts +8 -8
- package/injective/oracle/v1beta1/tx.rpc.func.js +16 -8
- package/injective/peggy/v1/attestation.d.ts +2 -0
- package/injective/peggy/v1/attestation.js +4 -5
- package/injective/peggy/v1/batch.d.ts +2 -0
- package/injective/peggy/v1/batch.js +6 -3
- package/injective/peggy/v1/events.d.ts +17 -0
- package/injective/peggy/v1/events.js +36 -33
- package/injective/peggy/v1/genesis.d.ts +1 -0
- package/injective/peggy/v1/genesis.js +11 -2
- package/injective/peggy/v1/msgs.d.ts +28 -0
- package/injective/peggy/v1/msgs.js +59 -68
- package/injective/peggy/v1/msgs.rpc.func.d.ts +14 -14
- package/injective/peggy/v1/msgs.rpc.func.js +28 -14
- package/injective/peggy/v1/params.d.ts +1 -0
- package/injective/peggy/v1/params.js +3 -3
- package/injective/peggy/v1/pool.d.ts +2 -0
- package/injective/peggy/v1/pool.js +4 -5
- package/injective/peggy/v1/proposal.d.ts +2 -0
- package/injective/peggy/v1/proposal.js +6 -2
- package/injective/peggy/v1/query.d.ts +42 -0
- package/injective/peggy/v1/query.js +99 -70
- package/injective/peggy/v1/query.rpc.func.js +42 -21
- package/injective/peggy/v1/types.d.ts +5 -0
- package/injective/peggy/v1/types.js +11 -10
- package/injective/permissions/v1beta1/events.d.ts +1 -0
- package/injective/permissions/v1beta1/events.js +3 -2
- package/injective/permissions/v1beta1/genesis.d.ts +1 -0
- package/injective/permissions/v1beta1/genesis.js +4 -2
- package/injective/permissions/v1beta1/params.d.ts +1 -0
- package/injective/permissions/v1beta1/params.js +2 -4
- package/injective/permissions/v1beta1/permissions.d.ts +6 -0
- package/injective/permissions/v1beta1/permissions.js +16 -10
- package/injective/permissions/v1beta1/query.d.ts +12 -0
- package/injective/permissions/v1beta1/query.js +28 -21
- package/injective/permissions/v1beta1/query.rpc.func.js +12 -6
- package/injective/permissions/v1beta1/tx.d.ts +18 -0
- package/injective/permissions/v1beta1/tx.js +45 -39
- package/injective/permissions/v1beta1/tx.rpc.func.d.ts +7 -7
- package/injective/permissions/v1beta1/tx.rpc.func.js +14 -7
- package/injective/stream/v1beta1/query.d.ts +22 -0
- package/injective/stream/v1beta1/query.js +70 -33
- package/injective/tokenfactory/v1beta1/authorityMetadata.d.ts +1 -0
- package/injective/tokenfactory/v1beta1/authorityMetadata.js +2 -3
- package/injective/tokenfactory/v1beta1/events.d.ts +5 -0
- package/injective/tokenfactory/v1beta1/events.js +13 -8
- package/injective/tokenfactory/v1beta1/genesis.d.ts +2 -0
- package/injective/tokenfactory/v1beta1/genesis.js +7 -3
- package/injective/tokenfactory/v1beta1/params.d.ts +1 -0
- package/injective/tokenfactory/v1beta1/params.js +3 -3
- package/injective/tokenfactory/v1beta1/query.d.ts +8 -0
- package/injective/tokenfactory/v1beta1/query.js +19 -14
- package/injective/tokenfactory/v1beta1/query.rpc.func.js +8 -4
- package/injective/tokenfactory/v1beta1/tx.d.ts +12 -0
- package/injective/tokenfactory/v1beta1/tx.js +28 -27
- package/injective/tokenfactory/v1beta1/tx.rpc.func.d.ts +6 -6
- package/injective/tokenfactory/v1beta1/tx.rpc.func.js +12 -6
- package/injective/types/v1beta1/account.d.ts +1 -0
- package/injective/types/v1beta1/account.js +5 -2
- package/injective/types/v1beta1/tx_ext.d.ts +1 -0
- package/injective/types/v1beta1/tx_ext.js +2 -3
- package/injective/types/v1beta1/tx_response.d.ts +2 -0
- package/injective/types/v1beta1/tx_response.js +5 -4
- package/injective/wasmx/v1/events.d.ts +3 -0
- package/injective/wasmx/v1/events.js +6 -7
- package/injective/wasmx/v1/genesis.d.ts +2 -0
- package/injective/wasmx/v1/genesis.js +7 -3
- package/injective/wasmx/v1/proposal.d.ts +5 -0
- package/injective/wasmx/v1/proposal.js +23 -10
- package/injective/wasmx/v1/query.d.ts +6 -0
- package/injective/wasmx/v1/query.js +15 -10
- package/injective/wasmx/v1/query.rpc.func.js +6 -3
- package/injective/wasmx/v1/tx.d.ts +12 -0
- package/injective/wasmx/v1/tx.js +26 -29
- package/injective/wasmx/v1/tx.rpc.func.d.ts +6 -6
- package/injective/wasmx/v1/tx.rpc.func.js +12 -6
- package/injective/wasmx/v1/wasmx.d.ts +2 -0
- package/injective/wasmx/v1/wasmx.js +5 -5
- package/package.json +2 -2
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- package/tendermint/abci/types.d.ts +47 -0
- package/tendermint/abci/types.js +156 -73
- package/tendermint/crypto/keys.d.ts +1 -0
- package/tendermint/crypto/keys.js +2 -3
- package/tendermint/crypto/proof.d.ts +5 -0
- package/tendermint/crypto/proof.js +12 -9
- package/tendermint/types/block.d.ts +1 -0
- package/tendermint/types/block.js +6 -2
- package/tendermint/types/evidence.d.ts +4 -0
- package/tendermint/types/evidence.js +14 -5
- package/tendermint/types/params.d.ts +7 -0
- package/tendermint/types/params.js +19 -14
- package/tendermint/types/types.d.ts +15 -0
- package/tendermint/types/types.js +47 -20
- package/tendermint/types/validator.d.ts +3 -0
- package/tendermint/types/validator.js +9 -4
- package/tendermint/version/types.d.ts +2 -0
- package/tendermint/version/types.js +4 -5
- package/types.d.ts +2 -1
- package/types.js +1 -1
- package/utf8.d.ts +1 -1
- package/utf8.js +1 -1
- package/varint.d.ts +1 -1
- package/varint.js +1 -1
|
@@ -8,27 +8,31 @@ const createSubmitProposal = (clientResolver) => (0, helper_func_types_1.buildTx
|
|
|
8
8
|
clientResolver,
|
|
9
9
|
typeUrl: tx_1.MsgSubmitProposal.typeUrl,
|
|
10
10
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgSubmitProposal),
|
|
11
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgSubmitProposal)
|
|
11
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgSubmitProposal),
|
|
12
|
+
deps: [tx_1.MsgSubmitProposal]
|
|
12
13
|
});
|
|
13
14
|
exports.createSubmitProposal = createSubmitProposal;
|
|
14
15
|
const createVote = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
15
16
|
clientResolver,
|
|
16
17
|
typeUrl: tx_1.MsgVote.typeUrl,
|
|
17
18
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgVote),
|
|
18
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgVote)
|
|
19
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgVote),
|
|
20
|
+
deps: [tx_1.MsgVote]
|
|
19
21
|
});
|
|
20
22
|
exports.createVote = createVote;
|
|
21
23
|
const createVoteWeighted = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
22
24
|
clientResolver,
|
|
23
25
|
typeUrl: tx_1.MsgVoteWeighted.typeUrl,
|
|
24
26
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgVoteWeighted),
|
|
25
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgVoteWeighted)
|
|
27
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgVoteWeighted),
|
|
28
|
+
deps: [tx_1.MsgVoteWeighted]
|
|
26
29
|
});
|
|
27
30
|
exports.createVoteWeighted = createVoteWeighted;
|
|
28
31
|
const createDeposit = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
29
32
|
clientResolver,
|
|
30
33
|
typeUrl: tx_1.MsgDeposit.typeUrl,
|
|
31
34
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgDeposit),
|
|
32
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgDeposit)
|
|
35
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgDeposit),
|
|
36
|
+
deps: [tx_1.MsgDeposit]
|
|
33
37
|
});
|
|
34
38
|
exports.createDeposit = createDeposit;
|
package/cosmos/group/v1/tx.d.ts
CHANGED
|
@@ -705,6 +705,7 @@ export declare const MsgCreateGroup: {
|
|
|
705
705
|
fromProtoMsg(message: MsgCreateGroupProtoMsg): MsgCreateGroup;
|
|
706
706
|
toProto(message: MsgCreateGroup): Uint8Array;
|
|
707
707
|
toProtoMsg(message: MsgCreateGroup): MsgCreateGroupProtoMsg;
|
|
708
|
+
registerTypeUrl(): void;
|
|
708
709
|
};
|
|
709
710
|
export declare const MsgCreateGroupResponse: {
|
|
710
711
|
typeUrl: string;
|
|
@@ -721,6 +722,7 @@ export declare const MsgCreateGroupResponse: {
|
|
|
721
722
|
fromProtoMsg(message: MsgCreateGroupResponseProtoMsg): MsgCreateGroupResponse;
|
|
722
723
|
toProto(message: MsgCreateGroupResponse): Uint8Array;
|
|
723
724
|
toProtoMsg(message: MsgCreateGroupResponse): MsgCreateGroupResponseProtoMsg;
|
|
725
|
+
registerTypeUrl(): void;
|
|
724
726
|
};
|
|
725
727
|
export declare const MsgUpdateGroupMembers: {
|
|
726
728
|
typeUrl: string;
|
|
@@ -737,6 +739,7 @@ export declare const MsgUpdateGroupMembers: {
|
|
|
737
739
|
fromProtoMsg(message: MsgUpdateGroupMembersProtoMsg): MsgUpdateGroupMembers;
|
|
738
740
|
toProto(message: MsgUpdateGroupMembers): Uint8Array;
|
|
739
741
|
toProtoMsg(message: MsgUpdateGroupMembers): MsgUpdateGroupMembersProtoMsg;
|
|
742
|
+
registerTypeUrl(): void;
|
|
740
743
|
};
|
|
741
744
|
export declare const MsgUpdateGroupMembersResponse: {
|
|
742
745
|
typeUrl: string;
|
|
@@ -753,6 +756,7 @@ export declare const MsgUpdateGroupMembersResponse: {
|
|
|
753
756
|
fromProtoMsg(message: MsgUpdateGroupMembersResponseProtoMsg): MsgUpdateGroupMembersResponse;
|
|
754
757
|
toProto(message: MsgUpdateGroupMembersResponse): Uint8Array;
|
|
755
758
|
toProtoMsg(message: MsgUpdateGroupMembersResponse): MsgUpdateGroupMembersResponseProtoMsg;
|
|
759
|
+
registerTypeUrl(): void;
|
|
756
760
|
};
|
|
757
761
|
export declare const MsgUpdateGroupAdmin: {
|
|
758
762
|
typeUrl: string;
|
|
@@ -769,6 +773,7 @@ export declare const MsgUpdateGroupAdmin: {
|
|
|
769
773
|
fromProtoMsg(message: MsgUpdateGroupAdminProtoMsg): MsgUpdateGroupAdmin;
|
|
770
774
|
toProto(message: MsgUpdateGroupAdmin): Uint8Array;
|
|
771
775
|
toProtoMsg(message: MsgUpdateGroupAdmin): MsgUpdateGroupAdminProtoMsg;
|
|
776
|
+
registerTypeUrl(): void;
|
|
772
777
|
};
|
|
773
778
|
export declare const MsgUpdateGroupAdminResponse: {
|
|
774
779
|
typeUrl: string;
|
|
@@ -785,6 +790,7 @@ export declare const MsgUpdateGroupAdminResponse: {
|
|
|
785
790
|
fromProtoMsg(message: MsgUpdateGroupAdminResponseProtoMsg): MsgUpdateGroupAdminResponse;
|
|
786
791
|
toProto(message: MsgUpdateGroupAdminResponse): Uint8Array;
|
|
787
792
|
toProtoMsg(message: MsgUpdateGroupAdminResponse): MsgUpdateGroupAdminResponseProtoMsg;
|
|
793
|
+
registerTypeUrl(): void;
|
|
788
794
|
};
|
|
789
795
|
export declare const MsgUpdateGroupMetadata: {
|
|
790
796
|
typeUrl: string;
|
|
@@ -801,6 +807,7 @@ export declare const MsgUpdateGroupMetadata: {
|
|
|
801
807
|
fromProtoMsg(message: MsgUpdateGroupMetadataProtoMsg): MsgUpdateGroupMetadata;
|
|
802
808
|
toProto(message: MsgUpdateGroupMetadata): Uint8Array;
|
|
803
809
|
toProtoMsg(message: MsgUpdateGroupMetadata): MsgUpdateGroupMetadataProtoMsg;
|
|
810
|
+
registerTypeUrl(): void;
|
|
804
811
|
};
|
|
805
812
|
export declare const MsgUpdateGroupMetadataResponse: {
|
|
806
813
|
typeUrl: string;
|
|
@@ -817,6 +824,7 @@ export declare const MsgUpdateGroupMetadataResponse: {
|
|
|
817
824
|
fromProtoMsg(message: MsgUpdateGroupMetadataResponseProtoMsg): MsgUpdateGroupMetadataResponse;
|
|
818
825
|
toProto(message: MsgUpdateGroupMetadataResponse): Uint8Array;
|
|
819
826
|
toProtoMsg(message: MsgUpdateGroupMetadataResponse): MsgUpdateGroupMetadataResponseProtoMsg;
|
|
827
|
+
registerTypeUrl(): void;
|
|
820
828
|
};
|
|
821
829
|
export declare const MsgCreateGroupPolicy: {
|
|
822
830
|
typeUrl: string;
|
|
@@ -833,6 +841,7 @@ export declare const MsgCreateGroupPolicy: {
|
|
|
833
841
|
fromProtoMsg(message: MsgCreateGroupPolicyProtoMsg): MsgCreateGroupPolicy;
|
|
834
842
|
toProto(message: MsgCreateGroupPolicy): Uint8Array;
|
|
835
843
|
toProtoMsg(message: MsgCreateGroupPolicy): MsgCreateGroupPolicyProtoMsg;
|
|
844
|
+
registerTypeUrl(): void;
|
|
836
845
|
};
|
|
837
846
|
export declare const MsgCreateGroupPolicyResponse: {
|
|
838
847
|
typeUrl: string;
|
|
@@ -849,6 +858,7 @@ export declare const MsgCreateGroupPolicyResponse: {
|
|
|
849
858
|
fromProtoMsg(message: MsgCreateGroupPolicyResponseProtoMsg): MsgCreateGroupPolicyResponse;
|
|
850
859
|
toProto(message: MsgCreateGroupPolicyResponse): Uint8Array;
|
|
851
860
|
toProtoMsg(message: MsgCreateGroupPolicyResponse): MsgCreateGroupPolicyResponseProtoMsg;
|
|
861
|
+
registerTypeUrl(): void;
|
|
852
862
|
};
|
|
853
863
|
export declare const MsgUpdateGroupPolicyAdmin: {
|
|
854
864
|
typeUrl: string;
|
|
@@ -865,6 +875,7 @@ export declare const MsgUpdateGroupPolicyAdmin: {
|
|
|
865
875
|
fromProtoMsg(message: MsgUpdateGroupPolicyAdminProtoMsg): MsgUpdateGroupPolicyAdmin;
|
|
866
876
|
toProto(message: MsgUpdateGroupPolicyAdmin): Uint8Array;
|
|
867
877
|
toProtoMsg(message: MsgUpdateGroupPolicyAdmin): MsgUpdateGroupPolicyAdminProtoMsg;
|
|
878
|
+
registerTypeUrl(): void;
|
|
868
879
|
};
|
|
869
880
|
export declare const MsgUpdateGroupPolicyAdminResponse: {
|
|
870
881
|
typeUrl: string;
|
|
@@ -881,6 +892,7 @@ export declare const MsgUpdateGroupPolicyAdminResponse: {
|
|
|
881
892
|
fromProtoMsg(message: MsgUpdateGroupPolicyAdminResponseProtoMsg): MsgUpdateGroupPolicyAdminResponse;
|
|
882
893
|
toProto(message: MsgUpdateGroupPolicyAdminResponse): Uint8Array;
|
|
883
894
|
toProtoMsg(message: MsgUpdateGroupPolicyAdminResponse): MsgUpdateGroupPolicyAdminResponseProtoMsg;
|
|
895
|
+
registerTypeUrl(): void;
|
|
884
896
|
};
|
|
885
897
|
export declare const MsgCreateGroupWithPolicy: {
|
|
886
898
|
typeUrl: string;
|
|
@@ -897,6 +909,7 @@ export declare const MsgCreateGroupWithPolicy: {
|
|
|
897
909
|
fromProtoMsg(message: MsgCreateGroupWithPolicyProtoMsg): MsgCreateGroupWithPolicy;
|
|
898
910
|
toProto(message: MsgCreateGroupWithPolicy): Uint8Array;
|
|
899
911
|
toProtoMsg(message: MsgCreateGroupWithPolicy): MsgCreateGroupWithPolicyProtoMsg;
|
|
912
|
+
registerTypeUrl(): void;
|
|
900
913
|
};
|
|
901
914
|
export declare const MsgCreateGroupWithPolicyResponse: {
|
|
902
915
|
typeUrl: string;
|
|
@@ -913,6 +926,7 @@ export declare const MsgCreateGroupWithPolicyResponse: {
|
|
|
913
926
|
fromProtoMsg(message: MsgCreateGroupWithPolicyResponseProtoMsg): MsgCreateGroupWithPolicyResponse;
|
|
914
927
|
toProto(message: MsgCreateGroupWithPolicyResponse): Uint8Array;
|
|
915
928
|
toProtoMsg(message: MsgCreateGroupWithPolicyResponse): MsgCreateGroupWithPolicyResponseProtoMsg;
|
|
929
|
+
registerTypeUrl(): void;
|
|
916
930
|
};
|
|
917
931
|
export declare const MsgUpdateGroupPolicyDecisionPolicy: {
|
|
918
932
|
typeUrl: string;
|
|
@@ -929,6 +943,7 @@ export declare const MsgUpdateGroupPolicyDecisionPolicy: {
|
|
|
929
943
|
fromProtoMsg(message: MsgUpdateGroupPolicyDecisionPolicyProtoMsg): MsgUpdateGroupPolicyDecisionPolicy;
|
|
930
944
|
toProto(message: MsgUpdateGroupPolicyDecisionPolicy): Uint8Array;
|
|
931
945
|
toProtoMsg(message: MsgUpdateGroupPolicyDecisionPolicy): MsgUpdateGroupPolicyDecisionPolicyProtoMsg;
|
|
946
|
+
registerTypeUrl(): void;
|
|
932
947
|
};
|
|
933
948
|
export declare const MsgUpdateGroupPolicyDecisionPolicyResponse: {
|
|
934
949
|
typeUrl: string;
|
|
@@ -945,6 +960,7 @@ export declare const MsgUpdateGroupPolicyDecisionPolicyResponse: {
|
|
|
945
960
|
fromProtoMsg(message: MsgUpdateGroupPolicyDecisionPolicyResponseProtoMsg): MsgUpdateGroupPolicyDecisionPolicyResponse;
|
|
946
961
|
toProto(message: MsgUpdateGroupPolicyDecisionPolicyResponse): Uint8Array;
|
|
947
962
|
toProtoMsg(message: MsgUpdateGroupPolicyDecisionPolicyResponse): MsgUpdateGroupPolicyDecisionPolicyResponseProtoMsg;
|
|
963
|
+
registerTypeUrl(): void;
|
|
948
964
|
};
|
|
949
965
|
export declare const MsgUpdateGroupPolicyMetadata: {
|
|
950
966
|
typeUrl: string;
|
|
@@ -961,6 +977,7 @@ export declare const MsgUpdateGroupPolicyMetadata: {
|
|
|
961
977
|
fromProtoMsg(message: MsgUpdateGroupPolicyMetadataProtoMsg): MsgUpdateGroupPolicyMetadata;
|
|
962
978
|
toProto(message: MsgUpdateGroupPolicyMetadata): Uint8Array;
|
|
963
979
|
toProtoMsg(message: MsgUpdateGroupPolicyMetadata): MsgUpdateGroupPolicyMetadataProtoMsg;
|
|
980
|
+
registerTypeUrl(): void;
|
|
964
981
|
};
|
|
965
982
|
export declare const MsgUpdateGroupPolicyMetadataResponse: {
|
|
966
983
|
typeUrl: string;
|
|
@@ -977,6 +994,7 @@ export declare const MsgUpdateGroupPolicyMetadataResponse: {
|
|
|
977
994
|
fromProtoMsg(message: MsgUpdateGroupPolicyMetadataResponseProtoMsg): MsgUpdateGroupPolicyMetadataResponse;
|
|
978
995
|
toProto(message: MsgUpdateGroupPolicyMetadataResponse): Uint8Array;
|
|
979
996
|
toProtoMsg(message: MsgUpdateGroupPolicyMetadataResponse): MsgUpdateGroupPolicyMetadataResponseProtoMsg;
|
|
997
|
+
registerTypeUrl(): void;
|
|
980
998
|
};
|
|
981
999
|
export declare const MsgSubmitProposal: {
|
|
982
1000
|
typeUrl: string;
|
|
@@ -993,6 +1011,7 @@ export declare const MsgSubmitProposal: {
|
|
|
993
1011
|
fromProtoMsg(message: MsgSubmitProposalProtoMsg): MsgSubmitProposal;
|
|
994
1012
|
toProto(message: MsgSubmitProposal): Uint8Array;
|
|
995
1013
|
toProtoMsg(message: MsgSubmitProposal): MsgSubmitProposalProtoMsg;
|
|
1014
|
+
registerTypeUrl(): void;
|
|
996
1015
|
};
|
|
997
1016
|
export declare const MsgSubmitProposalResponse: {
|
|
998
1017
|
typeUrl: string;
|
|
@@ -1009,6 +1028,7 @@ export declare const MsgSubmitProposalResponse: {
|
|
|
1009
1028
|
fromProtoMsg(message: MsgSubmitProposalResponseProtoMsg): MsgSubmitProposalResponse;
|
|
1010
1029
|
toProto(message: MsgSubmitProposalResponse): Uint8Array;
|
|
1011
1030
|
toProtoMsg(message: MsgSubmitProposalResponse): MsgSubmitProposalResponseProtoMsg;
|
|
1031
|
+
registerTypeUrl(): void;
|
|
1012
1032
|
};
|
|
1013
1033
|
export declare const MsgWithdrawProposal: {
|
|
1014
1034
|
typeUrl: string;
|
|
@@ -1025,6 +1045,7 @@ export declare const MsgWithdrawProposal: {
|
|
|
1025
1045
|
fromProtoMsg(message: MsgWithdrawProposalProtoMsg): MsgWithdrawProposal;
|
|
1026
1046
|
toProto(message: MsgWithdrawProposal): Uint8Array;
|
|
1027
1047
|
toProtoMsg(message: MsgWithdrawProposal): MsgWithdrawProposalProtoMsg;
|
|
1048
|
+
registerTypeUrl(): void;
|
|
1028
1049
|
};
|
|
1029
1050
|
export declare const MsgWithdrawProposalResponse: {
|
|
1030
1051
|
typeUrl: string;
|
|
@@ -1041,6 +1062,7 @@ export declare const MsgWithdrawProposalResponse: {
|
|
|
1041
1062
|
fromProtoMsg(message: MsgWithdrawProposalResponseProtoMsg): MsgWithdrawProposalResponse;
|
|
1042
1063
|
toProto(message: MsgWithdrawProposalResponse): Uint8Array;
|
|
1043
1064
|
toProtoMsg(message: MsgWithdrawProposalResponse): MsgWithdrawProposalResponseProtoMsg;
|
|
1065
|
+
registerTypeUrl(): void;
|
|
1044
1066
|
};
|
|
1045
1067
|
export declare const MsgVote: {
|
|
1046
1068
|
typeUrl: string;
|
|
@@ -1057,6 +1079,7 @@ export declare const MsgVote: {
|
|
|
1057
1079
|
fromProtoMsg(message: MsgVoteProtoMsg): MsgVote;
|
|
1058
1080
|
toProto(message: MsgVote): Uint8Array;
|
|
1059
1081
|
toProtoMsg(message: MsgVote): MsgVoteProtoMsg;
|
|
1082
|
+
registerTypeUrl(): void;
|
|
1060
1083
|
};
|
|
1061
1084
|
export declare const MsgVoteResponse: {
|
|
1062
1085
|
typeUrl: string;
|
|
@@ -1073,6 +1096,7 @@ export declare const MsgVoteResponse: {
|
|
|
1073
1096
|
fromProtoMsg(message: MsgVoteResponseProtoMsg): MsgVoteResponse;
|
|
1074
1097
|
toProto(message: MsgVoteResponse): Uint8Array;
|
|
1075
1098
|
toProtoMsg(message: MsgVoteResponse): MsgVoteResponseProtoMsg;
|
|
1099
|
+
registerTypeUrl(): void;
|
|
1076
1100
|
};
|
|
1077
1101
|
export declare const MsgExec: {
|
|
1078
1102
|
typeUrl: string;
|
|
@@ -1089,6 +1113,7 @@ export declare const MsgExec: {
|
|
|
1089
1113
|
fromProtoMsg(message: MsgExecProtoMsg): MsgExec;
|
|
1090
1114
|
toProto(message: MsgExec): Uint8Array;
|
|
1091
1115
|
toProtoMsg(message: MsgExec): MsgExecProtoMsg;
|
|
1116
|
+
registerTypeUrl(): void;
|
|
1092
1117
|
};
|
|
1093
1118
|
export declare const MsgExecResponse: {
|
|
1094
1119
|
typeUrl: string;
|
|
@@ -1105,6 +1130,7 @@ export declare const MsgExecResponse: {
|
|
|
1105
1130
|
fromProtoMsg(message: MsgExecResponseProtoMsg): MsgExecResponse;
|
|
1106
1131
|
toProto(message: MsgExecResponse): Uint8Array;
|
|
1107
1132
|
toProtoMsg(message: MsgExecResponse): MsgExecResponseProtoMsg;
|
|
1133
|
+
registerTypeUrl(): void;
|
|
1108
1134
|
};
|
|
1109
1135
|
export declare const MsgLeaveGroup: {
|
|
1110
1136
|
typeUrl: string;
|
|
@@ -1121,6 +1147,7 @@ export declare const MsgLeaveGroup: {
|
|
|
1121
1147
|
fromProtoMsg(message: MsgLeaveGroupProtoMsg): MsgLeaveGroup;
|
|
1122
1148
|
toProto(message: MsgLeaveGroup): Uint8Array;
|
|
1123
1149
|
toProtoMsg(message: MsgLeaveGroup): MsgLeaveGroupProtoMsg;
|
|
1150
|
+
registerTypeUrl(): void;
|
|
1124
1151
|
};
|
|
1125
1152
|
export declare const MsgLeaveGroupResponse: {
|
|
1126
1153
|
typeUrl: string;
|
|
@@ -1137,4 +1164,5 @@ export declare const MsgLeaveGroupResponse: {
|
|
|
1137
1164
|
fromProtoMsg(message: MsgLeaveGroupResponseProtoMsg): MsgLeaveGroupResponse;
|
|
1138
1165
|
toProto(message: MsgLeaveGroupResponse): Uint8Array;
|
|
1139
1166
|
toProtoMsg(message: MsgLeaveGroupResponse): MsgLeaveGroupResponseProtoMsg;
|
|
1167
|
+
registerTypeUrl(): void;
|
|
1140
1168
|
};
|
package/cosmos/group/v1/tx.js
CHANGED
|
@@ -152,10 +152,11 @@ exports.MsgCreateGroup = {
|
|
|
152
152
|
typeUrl: "/cosmos.group.v1.MsgCreateGroup",
|
|
153
153
|
value: exports.MsgCreateGroup.encode(message).finish()
|
|
154
154
|
};
|
|
155
|
+
},
|
|
156
|
+
registerTypeUrl() {
|
|
157
|
+
types_1.MemberRequest.registerTypeUrl();
|
|
155
158
|
}
|
|
156
159
|
};
|
|
157
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgCreateGroup.typeUrl, exports.MsgCreateGroup);
|
|
158
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgCreateGroup.aminoType, exports.MsgCreateGroup.typeUrl);
|
|
159
160
|
function createBaseMsgCreateGroupResponse() {
|
|
160
161
|
return {
|
|
161
162
|
groupId: BigInt(0)
|
|
@@ -230,10 +231,9 @@ exports.MsgCreateGroupResponse = {
|
|
|
230
231
|
typeUrl: "/cosmos.group.v1.MsgCreateGroupResponse",
|
|
231
232
|
value: exports.MsgCreateGroupResponse.encode(message).finish()
|
|
232
233
|
};
|
|
233
|
-
}
|
|
234
|
+
},
|
|
235
|
+
registerTypeUrl() { }
|
|
234
236
|
};
|
|
235
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgCreateGroupResponse.typeUrl, exports.MsgCreateGroupResponse);
|
|
236
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgCreateGroupResponse.aminoType, exports.MsgCreateGroupResponse.typeUrl);
|
|
237
237
|
function createBaseMsgUpdateGroupMembers() {
|
|
238
238
|
return {
|
|
239
239
|
admin: "",
|
|
@@ -335,10 +335,11 @@ exports.MsgUpdateGroupMembers = {
|
|
|
335
335
|
typeUrl: "/cosmos.group.v1.MsgUpdateGroupMembers",
|
|
336
336
|
value: exports.MsgUpdateGroupMembers.encode(message).finish()
|
|
337
337
|
};
|
|
338
|
+
},
|
|
339
|
+
registerTypeUrl() {
|
|
340
|
+
types_1.MemberRequest.registerTypeUrl();
|
|
338
341
|
}
|
|
339
342
|
};
|
|
340
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateGroupMembers.typeUrl, exports.MsgUpdateGroupMembers);
|
|
341
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateGroupMembers.aminoType, exports.MsgUpdateGroupMembers.typeUrl);
|
|
342
343
|
function createBaseMsgUpdateGroupMembersResponse() {
|
|
343
344
|
return {};
|
|
344
345
|
}
|
|
@@ -400,10 +401,9 @@ exports.MsgUpdateGroupMembersResponse = {
|
|
|
400
401
|
typeUrl: "/cosmos.group.v1.MsgUpdateGroupMembersResponse",
|
|
401
402
|
value: exports.MsgUpdateGroupMembersResponse.encode(message).finish()
|
|
402
403
|
};
|
|
403
|
-
}
|
|
404
|
+
},
|
|
405
|
+
registerTypeUrl() { }
|
|
404
406
|
};
|
|
405
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateGroupMembersResponse.typeUrl, exports.MsgUpdateGroupMembersResponse);
|
|
406
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateGroupMembersResponse.aminoType, exports.MsgUpdateGroupMembersResponse.typeUrl);
|
|
407
407
|
function createBaseMsgUpdateGroupAdmin() {
|
|
408
408
|
return {
|
|
409
409
|
admin: "",
|
|
@@ -502,10 +502,9 @@ exports.MsgUpdateGroupAdmin = {
|
|
|
502
502
|
typeUrl: "/cosmos.group.v1.MsgUpdateGroupAdmin",
|
|
503
503
|
value: exports.MsgUpdateGroupAdmin.encode(message).finish()
|
|
504
504
|
};
|
|
505
|
-
}
|
|
505
|
+
},
|
|
506
|
+
registerTypeUrl() { }
|
|
506
507
|
};
|
|
507
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateGroupAdmin.typeUrl, exports.MsgUpdateGroupAdmin);
|
|
508
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateGroupAdmin.aminoType, exports.MsgUpdateGroupAdmin.typeUrl);
|
|
509
508
|
function createBaseMsgUpdateGroupAdminResponse() {
|
|
510
509
|
return {};
|
|
511
510
|
}
|
|
@@ -567,10 +566,9 @@ exports.MsgUpdateGroupAdminResponse = {
|
|
|
567
566
|
typeUrl: "/cosmos.group.v1.MsgUpdateGroupAdminResponse",
|
|
568
567
|
value: exports.MsgUpdateGroupAdminResponse.encode(message).finish()
|
|
569
568
|
};
|
|
570
|
-
}
|
|
569
|
+
},
|
|
570
|
+
registerTypeUrl() { }
|
|
571
571
|
};
|
|
572
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateGroupAdminResponse.typeUrl, exports.MsgUpdateGroupAdminResponse);
|
|
573
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateGroupAdminResponse.aminoType, exports.MsgUpdateGroupAdminResponse.typeUrl);
|
|
574
572
|
function createBaseMsgUpdateGroupMetadata() {
|
|
575
573
|
return {
|
|
576
574
|
admin: "",
|
|
@@ -669,10 +667,9 @@ exports.MsgUpdateGroupMetadata = {
|
|
|
669
667
|
typeUrl: "/cosmos.group.v1.MsgUpdateGroupMetadata",
|
|
670
668
|
value: exports.MsgUpdateGroupMetadata.encode(message).finish()
|
|
671
669
|
};
|
|
672
|
-
}
|
|
670
|
+
},
|
|
671
|
+
registerTypeUrl() { }
|
|
673
672
|
};
|
|
674
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateGroupMetadata.typeUrl, exports.MsgUpdateGroupMetadata);
|
|
675
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateGroupMetadata.aminoType, exports.MsgUpdateGroupMetadata.typeUrl);
|
|
676
673
|
function createBaseMsgUpdateGroupMetadataResponse() {
|
|
677
674
|
return {};
|
|
678
675
|
}
|
|
@@ -734,10 +731,9 @@ exports.MsgUpdateGroupMetadataResponse = {
|
|
|
734
731
|
typeUrl: "/cosmos.group.v1.MsgUpdateGroupMetadataResponse",
|
|
735
732
|
value: exports.MsgUpdateGroupMetadataResponse.encode(message).finish()
|
|
736
733
|
};
|
|
737
|
-
}
|
|
734
|
+
},
|
|
735
|
+
registerTypeUrl() { }
|
|
738
736
|
};
|
|
739
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateGroupMetadataResponse.typeUrl, exports.MsgUpdateGroupMetadataResponse);
|
|
740
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateGroupMetadataResponse.aminoType, exports.MsgUpdateGroupMetadataResponse.typeUrl);
|
|
741
737
|
function createBaseMsgCreateGroupPolicy() {
|
|
742
738
|
return {
|
|
743
739
|
admin: "",
|
|
@@ -848,10 +844,12 @@ exports.MsgCreateGroupPolicy = {
|
|
|
848
844
|
typeUrl: "/cosmos.group.v1.MsgCreateGroupPolicy",
|
|
849
845
|
value: exports.MsgCreateGroupPolicy.encode(message).finish()
|
|
850
846
|
};
|
|
847
|
+
},
|
|
848
|
+
registerTypeUrl() {
|
|
849
|
+
types_1.ThresholdDecisionPolicy.registerTypeUrl();
|
|
850
|
+
types_1.PercentageDecisionPolicy.registerTypeUrl();
|
|
851
851
|
}
|
|
852
852
|
};
|
|
853
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgCreateGroupPolicy.typeUrl, exports.MsgCreateGroupPolicy);
|
|
854
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgCreateGroupPolicy.aminoType, exports.MsgCreateGroupPolicy.typeUrl);
|
|
855
853
|
function createBaseMsgCreateGroupPolicyResponse() {
|
|
856
854
|
return {
|
|
857
855
|
address: ""
|
|
@@ -926,10 +924,9 @@ exports.MsgCreateGroupPolicyResponse = {
|
|
|
926
924
|
typeUrl: "/cosmos.group.v1.MsgCreateGroupPolicyResponse",
|
|
927
925
|
value: exports.MsgCreateGroupPolicyResponse.encode(message).finish()
|
|
928
926
|
};
|
|
929
|
-
}
|
|
927
|
+
},
|
|
928
|
+
registerTypeUrl() { }
|
|
930
929
|
};
|
|
931
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgCreateGroupPolicyResponse.typeUrl, exports.MsgCreateGroupPolicyResponse);
|
|
932
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgCreateGroupPolicyResponse.aminoType, exports.MsgCreateGroupPolicyResponse.typeUrl);
|
|
933
930
|
function createBaseMsgUpdateGroupPolicyAdmin() {
|
|
934
931
|
return {
|
|
935
932
|
admin: "",
|
|
@@ -1028,10 +1025,9 @@ exports.MsgUpdateGroupPolicyAdmin = {
|
|
|
1028
1025
|
typeUrl: "/cosmos.group.v1.MsgUpdateGroupPolicyAdmin",
|
|
1029
1026
|
value: exports.MsgUpdateGroupPolicyAdmin.encode(message).finish()
|
|
1030
1027
|
};
|
|
1031
|
-
}
|
|
1028
|
+
},
|
|
1029
|
+
registerTypeUrl() { }
|
|
1032
1030
|
};
|
|
1033
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateGroupPolicyAdmin.typeUrl, exports.MsgUpdateGroupPolicyAdmin);
|
|
1034
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateGroupPolicyAdmin.aminoType, exports.MsgUpdateGroupPolicyAdmin.typeUrl);
|
|
1035
1031
|
function createBaseMsgUpdateGroupPolicyAdminResponse() {
|
|
1036
1032
|
return {};
|
|
1037
1033
|
}
|
|
@@ -1093,10 +1089,9 @@ exports.MsgUpdateGroupPolicyAdminResponse = {
|
|
|
1093
1089
|
typeUrl: "/cosmos.group.v1.MsgUpdateGroupPolicyAdminResponse",
|
|
1094
1090
|
value: exports.MsgUpdateGroupPolicyAdminResponse.encode(message).finish()
|
|
1095
1091
|
};
|
|
1096
|
-
}
|
|
1092
|
+
},
|
|
1093
|
+
registerTypeUrl() { }
|
|
1097
1094
|
};
|
|
1098
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateGroupPolicyAdminResponse.typeUrl, exports.MsgUpdateGroupPolicyAdminResponse);
|
|
1099
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateGroupPolicyAdminResponse.aminoType, exports.MsgUpdateGroupPolicyAdminResponse.typeUrl);
|
|
1100
1095
|
function createBaseMsgCreateGroupWithPolicy() {
|
|
1101
1096
|
return {
|
|
1102
1097
|
admin: "",
|
|
@@ -1234,10 +1229,12 @@ exports.MsgCreateGroupWithPolicy = {
|
|
|
1234
1229
|
typeUrl: "/cosmos.group.v1.MsgCreateGroupWithPolicy",
|
|
1235
1230
|
value: exports.MsgCreateGroupWithPolicy.encode(message).finish()
|
|
1236
1231
|
};
|
|
1232
|
+
},
|
|
1233
|
+
registerTypeUrl() {
|
|
1234
|
+
types_1.ThresholdDecisionPolicy.registerTypeUrl();
|
|
1235
|
+
types_1.PercentageDecisionPolicy.registerTypeUrl();
|
|
1237
1236
|
}
|
|
1238
1237
|
};
|
|
1239
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgCreateGroupWithPolicy.typeUrl, exports.MsgCreateGroupWithPolicy);
|
|
1240
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgCreateGroupWithPolicy.aminoType, exports.MsgCreateGroupWithPolicy.typeUrl);
|
|
1241
1238
|
function createBaseMsgCreateGroupWithPolicyResponse() {
|
|
1242
1239
|
return {
|
|
1243
1240
|
groupId: BigInt(0),
|
|
@@ -1324,10 +1321,9 @@ exports.MsgCreateGroupWithPolicyResponse = {
|
|
|
1324
1321
|
typeUrl: "/cosmos.group.v1.MsgCreateGroupWithPolicyResponse",
|
|
1325
1322
|
value: exports.MsgCreateGroupWithPolicyResponse.encode(message).finish()
|
|
1326
1323
|
};
|
|
1327
|
-
}
|
|
1324
|
+
},
|
|
1325
|
+
registerTypeUrl() { }
|
|
1328
1326
|
};
|
|
1329
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgCreateGroupWithPolicyResponse.typeUrl, exports.MsgCreateGroupWithPolicyResponse);
|
|
1330
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgCreateGroupWithPolicyResponse.aminoType, exports.MsgCreateGroupWithPolicyResponse.typeUrl);
|
|
1331
1327
|
function createBaseMsgUpdateGroupPolicyDecisionPolicy() {
|
|
1332
1328
|
return {
|
|
1333
1329
|
admin: "",
|
|
@@ -1426,10 +1422,12 @@ exports.MsgUpdateGroupPolicyDecisionPolicy = {
|
|
|
1426
1422
|
typeUrl: "/cosmos.group.v1.MsgUpdateGroupPolicyDecisionPolicy",
|
|
1427
1423
|
value: exports.MsgUpdateGroupPolicyDecisionPolicy.encode(message).finish()
|
|
1428
1424
|
};
|
|
1425
|
+
},
|
|
1426
|
+
registerTypeUrl() {
|
|
1427
|
+
types_1.ThresholdDecisionPolicy.registerTypeUrl();
|
|
1428
|
+
types_1.PercentageDecisionPolicy.registerTypeUrl();
|
|
1429
1429
|
}
|
|
1430
1430
|
};
|
|
1431
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateGroupPolicyDecisionPolicy.typeUrl, exports.MsgUpdateGroupPolicyDecisionPolicy);
|
|
1432
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateGroupPolicyDecisionPolicy.aminoType, exports.MsgUpdateGroupPolicyDecisionPolicy.typeUrl);
|
|
1433
1431
|
function createBaseMsgUpdateGroupPolicyDecisionPolicyResponse() {
|
|
1434
1432
|
return {};
|
|
1435
1433
|
}
|
|
@@ -1491,10 +1489,9 @@ exports.MsgUpdateGroupPolicyDecisionPolicyResponse = {
|
|
|
1491
1489
|
typeUrl: "/cosmos.group.v1.MsgUpdateGroupPolicyDecisionPolicyResponse",
|
|
1492
1490
|
value: exports.MsgUpdateGroupPolicyDecisionPolicyResponse.encode(message).finish()
|
|
1493
1491
|
};
|
|
1494
|
-
}
|
|
1492
|
+
},
|
|
1493
|
+
registerTypeUrl() { }
|
|
1495
1494
|
};
|
|
1496
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateGroupPolicyDecisionPolicyResponse.typeUrl, exports.MsgUpdateGroupPolicyDecisionPolicyResponse);
|
|
1497
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateGroupPolicyDecisionPolicyResponse.aminoType, exports.MsgUpdateGroupPolicyDecisionPolicyResponse.typeUrl);
|
|
1498
1495
|
function createBaseMsgUpdateGroupPolicyMetadata() {
|
|
1499
1496
|
return {
|
|
1500
1497
|
admin: "",
|
|
@@ -1593,10 +1590,9 @@ exports.MsgUpdateGroupPolicyMetadata = {
|
|
|
1593
1590
|
typeUrl: "/cosmos.group.v1.MsgUpdateGroupPolicyMetadata",
|
|
1594
1591
|
value: exports.MsgUpdateGroupPolicyMetadata.encode(message).finish()
|
|
1595
1592
|
};
|
|
1596
|
-
}
|
|
1593
|
+
},
|
|
1594
|
+
registerTypeUrl() { }
|
|
1597
1595
|
};
|
|
1598
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateGroupPolicyMetadata.typeUrl, exports.MsgUpdateGroupPolicyMetadata);
|
|
1599
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateGroupPolicyMetadata.aminoType, exports.MsgUpdateGroupPolicyMetadata.typeUrl);
|
|
1600
1596
|
function createBaseMsgUpdateGroupPolicyMetadataResponse() {
|
|
1601
1597
|
return {};
|
|
1602
1598
|
}
|
|
@@ -1658,10 +1654,9 @@ exports.MsgUpdateGroupPolicyMetadataResponse = {
|
|
|
1658
1654
|
typeUrl: "/cosmos.group.v1.MsgUpdateGroupPolicyMetadataResponse",
|
|
1659
1655
|
value: exports.MsgUpdateGroupPolicyMetadataResponse.encode(message).finish()
|
|
1660
1656
|
};
|
|
1661
|
-
}
|
|
1657
|
+
},
|
|
1658
|
+
registerTypeUrl() { }
|
|
1662
1659
|
};
|
|
1663
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateGroupPolicyMetadataResponse.typeUrl, exports.MsgUpdateGroupPolicyMetadataResponse);
|
|
1664
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateGroupPolicyMetadataResponse.aminoType, exports.MsgUpdateGroupPolicyMetadataResponse.typeUrl);
|
|
1665
1660
|
function createBaseMsgSubmitProposal() {
|
|
1666
1661
|
return {
|
|
1667
1662
|
groupPolicyAddress: "",
|
|
@@ -1814,10 +1809,9 @@ exports.MsgSubmitProposal = {
|
|
|
1814
1809
|
typeUrl: "/cosmos.group.v1.MsgSubmitProposal",
|
|
1815
1810
|
value: exports.MsgSubmitProposal.encode(message).finish()
|
|
1816
1811
|
};
|
|
1817
|
-
}
|
|
1812
|
+
},
|
|
1813
|
+
registerTypeUrl() { }
|
|
1818
1814
|
};
|
|
1819
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgSubmitProposal.typeUrl, exports.MsgSubmitProposal);
|
|
1820
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgSubmitProposal.aminoType, exports.MsgSubmitProposal.typeUrl);
|
|
1821
1815
|
function createBaseMsgSubmitProposalResponse() {
|
|
1822
1816
|
return {
|
|
1823
1817
|
proposalId: BigInt(0)
|
|
@@ -1892,10 +1886,9 @@ exports.MsgSubmitProposalResponse = {
|
|
|
1892
1886
|
typeUrl: "/cosmos.group.v1.MsgSubmitProposalResponse",
|
|
1893
1887
|
value: exports.MsgSubmitProposalResponse.encode(message).finish()
|
|
1894
1888
|
};
|
|
1895
|
-
}
|
|
1889
|
+
},
|
|
1890
|
+
registerTypeUrl() { }
|
|
1896
1891
|
};
|
|
1897
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgSubmitProposalResponse.typeUrl, exports.MsgSubmitProposalResponse);
|
|
1898
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgSubmitProposalResponse.aminoType, exports.MsgSubmitProposalResponse.typeUrl);
|
|
1899
1892
|
function createBaseMsgWithdrawProposal() {
|
|
1900
1893
|
return {
|
|
1901
1894
|
proposalId: BigInt(0),
|
|
@@ -1982,10 +1975,9 @@ exports.MsgWithdrawProposal = {
|
|
|
1982
1975
|
typeUrl: "/cosmos.group.v1.MsgWithdrawProposal",
|
|
1983
1976
|
value: exports.MsgWithdrawProposal.encode(message).finish()
|
|
1984
1977
|
};
|
|
1985
|
-
}
|
|
1978
|
+
},
|
|
1979
|
+
registerTypeUrl() { }
|
|
1986
1980
|
};
|
|
1987
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgWithdrawProposal.typeUrl, exports.MsgWithdrawProposal);
|
|
1988
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgWithdrawProposal.aminoType, exports.MsgWithdrawProposal.typeUrl);
|
|
1989
1981
|
function createBaseMsgWithdrawProposalResponse() {
|
|
1990
1982
|
return {};
|
|
1991
1983
|
}
|
|
@@ -2047,10 +2039,9 @@ exports.MsgWithdrawProposalResponse = {
|
|
|
2047
2039
|
typeUrl: "/cosmos.group.v1.MsgWithdrawProposalResponse",
|
|
2048
2040
|
value: exports.MsgWithdrawProposalResponse.encode(message).finish()
|
|
2049
2041
|
};
|
|
2050
|
-
}
|
|
2042
|
+
},
|
|
2043
|
+
registerTypeUrl() { }
|
|
2051
2044
|
};
|
|
2052
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgWithdrawProposalResponse.typeUrl, exports.MsgWithdrawProposalResponse);
|
|
2053
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgWithdrawProposalResponse.aminoType, exports.MsgWithdrawProposalResponse.typeUrl);
|
|
2054
2045
|
function createBaseMsgVote() {
|
|
2055
2046
|
return {
|
|
2056
2047
|
proposalId: BigInt(0),
|
|
@@ -2173,10 +2164,9 @@ exports.MsgVote = {
|
|
|
2173
2164
|
typeUrl: "/cosmos.group.v1.MsgVote",
|
|
2174
2165
|
value: exports.MsgVote.encode(message).finish()
|
|
2175
2166
|
};
|
|
2176
|
-
}
|
|
2167
|
+
},
|
|
2168
|
+
registerTypeUrl() { }
|
|
2177
2169
|
};
|
|
2178
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgVote.typeUrl, exports.MsgVote);
|
|
2179
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgVote.aminoType, exports.MsgVote.typeUrl);
|
|
2180
2170
|
function createBaseMsgVoteResponse() {
|
|
2181
2171
|
return {};
|
|
2182
2172
|
}
|
|
@@ -2238,10 +2228,9 @@ exports.MsgVoteResponse = {
|
|
|
2238
2228
|
typeUrl: "/cosmos.group.v1.MsgVoteResponse",
|
|
2239
2229
|
value: exports.MsgVoteResponse.encode(message).finish()
|
|
2240
2230
|
};
|
|
2241
|
-
}
|
|
2231
|
+
},
|
|
2232
|
+
registerTypeUrl() { }
|
|
2242
2233
|
};
|
|
2243
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgVoteResponse.typeUrl, exports.MsgVoteResponse);
|
|
2244
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgVoteResponse.aminoType, exports.MsgVoteResponse.typeUrl);
|
|
2245
2234
|
function createBaseMsgExec() {
|
|
2246
2235
|
return {
|
|
2247
2236
|
proposalId: BigInt(0),
|
|
@@ -2328,10 +2317,9 @@ exports.MsgExec = {
|
|
|
2328
2317
|
typeUrl: "/cosmos.group.v1.MsgExec",
|
|
2329
2318
|
value: exports.MsgExec.encode(message).finish()
|
|
2330
2319
|
};
|
|
2331
|
-
}
|
|
2320
|
+
},
|
|
2321
|
+
registerTypeUrl() { }
|
|
2332
2322
|
};
|
|
2333
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgExec.typeUrl, exports.MsgExec);
|
|
2334
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgExec.aminoType, exports.MsgExec.typeUrl);
|
|
2335
2323
|
function createBaseMsgExecResponse() {
|
|
2336
2324
|
return {
|
|
2337
2325
|
result: 0
|
|
@@ -2406,10 +2394,9 @@ exports.MsgExecResponse = {
|
|
|
2406
2394
|
typeUrl: "/cosmos.group.v1.MsgExecResponse",
|
|
2407
2395
|
value: exports.MsgExecResponse.encode(message).finish()
|
|
2408
2396
|
};
|
|
2409
|
-
}
|
|
2397
|
+
},
|
|
2398
|
+
registerTypeUrl() { }
|
|
2410
2399
|
};
|
|
2411
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgExecResponse.typeUrl, exports.MsgExecResponse);
|
|
2412
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgExecResponse.aminoType, exports.MsgExecResponse.typeUrl);
|
|
2413
2400
|
function createBaseMsgLeaveGroup() {
|
|
2414
2401
|
return {
|
|
2415
2402
|
address: "",
|
|
@@ -2496,10 +2483,9 @@ exports.MsgLeaveGroup = {
|
|
|
2496
2483
|
typeUrl: "/cosmos.group.v1.MsgLeaveGroup",
|
|
2497
2484
|
value: exports.MsgLeaveGroup.encode(message).finish()
|
|
2498
2485
|
};
|
|
2499
|
-
}
|
|
2486
|
+
},
|
|
2487
|
+
registerTypeUrl() { }
|
|
2500
2488
|
};
|
|
2501
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgLeaveGroup.typeUrl, exports.MsgLeaveGroup);
|
|
2502
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgLeaveGroup.aminoType, exports.MsgLeaveGroup.typeUrl);
|
|
2503
2489
|
function createBaseMsgLeaveGroupResponse() {
|
|
2504
2490
|
return {};
|
|
2505
2491
|
}
|
|
@@ -2561,7 +2547,6 @@ exports.MsgLeaveGroupResponse = {
|
|
|
2561
2547
|
typeUrl: "/cosmos.group.v1.MsgLeaveGroupResponse",
|
|
2562
2548
|
value: exports.MsgLeaveGroupResponse.encode(message).finish()
|
|
2563
2549
|
};
|
|
2564
|
-
}
|
|
2550
|
+
},
|
|
2551
|
+
registerTypeUrl() { }
|
|
2565
2552
|
};
|
|
2566
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgLeaveGroupResponse.typeUrl, exports.MsgLeaveGroupResponse);
|
|
2567
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgLeaveGroupResponse.aminoType, exports.MsgLeaveGroupResponse.typeUrl);
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { SigningClientResolver } from "../../../helper-func-types";
|
|
2
2
|
import { MsgCreateGroup, MsgUpdateGroupMembers, MsgUpdateGroupAdmin, MsgUpdateGroupMetadata, MsgCreateGroupPolicy, MsgCreateGroupWithPolicy, MsgUpdateGroupPolicyAdmin, MsgUpdateGroupPolicyDecisionPolicy, MsgUpdateGroupPolicyMetadata, MsgSubmitProposal, MsgWithdrawProposal, MsgVote, MsgExec, MsgLeaveGroup } from "./tx";
|
|
3
|
-
export declare const createCreateGroup: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgCreateGroup, fee: import("../../../helper-func-types").StdFee
|
|
4
|
-
export declare const createUpdateGroupMembers: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateGroupMembers, fee: import("../../../helper-func-types").StdFee
|
|
5
|
-
export declare const createUpdateGroupAdmin: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateGroupAdmin, fee: import("../../../helper-func-types").StdFee
|
|
6
|
-
export declare const createUpdateGroupMetadata: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateGroupMetadata, fee: import("../../../helper-func-types").StdFee
|
|
7
|
-
export declare const createCreateGroupPolicy: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgCreateGroupPolicy, fee: import("../../../helper-func-types").StdFee
|
|
8
|
-
export declare const createCreateGroupWithPolicy: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgCreateGroupWithPolicy, fee: import("../../../helper-func-types").StdFee
|
|
9
|
-
export declare const createUpdateGroupPolicyAdmin: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateGroupPolicyAdmin, fee: import("../../../helper-func-types").StdFee
|
|
10
|
-
export declare const createUpdateGroupPolicyDecisionPolicy: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateGroupPolicyDecisionPolicy, fee: import("../../../helper-func-types").StdFee
|
|
11
|
-
export declare const createUpdateGroupPolicyMetadata: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateGroupPolicyMetadata, fee: import("../../../helper-func-types").StdFee
|
|
12
|
-
export declare const createSubmitProposal: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSubmitProposal, fee: import("../../../helper-func-types").StdFee
|
|
13
|
-
export declare const createWithdrawProposal: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawProposal, fee: import("../../../helper-func-types").StdFee
|
|
14
|
-
export declare const createVote: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgVote, fee: import("../../../helper-func-types").StdFee
|
|
15
|
-
export declare const createExec: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgExec, fee: import("../../../helper-func-types").StdFee
|
|
16
|
-
export declare const createLeaveGroup: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgLeaveGroup, fee: import("../../../helper-func-types").StdFee
|
|
3
|
+
export declare const createCreateGroup: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgCreateGroup | MsgCreateGroup[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
4
|
+
export declare const createUpdateGroupMembers: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateGroupMembers | MsgUpdateGroupMembers[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
5
|
+
export declare const createUpdateGroupAdmin: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateGroupAdmin | MsgUpdateGroupAdmin[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
6
|
+
export declare const createUpdateGroupMetadata: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateGroupMetadata | MsgUpdateGroupMetadata[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
7
|
+
export declare const createCreateGroupPolicy: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgCreateGroupPolicy | MsgCreateGroupPolicy[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
8
|
+
export declare const createCreateGroupWithPolicy: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgCreateGroupWithPolicy | MsgCreateGroupWithPolicy[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
9
|
+
export declare const createUpdateGroupPolicyAdmin: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateGroupPolicyAdmin | MsgUpdateGroupPolicyAdmin[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
10
|
+
export declare const createUpdateGroupPolicyDecisionPolicy: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateGroupPolicyDecisionPolicy | MsgUpdateGroupPolicyDecisionPolicy[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
11
|
+
export declare const createUpdateGroupPolicyMetadata: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateGroupPolicyMetadata | MsgUpdateGroupPolicyMetadata[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
12
|
+
export declare const createSubmitProposal: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSubmitProposal | MsgSubmitProposal[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
13
|
+
export declare const createWithdrawProposal: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawProposal | MsgWithdrawProposal[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
14
|
+
export declare const createVote: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgVote | MsgVote[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
15
|
+
export declare const createExec: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgExec | MsgExec[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
16
|
+
export declare const createLeaveGroup: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgLeaveGroup | MsgLeaveGroup[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|