injectivejs 1.6.4 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +230 -24
- package/binary.d.ts +1 -1
- package/binary.js +1 -1
- package/cosmos/auth/v1beta1/auth.d.ts +4 -0
- package/cosmos/auth/v1beta1/auth.js +14 -11
- package/cosmos/auth/v1beta1/query.d.ts +20 -0
- package/cosmos/auth/v1beta1/query.js +51 -54
- package/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
- package/cosmos/authz/v1beta1/authz.d.ts +4 -0
- package/cosmos/authz/v1beta1/authz.js +12 -9
- package/cosmos/authz/v1beta1/tx.d.ts +6 -0
- package/cosmos/authz/v1beta1/tx.js +14 -18
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/bank/v1beta1/bank.d.ts +7 -0
- package/cosmos/bank/v1beta1/bank.js +21 -16
- package/cosmos/bank/v1beta1/query.d.ts +27 -0
- package/cosmos/bank/v1beta1/query.js +82 -61
- package/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
- package/cosmos/bank/v1beta1/tx.d.ts +8 -0
- package/cosmos/bank/v1beta1/tx.js +21 -21
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
- package/cosmos/base/abci/v1beta1/abci.d.ts +11 -0
- package/cosmos/base/abci/v1beta1/abci.js +29 -28
- package/cosmos/base/query/v1beta1/pagination.d.ts +2 -0
- package/cosmos/base/query/v1beta1/pagination.js +4 -7
- package/cosmos/base/v1beta1/coin.d.ts +4 -0
- package/cosmos/base/v1beta1/coin.js +8 -13
- package/cosmos/crypto/ed25519/keys.d.ts +2 -0
- package/cosmos/crypto/ed25519/keys.js +4 -7
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
- package/cosmos/crypto/secp256k1/keys.d.ts +2 -0
- package/cosmos/crypto/secp256k1/keys.js +4 -7
- package/cosmos/crypto/secp256r1/keys.d.ts +2 -0
- package/cosmos/crypto/secp256r1/keys.js +4 -7
- package/cosmos/distribution/v1beta1/distribution.d.ts +12 -0
- package/cosmos/distribution/v1beta1/distribution.js +36 -27
- package/cosmos/distribution/v1beta1/tx.d.ts +14 -0
- package/cosmos/distribution/v1beta1/tx.js +34 -37
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
- package/cosmos/feegrant/v1beta1/tx.d.ts +6 -0
- package/cosmos/feegrant/v1beta1/tx.js +12 -18
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/gov/v1/gov.d.ts +9 -0
- package/cosmos/gov/v1/gov.js +24 -23
- package/cosmos/gov/v1/tx.d.ts +14 -0
- package/cosmos/gov/v1/tx.js +94 -37
- package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
- package/cosmos/gov/v1/tx.rpc.func.js +14 -7
- package/cosmos/gov/v1beta1/gov.d.ts +9 -0
- package/cosmos/gov/v1beta1/gov.js +86 -22
- package/cosmos/gov/v1beta1/query.d.ts +16 -0
- package/cosmos/gov/v1beta1/query.js +48 -38
- package/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
- package/cosmos/gov/v1beta1/tx.d.ts +8 -0
- package/cosmos/gov/v1beta1/tx.js +81 -22
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
- package/cosmos/group/v1/tx.d.ts +28 -0
- package/cosmos/group/v1/tx.js +64 -79
- package/cosmos/group/v1/tx.rpc.func.d.ts +14 -14
- package/cosmos/group/v1/tx.rpc.func.js +28 -14
- package/cosmos/group/v1/types.d.ts +11 -0
- package/cosmos/group/v1/types.js +31 -29
- package/cosmos/ics23/v1/proofs.d.ts +13 -0
- package/cosmos/ics23/v1/proofs.js +44 -30
- package/cosmos/staking/v1beta1/query.d.ts +28 -0
- package/cosmos/staking/v1beta1/query.js +84 -64
- package/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
- package/cosmos/staking/v1beta1/staking.d.ts +21 -0
- package/cosmos/staking/v1beta1/staking.js +58 -53
- package/cosmos/staking/v1beta1/tx.d.ts +14 -0
- package/cosmos/staking/v1beta1/tx.js +37 -35
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
- package/cosmos/tx/signing/v1beta1/signing.d.ts +5 -0
- package/cosmos/tx/signing/v1beta1/signing.js +16 -12
- package/cosmos/tx/v1beta1/service.d.ts +18 -0
- package/cosmos/tx/v1beta1/service.js +53 -45
- package/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
- package/cosmos/tx/v1beta1/tx.d.ts +13 -0
- package/cosmos/tx/v1beta1/tx.js +40 -31
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +4 -0
- package/cosmos/upgrade/v1beta1/upgrade.js +13 -10
- package/cosmos/vesting/v1beta1/tx.d.ts +6 -0
- package/cosmos/vesting/v1beta1/tx.js +15 -16
- package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/vesting/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/vesting/v1beta1/vesting.d.ts +6 -0
- package/cosmos/vesting/v1beta1/vesting.js +20 -13
- package/cosmos_proto/cosmos.d.ts +2 -0
- package/cosmos_proto/cosmos.js +4 -5
- package/cosmwasm/wasm/v1/proposal_legacy.d.ts +13 -0
- package/cosmwasm/wasm/v1/proposal_legacy.js +59 -27
- package/cosmwasm/wasm/v1/query.d.ts +29 -0
- package/cosmwasm/wasm/v1/query.js +78 -71
- package/cosmwasm/wasm/v1/query.rpc.func.js +28 -14
- package/cosmwasm/wasm/v1/tx.d.ts +34 -0
- package/cosmwasm/wasm/v1/tx.js +77 -95
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
- package/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
- package/cosmwasm/wasm/v1/types.d.ts +8 -0
- package/cosmwasm/wasm/v1/types.js +19 -21
- package/esm/binary.js +1 -1
- package/esm/cosmos/auth/v1beta1/auth.js +14 -11
- package/esm/cosmos/auth/v1beta1/query.js +51 -54
- package/esm/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
- package/esm/cosmos/authz/v1beta1/authz.js +12 -9
- package/esm/cosmos/authz/v1beta1/tx.js +14 -18
- package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/bank/v1beta1/bank.js +21 -16
- package/esm/cosmos/bank/v1beta1/query.js +82 -61
- package/esm/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
- package/esm/cosmos/bank/v1beta1/tx.js +21 -21
- package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
- package/esm/cosmos/base/abci/v1beta1/abci.js +29 -28
- package/esm/cosmos/base/query/v1beta1/pagination.js +4 -7
- package/esm/cosmos/base/v1beta1/coin.js +8 -13
- package/esm/cosmos/crypto/ed25519/keys.js +4 -7
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
- package/esm/cosmos/crypto/secp256k1/keys.js +4 -7
- package/esm/cosmos/crypto/secp256r1/keys.js +4 -7
- package/esm/cosmos/distribution/v1beta1/distribution.js +36 -27
- package/esm/cosmos/distribution/v1beta1/tx.js +34 -37
- package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
- package/esm/cosmos/feegrant/v1beta1/tx.js +12 -18
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/gov/v1/gov.js +24 -23
- package/esm/cosmos/gov/v1/tx.js +94 -37
- package/esm/cosmos/gov/v1/tx.rpc.func.js +14 -7
- package/esm/cosmos/gov/v1beta1/gov.js +86 -22
- package/esm/cosmos/gov/v1beta1/query.js +48 -38
- package/esm/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
- package/esm/cosmos/gov/v1beta1/tx.js +82 -23
- package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
- package/esm/cosmos/group/v1/tx.js +65 -80
- package/esm/cosmos/group/v1/tx.rpc.func.js +28 -14
- package/esm/cosmos/group/v1/types.js +31 -29
- package/esm/cosmos/ics23/v1/proofs.js +44 -30
- package/esm/cosmos/staking/v1beta1/query.js +84 -64
- package/esm/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
- package/esm/cosmos/staking/v1beta1/staking.js +58 -53
- package/esm/cosmos/staking/v1beta1/tx.js +37 -35
- package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
- package/esm/cosmos/tx/signing/v1beta1/signing.js +16 -12
- package/esm/cosmos/tx/v1beta1/service.js +53 -45
- package/esm/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
- package/esm/cosmos/tx/v1beta1/tx.js +40 -31
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +13 -10
- package/esm/cosmos/vesting/v1beta1/tx.js +15 -16
- package/esm/cosmos/vesting/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/vesting/v1beta1/vesting.js +20 -13
- package/esm/cosmos_proto/cosmos.js +4 -5
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +59 -27
- package/esm/cosmwasm/wasm/v1/query.js +78 -71
- package/esm/cosmwasm/wasm/v1/query.rpc.func.js +28 -14
- package/esm/cosmwasm/wasm/v1/tx.js +77 -95
- package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
- package/esm/cosmwasm/wasm/v1/types.js +19 -21
- package/esm/extern.js +1 -1
- package/esm/google/api/http.js +9 -5
- package/esm/google/protobuf/any.js +2 -1
- package/esm/google/protobuf/descriptor.js +117 -43
- package/esm/google/protobuf/duration.js +2 -3
- package/esm/google/protobuf/timestamp.js +2 -3
- package/esm/helper-func-types.js +8 -1
- package/esm/helpers.js +1 -1
- package/esm/ibc/applications/transfer/v1/transfer.js +7 -9
- package/esm/ibc/applications/transfer/v1/tx.js +12 -11
- package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
- package/esm/ibc/core/channel/v1/channel.js +23 -23
- package/esm/ibc/core/channel/v1/tx.js +105 -96
- package/esm/ibc/core/channel/v1/tx.rpc.func.js +38 -19
- package/esm/ibc/core/channel/v1/upgrade.js +8 -9
- package/esm/ibc/core/client/v1/client.js +11 -15
- package/esm/ibc/core/client/v1/tx.js +29 -42
- package/esm/ibc/core/client/v1/tx.rpc.func.js +14 -7
- package/esm/ibc/core/commitment/v1/commitment.js +7 -9
- package/esm/ibc/core/connection/v1/connection.js +19 -19
- package/esm/ibc/core/connection/v1/tx.js +28 -26
- package/esm/ibc/core/connection/v1/tx.rpc.func.js +10 -5
- package/esm/injective/auction/v1beta1/auction.js +13 -13
- package/esm/injective/auction/v1beta1/genesis.js +5 -2
- package/esm/injective/auction/v1beta1/query.js +20 -13
- package/esm/injective/auction/v1beta1/query.rpc.func.js +8 -4
- package/esm/injective/auction/v1beta1/tx.js +10 -9
- package/esm/injective/auction/v1beta1/tx.rpc.func.js +4 -2
- package/esm/injective/crypto/v1beta1/ethsecp256k1/keys.js +4 -7
- package/esm/injective/exchange/v1beta1/authz.js +44 -22
- package/esm/injective/exchange/v1beta1/events.js +105 -46
- package/esm/injective/exchange/v1beta1/exchange.js +123 -83
- package/esm/injective/exchange/v1beta1/genesis.js +77 -21
- package/esm/injective/exchange/v1beta1/proposal.js +101 -43
- package/esm/injective/exchange/v1beta1/query.js +324 -210
- package/esm/injective/exchange/v1beta1/query.rpc.func.js +120 -60
- package/esm/injective/exchange/v1beta1/tx.js +181 -166
- package/esm/injective/exchange/v1beta1/tx.rpc.func.js +70 -35
- package/esm/injective/insurance/v1beta1/events.js +16 -6
- package/esm/injective/insurance/v1beta1/genesis.js +5 -2
- package/esm/injective/insurance/v1beta1/insurance.js +7 -7
- package/esm/injective/insurance/v1beta1/query.js +30 -19
- package/esm/injective/insurance/v1beta1/query.rpc.func.js +12 -6
- package/esm/injective/insurance/v1beta1/tx.js +20 -17
- package/esm/injective/insurance/v1beta1/tx.rpc.func.js +8 -4
- package/esm/injective/ocr/v1beta1/genesis.js +28 -12
- package/esm/injective/ocr/v1beta1/ocr.js +54 -38
- package/esm/injective/ocr/v1beta1/query.js +38 -22
- package/esm/injective/ocr/v1beta1/query.rpc.func.js +14 -7
- package/esm/injective/ocr/v1beta1/tx.js +41 -41
- package/esm/injective/ocr/v1beta1/tx.rpc.func.js +18 -9
- package/esm/injective/oracle/v1beta1/events.js +24 -21
- package/esm/injective/oracle/v1beta1/genesis.js +16 -4
- package/esm/injective/oracle/v1beta1/oracle.js +61 -38
- package/esm/injective/oracle/v1beta1/proposal.js +47 -22
- package/esm/injective/oracle/v1beta1/query.js +93 -58
- package/esm/injective/oracle/v1beta1/query.rpc.func.js +34 -17
- package/esm/injective/oracle/v1beta1/tx.js +35 -37
- package/esm/injective/oracle/v1beta1/tx.rpc.func.js +16 -8
- package/esm/injective/peggy/v1/attestation.js +4 -5
- package/esm/injective/peggy/v1/batch.js +6 -3
- package/esm/injective/peggy/v1/events.js +36 -33
- package/esm/injective/peggy/v1/genesis.js +11 -2
- package/esm/injective/peggy/v1/msgs.js +59 -68
- package/esm/injective/peggy/v1/msgs.rpc.func.js +28 -14
- package/esm/injective/peggy/v1/params.js +3 -3
- package/esm/injective/peggy/v1/pool.js +4 -5
- package/esm/injective/peggy/v1/proposal.js +6 -2
- package/esm/injective/peggy/v1/query.js +99 -70
- package/esm/injective/peggy/v1/query.rpc.func.js +42 -21
- package/esm/injective/peggy/v1/types.js +11 -10
- package/esm/injective/permissions/v1beta1/events.js +3 -2
- package/esm/injective/permissions/v1beta1/genesis.js +4 -2
- package/esm/injective/permissions/v1beta1/params.js +2 -4
- package/esm/injective/permissions/v1beta1/permissions.js +16 -10
- package/esm/injective/permissions/v1beta1/query.js +28 -21
- package/esm/injective/permissions/v1beta1/query.rpc.func.js +12 -6
- package/esm/injective/permissions/v1beta1/tx.js +45 -39
- package/esm/injective/permissions/v1beta1/tx.rpc.func.js +14 -7
- package/esm/injective/stream/v1beta1/query.js +70 -33
- package/esm/injective/tokenfactory/v1beta1/authorityMetadata.js +2 -3
- package/esm/injective/tokenfactory/v1beta1/events.js +13 -8
- package/esm/injective/tokenfactory/v1beta1/genesis.js +7 -3
- package/esm/injective/tokenfactory/v1beta1/params.js +3 -3
- package/esm/injective/tokenfactory/v1beta1/query.js +19 -14
- package/esm/injective/tokenfactory/v1beta1/query.rpc.func.js +8 -4
- package/esm/injective/tokenfactory/v1beta1/tx.js +28 -27
- package/esm/injective/tokenfactory/v1beta1/tx.rpc.func.js +12 -6
- package/esm/injective/types/v1beta1/account.js +5 -2
- package/esm/injective/types/v1beta1/tx_ext.js +2 -3
- package/esm/injective/types/v1beta1/tx_response.js +5 -4
- package/esm/injective/wasmx/v1/events.js +6 -7
- package/esm/injective/wasmx/v1/genesis.js +7 -3
- package/esm/injective/wasmx/v1/proposal.js +23 -10
- package/esm/injective/wasmx/v1/query.js +15 -10
- package/esm/injective/wasmx/v1/query.rpc.func.js +6 -3
- package/esm/injective/wasmx/v1/tx.js +26 -29
- package/esm/injective/wasmx/v1/tx.rpc.func.js +12 -6
- package/esm/injective/wasmx/v1/wasmx.js +5 -5
- package/esm/registry.js +1 -1
- package/esm/tendermint/abci/types.js +156 -73
- package/esm/tendermint/crypto/keys.js +2 -3
- package/esm/tendermint/crypto/proof.js +12 -9
- package/esm/tendermint/types/block.js +6 -2
- package/esm/tendermint/types/evidence.js +14 -5
- package/esm/tendermint/types/params.js +19 -14
- package/esm/tendermint/types/types.js +47 -20
- package/esm/tendermint/types/validator.js +9 -4
- package/esm/tendermint/version/types.js +4 -5
- package/esm/types.js +1 -1
- package/esm/utf8.js +1 -1
- package/esm/varint.js +1 -1
- package/extern.d.ts +1 -1
- package/extern.js +1 -1
- package/google/api/http.d.ts +3 -0
- package/google/api/http.js +9 -5
- package/google/protobuf/any.d.ts +1 -0
- package/google/protobuf/any.js +2 -1
- package/google/protobuf/descriptor.d.ts +33 -0
- package/google/protobuf/descriptor.js +117 -43
- package/google/protobuf/duration.d.ts +1 -0
- package/google/protobuf/duration.js +2 -3
- package/google/protobuf/timestamp.d.ts +1 -0
- package/google/protobuf/timestamp.js +2 -3
- package/helper-func-types.d.ts +4 -1
- package/helper-func-types.js +8 -1
- package/helpers.d.ts +1 -1
- package/helpers.js +1 -1
- package/ibc/applications/transfer/v1/transfer.d.ts +3 -0
- package/ibc/applications/transfer/v1/transfer.js +7 -9
- package/ibc/applications/transfer/v1/tx.d.ts +4 -0
- package/ibc/applications/transfer/v1/tx.js +12 -11
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
- package/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
- package/ibc/core/channel/v1/channel.d.ts +9 -0
- package/ibc/core/channel/v1/channel.js +23 -23
- package/ibc/core/channel/v1/tx.d.ts +38 -0
- package/ibc/core/channel/v1/tx.js +105 -96
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +19 -19
- package/ibc/core/channel/v1/tx.rpc.func.js +38 -19
- package/ibc/core/channel/v1/upgrade.d.ts +3 -0
- package/ibc/core/channel/v1/upgrade.js +8 -9
- package/ibc/core/client/v1/client.d.ts +5 -0
- package/ibc/core/client/v1/client.js +11 -15
- package/ibc/core/client/v1/tx.d.ts +14 -0
- package/ibc/core/client/v1/tx.js +29 -42
- package/ibc/core/client/v1/tx.rpc.func.d.ts +7 -7
- package/ibc/core/client/v1/tx.rpc.func.js +14 -7
- package/ibc/core/commitment/v1/commitment.d.ts +3 -0
- package/ibc/core/commitment/v1/commitment.js +7 -9
- package/ibc/core/connection/v1/connection.d.ts +7 -0
- package/ibc/core/connection/v1/connection.js +19 -19
- package/ibc/core/connection/v1/tx.d.ts +10 -0
- package/ibc/core/connection/v1/tx.js +28 -26
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
- package/ibc/core/connection/v1/tx.rpc.func.js +10 -5
- package/injective/auction/v1beta1/auction.d.ts +6 -0
- package/injective/auction/v1beta1/auction.js +13 -13
- package/injective/auction/v1beta1/genesis.d.ts +1 -0
- package/injective/auction/v1beta1/genesis.js +5 -2
- package/injective/auction/v1beta1/query.d.ts +8 -0
- package/injective/auction/v1beta1/query.js +20 -13
- package/injective/auction/v1beta1/query.rpc.func.js +8 -4
- package/injective/auction/v1beta1/tx.d.ts +4 -0
- package/injective/auction/v1beta1/tx.js +10 -9
- package/injective/auction/v1beta1/tx.rpc.func.d.ts +2 -2
- package/injective/auction/v1beta1/tx.rpc.func.js +4 -2
- package/injective/crypto/v1beta1/ethsecp256k1/keys.d.ts +2 -0
- package/injective/crypto/v1beta1/ethsecp256k1/keys.js +4 -7
- package/injective/exchange/v1beta1/authz.d.ts +11 -0
- package/injective/exchange/v1beta1/authz.js +44 -22
- package/injective/exchange/v1beta1/events.d.ts +36 -0
- package/injective/exchange/v1beta1/events.js +105 -46
- package/injective/exchange/v1beta1/exchange.d.ts +51 -0
- package/injective/exchange/v1beta1/exchange.js +123 -83
- package/injective/exchange/v1beta1/genesis.d.ts +17 -0
- package/injective/exchange/v1beta1/genesis.js +77 -21
- package/injective/exchange/v1beta1/proposal.d.ts +21 -0
- package/injective/exchange/v1beta1/proposal.js +101 -43
- package/injective/exchange/v1beta1/query.d.ts +131 -0
- package/injective/exchange/v1beta1/query.js +324 -210
- package/injective/exchange/v1beta1/query.rpc.func.js +120 -60
- package/injective/exchange/v1beta1/tx.d.ts +77 -0
- package/injective/exchange/v1beta1/tx.js +181 -166
- package/injective/exchange/v1beta1/tx.rpc.func.d.ts +35 -35
- package/injective/exchange/v1beta1/tx.rpc.func.js +70 -35
- package/injective/insurance/v1beta1/events.d.ts +5 -0
- package/injective/insurance/v1beta1/events.js +16 -6
- package/injective/insurance/v1beta1/genesis.d.ts +1 -0
- package/injective/insurance/v1beta1/genesis.js +5 -2
- package/injective/insurance/v1beta1/insurance.d.ts +3 -0
- package/injective/insurance/v1beta1/insurance.js +7 -7
- package/injective/insurance/v1beta1/query.d.ts +12 -0
- package/injective/insurance/v1beta1/query.js +30 -19
- package/injective/insurance/v1beta1/query.rpc.func.js +12 -6
- package/injective/insurance/v1beta1/tx.d.ts +8 -0
- package/injective/insurance/v1beta1/tx.js +20 -17
- package/injective/insurance/v1beta1/tx.rpc.func.d.ts +4 -4
- package/injective/insurance/v1beta1/tx.rpc.func.js +8 -4
- package/injective/ocr/v1beta1/genesis.d.ts +8 -0
- package/injective/ocr/v1beta1/genesis.js +28 -12
- package/injective/ocr/v1beta1/ocr.d.ts +21 -0
- package/injective/ocr/v1beta1/ocr.js +54 -38
- package/injective/ocr/v1beta1/query.d.ts +14 -0
- package/injective/ocr/v1beta1/query.js +38 -22
- package/injective/ocr/v1beta1/query.rpc.func.js +14 -7
- package/injective/ocr/v1beta1/tx.d.ts +18 -0
- package/injective/ocr/v1beta1/tx.js +41 -41
- package/injective/ocr/v1beta1/tx.rpc.func.d.ts +9 -9
- package/injective/ocr/v1beta1/tx.rpc.func.js +18 -9
- package/injective/oracle/v1beta1/events.d.ts +11 -0
- package/injective/oracle/v1beta1/events.js +24 -21
- package/injective/oracle/v1beta1/genesis.d.ts +2 -0
- package/injective/oracle/v1beta1/genesis.js +16 -4
- package/injective/oracle/v1beta1/oracle.d.ts +24 -0
- package/injective/oracle/v1beta1/oracle.js +61 -38
- package/injective/oracle/v1beta1/proposal.d.ts +11 -0
- package/injective/oracle/v1beta1/proposal.js +47 -22
- package/injective/oracle/v1beta1/query.d.ts +37 -0
- package/injective/oracle/v1beta1/query.js +93 -58
- package/injective/oracle/v1beta1/query.rpc.func.js +34 -17
- package/injective/oracle/v1beta1/tx.d.ts +16 -0
- package/injective/oracle/v1beta1/tx.js +35 -37
- package/injective/oracle/v1beta1/tx.rpc.func.d.ts +8 -8
- package/injective/oracle/v1beta1/tx.rpc.func.js +16 -8
- package/injective/peggy/v1/attestation.d.ts +2 -0
- package/injective/peggy/v1/attestation.js +4 -5
- package/injective/peggy/v1/batch.d.ts +2 -0
- package/injective/peggy/v1/batch.js +6 -3
- package/injective/peggy/v1/events.d.ts +17 -0
- package/injective/peggy/v1/events.js +36 -33
- package/injective/peggy/v1/genesis.d.ts +1 -0
- package/injective/peggy/v1/genesis.js +11 -2
- package/injective/peggy/v1/msgs.d.ts +28 -0
- package/injective/peggy/v1/msgs.js +59 -68
- package/injective/peggy/v1/msgs.rpc.func.d.ts +14 -14
- package/injective/peggy/v1/msgs.rpc.func.js +28 -14
- package/injective/peggy/v1/params.d.ts +1 -0
- package/injective/peggy/v1/params.js +3 -3
- package/injective/peggy/v1/pool.d.ts +2 -0
- package/injective/peggy/v1/pool.js +4 -5
- package/injective/peggy/v1/proposal.d.ts +2 -0
- package/injective/peggy/v1/proposal.js +6 -2
- package/injective/peggy/v1/query.d.ts +42 -0
- package/injective/peggy/v1/query.js +99 -70
- package/injective/peggy/v1/query.rpc.func.js +42 -21
- package/injective/peggy/v1/types.d.ts +5 -0
- package/injective/peggy/v1/types.js +11 -10
- package/injective/permissions/v1beta1/events.d.ts +1 -0
- package/injective/permissions/v1beta1/events.js +3 -2
- package/injective/permissions/v1beta1/genesis.d.ts +1 -0
- package/injective/permissions/v1beta1/genesis.js +4 -2
- package/injective/permissions/v1beta1/params.d.ts +1 -0
- package/injective/permissions/v1beta1/params.js +2 -4
- package/injective/permissions/v1beta1/permissions.d.ts +6 -0
- package/injective/permissions/v1beta1/permissions.js +16 -10
- package/injective/permissions/v1beta1/query.d.ts +12 -0
- package/injective/permissions/v1beta1/query.js +28 -21
- package/injective/permissions/v1beta1/query.rpc.func.js +12 -6
- package/injective/permissions/v1beta1/tx.d.ts +18 -0
- package/injective/permissions/v1beta1/tx.js +45 -39
- package/injective/permissions/v1beta1/tx.rpc.func.d.ts +7 -7
- package/injective/permissions/v1beta1/tx.rpc.func.js +14 -7
- package/injective/stream/v1beta1/query.d.ts +22 -0
- package/injective/stream/v1beta1/query.js +70 -33
- package/injective/tokenfactory/v1beta1/authorityMetadata.d.ts +1 -0
- package/injective/tokenfactory/v1beta1/authorityMetadata.js +2 -3
- package/injective/tokenfactory/v1beta1/events.d.ts +5 -0
- package/injective/tokenfactory/v1beta1/events.js +13 -8
- package/injective/tokenfactory/v1beta1/genesis.d.ts +2 -0
- package/injective/tokenfactory/v1beta1/genesis.js +7 -3
- package/injective/tokenfactory/v1beta1/params.d.ts +1 -0
- package/injective/tokenfactory/v1beta1/params.js +3 -3
- package/injective/tokenfactory/v1beta1/query.d.ts +8 -0
- package/injective/tokenfactory/v1beta1/query.js +19 -14
- package/injective/tokenfactory/v1beta1/query.rpc.func.js +8 -4
- package/injective/tokenfactory/v1beta1/tx.d.ts +12 -0
- package/injective/tokenfactory/v1beta1/tx.js +28 -27
- package/injective/tokenfactory/v1beta1/tx.rpc.func.d.ts +6 -6
- package/injective/tokenfactory/v1beta1/tx.rpc.func.js +12 -6
- package/injective/types/v1beta1/account.d.ts +1 -0
- package/injective/types/v1beta1/account.js +5 -2
- package/injective/types/v1beta1/tx_ext.d.ts +1 -0
- package/injective/types/v1beta1/tx_ext.js +2 -3
- package/injective/types/v1beta1/tx_response.d.ts +2 -0
- package/injective/types/v1beta1/tx_response.js +5 -4
- package/injective/wasmx/v1/events.d.ts +3 -0
- package/injective/wasmx/v1/events.js +6 -7
- package/injective/wasmx/v1/genesis.d.ts +2 -0
- package/injective/wasmx/v1/genesis.js +7 -3
- package/injective/wasmx/v1/proposal.d.ts +5 -0
- package/injective/wasmx/v1/proposal.js +23 -10
- package/injective/wasmx/v1/query.d.ts +6 -0
- package/injective/wasmx/v1/query.js +15 -10
- package/injective/wasmx/v1/query.rpc.func.js +6 -3
- package/injective/wasmx/v1/tx.d.ts +12 -0
- package/injective/wasmx/v1/tx.js +26 -29
- package/injective/wasmx/v1/tx.rpc.func.d.ts +6 -6
- package/injective/wasmx/v1/tx.rpc.func.js +12 -6
- package/injective/wasmx/v1/wasmx.d.ts +2 -0
- package/injective/wasmx/v1/wasmx.js +5 -5
- package/package.json +2 -2
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- package/tendermint/abci/types.d.ts +47 -0
- package/tendermint/abci/types.js +156 -73
- package/tendermint/crypto/keys.d.ts +1 -0
- package/tendermint/crypto/keys.js +2 -3
- package/tendermint/crypto/proof.d.ts +5 -0
- package/tendermint/crypto/proof.js +12 -9
- package/tendermint/types/block.d.ts +1 -0
- package/tendermint/types/block.js +6 -2
- package/tendermint/types/evidence.d.ts +4 -0
- package/tendermint/types/evidence.js +14 -5
- package/tendermint/types/params.d.ts +7 -0
- package/tendermint/types/params.js +19 -14
- package/tendermint/types/types.d.ts +15 -0
- package/tendermint/types/types.js +47 -20
- package/tendermint/types/validator.d.ts +3 -0
- package/tendermint/types/validator.js +9 -4
- package/tendermint/version/types.d.ts +2 -0
- package/tendermint/version/types.js +4 -5
- package/types.d.ts +2 -1
- package/types.js +1 -1
- package/utf8.d.ts +1 -1
- package/utf8.js +1 -1
- package/varint.d.ts +1 -1
- package/varint.js +1 -1
- package/cosmos/client.d.ts +0 -13
- package/cosmos/client.js +0 -59
- package/cosmwasm/client.d.ts +0 -16
- package/cosmwasm/client.js +0 -53
- package/esm/cosmos/client.js +0 -31
- package/esm/cosmwasm/client.js +0 -25
- package/esm/ibc/client.js +0 -28
- package/esm/injective/client.js +0 -33
- package/ibc/client.d.ts +0 -16
- package/ibc/client.js +0 -56
- package/injective/client.d.ts +0 -16
- package/injective/client.js +0 -61
package/cosmos/gov/v1beta1/tx.js
CHANGED
|
@@ -4,9 +4,17 @@ exports.MsgDepositResponse = exports.MsgDeposit = exports.MsgVoteWeightedRespons
|
|
|
4
4
|
const any_1 = require("../../../google/protobuf/any");
|
|
5
5
|
const coin_1 = require("../../base/v1beta1/coin");
|
|
6
6
|
const gov_1 = require("./gov");
|
|
7
|
+
const distribution_1 = require("../../distribution/v1beta1/distribution");
|
|
8
|
+
const upgrade_1 = require("../../upgrade/v1beta1/upgrade");
|
|
9
|
+
const proposal_legacy_1 = require("../../../cosmwasm/wasm/v1/proposal_legacy");
|
|
10
|
+
const proposal_1 = require("../../../injective/exchange/v1beta1/proposal");
|
|
11
|
+
const ocr_1 = require("../../../injective/ocr/v1beta1/ocr");
|
|
12
|
+
const proposal_2 = require("../../../injective/oracle/v1beta1/proposal");
|
|
13
|
+
const proposal_3 = require("../../../injective/peggy/v1/proposal");
|
|
14
|
+
const proposal_4 = require("../../../injective/wasmx/v1/proposal");
|
|
7
15
|
const binary_1 = require("../../../binary");
|
|
8
|
-
const helpers_1 = require("../../../helpers");
|
|
9
16
|
const registry_1 = require("../../../registry");
|
|
17
|
+
const helpers_1 = require("../../../helpers");
|
|
10
18
|
function createBaseMsgSubmitProposal() {
|
|
11
19
|
return {
|
|
12
20
|
content: undefined,
|
|
@@ -108,10 +116,64 @@ exports.MsgSubmitProposal = {
|
|
|
108
116
|
typeUrl: "/cosmos.gov.v1beta1.MsgSubmitProposal",
|
|
109
117
|
value: exports.MsgSubmitProposal.encode(message).finish()
|
|
110
118
|
};
|
|
119
|
+
},
|
|
120
|
+
registerTypeUrl() {
|
|
121
|
+
distribution_1.CommunityPoolSpendProposal.registerTypeUrl();
|
|
122
|
+
distribution_1.CommunityPoolSpendProposalWithDeposit.registerTypeUrl();
|
|
123
|
+
gov_1.TextProposal.registerTypeUrl();
|
|
124
|
+
upgrade_1.SoftwareUpgradeProposal.registerTypeUrl();
|
|
125
|
+
upgrade_1.CancelSoftwareUpgradeProposal.registerTypeUrl();
|
|
126
|
+
proposal_legacy_1.StoreCodeProposal.registerTypeUrl();
|
|
127
|
+
proposal_legacy_1.InstantiateContractProposal.registerTypeUrl();
|
|
128
|
+
proposal_legacy_1.InstantiateContract2Proposal.registerTypeUrl();
|
|
129
|
+
proposal_legacy_1.MigrateContractProposal.registerTypeUrl();
|
|
130
|
+
proposal_legacy_1.SudoContractProposal.registerTypeUrl();
|
|
131
|
+
proposal_legacy_1.ExecuteContractProposal.registerTypeUrl();
|
|
132
|
+
proposal_legacy_1.UpdateAdminProposal.registerTypeUrl();
|
|
133
|
+
proposal_legacy_1.ClearAdminProposal.registerTypeUrl();
|
|
134
|
+
proposal_legacy_1.PinCodesProposal.registerTypeUrl();
|
|
135
|
+
proposal_legacy_1.UnpinCodesProposal.registerTypeUrl();
|
|
136
|
+
proposal_legacy_1.UpdateInstantiateConfigProposal.registerTypeUrl();
|
|
137
|
+
proposal_legacy_1.StoreAndInstantiateContractProposal.registerTypeUrl();
|
|
138
|
+
proposal_1.SpotMarketParamUpdateProposal.registerTypeUrl();
|
|
139
|
+
proposal_1.BatchExchangeModificationProposal.registerTypeUrl();
|
|
140
|
+
proposal_1.SpotMarketLaunchProposal.registerTypeUrl();
|
|
141
|
+
proposal_1.PerpetualMarketLaunchProposal.registerTypeUrl();
|
|
142
|
+
proposal_1.BinaryOptionsMarketLaunchProposal.registerTypeUrl();
|
|
143
|
+
proposal_1.ExpiryFuturesMarketLaunchProposal.registerTypeUrl();
|
|
144
|
+
proposal_1.DerivativeMarketParamUpdateProposal.registerTypeUrl();
|
|
145
|
+
proposal_1.MarketForcedSettlementProposal.registerTypeUrl();
|
|
146
|
+
proposal_1.UpdateDenomDecimalsProposal.registerTypeUrl();
|
|
147
|
+
proposal_1.BinaryOptionsMarketParamUpdateProposal.registerTypeUrl();
|
|
148
|
+
proposal_1.TradingRewardCampaignLaunchProposal.registerTypeUrl();
|
|
149
|
+
proposal_1.TradingRewardCampaignUpdateProposal.registerTypeUrl();
|
|
150
|
+
proposal_1.TradingRewardPendingPointsUpdateProposal.registerTypeUrl();
|
|
151
|
+
proposal_1.FeeDiscountProposal.registerTypeUrl();
|
|
152
|
+
proposal_1.BatchCommunityPoolSpendProposal.registerTypeUrl();
|
|
153
|
+
proposal_1.AtomicMarketOrderFeeMultiplierScheduleProposal.registerTypeUrl();
|
|
154
|
+
ocr_1.SetConfigProposal.registerTypeUrl();
|
|
155
|
+
ocr_1.SetBatchConfigProposal.registerTypeUrl();
|
|
156
|
+
proposal_2.GrantBandOraclePrivilegeProposal.registerTypeUrl();
|
|
157
|
+
proposal_2.RevokeBandOraclePrivilegeProposal.registerTypeUrl();
|
|
158
|
+
proposal_2.GrantPriceFeederPrivilegeProposal.registerTypeUrl();
|
|
159
|
+
proposal_2.GrantProviderPrivilegeProposal.registerTypeUrl();
|
|
160
|
+
proposal_2.RevokeProviderPrivilegeProposal.registerTypeUrl();
|
|
161
|
+
proposal_2.RevokePriceFeederPrivilegeProposal.registerTypeUrl();
|
|
162
|
+
proposal_2.AuthorizeBandOracleRequestProposal.registerTypeUrl();
|
|
163
|
+
proposal_2.UpdateBandOracleRequestProposal.registerTypeUrl();
|
|
164
|
+
proposal_2.EnableBandIBCProposal.registerTypeUrl();
|
|
165
|
+
proposal_2.GrantStorkPublisherPrivilegeProposal.registerTypeUrl();
|
|
166
|
+
proposal_2.RevokeStorkPublisherPrivilegeProposal.registerTypeUrl();
|
|
167
|
+
proposal_3.BlacklistEthereumAddressesProposal.registerTypeUrl();
|
|
168
|
+
proposal_3.RevokeEthereumBlacklistProposal.registerTypeUrl();
|
|
169
|
+
proposal_4.ContractRegistrationRequestProposal.registerTypeUrl();
|
|
170
|
+
proposal_4.BatchContractRegistrationRequestProposal.registerTypeUrl();
|
|
171
|
+
proposal_4.BatchContractDeregistrationProposal.registerTypeUrl();
|
|
172
|
+
proposal_4.ContractRegistrationRequest.registerTypeUrl();
|
|
173
|
+
proposal_4.BatchStoreCodeProposal.registerTypeUrl();
|
|
174
|
+
coin_1.Coin.registerTypeUrl();
|
|
111
175
|
}
|
|
112
176
|
};
|
|
113
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgSubmitProposal.typeUrl, exports.MsgSubmitProposal);
|
|
114
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgSubmitProposal.aminoType, exports.MsgSubmitProposal.typeUrl);
|
|
115
177
|
function createBaseMsgSubmitProposalResponse() {
|
|
116
178
|
return {
|
|
117
179
|
proposalId: BigInt(0)
|
|
@@ -186,10 +248,9 @@ exports.MsgSubmitProposalResponse = {
|
|
|
186
248
|
typeUrl: "/cosmos.gov.v1beta1.MsgSubmitProposalResponse",
|
|
187
249
|
value: exports.MsgSubmitProposalResponse.encode(message).finish()
|
|
188
250
|
};
|
|
189
|
-
}
|
|
251
|
+
},
|
|
252
|
+
registerTypeUrl() { }
|
|
190
253
|
};
|
|
191
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgSubmitProposalResponse.typeUrl, exports.MsgSubmitProposalResponse);
|
|
192
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgSubmitProposalResponse.aminoType, exports.MsgSubmitProposalResponse.typeUrl);
|
|
193
254
|
function createBaseMsgVote() {
|
|
194
255
|
return {
|
|
195
256
|
proposalId: BigInt(0),
|
|
@@ -288,10 +349,9 @@ exports.MsgVote = {
|
|
|
288
349
|
typeUrl: "/cosmos.gov.v1beta1.MsgVote",
|
|
289
350
|
value: exports.MsgVote.encode(message).finish()
|
|
290
351
|
};
|
|
291
|
-
}
|
|
352
|
+
},
|
|
353
|
+
registerTypeUrl() { }
|
|
292
354
|
};
|
|
293
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgVote.typeUrl, exports.MsgVote);
|
|
294
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgVote.aminoType, exports.MsgVote.typeUrl);
|
|
295
355
|
function createBaseMsgVoteResponse() {
|
|
296
356
|
return {};
|
|
297
357
|
}
|
|
@@ -353,10 +413,9 @@ exports.MsgVoteResponse = {
|
|
|
353
413
|
typeUrl: "/cosmos.gov.v1beta1.MsgVoteResponse",
|
|
354
414
|
value: exports.MsgVoteResponse.encode(message).finish()
|
|
355
415
|
};
|
|
356
|
-
}
|
|
416
|
+
},
|
|
417
|
+
registerTypeUrl() { }
|
|
357
418
|
};
|
|
358
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgVoteResponse.typeUrl, exports.MsgVoteResponse);
|
|
359
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgVoteResponse.aminoType, exports.MsgVoteResponse.typeUrl);
|
|
360
419
|
function createBaseMsgVoteWeighted() {
|
|
361
420
|
return {
|
|
362
421
|
proposalId: BigInt(0),
|
|
@@ -458,10 +517,11 @@ exports.MsgVoteWeighted = {
|
|
|
458
517
|
typeUrl: "/cosmos.gov.v1beta1.MsgVoteWeighted",
|
|
459
518
|
value: exports.MsgVoteWeighted.encode(message).finish()
|
|
460
519
|
};
|
|
520
|
+
},
|
|
521
|
+
registerTypeUrl() {
|
|
522
|
+
gov_1.WeightedVoteOption.registerTypeUrl();
|
|
461
523
|
}
|
|
462
524
|
};
|
|
463
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgVoteWeighted.typeUrl, exports.MsgVoteWeighted);
|
|
464
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgVoteWeighted.aminoType, exports.MsgVoteWeighted.typeUrl);
|
|
465
525
|
function createBaseMsgVoteWeightedResponse() {
|
|
466
526
|
return {};
|
|
467
527
|
}
|
|
@@ -523,10 +583,9 @@ exports.MsgVoteWeightedResponse = {
|
|
|
523
583
|
typeUrl: "/cosmos.gov.v1beta1.MsgVoteWeightedResponse",
|
|
524
584
|
value: exports.MsgVoteWeightedResponse.encode(message).finish()
|
|
525
585
|
};
|
|
526
|
-
}
|
|
586
|
+
},
|
|
587
|
+
registerTypeUrl() { }
|
|
527
588
|
};
|
|
528
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgVoteWeightedResponse.typeUrl, exports.MsgVoteWeightedResponse);
|
|
529
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgVoteWeightedResponse.aminoType, exports.MsgVoteWeightedResponse.typeUrl);
|
|
530
589
|
function createBaseMsgDeposit() {
|
|
531
590
|
return {
|
|
532
591
|
proposalId: BigInt(0),
|
|
@@ -628,10 +687,11 @@ exports.MsgDeposit = {
|
|
|
628
687
|
typeUrl: "/cosmos.gov.v1beta1.MsgDeposit",
|
|
629
688
|
value: exports.MsgDeposit.encode(message).finish()
|
|
630
689
|
};
|
|
690
|
+
},
|
|
691
|
+
registerTypeUrl() {
|
|
692
|
+
coin_1.Coin.registerTypeUrl();
|
|
631
693
|
}
|
|
632
694
|
};
|
|
633
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgDeposit.typeUrl, exports.MsgDeposit);
|
|
634
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgDeposit.aminoType, exports.MsgDeposit.typeUrl);
|
|
635
695
|
function createBaseMsgDepositResponse() {
|
|
636
696
|
return {};
|
|
637
697
|
}
|
|
@@ -693,7 +753,6 @@ exports.MsgDepositResponse = {
|
|
|
693
753
|
typeUrl: "/cosmos.gov.v1beta1.MsgDepositResponse",
|
|
694
754
|
value: exports.MsgDepositResponse.encode(message).finish()
|
|
695
755
|
};
|
|
696
|
-
}
|
|
756
|
+
},
|
|
757
|
+
registerTypeUrl() { }
|
|
697
758
|
};
|
|
698
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgDepositResponse.typeUrl, exports.MsgDepositResponse);
|
|
699
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgDepositResponse.aminoType, exports.MsgDepositResponse.typeUrl);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SigningClientResolver } from "../../../helper-func-types";
|
|
2
2
|
import { MsgSubmitProposal, MsgVote, MsgVoteWeighted, MsgDeposit } from "./tx";
|
|
3
|
-
export declare const createSubmitProposal: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSubmitProposal, fee: import("../../../helper-func-types").StdFee
|
|
4
|
-
export declare const createVote: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgVote, fee: import("../../../helper-func-types").StdFee
|
|
5
|
-
export declare const createVoteWeighted: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgVoteWeighted, fee: import("../../../helper-func-types").StdFee
|
|
6
|
-
export declare const createDeposit: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgDeposit, fee: import("../../../helper-func-types").StdFee
|
|
3
|
+
export declare const createSubmitProposal: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSubmitProposal, fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
4
|
+
export declare const createVote: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgVote, fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
5
|
+
export declare const createVoteWeighted: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgVoteWeighted, fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
6
|
+
export declare const createDeposit: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgDeposit, fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
@@ -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
|
};
|