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
|
@@ -895,6 +895,7 @@ export declare const MsgChannelOpenInit: {
|
|
|
895
895
|
fromProtoMsg(message: MsgChannelOpenInitProtoMsg): MsgChannelOpenInit;
|
|
896
896
|
toProto(message: MsgChannelOpenInit): Uint8Array;
|
|
897
897
|
toProtoMsg(message: MsgChannelOpenInit): MsgChannelOpenInitProtoMsg;
|
|
898
|
+
registerTypeUrl(): void;
|
|
898
899
|
};
|
|
899
900
|
export declare const MsgChannelOpenInitResponse: {
|
|
900
901
|
typeUrl: string;
|
|
@@ -911,6 +912,7 @@ export declare const MsgChannelOpenInitResponse: {
|
|
|
911
912
|
fromProtoMsg(message: MsgChannelOpenInitResponseProtoMsg): MsgChannelOpenInitResponse;
|
|
912
913
|
toProto(message: MsgChannelOpenInitResponse): Uint8Array;
|
|
913
914
|
toProtoMsg(message: MsgChannelOpenInitResponse): MsgChannelOpenInitResponseProtoMsg;
|
|
915
|
+
registerTypeUrl(): void;
|
|
914
916
|
};
|
|
915
917
|
export declare const MsgChannelOpenTry: {
|
|
916
918
|
typeUrl: string;
|
|
@@ -927,6 +929,7 @@ export declare const MsgChannelOpenTry: {
|
|
|
927
929
|
fromProtoMsg(message: MsgChannelOpenTryProtoMsg): MsgChannelOpenTry;
|
|
928
930
|
toProto(message: MsgChannelOpenTry): Uint8Array;
|
|
929
931
|
toProtoMsg(message: MsgChannelOpenTry): MsgChannelOpenTryProtoMsg;
|
|
932
|
+
registerTypeUrl(): void;
|
|
930
933
|
};
|
|
931
934
|
export declare const MsgChannelOpenTryResponse: {
|
|
932
935
|
typeUrl: string;
|
|
@@ -943,6 +946,7 @@ export declare const MsgChannelOpenTryResponse: {
|
|
|
943
946
|
fromProtoMsg(message: MsgChannelOpenTryResponseProtoMsg): MsgChannelOpenTryResponse;
|
|
944
947
|
toProto(message: MsgChannelOpenTryResponse): Uint8Array;
|
|
945
948
|
toProtoMsg(message: MsgChannelOpenTryResponse): MsgChannelOpenTryResponseProtoMsg;
|
|
949
|
+
registerTypeUrl(): void;
|
|
946
950
|
};
|
|
947
951
|
export declare const MsgChannelOpenAck: {
|
|
948
952
|
typeUrl: string;
|
|
@@ -959,6 +963,7 @@ export declare const MsgChannelOpenAck: {
|
|
|
959
963
|
fromProtoMsg(message: MsgChannelOpenAckProtoMsg): MsgChannelOpenAck;
|
|
960
964
|
toProto(message: MsgChannelOpenAck): Uint8Array;
|
|
961
965
|
toProtoMsg(message: MsgChannelOpenAck): MsgChannelOpenAckProtoMsg;
|
|
966
|
+
registerTypeUrl(): void;
|
|
962
967
|
};
|
|
963
968
|
export declare const MsgChannelOpenAckResponse: {
|
|
964
969
|
typeUrl: string;
|
|
@@ -975,6 +980,7 @@ export declare const MsgChannelOpenAckResponse: {
|
|
|
975
980
|
fromProtoMsg(message: MsgChannelOpenAckResponseProtoMsg): MsgChannelOpenAckResponse;
|
|
976
981
|
toProto(message: MsgChannelOpenAckResponse): Uint8Array;
|
|
977
982
|
toProtoMsg(message: MsgChannelOpenAckResponse): MsgChannelOpenAckResponseProtoMsg;
|
|
983
|
+
registerTypeUrl(): void;
|
|
978
984
|
};
|
|
979
985
|
export declare const MsgChannelOpenConfirm: {
|
|
980
986
|
typeUrl: string;
|
|
@@ -991,6 +997,7 @@ export declare const MsgChannelOpenConfirm: {
|
|
|
991
997
|
fromProtoMsg(message: MsgChannelOpenConfirmProtoMsg): MsgChannelOpenConfirm;
|
|
992
998
|
toProto(message: MsgChannelOpenConfirm): Uint8Array;
|
|
993
999
|
toProtoMsg(message: MsgChannelOpenConfirm): MsgChannelOpenConfirmProtoMsg;
|
|
1000
|
+
registerTypeUrl(): void;
|
|
994
1001
|
};
|
|
995
1002
|
export declare const MsgChannelOpenConfirmResponse: {
|
|
996
1003
|
typeUrl: string;
|
|
@@ -1007,6 +1014,7 @@ export declare const MsgChannelOpenConfirmResponse: {
|
|
|
1007
1014
|
fromProtoMsg(message: MsgChannelOpenConfirmResponseProtoMsg): MsgChannelOpenConfirmResponse;
|
|
1008
1015
|
toProto(message: MsgChannelOpenConfirmResponse): Uint8Array;
|
|
1009
1016
|
toProtoMsg(message: MsgChannelOpenConfirmResponse): MsgChannelOpenConfirmResponseProtoMsg;
|
|
1017
|
+
registerTypeUrl(): void;
|
|
1010
1018
|
};
|
|
1011
1019
|
export declare const MsgChannelCloseInit: {
|
|
1012
1020
|
typeUrl: string;
|
|
@@ -1023,6 +1031,7 @@ export declare const MsgChannelCloseInit: {
|
|
|
1023
1031
|
fromProtoMsg(message: MsgChannelCloseInitProtoMsg): MsgChannelCloseInit;
|
|
1024
1032
|
toProto(message: MsgChannelCloseInit): Uint8Array;
|
|
1025
1033
|
toProtoMsg(message: MsgChannelCloseInit): MsgChannelCloseInitProtoMsg;
|
|
1034
|
+
registerTypeUrl(): void;
|
|
1026
1035
|
};
|
|
1027
1036
|
export declare const MsgChannelCloseInitResponse: {
|
|
1028
1037
|
typeUrl: string;
|
|
@@ -1039,6 +1048,7 @@ export declare const MsgChannelCloseInitResponse: {
|
|
|
1039
1048
|
fromProtoMsg(message: MsgChannelCloseInitResponseProtoMsg): MsgChannelCloseInitResponse;
|
|
1040
1049
|
toProto(message: MsgChannelCloseInitResponse): Uint8Array;
|
|
1041
1050
|
toProtoMsg(message: MsgChannelCloseInitResponse): MsgChannelCloseInitResponseProtoMsg;
|
|
1051
|
+
registerTypeUrl(): void;
|
|
1042
1052
|
};
|
|
1043
1053
|
export declare const MsgChannelCloseConfirm: {
|
|
1044
1054
|
typeUrl: string;
|
|
@@ -1055,6 +1065,7 @@ export declare const MsgChannelCloseConfirm: {
|
|
|
1055
1065
|
fromProtoMsg(message: MsgChannelCloseConfirmProtoMsg): MsgChannelCloseConfirm;
|
|
1056
1066
|
toProto(message: MsgChannelCloseConfirm): Uint8Array;
|
|
1057
1067
|
toProtoMsg(message: MsgChannelCloseConfirm): MsgChannelCloseConfirmProtoMsg;
|
|
1068
|
+
registerTypeUrl(): void;
|
|
1058
1069
|
};
|
|
1059
1070
|
export declare const MsgChannelCloseConfirmResponse: {
|
|
1060
1071
|
typeUrl: string;
|
|
@@ -1071,6 +1082,7 @@ export declare const MsgChannelCloseConfirmResponse: {
|
|
|
1071
1082
|
fromProtoMsg(message: MsgChannelCloseConfirmResponseProtoMsg): MsgChannelCloseConfirmResponse;
|
|
1072
1083
|
toProto(message: MsgChannelCloseConfirmResponse): Uint8Array;
|
|
1073
1084
|
toProtoMsg(message: MsgChannelCloseConfirmResponse): MsgChannelCloseConfirmResponseProtoMsg;
|
|
1085
|
+
registerTypeUrl(): void;
|
|
1074
1086
|
};
|
|
1075
1087
|
export declare const MsgRecvPacket: {
|
|
1076
1088
|
typeUrl: string;
|
|
@@ -1087,6 +1099,7 @@ export declare const MsgRecvPacket: {
|
|
|
1087
1099
|
fromProtoMsg(message: MsgRecvPacketProtoMsg): MsgRecvPacket;
|
|
1088
1100
|
toProto(message: MsgRecvPacket): Uint8Array;
|
|
1089
1101
|
toProtoMsg(message: MsgRecvPacket): MsgRecvPacketProtoMsg;
|
|
1102
|
+
registerTypeUrl(): void;
|
|
1090
1103
|
};
|
|
1091
1104
|
export declare const MsgRecvPacketResponse: {
|
|
1092
1105
|
typeUrl: string;
|
|
@@ -1103,6 +1116,7 @@ export declare const MsgRecvPacketResponse: {
|
|
|
1103
1116
|
fromProtoMsg(message: MsgRecvPacketResponseProtoMsg): MsgRecvPacketResponse;
|
|
1104
1117
|
toProto(message: MsgRecvPacketResponse): Uint8Array;
|
|
1105
1118
|
toProtoMsg(message: MsgRecvPacketResponse): MsgRecvPacketResponseProtoMsg;
|
|
1119
|
+
registerTypeUrl(): void;
|
|
1106
1120
|
};
|
|
1107
1121
|
export declare const MsgTimeout: {
|
|
1108
1122
|
typeUrl: string;
|
|
@@ -1119,6 +1133,7 @@ export declare const MsgTimeout: {
|
|
|
1119
1133
|
fromProtoMsg(message: MsgTimeoutProtoMsg): MsgTimeout;
|
|
1120
1134
|
toProto(message: MsgTimeout): Uint8Array;
|
|
1121
1135
|
toProtoMsg(message: MsgTimeout): MsgTimeoutProtoMsg;
|
|
1136
|
+
registerTypeUrl(): void;
|
|
1122
1137
|
};
|
|
1123
1138
|
export declare const MsgTimeoutResponse: {
|
|
1124
1139
|
typeUrl: string;
|
|
@@ -1135,6 +1150,7 @@ export declare const MsgTimeoutResponse: {
|
|
|
1135
1150
|
fromProtoMsg(message: MsgTimeoutResponseProtoMsg): MsgTimeoutResponse;
|
|
1136
1151
|
toProto(message: MsgTimeoutResponse): Uint8Array;
|
|
1137
1152
|
toProtoMsg(message: MsgTimeoutResponse): MsgTimeoutResponseProtoMsg;
|
|
1153
|
+
registerTypeUrl(): void;
|
|
1138
1154
|
};
|
|
1139
1155
|
export declare const MsgTimeoutOnClose: {
|
|
1140
1156
|
typeUrl: string;
|
|
@@ -1151,6 +1167,7 @@ export declare const MsgTimeoutOnClose: {
|
|
|
1151
1167
|
fromProtoMsg(message: MsgTimeoutOnCloseProtoMsg): MsgTimeoutOnClose;
|
|
1152
1168
|
toProto(message: MsgTimeoutOnClose): Uint8Array;
|
|
1153
1169
|
toProtoMsg(message: MsgTimeoutOnClose): MsgTimeoutOnCloseProtoMsg;
|
|
1170
|
+
registerTypeUrl(): void;
|
|
1154
1171
|
};
|
|
1155
1172
|
export declare const MsgTimeoutOnCloseResponse: {
|
|
1156
1173
|
typeUrl: string;
|
|
@@ -1167,6 +1184,7 @@ export declare const MsgTimeoutOnCloseResponse: {
|
|
|
1167
1184
|
fromProtoMsg(message: MsgTimeoutOnCloseResponseProtoMsg): MsgTimeoutOnCloseResponse;
|
|
1168
1185
|
toProto(message: MsgTimeoutOnCloseResponse): Uint8Array;
|
|
1169
1186
|
toProtoMsg(message: MsgTimeoutOnCloseResponse): MsgTimeoutOnCloseResponseProtoMsg;
|
|
1187
|
+
registerTypeUrl(): void;
|
|
1170
1188
|
};
|
|
1171
1189
|
export declare const MsgAcknowledgement: {
|
|
1172
1190
|
typeUrl: string;
|
|
@@ -1183,6 +1201,7 @@ export declare const MsgAcknowledgement: {
|
|
|
1183
1201
|
fromProtoMsg(message: MsgAcknowledgementProtoMsg): MsgAcknowledgement;
|
|
1184
1202
|
toProto(message: MsgAcknowledgement): Uint8Array;
|
|
1185
1203
|
toProtoMsg(message: MsgAcknowledgement): MsgAcknowledgementProtoMsg;
|
|
1204
|
+
registerTypeUrl(): void;
|
|
1186
1205
|
};
|
|
1187
1206
|
export declare const MsgAcknowledgementResponse: {
|
|
1188
1207
|
typeUrl: string;
|
|
@@ -1199,6 +1218,7 @@ export declare const MsgAcknowledgementResponse: {
|
|
|
1199
1218
|
fromProtoMsg(message: MsgAcknowledgementResponseProtoMsg): MsgAcknowledgementResponse;
|
|
1200
1219
|
toProto(message: MsgAcknowledgementResponse): Uint8Array;
|
|
1201
1220
|
toProtoMsg(message: MsgAcknowledgementResponse): MsgAcknowledgementResponseProtoMsg;
|
|
1221
|
+
registerTypeUrl(): void;
|
|
1202
1222
|
};
|
|
1203
1223
|
export declare const MsgChannelUpgradeInit: {
|
|
1204
1224
|
typeUrl: string;
|
|
@@ -1215,6 +1235,7 @@ export declare const MsgChannelUpgradeInit: {
|
|
|
1215
1235
|
fromProtoMsg(message: MsgChannelUpgradeInitProtoMsg): MsgChannelUpgradeInit;
|
|
1216
1236
|
toProto(message: MsgChannelUpgradeInit): Uint8Array;
|
|
1217
1237
|
toProtoMsg(message: MsgChannelUpgradeInit): MsgChannelUpgradeInitProtoMsg;
|
|
1238
|
+
registerTypeUrl(): void;
|
|
1218
1239
|
};
|
|
1219
1240
|
export declare const MsgChannelUpgradeInitResponse: {
|
|
1220
1241
|
typeUrl: string;
|
|
@@ -1231,6 +1252,7 @@ export declare const MsgChannelUpgradeInitResponse: {
|
|
|
1231
1252
|
fromProtoMsg(message: MsgChannelUpgradeInitResponseProtoMsg): MsgChannelUpgradeInitResponse;
|
|
1232
1253
|
toProto(message: MsgChannelUpgradeInitResponse): Uint8Array;
|
|
1233
1254
|
toProtoMsg(message: MsgChannelUpgradeInitResponse): MsgChannelUpgradeInitResponseProtoMsg;
|
|
1255
|
+
registerTypeUrl(): void;
|
|
1234
1256
|
};
|
|
1235
1257
|
export declare const MsgChannelUpgradeTry: {
|
|
1236
1258
|
typeUrl: string;
|
|
@@ -1247,6 +1269,7 @@ export declare const MsgChannelUpgradeTry: {
|
|
|
1247
1269
|
fromProtoMsg(message: MsgChannelUpgradeTryProtoMsg): MsgChannelUpgradeTry;
|
|
1248
1270
|
toProto(message: MsgChannelUpgradeTry): Uint8Array;
|
|
1249
1271
|
toProtoMsg(message: MsgChannelUpgradeTry): MsgChannelUpgradeTryProtoMsg;
|
|
1272
|
+
registerTypeUrl(): void;
|
|
1250
1273
|
};
|
|
1251
1274
|
export declare const MsgChannelUpgradeTryResponse: {
|
|
1252
1275
|
typeUrl: string;
|
|
@@ -1263,6 +1286,7 @@ export declare const MsgChannelUpgradeTryResponse: {
|
|
|
1263
1286
|
fromProtoMsg(message: MsgChannelUpgradeTryResponseProtoMsg): MsgChannelUpgradeTryResponse;
|
|
1264
1287
|
toProto(message: MsgChannelUpgradeTryResponse): Uint8Array;
|
|
1265
1288
|
toProtoMsg(message: MsgChannelUpgradeTryResponse): MsgChannelUpgradeTryResponseProtoMsg;
|
|
1289
|
+
registerTypeUrl(): void;
|
|
1266
1290
|
};
|
|
1267
1291
|
export declare const MsgChannelUpgradeAck: {
|
|
1268
1292
|
typeUrl: string;
|
|
@@ -1279,6 +1303,7 @@ export declare const MsgChannelUpgradeAck: {
|
|
|
1279
1303
|
fromProtoMsg(message: MsgChannelUpgradeAckProtoMsg): MsgChannelUpgradeAck;
|
|
1280
1304
|
toProto(message: MsgChannelUpgradeAck): Uint8Array;
|
|
1281
1305
|
toProtoMsg(message: MsgChannelUpgradeAck): MsgChannelUpgradeAckProtoMsg;
|
|
1306
|
+
registerTypeUrl(): void;
|
|
1282
1307
|
};
|
|
1283
1308
|
export declare const MsgChannelUpgradeAckResponse: {
|
|
1284
1309
|
typeUrl: string;
|
|
@@ -1295,6 +1320,7 @@ export declare const MsgChannelUpgradeAckResponse: {
|
|
|
1295
1320
|
fromProtoMsg(message: MsgChannelUpgradeAckResponseProtoMsg): MsgChannelUpgradeAckResponse;
|
|
1296
1321
|
toProto(message: MsgChannelUpgradeAckResponse): Uint8Array;
|
|
1297
1322
|
toProtoMsg(message: MsgChannelUpgradeAckResponse): MsgChannelUpgradeAckResponseProtoMsg;
|
|
1323
|
+
registerTypeUrl(): void;
|
|
1298
1324
|
};
|
|
1299
1325
|
export declare const MsgChannelUpgradeConfirm: {
|
|
1300
1326
|
typeUrl: string;
|
|
@@ -1311,6 +1337,7 @@ export declare const MsgChannelUpgradeConfirm: {
|
|
|
1311
1337
|
fromProtoMsg(message: MsgChannelUpgradeConfirmProtoMsg): MsgChannelUpgradeConfirm;
|
|
1312
1338
|
toProto(message: MsgChannelUpgradeConfirm): Uint8Array;
|
|
1313
1339
|
toProtoMsg(message: MsgChannelUpgradeConfirm): MsgChannelUpgradeConfirmProtoMsg;
|
|
1340
|
+
registerTypeUrl(): void;
|
|
1314
1341
|
};
|
|
1315
1342
|
export declare const MsgChannelUpgradeConfirmResponse: {
|
|
1316
1343
|
typeUrl: string;
|
|
@@ -1327,6 +1354,7 @@ export declare const MsgChannelUpgradeConfirmResponse: {
|
|
|
1327
1354
|
fromProtoMsg(message: MsgChannelUpgradeConfirmResponseProtoMsg): MsgChannelUpgradeConfirmResponse;
|
|
1328
1355
|
toProto(message: MsgChannelUpgradeConfirmResponse): Uint8Array;
|
|
1329
1356
|
toProtoMsg(message: MsgChannelUpgradeConfirmResponse): MsgChannelUpgradeConfirmResponseProtoMsg;
|
|
1357
|
+
registerTypeUrl(): void;
|
|
1330
1358
|
};
|
|
1331
1359
|
export declare const MsgChannelUpgradeOpen: {
|
|
1332
1360
|
typeUrl: string;
|
|
@@ -1343,6 +1371,7 @@ export declare const MsgChannelUpgradeOpen: {
|
|
|
1343
1371
|
fromProtoMsg(message: MsgChannelUpgradeOpenProtoMsg): MsgChannelUpgradeOpen;
|
|
1344
1372
|
toProto(message: MsgChannelUpgradeOpen): Uint8Array;
|
|
1345
1373
|
toProtoMsg(message: MsgChannelUpgradeOpen): MsgChannelUpgradeOpenProtoMsg;
|
|
1374
|
+
registerTypeUrl(): void;
|
|
1346
1375
|
};
|
|
1347
1376
|
export declare const MsgChannelUpgradeOpenResponse: {
|
|
1348
1377
|
typeUrl: string;
|
|
@@ -1359,6 +1388,7 @@ export declare const MsgChannelUpgradeOpenResponse: {
|
|
|
1359
1388
|
fromProtoMsg(message: MsgChannelUpgradeOpenResponseProtoMsg): MsgChannelUpgradeOpenResponse;
|
|
1360
1389
|
toProto(message: MsgChannelUpgradeOpenResponse): Uint8Array;
|
|
1361
1390
|
toProtoMsg(message: MsgChannelUpgradeOpenResponse): MsgChannelUpgradeOpenResponseProtoMsg;
|
|
1391
|
+
registerTypeUrl(): void;
|
|
1362
1392
|
};
|
|
1363
1393
|
export declare const MsgChannelUpgradeTimeout: {
|
|
1364
1394
|
typeUrl: string;
|
|
@@ -1375,6 +1405,7 @@ export declare const MsgChannelUpgradeTimeout: {
|
|
|
1375
1405
|
fromProtoMsg(message: MsgChannelUpgradeTimeoutProtoMsg): MsgChannelUpgradeTimeout;
|
|
1376
1406
|
toProto(message: MsgChannelUpgradeTimeout): Uint8Array;
|
|
1377
1407
|
toProtoMsg(message: MsgChannelUpgradeTimeout): MsgChannelUpgradeTimeoutProtoMsg;
|
|
1408
|
+
registerTypeUrl(): void;
|
|
1378
1409
|
};
|
|
1379
1410
|
export declare const MsgChannelUpgradeTimeoutResponse: {
|
|
1380
1411
|
typeUrl: string;
|
|
@@ -1391,6 +1422,7 @@ export declare const MsgChannelUpgradeTimeoutResponse: {
|
|
|
1391
1422
|
fromProtoMsg(message: MsgChannelUpgradeTimeoutResponseProtoMsg): MsgChannelUpgradeTimeoutResponse;
|
|
1392
1423
|
toProto(message: MsgChannelUpgradeTimeoutResponse): Uint8Array;
|
|
1393
1424
|
toProtoMsg(message: MsgChannelUpgradeTimeoutResponse): MsgChannelUpgradeTimeoutResponseProtoMsg;
|
|
1425
|
+
registerTypeUrl(): void;
|
|
1394
1426
|
};
|
|
1395
1427
|
export declare const MsgChannelUpgradeCancel: {
|
|
1396
1428
|
typeUrl: string;
|
|
@@ -1407,6 +1439,7 @@ export declare const MsgChannelUpgradeCancel: {
|
|
|
1407
1439
|
fromProtoMsg(message: MsgChannelUpgradeCancelProtoMsg): MsgChannelUpgradeCancel;
|
|
1408
1440
|
toProto(message: MsgChannelUpgradeCancel): Uint8Array;
|
|
1409
1441
|
toProtoMsg(message: MsgChannelUpgradeCancel): MsgChannelUpgradeCancelProtoMsg;
|
|
1442
|
+
registerTypeUrl(): void;
|
|
1410
1443
|
};
|
|
1411
1444
|
export declare const MsgChannelUpgradeCancelResponse: {
|
|
1412
1445
|
typeUrl: string;
|
|
@@ -1423,6 +1456,7 @@ export declare const MsgChannelUpgradeCancelResponse: {
|
|
|
1423
1456
|
fromProtoMsg(message: MsgChannelUpgradeCancelResponseProtoMsg): MsgChannelUpgradeCancelResponse;
|
|
1424
1457
|
toProto(message: MsgChannelUpgradeCancelResponse): Uint8Array;
|
|
1425
1458
|
toProtoMsg(message: MsgChannelUpgradeCancelResponse): MsgChannelUpgradeCancelResponseProtoMsg;
|
|
1459
|
+
registerTypeUrl(): void;
|
|
1426
1460
|
};
|
|
1427
1461
|
export declare const MsgUpdateParams: {
|
|
1428
1462
|
typeUrl: string;
|
|
@@ -1439,6 +1473,7 @@ export declare const MsgUpdateParams: {
|
|
|
1439
1473
|
fromProtoMsg(message: MsgUpdateParamsProtoMsg): MsgUpdateParams;
|
|
1440
1474
|
toProto(message: MsgUpdateParams): Uint8Array;
|
|
1441
1475
|
toProtoMsg(message: MsgUpdateParams): MsgUpdateParamsProtoMsg;
|
|
1476
|
+
registerTypeUrl(): void;
|
|
1442
1477
|
};
|
|
1443
1478
|
export declare const MsgUpdateParamsResponse: {
|
|
1444
1479
|
typeUrl: string;
|
|
@@ -1455,6 +1490,7 @@ export declare const MsgUpdateParamsResponse: {
|
|
|
1455
1490
|
fromProtoMsg(message: MsgUpdateParamsResponseProtoMsg): MsgUpdateParamsResponse;
|
|
1456
1491
|
toProto(message: MsgUpdateParamsResponse): Uint8Array;
|
|
1457
1492
|
toProtoMsg(message: MsgUpdateParamsResponse): MsgUpdateParamsResponseProtoMsg;
|
|
1493
|
+
registerTypeUrl(): void;
|
|
1458
1494
|
};
|
|
1459
1495
|
export declare const MsgPruneAcknowledgements: {
|
|
1460
1496
|
typeUrl: string;
|
|
@@ -1471,6 +1507,7 @@ export declare const MsgPruneAcknowledgements: {
|
|
|
1471
1507
|
fromProtoMsg(message: MsgPruneAcknowledgementsProtoMsg): MsgPruneAcknowledgements;
|
|
1472
1508
|
toProto(message: MsgPruneAcknowledgements): Uint8Array;
|
|
1473
1509
|
toProtoMsg(message: MsgPruneAcknowledgements): MsgPruneAcknowledgementsProtoMsg;
|
|
1510
|
+
registerTypeUrl(): void;
|
|
1474
1511
|
};
|
|
1475
1512
|
export declare const MsgPruneAcknowledgementsResponse: {
|
|
1476
1513
|
typeUrl: string;
|
|
@@ -1487,4 +1524,5 @@ export declare const MsgPruneAcknowledgementsResponse: {
|
|
|
1487
1524
|
fromProtoMsg(message: MsgPruneAcknowledgementsResponseProtoMsg): MsgPruneAcknowledgementsResponse;
|
|
1488
1525
|
toProto(message: MsgPruneAcknowledgementsResponse): Uint8Array;
|
|
1489
1526
|
toProtoMsg(message: MsgPruneAcknowledgementsResponse): MsgPruneAcknowledgementsResponseProtoMsg;
|
|
1527
|
+
registerTypeUrl(): void;
|
|
1490
1528
|
};
|