injectivejs 1.6.5 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/binary.d.ts +1 -1
- package/binary.js +1 -1
- package/cosmos/auth/v1beta1/auth.d.ts +4 -0
- package/cosmos/auth/v1beta1/auth.js +14 -11
- package/cosmos/auth/v1beta1/query.d.ts +20 -0
- package/cosmos/auth/v1beta1/query.js +51 -54
- package/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
- package/cosmos/authz/v1beta1/authz.d.ts +4 -0
- package/cosmos/authz/v1beta1/authz.js +12 -9
- package/cosmos/authz/v1beta1/tx.d.ts +6 -0
- package/cosmos/authz/v1beta1/tx.js +14 -18
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/bank/v1beta1/bank.d.ts +7 -0
- package/cosmos/bank/v1beta1/bank.js +21 -16
- package/cosmos/bank/v1beta1/query.d.ts +27 -0
- package/cosmos/bank/v1beta1/query.js +82 -61
- package/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
- package/cosmos/bank/v1beta1/tx.d.ts +8 -0
- package/cosmos/bank/v1beta1/tx.js +21 -21
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
- package/cosmos/base/abci/v1beta1/abci.d.ts +11 -0
- package/cosmos/base/abci/v1beta1/abci.js +29 -28
- package/cosmos/base/query/v1beta1/pagination.d.ts +2 -0
- package/cosmos/base/query/v1beta1/pagination.js +4 -7
- package/cosmos/base/v1beta1/coin.d.ts +4 -0
- package/cosmos/base/v1beta1/coin.js +8 -13
- package/cosmos/crypto/ed25519/keys.d.ts +2 -0
- package/cosmos/crypto/ed25519/keys.js +4 -7
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
- package/cosmos/crypto/secp256k1/keys.d.ts +2 -0
- package/cosmos/crypto/secp256k1/keys.js +4 -7
- package/cosmos/crypto/secp256r1/keys.d.ts +2 -0
- package/cosmos/crypto/secp256r1/keys.js +4 -7
- package/cosmos/distribution/v1beta1/distribution.d.ts +12 -0
- package/cosmos/distribution/v1beta1/distribution.js +36 -27
- package/cosmos/distribution/v1beta1/tx.d.ts +14 -0
- package/cosmos/distribution/v1beta1/tx.js +34 -37
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
- package/cosmos/feegrant/v1beta1/tx.d.ts +6 -0
- package/cosmos/feegrant/v1beta1/tx.js +12 -18
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/gov/v1/gov.d.ts +9 -0
- package/cosmos/gov/v1/gov.js +24 -23
- package/cosmos/gov/v1/tx.d.ts +14 -0
- package/cosmos/gov/v1/tx.js +94 -37
- package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
- package/cosmos/gov/v1/tx.rpc.func.js +14 -7
- package/cosmos/gov/v1beta1/gov.d.ts +9 -0
- package/cosmos/gov/v1beta1/gov.js +86 -22
- package/cosmos/gov/v1beta1/query.d.ts +16 -0
- package/cosmos/gov/v1beta1/query.js +48 -38
- package/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
- package/cosmos/gov/v1beta1/tx.d.ts +8 -0
- package/cosmos/gov/v1beta1/tx.js +81 -22
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
- package/cosmos/group/v1/tx.d.ts +28 -0
- package/cosmos/group/v1/tx.js +64 -79
- package/cosmos/group/v1/tx.rpc.func.d.ts +14 -14
- package/cosmos/group/v1/tx.rpc.func.js +28 -14
- package/cosmos/group/v1/types.d.ts +11 -0
- package/cosmos/group/v1/types.js +31 -29
- package/cosmos/ics23/v1/proofs.d.ts +13 -0
- package/cosmos/ics23/v1/proofs.js +44 -30
- package/cosmos/staking/v1beta1/query.d.ts +28 -0
- package/cosmos/staking/v1beta1/query.js +84 -64
- package/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
- package/cosmos/staking/v1beta1/staking.d.ts +21 -0
- package/cosmos/staking/v1beta1/staking.js +58 -53
- package/cosmos/staking/v1beta1/tx.d.ts +14 -0
- package/cosmos/staking/v1beta1/tx.js +37 -35
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
- package/cosmos/tx/signing/v1beta1/signing.d.ts +5 -0
- package/cosmos/tx/signing/v1beta1/signing.js +16 -12
- package/cosmos/tx/v1beta1/service.d.ts +18 -0
- package/cosmos/tx/v1beta1/service.js +53 -45
- package/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
- package/cosmos/tx/v1beta1/tx.d.ts +13 -0
- package/cosmos/tx/v1beta1/tx.js +40 -31
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +4 -0
- package/cosmos/upgrade/v1beta1/upgrade.js +13 -10
- package/cosmos/vesting/v1beta1/tx.d.ts +6 -0
- package/cosmos/vesting/v1beta1/tx.js +15 -16
- package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/vesting/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/vesting/v1beta1/vesting.d.ts +6 -0
- package/cosmos/vesting/v1beta1/vesting.js +20 -13
- package/cosmos_proto/cosmos.d.ts +2 -0
- package/cosmos_proto/cosmos.js +4 -5
- package/cosmwasm/wasm/v1/proposal_legacy.d.ts +13 -0
- package/cosmwasm/wasm/v1/proposal_legacy.js +59 -27
- package/cosmwasm/wasm/v1/query.d.ts +29 -0
- package/cosmwasm/wasm/v1/query.js +78 -71
- package/cosmwasm/wasm/v1/query.rpc.func.js +28 -14
- package/cosmwasm/wasm/v1/tx.d.ts +34 -0
- package/cosmwasm/wasm/v1/tx.js +77 -95
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
- package/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
- package/cosmwasm/wasm/v1/types.d.ts +8 -0
- package/cosmwasm/wasm/v1/types.js +19 -21
- package/esm/binary.js +1 -1
- package/esm/cosmos/auth/v1beta1/auth.js +14 -11
- package/esm/cosmos/auth/v1beta1/query.js +51 -54
- package/esm/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
- package/esm/cosmos/authz/v1beta1/authz.js +12 -9
- package/esm/cosmos/authz/v1beta1/tx.js +14 -18
- package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/bank/v1beta1/bank.js +21 -16
- package/esm/cosmos/bank/v1beta1/query.js +82 -61
- package/esm/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
- package/esm/cosmos/bank/v1beta1/tx.js +21 -21
- package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
- package/esm/cosmos/base/abci/v1beta1/abci.js +29 -28
- package/esm/cosmos/base/query/v1beta1/pagination.js +4 -7
- package/esm/cosmos/base/v1beta1/coin.js +8 -13
- package/esm/cosmos/crypto/ed25519/keys.js +4 -7
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
- package/esm/cosmos/crypto/secp256k1/keys.js +4 -7
- package/esm/cosmos/crypto/secp256r1/keys.js +4 -7
- package/esm/cosmos/distribution/v1beta1/distribution.js +36 -27
- package/esm/cosmos/distribution/v1beta1/tx.js +34 -37
- package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
- package/esm/cosmos/feegrant/v1beta1/tx.js +12 -18
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/gov/v1/gov.js +24 -23
- package/esm/cosmos/gov/v1/tx.js +94 -37
- package/esm/cosmos/gov/v1/tx.rpc.func.js +14 -7
- package/esm/cosmos/gov/v1beta1/gov.js +86 -22
- package/esm/cosmos/gov/v1beta1/query.js +48 -38
- package/esm/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
- package/esm/cosmos/gov/v1beta1/tx.js +82 -23
- package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
- package/esm/cosmos/group/v1/tx.js +65 -80
- package/esm/cosmos/group/v1/tx.rpc.func.js +28 -14
- package/esm/cosmos/group/v1/types.js +31 -29
- package/esm/cosmos/ics23/v1/proofs.js +44 -30
- package/esm/cosmos/staking/v1beta1/query.js +84 -64
- package/esm/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
- package/esm/cosmos/staking/v1beta1/staking.js +58 -53
- package/esm/cosmos/staking/v1beta1/tx.js +37 -35
- package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
- package/esm/cosmos/tx/signing/v1beta1/signing.js +16 -12
- package/esm/cosmos/tx/v1beta1/service.js +53 -45
- package/esm/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
- package/esm/cosmos/tx/v1beta1/tx.js +40 -31
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +13 -10
- package/esm/cosmos/vesting/v1beta1/tx.js +15 -16
- package/esm/cosmos/vesting/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/vesting/v1beta1/vesting.js +20 -13
- package/esm/cosmos_proto/cosmos.js +4 -5
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +59 -27
- package/esm/cosmwasm/wasm/v1/query.js +78 -71
- package/esm/cosmwasm/wasm/v1/query.rpc.func.js +28 -14
- package/esm/cosmwasm/wasm/v1/tx.js +77 -95
- package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
- package/esm/cosmwasm/wasm/v1/types.js +19 -21
- package/esm/extern.js +1 -1
- package/esm/google/api/http.js +9 -5
- package/esm/google/protobuf/any.js +2 -1
- package/esm/google/protobuf/descriptor.js +117 -43
- package/esm/google/protobuf/duration.js +2 -3
- package/esm/google/protobuf/timestamp.js +2 -3
- package/esm/helper-func-types.js +8 -1
- package/esm/helpers.js +1 -1
- package/esm/ibc/applications/transfer/v1/transfer.js +7 -9
- package/esm/ibc/applications/transfer/v1/tx.js +12 -11
- package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
- package/esm/ibc/core/channel/v1/channel.js +23 -23
- package/esm/ibc/core/channel/v1/tx.js +105 -96
- package/esm/ibc/core/channel/v1/tx.rpc.func.js +38 -19
- package/esm/ibc/core/channel/v1/upgrade.js +8 -9
- package/esm/ibc/core/client/v1/client.js +11 -15
- package/esm/ibc/core/client/v1/tx.js +29 -42
- package/esm/ibc/core/client/v1/tx.rpc.func.js +14 -7
- package/esm/ibc/core/commitment/v1/commitment.js +7 -9
- package/esm/ibc/core/connection/v1/connection.js +19 -19
- package/esm/ibc/core/connection/v1/tx.js +28 -26
- package/esm/ibc/core/connection/v1/tx.rpc.func.js +10 -5
- package/esm/injective/auction/v1beta1/auction.js +13 -13
- package/esm/injective/auction/v1beta1/genesis.js +5 -2
- package/esm/injective/auction/v1beta1/query.js +20 -13
- package/esm/injective/auction/v1beta1/query.rpc.func.js +8 -4
- package/esm/injective/auction/v1beta1/tx.js +10 -9
- package/esm/injective/auction/v1beta1/tx.rpc.func.js +4 -2
- package/esm/injective/crypto/v1beta1/ethsecp256k1/keys.js +4 -7
- package/esm/injective/exchange/v1beta1/authz.js +44 -22
- package/esm/injective/exchange/v1beta1/events.js +105 -46
- package/esm/injective/exchange/v1beta1/exchange.js +123 -83
- package/esm/injective/exchange/v1beta1/genesis.js +77 -21
- package/esm/injective/exchange/v1beta1/proposal.js +101 -43
- package/esm/injective/exchange/v1beta1/query.js +324 -210
- package/esm/injective/exchange/v1beta1/query.rpc.func.js +120 -60
- package/esm/injective/exchange/v1beta1/tx.js +181 -166
- package/esm/injective/exchange/v1beta1/tx.rpc.func.js +70 -35
- package/esm/injective/insurance/v1beta1/events.js +16 -6
- package/esm/injective/insurance/v1beta1/genesis.js +5 -2
- package/esm/injective/insurance/v1beta1/insurance.js +7 -7
- package/esm/injective/insurance/v1beta1/query.js +30 -19
- package/esm/injective/insurance/v1beta1/query.rpc.func.js +12 -6
- package/esm/injective/insurance/v1beta1/tx.js +20 -17
- package/esm/injective/insurance/v1beta1/tx.rpc.func.js +8 -4
- package/esm/injective/ocr/v1beta1/genesis.js +28 -12
- package/esm/injective/ocr/v1beta1/ocr.js +54 -38
- package/esm/injective/ocr/v1beta1/query.js +38 -22
- package/esm/injective/ocr/v1beta1/query.rpc.func.js +14 -7
- package/esm/injective/ocr/v1beta1/tx.js +41 -41
- package/esm/injective/ocr/v1beta1/tx.rpc.func.js +18 -9
- package/esm/injective/oracle/v1beta1/events.js +24 -21
- package/esm/injective/oracle/v1beta1/genesis.js +16 -4
- package/esm/injective/oracle/v1beta1/oracle.js +61 -38
- package/esm/injective/oracle/v1beta1/proposal.js +47 -22
- package/esm/injective/oracle/v1beta1/query.js +93 -58
- package/esm/injective/oracle/v1beta1/query.rpc.func.js +34 -17
- package/esm/injective/oracle/v1beta1/tx.js +35 -37
- package/esm/injective/oracle/v1beta1/tx.rpc.func.js +16 -8
- package/esm/injective/peggy/v1/attestation.js +4 -5
- package/esm/injective/peggy/v1/batch.js +6 -3
- package/esm/injective/peggy/v1/events.js +36 -33
- package/esm/injective/peggy/v1/genesis.js +11 -2
- package/esm/injective/peggy/v1/msgs.js +59 -68
- package/esm/injective/peggy/v1/msgs.rpc.func.js +28 -14
- package/esm/injective/peggy/v1/params.js +3 -3
- package/esm/injective/peggy/v1/pool.js +4 -5
- package/esm/injective/peggy/v1/proposal.js +6 -2
- package/esm/injective/peggy/v1/query.js +99 -70
- package/esm/injective/peggy/v1/query.rpc.func.js +42 -21
- package/esm/injective/peggy/v1/types.js +11 -10
- package/esm/injective/permissions/v1beta1/events.js +3 -2
- package/esm/injective/permissions/v1beta1/genesis.js +4 -2
- package/esm/injective/permissions/v1beta1/params.js +2 -4
- package/esm/injective/permissions/v1beta1/permissions.js +16 -10
- package/esm/injective/permissions/v1beta1/query.js +28 -21
- package/esm/injective/permissions/v1beta1/query.rpc.func.js +12 -6
- package/esm/injective/permissions/v1beta1/tx.js +45 -39
- package/esm/injective/permissions/v1beta1/tx.rpc.func.js +14 -7
- package/esm/injective/stream/v1beta1/query.js +70 -33
- package/esm/injective/tokenfactory/v1beta1/authorityMetadata.js +2 -3
- package/esm/injective/tokenfactory/v1beta1/events.js +13 -8
- package/esm/injective/tokenfactory/v1beta1/genesis.js +7 -3
- package/esm/injective/tokenfactory/v1beta1/params.js +3 -3
- package/esm/injective/tokenfactory/v1beta1/query.js +19 -14
- package/esm/injective/tokenfactory/v1beta1/query.rpc.func.js +8 -4
- package/esm/injective/tokenfactory/v1beta1/tx.js +28 -27
- package/esm/injective/tokenfactory/v1beta1/tx.rpc.func.js +12 -6
- package/esm/injective/types/v1beta1/account.js +5 -2
- package/esm/injective/types/v1beta1/tx_ext.js +2 -3
- package/esm/injective/types/v1beta1/tx_response.js +5 -4
- package/esm/injective/wasmx/v1/events.js +6 -7
- package/esm/injective/wasmx/v1/genesis.js +7 -3
- package/esm/injective/wasmx/v1/proposal.js +23 -10
- package/esm/injective/wasmx/v1/query.js +15 -10
- package/esm/injective/wasmx/v1/query.rpc.func.js +6 -3
- package/esm/injective/wasmx/v1/tx.js +26 -29
- package/esm/injective/wasmx/v1/tx.rpc.func.js +12 -6
- package/esm/injective/wasmx/v1/wasmx.js +5 -5
- package/esm/registry.js +1 -1
- package/esm/tendermint/abci/types.js +156 -73
- package/esm/tendermint/crypto/keys.js +2 -3
- package/esm/tendermint/crypto/proof.js +12 -9
- package/esm/tendermint/types/block.js +6 -2
- package/esm/tendermint/types/evidence.js +14 -5
- package/esm/tendermint/types/params.js +19 -14
- package/esm/tendermint/types/types.js +47 -20
- package/esm/tendermint/types/validator.js +9 -4
- package/esm/tendermint/version/types.js +4 -5
- package/esm/types.js +1 -1
- package/esm/utf8.js +1 -1
- package/esm/varint.js +1 -1
- package/extern.d.ts +1 -1
- package/extern.js +1 -1
- package/google/api/http.d.ts +3 -0
- package/google/api/http.js +9 -5
- package/google/protobuf/any.d.ts +1 -0
- package/google/protobuf/any.js +2 -1
- package/google/protobuf/descriptor.d.ts +33 -0
- package/google/protobuf/descriptor.js +117 -43
- package/google/protobuf/duration.d.ts +1 -0
- package/google/protobuf/duration.js +2 -3
- package/google/protobuf/timestamp.d.ts +1 -0
- package/google/protobuf/timestamp.js +2 -3
- package/helper-func-types.d.ts +6 -3
- package/helper-func-types.js +8 -1
- package/helpers.d.ts +1 -1
- package/helpers.js +1 -1
- package/ibc/applications/transfer/v1/transfer.d.ts +3 -0
- package/ibc/applications/transfer/v1/transfer.js +7 -9
- package/ibc/applications/transfer/v1/tx.d.ts +4 -0
- package/ibc/applications/transfer/v1/tx.js +12 -11
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
- package/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
- package/ibc/core/channel/v1/channel.d.ts +9 -0
- package/ibc/core/channel/v1/channel.js +23 -23
- package/ibc/core/channel/v1/tx.d.ts +38 -0
- package/ibc/core/channel/v1/tx.js +105 -96
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +19 -19
- package/ibc/core/channel/v1/tx.rpc.func.js +38 -19
- package/ibc/core/channel/v1/upgrade.d.ts +3 -0
- package/ibc/core/channel/v1/upgrade.js +8 -9
- package/ibc/core/client/v1/client.d.ts +5 -0
- package/ibc/core/client/v1/client.js +11 -15
- package/ibc/core/client/v1/tx.d.ts +14 -0
- package/ibc/core/client/v1/tx.js +29 -42
- package/ibc/core/client/v1/tx.rpc.func.d.ts +7 -7
- package/ibc/core/client/v1/tx.rpc.func.js +14 -7
- package/ibc/core/commitment/v1/commitment.d.ts +3 -0
- package/ibc/core/commitment/v1/commitment.js +7 -9
- package/ibc/core/connection/v1/connection.d.ts +7 -0
- package/ibc/core/connection/v1/connection.js +19 -19
- package/ibc/core/connection/v1/tx.d.ts +10 -0
- package/ibc/core/connection/v1/tx.js +28 -26
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
- package/ibc/core/connection/v1/tx.rpc.func.js +10 -5
- package/injective/auction/v1beta1/auction.d.ts +6 -0
- package/injective/auction/v1beta1/auction.js +13 -13
- package/injective/auction/v1beta1/genesis.d.ts +1 -0
- package/injective/auction/v1beta1/genesis.js +5 -2
- package/injective/auction/v1beta1/query.d.ts +8 -0
- package/injective/auction/v1beta1/query.js +20 -13
- package/injective/auction/v1beta1/query.rpc.func.js +8 -4
- package/injective/auction/v1beta1/tx.d.ts +4 -0
- package/injective/auction/v1beta1/tx.js +10 -9
- package/injective/auction/v1beta1/tx.rpc.func.d.ts +2 -2
- package/injective/auction/v1beta1/tx.rpc.func.js +4 -2
- package/injective/crypto/v1beta1/ethsecp256k1/keys.d.ts +2 -0
- package/injective/crypto/v1beta1/ethsecp256k1/keys.js +4 -7
- package/injective/exchange/v1beta1/authz.d.ts +11 -0
- package/injective/exchange/v1beta1/authz.js +44 -22
- package/injective/exchange/v1beta1/events.d.ts +36 -0
- package/injective/exchange/v1beta1/events.js +105 -46
- package/injective/exchange/v1beta1/exchange.d.ts +51 -0
- package/injective/exchange/v1beta1/exchange.js +123 -83
- package/injective/exchange/v1beta1/genesis.d.ts +17 -0
- package/injective/exchange/v1beta1/genesis.js +77 -21
- package/injective/exchange/v1beta1/proposal.d.ts +21 -0
- package/injective/exchange/v1beta1/proposal.js +101 -43
- package/injective/exchange/v1beta1/query.d.ts +131 -0
- package/injective/exchange/v1beta1/query.js +324 -210
- package/injective/exchange/v1beta1/query.rpc.func.js +120 -60
- package/injective/exchange/v1beta1/tx.d.ts +77 -0
- package/injective/exchange/v1beta1/tx.js +181 -166
- package/injective/exchange/v1beta1/tx.rpc.func.d.ts +35 -35
- package/injective/exchange/v1beta1/tx.rpc.func.js +70 -35
- package/injective/insurance/v1beta1/events.d.ts +5 -0
- package/injective/insurance/v1beta1/events.js +16 -6
- package/injective/insurance/v1beta1/genesis.d.ts +1 -0
- package/injective/insurance/v1beta1/genesis.js +5 -2
- package/injective/insurance/v1beta1/insurance.d.ts +3 -0
- package/injective/insurance/v1beta1/insurance.js +7 -7
- package/injective/insurance/v1beta1/query.d.ts +12 -0
- package/injective/insurance/v1beta1/query.js +30 -19
- package/injective/insurance/v1beta1/query.rpc.func.js +12 -6
- package/injective/insurance/v1beta1/tx.d.ts +8 -0
- package/injective/insurance/v1beta1/tx.js +20 -17
- package/injective/insurance/v1beta1/tx.rpc.func.d.ts +4 -4
- package/injective/insurance/v1beta1/tx.rpc.func.js +8 -4
- package/injective/ocr/v1beta1/genesis.d.ts +8 -0
- package/injective/ocr/v1beta1/genesis.js +28 -12
- package/injective/ocr/v1beta1/ocr.d.ts +21 -0
- package/injective/ocr/v1beta1/ocr.js +54 -38
- package/injective/ocr/v1beta1/query.d.ts +14 -0
- package/injective/ocr/v1beta1/query.js +38 -22
- package/injective/ocr/v1beta1/query.rpc.func.js +14 -7
- package/injective/ocr/v1beta1/tx.d.ts +18 -0
- package/injective/ocr/v1beta1/tx.js +41 -41
- package/injective/ocr/v1beta1/tx.rpc.func.d.ts +9 -9
- package/injective/ocr/v1beta1/tx.rpc.func.js +18 -9
- package/injective/oracle/v1beta1/events.d.ts +11 -0
- package/injective/oracle/v1beta1/events.js +24 -21
- package/injective/oracle/v1beta1/genesis.d.ts +2 -0
- package/injective/oracle/v1beta1/genesis.js +16 -4
- package/injective/oracle/v1beta1/oracle.d.ts +24 -0
- package/injective/oracle/v1beta1/oracle.js +61 -38
- package/injective/oracle/v1beta1/proposal.d.ts +11 -0
- package/injective/oracle/v1beta1/proposal.js +47 -22
- package/injective/oracle/v1beta1/query.d.ts +37 -0
- package/injective/oracle/v1beta1/query.js +93 -58
- package/injective/oracle/v1beta1/query.rpc.func.js +34 -17
- package/injective/oracle/v1beta1/tx.d.ts +16 -0
- package/injective/oracle/v1beta1/tx.js +35 -37
- package/injective/oracle/v1beta1/tx.rpc.func.d.ts +8 -8
- package/injective/oracle/v1beta1/tx.rpc.func.js +16 -8
- package/injective/peggy/v1/attestation.d.ts +2 -0
- package/injective/peggy/v1/attestation.js +4 -5
- package/injective/peggy/v1/batch.d.ts +2 -0
- package/injective/peggy/v1/batch.js +6 -3
- package/injective/peggy/v1/events.d.ts +17 -0
- package/injective/peggy/v1/events.js +36 -33
- package/injective/peggy/v1/genesis.d.ts +1 -0
- package/injective/peggy/v1/genesis.js +11 -2
- package/injective/peggy/v1/msgs.d.ts +28 -0
- package/injective/peggy/v1/msgs.js +59 -68
- package/injective/peggy/v1/msgs.rpc.func.d.ts +14 -14
- package/injective/peggy/v1/msgs.rpc.func.js +28 -14
- package/injective/peggy/v1/params.d.ts +1 -0
- package/injective/peggy/v1/params.js +3 -3
- package/injective/peggy/v1/pool.d.ts +2 -0
- package/injective/peggy/v1/pool.js +4 -5
- package/injective/peggy/v1/proposal.d.ts +2 -0
- package/injective/peggy/v1/proposal.js +6 -2
- package/injective/peggy/v1/query.d.ts +42 -0
- package/injective/peggy/v1/query.js +99 -70
- package/injective/peggy/v1/query.rpc.func.js +42 -21
- package/injective/peggy/v1/types.d.ts +5 -0
- package/injective/peggy/v1/types.js +11 -10
- package/injective/permissions/v1beta1/events.d.ts +1 -0
- package/injective/permissions/v1beta1/events.js +3 -2
- package/injective/permissions/v1beta1/genesis.d.ts +1 -0
- package/injective/permissions/v1beta1/genesis.js +4 -2
- package/injective/permissions/v1beta1/params.d.ts +1 -0
- package/injective/permissions/v1beta1/params.js +2 -4
- package/injective/permissions/v1beta1/permissions.d.ts +6 -0
- package/injective/permissions/v1beta1/permissions.js +16 -10
- package/injective/permissions/v1beta1/query.d.ts +12 -0
- package/injective/permissions/v1beta1/query.js +28 -21
- package/injective/permissions/v1beta1/query.rpc.func.js +12 -6
- package/injective/permissions/v1beta1/tx.d.ts +18 -0
- package/injective/permissions/v1beta1/tx.js +45 -39
- package/injective/permissions/v1beta1/tx.rpc.func.d.ts +7 -7
- package/injective/permissions/v1beta1/tx.rpc.func.js +14 -7
- package/injective/stream/v1beta1/query.d.ts +22 -0
- package/injective/stream/v1beta1/query.js +70 -33
- package/injective/tokenfactory/v1beta1/authorityMetadata.d.ts +1 -0
- package/injective/tokenfactory/v1beta1/authorityMetadata.js +2 -3
- package/injective/tokenfactory/v1beta1/events.d.ts +5 -0
- package/injective/tokenfactory/v1beta1/events.js +13 -8
- package/injective/tokenfactory/v1beta1/genesis.d.ts +2 -0
- package/injective/tokenfactory/v1beta1/genesis.js +7 -3
- package/injective/tokenfactory/v1beta1/params.d.ts +1 -0
- package/injective/tokenfactory/v1beta1/params.js +3 -3
- package/injective/tokenfactory/v1beta1/query.d.ts +8 -0
- package/injective/tokenfactory/v1beta1/query.js +19 -14
- package/injective/tokenfactory/v1beta1/query.rpc.func.js +8 -4
- package/injective/tokenfactory/v1beta1/tx.d.ts +12 -0
- package/injective/tokenfactory/v1beta1/tx.js +28 -27
- package/injective/tokenfactory/v1beta1/tx.rpc.func.d.ts +6 -6
- package/injective/tokenfactory/v1beta1/tx.rpc.func.js +12 -6
- package/injective/types/v1beta1/account.d.ts +1 -0
- package/injective/types/v1beta1/account.js +5 -2
- package/injective/types/v1beta1/tx_ext.d.ts +1 -0
- package/injective/types/v1beta1/tx_ext.js +2 -3
- package/injective/types/v1beta1/tx_response.d.ts +2 -0
- package/injective/types/v1beta1/tx_response.js +5 -4
- package/injective/wasmx/v1/events.d.ts +3 -0
- package/injective/wasmx/v1/events.js +6 -7
- package/injective/wasmx/v1/genesis.d.ts +2 -0
- package/injective/wasmx/v1/genesis.js +7 -3
- package/injective/wasmx/v1/proposal.d.ts +5 -0
- package/injective/wasmx/v1/proposal.js +23 -10
- package/injective/wasmx/v1/query.d.ts +6 -0
- package/injective/wasmx/v1/query.js +15 -10
- package/injective/wasmx/v1/query.rpc.func.js +6 -3
- package/injective/wasmx/v1/tx.d.ts +12 -0
- package/injective/wasmx/v1/tx.js +26 -29
- package/injective/wasmx/v1/tx.rpc.func.d.ts +6 -6
- package/injective/wasmx/v1/tx.rpc.func.js +12 -6
- package/injective/wasmx/v1/wasmx.d.ts +2 -0
- package/injective/wasmx/v1/wasmx.js +5 -5
- package/package.json +2 -2
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- package/tendermint/abci/types.d.ts +47 -0
- package/tendermint/abci/types.js +156 -73
- package/tendermint/crypto/keys.d.ts +1 -0
- package/tendermint/crypto/keys.js +2 -3
- package/tendermint/crypto/proof.d.ts +5 -0
- package/tendermint/crypto/proof.js +12 -9
- package/tendermint/types/block.d.ts +1 -0
- package/tendermint/types/block.js +6 -2
- package/tendermint/types/evidence.d.ts +4 -0
- package/tendermint/types/evidence.js +14 -5
- package/tendermint/types/params.d.ts +7 -0
- package/tendermint/types/params.js +19 -14
- package/tendermint/types/types.d.ts +15 -0
- package/tendermint/types/types.js +47 -20
- package/tendermint/types/validator.d.ts +3 -0
- package/tendermint/types/validator.js +9 -4
- package/tendermint/version/types.d.ts +2 -0
- package/tendermint/version/types.js +4 -5
- package/types.d.ts +2 -1
- package/types.js +1 -1
- package/utf8.d.ts +1 -1
- package/utf8.js +1 -1
- package/varint.d.ts +1 -1
- package/varint.js +1 -1
|
@@ -8,132 +8,151 @@ const createChannelOpenInit = (clientResolver) => (0, helper_func_types_1.buildT
|
|
|
8
8
|
clientResolver,
|
|
9
9
|
typeUrl: tx_1.MsgChannelOpenInit.typeUrl,
|
|
10
10
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelOpenInit),
|
|
11
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelOpenInit)
|
|
11
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelOpenInit),
|
|
12
|
+
deps: [tx_1.MsgChannelOpenInit]
|
|
12
13
|
});
|
|
13
14
|
exports.createChannelOpenInit = createChannelOpenInit;
|
|
14
15
|
const createChannelOpenTry = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
15
16
|
clientResolver,
|
|
16
17
|
typeUrl: tx_1.MsgChannelOpenTry.typeUrl,
|
|
17
18
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelOpenTry),
|
|
18
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelOpenTry)
|
|
19
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelOpenTry),
|
|
20
|
+
deps: [tx_1.MsgChannelOpenTry]
|
|
19
21
|
});
|
|
20
22
|
exports.createChannelOpenTry = createChannelOpenTry;
|
|
21
23
|
const createChannelOpenAck = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
22
24
|
clientResolver,
|
|
23
25
|
typeUrl: tx_1.MsgChannelOpenAck.typeUrl,
|
|
24
26
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelOpenAck),
|
|
25
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelOpenAck)
|
|
27
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelOpenAck),
|
|
28
|
+
deps: [tx_1.MsgChannelOpenAck]
|
|
26
29
|
});
|
|
27
30
|
exports.createChannelOpenAck = createChannelOpenAck;
|
|
28
31
|
const createChannelOpenConfirm = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
29
32
|
clientResolver,
|
|
30
33
|
typeUrl: tx_1.MsgChannelOpenConfirm.typeUrl,
|
|
31
34
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelOpenConfirm),
|
|
32
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelOpenConfirm)
|
|
35
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelOpenConfirm),
|
|
36
|
+
deps: [tx_1.MsgChannelOpenConfirm]
|
|
33
37
|
});
|
|
34
38
|
exports.createChannelOpenConfirm = createChannelOpenConfirm;
|
|
35
39
|
const createChannelCloseInit = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
36
40
|
clientResolver,
|
|
37
41
|
typeUrl: tx_1.MsgChannelCloseInit.typeUrl,
|
|
38
42
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelCloseInit),
|
|
39
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelCloseInit)
|
|
43
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelCloseInit),
|
|
44
|
+
deps: [tx_1.MsgChannelCloseInit]
|
|
40
45
|
});
|
|
41
46
|
exports.createChannelCloseInit = createChannelCloseInit;
|
|
42
47
|
const createChannelCloseConfirm = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
43
48
|
clientResolver,
|
|
44
49
|
typeUrl: tx_1.MsgChannelCloseConfirm.typeUrl,
|
|
45
50
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelCloseConfirm),
|
|
46
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelCloseConfirm)
|
|
51
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelCloseConfirm),
|
|
52
|
+
deps: [tx_1.MsgChannelCloseConfirm]
|
|
47
53
|
});
|
|
48
54
|
exports.createChannelCloseConfirm = createChannelCloseConfirm;
|
|
49
55
|
const createRecvPacket = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
50
56
|
clientResolver,
|
|
51
57
|
typeUrl: tx_1.MsgRecvPacket.typeUrl,
|
|
52
58
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgRecvPacket),
|
|
53
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgRecvPacket)
|
|
59
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgRecvPacket),
|
|
60
|
+
deps: [tx_1.MsgRecvPacket]
|
|
54
61
|
});
|
|
55
62
|
exports.createRecvPacket = createRecvPacket;
|
|
56
63
|
const createTimeout = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
57
64
|
clientResolver,
|
|
58
65
|
typeUrl: tx_1.MsgTimeout.typeUrl,
|
|
59
66
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgTimeout),
|
|
60
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgTimeout)
|
|
67
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgTimeout),
|
|
68
|
+
deps: [tx_1.MsgTimeout]
|
|
61
69
|
});
|
|
62
70
|
exports.createTimeout = createTimeout;
|
|
63
71
|
const createTimeoutOnClose = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
64
72
|
clientResolver,
|
|
65
73
|
typeUrl: tx_1.MsgTimeoutOnClose.typeUrl,
|
|
66
74
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgTimeoutOnClose),
|
|
67
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgTimeoutOnClose)
|
|
75
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgTimeoutOnClose),
|
|
76
|
+
deps: [tx_1.MsgTimeoutOnClose]
|
|
68
77
|
});
|
|
69
78
|
exports.createTimeoutOnClose = createTimeoutOnClose;
|
|
70
79
|
const createAcknowledgement = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
71
80
|
clientResolver,
|
|
72
81
|
typeUrl: tx_1.MsgAcknowledgement.typeUrl,
|
|
73
82
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgAcknowledgement),
|
|
74
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgAcknowledgement)
|
|
83
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgAcknowledgement),
|
|
84
|
+
deps: [tx_1.MsgAcknowledgement]
|
|
75
85
|
});
|
|
76
86
|
exports.createAcknowledgement = createAcknowledgement;
|
|
77
87
|
const createChannelUpgradeInit = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
78
88
|
clientResolver,
|
|
79
89
|
typeUrl: tx_1.MsgChannelUpgradeInit.typeUrl,
|
|
80
90
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelUpgradeInit),
|
|
81
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeInit)
|
|
91
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeInit),
|
|
92
|
+
deps: [tx_1.MsgChannelUpgradeInit]
|
|
82
93
|
});
|
|
83
94
|
exports.createChannelUpgradeInit = createChannelUpgradeInit;
|
|
84
95
|
const createChannelUpgradeTry = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
85
96
|
clientResolver,
|
|
86
97
|
typeUrl: tx_1.MsgChannelUpgradeTry.typeUrl,
|
|
87
98
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelUpgradeTry),
|
|
88
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeTry)
|
|
99
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeTry),
|
|
100
|
+
deps: [tx_1.MsgChannelUpgradeTry]
|
|
89
101
|
});
|
|
90
102
|
exports.createChannelUpgradeTry = createChannelUpgradeTry;
|
|
91
103
|
const createChannelUpgradeAck = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
92
104
|
clientResolver,
|
|
93
105
|
typeUrl: tx_1.MsgChannelUpgradeAck.typeUrl,
|
|
94
106
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelUpgradeAck),
|
|
95
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeAck)
|
|
107
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeAck),
|
|
108
|
+
deps: [tx_1.MsgChannelUpgradeAck]
|
|
96
109
|
});
|
|
97
110
|
exports.createChannelUpgradeAck = createChannelUpgradeAck;
|
|
98
111
|
const createChannelUpgradeConfirm = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
99
112
|
clientResolver,
|
|
100
113
|
typeUrl: tx_1.MsgChannelUpgradeConfirm.typeUrl,
|
|
101
114
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelUpgradeConfirm),
|
|
102
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeConfirm)
|
|
115
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeConfirm),
|
|
116
|
+
deps: [tx_1.MsgChannelUpgradeConfirm]
|
|
103
117
|
});
|
|
104
118
|
exports.createChannelUpgradeConfirm = createChannelUpgradeConfirm;
|
|
105
119
|
const createChannelUpgradeOpen = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
106
120
|
clientResolver,
|
|
107
121
|
typeUrl: tx_1.MsgChannelUpgradeOpen.typeUrl,
|
|
108
122
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelUpgradeOpen),
|
|
109
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeOpen)
|
|
123
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeOpen),
|
|
124
|
+
deps: [tx_1.MsgChannelUpgradeOpen]
|
|
110
125
|
});
|
|
111
126
|
exports.createChannelUpgradeOpen = createChannelUpgradeOpen;
|
|
112
127
|
const createChannelUpgradeTimeout = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
113
128
|
clientResolver,
|
|
114
129
|
typeUrl: tx_1.MsgChannelUpgradeTimeout.typeUrl,
|
|
115
130
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelUpgradeTimeout),
|
|
116
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeTimeout)
|
|
131
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeTimeout),
|
|
132
|
+
deps: [tx_1.MsgChannelUpgradeTimeout]
|
|
117
133
|
});
|
|
118
134
|
exports.createChannelUpgradeTimeout = createChannelUpgradeTimeout;
|
|
119
135
|
const createChannelUpgradeCancel = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
120
136
|
clientResolver,
|
|
121
137
|
typeUrl: tx_1.MsgChannelUpgradeCancel.typeUrl,
|
|
122
138
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelUpgradeCancel),
|
|
123
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeCancel)
|
|
139
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeCancel),
|
|
140
|
+
deps: [tx_1.MsgChannelUpgradeCancel]
|
|
124
141
|
});
|
|
125
142
|
exports.createChannelUpgradeCancel = createChannelUpgradeCancel;
|
|
126
143
|
const createUpdateChannelParams = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
127
144
|
clientResolver,
|
|
128
145
|
typeUrl: tx_1.MsgUpdateParams.typeUrl,
|
|
129
146
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgUpdateParams),
|
|
130
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgUpdateParams)
|
|
147
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgUpdateParams),
|
|
148
|
+
deps: [tx_1.MsgUpdateParams]
|
|
131
149
|
});
|
|
132
150
|
exports.createUpdateChannelParams = createUpdateChannelParams;
|
|
133
151
|
const createPruneAcknowledgements = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
134
152
|
clientResolver,
|
|
135
153
|
typeUrl: tx_1.MsgPruneAcknowledgements.typeUrl,
|
|
136
154
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgPruneAcknowledgements),
|
|
137
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgPruneAcknowledgements)
|
|
155
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgPruneAcknowledgements),
|
|
156
|
+
deps: [tx_1.MsgPruneAcknowledgements]
|
|
138
157
|
});
|
|
139
158
|
exports.createPruneAcknowledgements = createPruneAcknowledgements;
|
|
@@ -104,6 +104,7 @@ export declare const Upgrade: {
|
|
|
104
104
|
fromProtoMsg(message: UpgradeProtoMsg): Upgrade;
|
|
105
105
|
toProto(message: Upgrade): Uint8Array;
|
|
106
106
|
toProtoMsg(message: Upgrade): UpgradeProtoMsg;
|
|
107
|
+
registerTypeUrl(): void;
|
|
107
108
|
};
|
|
108
109
|
export declare const UpgradeFields: {
|
|
109
110
|
typeUrl: string;
|
|
@@ -120,6 +121,7 @@ export declare const UpgradeFields: {
|
|
|
120
121
|
fromProtoMsg(message: UpgradeFieldsProtoMsg): UpgradeFields;
|
|
121
122
|
toProto(message: UpgradeFields): Uint8Array;
|
|
122
123
|
toProtoMsg(message: UpgradeFields): UpgradeFieldsProtoMsg;
|
|
124
|
+
registerTypeUrl(): void;
|
|
123
125
|
};
|
|
124
126
|
export declare const ErrorReceipt: {
|
|
125
127
|
typeUrl: string;
|
|
@@ -136,4 +138,5 @@ export declare const ErrorReceipt: {
|
|
|
136
138
|
fromProtoMsg(message: ErrorReceiptProtoMsg): ErrorReceipt;
|
|
137
139
|
toProto(message: ErrorReceipt): Uint8Array;
|
|
138
140
|
toProtoMsg(message: ErrorReceipt): ErrorReceiptProtoMsg;
|
|
141
|
+
registerTypeUrl(): void;
|
|
139
142
|
};
|
|
@@ -4,7 +4,6 @@ exports.ErrorReceipt = exports.UpgradeFields = exports.Upgrade = void 0;
|
|
|
4
4
|
const channel_1 = require("./channel");
|
|
5
5
|
const binary_1 = require("../../../../binary");
|
|
6
6
|
const helpers_1 = require("../../../../helpers");
|
|
7
|
-
const registry_1 = require("../../../../registry");
|
|
8
7
|
function createBaseUpgrade() {
|
|
9
8
|
return {
|
|
10
9
|
fields: exports.UpgradeFields.fromPartial({}),
|
|
@@ -103,10 +102,12 @@ exports.Upgrade = {
|
|
|
103
102
|
typeUrl: "/ibc.core.channel.v1.Upgrade",
|
|
104
103
|
value: exports.Upgrade.encode(message).finish()
|
|
105
104
|
};
|
|
105
|
+
},
|
|
106
|
+
registerTypeUrl() {
|
|
107
|
+
exports.UpgradeFields.registerTypeUrl();
|
|
108
|
+
channel_1.Timeout.registerTypeUrl();
|
|
106
109
|
}
|
|
107
110
|
};
|
|
108
|
-
registry_1.GlobalDecoderRegistry.register(exports.Upgrade.typeUrl, exports.Upgrade);
|
|
109
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Upgrade.aminoType, exports.Upgrade.typeUrl);
|
|
110
111
|
function createBaseUpgradeFields() {
|
|
111
112
|
return {
|
|
112
113
|
ordering: 0,
|
|
@@ -208,10 +209,9 @@ exports.UpgradeFields = {
|
|
|
208
209
|
typeUrl: "/ibc.core.channel.v1.UpgradeFields",
|
|
209
210
|
value: exports.UpgradeFields.encode(message).finish()
|
|
210
211
|
};
|
|
211
|
-
}
|
|
212
|
+
},
|
|
213
|
+
registerTypeUrl() { }
|
|
212
214
|
};
|
|
213
|
-
registry_1.GlobalDecoderRegistry.register(exports.UpgradeFields.typeUrl, exports.UpgradeFields);
|
|
214
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.UpgradeFields.aminoType, exports.UpgradeFields.typeUrl);
|
|
215
215
|
function createBaseErrorReceipt() {
|
|
216
216
|
return {
|
|
217
217
|
sequence: BigInt(0),
|
|
@@ -298,7 +298,6 @@ exports.ErrorReceipt = {
|
|
|
298
298
|
typeUrl: "/ibc.core.channel.v1.ErrorReceipt",
|
|
299
299
|
value: exports.ErrorReceipt.encode(message).finish()
|
|
300
300
|
};
|
|
301
|
-
}
|
|
301
|
+
},
|
|
302
|
+
registerTypeUrl() { }
|
|
302
303
|
};
|
|
303
|
-
registry_1.GlobalDecoderRegistry.register(exports.ErrorReceipt.typeUrl, exports.ErrorReceipt);
|
|
304
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ErrorReceipt.aminoType, exports.ErrorReceipt.typeUrl);
|
|
@@ -176,6 +176,7 @@ export declare const IdentifiedClientState: {
|
|
|
176
176
|
fromProtoMsg(message: IdentifiedClientStateProtoMsg): IdentifiedClientState;
|
|
177
177
|
toProto(message: IdentifiedClientState): Uint8Array;
|
|
178
178
|
toProtoMsg(message: IdentifiedClientState): IdentifiedClientStateProtoMsg;
|
|
179
|
+
registerTypeUrl(): void;
|
|
179
180
|
};
|
|
180
181
|
export declare const ConsensusStateWithHeight: {
|
|
181
182
|
typeUrl: string;
|
|
@@ -192,6 +193,7 @@ export declare const ConsensusStateWithHeight: {
|
|
|
192
193
|
fromProtoMsg(message: ConsensusStateWithHeightProtoMsg): ConsensusStateWithHeight;
|
|
193
194
|
toProto(message: ConsensusStateWithHeight): Uint8Array;
|
|
194
195
|
toProtoMsg(message: ConsensusStateWithHeight): ConsensusStateWithHeightProtoMsg;
|
|
196
|
+
registerTypeUrl(): void;
|
|
195
197
|
};
|
|
196
198
|
export declare const ClientConsensusStates: {
|
|
197
199
|
typeUrl: string;
|
|
@@ -208,6 +210,7 @@ export declare const ClientConsensusStates: {
|
|
|
208
210
|
fromProtoMsg(message: ClientConsensusStatesProtoMsg): ClientConsensusStates;
|
|
209
211
|
toProto(message: ClientConsensusStates): Uint8Array;
|
|
210
212
|
toProtoMsg(message: ClientConsensusStates): ClientConsensusStatesProtoMsg;
|
|
213
|
+
registerTypeUrl(): void;
|
|
211
214
|
};
|
|
212
215
|
export declare const Height: {
|
|
213
216
|
typeUrl: string;
|
|
@@ -224,6 +227,7 @@ export declare const Height: {
|
|
|
224
227
|
fromProtoMsg(message: HeightProtoMsg): Height;
|
|
225
228
|
toProto(message: Height): Uint8Array;
|
|
226
229
|
toProtoMsg(message: Height): HeightProtoMsg;
|
|
230
|
+
registerTypeUrl(): void;
|
|
227
231
|
};
|
|
228
232
|
export declare const Params: {
|
|
229
233
|
typeUrl: string;
|
|
@@ -240,4 +244,5 @@ export declare const Params: {
|
|
|
240
244
|
fromProtoMsg(message: ParamsProtoMsg): Params;
|
|
241
245
|
toProto(message: Params): Uint8Array;
|
|
242
246
|
toProtoMsg(message: Params): ParamsProtoMsg;
|
|
247
|
+
registerTypeUrl(): void;
|
|
243
248
|
};
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.Params = exports.Height = exports.ClientConsensusStates = exports.ConsensusStateWithHeight = exports.IdentifiedClientState = void 0;
|
|
4
4
|
const any_1 = require("../../../../google/protobuf/any");
|
|
5
5
|
const binary_1 = require("../../../../binary");
|
|
6
|
-
const registry_1 = require("../../../../registry");
|
|
7
6
|
function createBaseIdentifiedClientState() {
|
|
8
7
|
return {
|
|
9
8
|
clientId: "",
|
|
@@ -90,10 +89,9 @@ exports.IdentifiedClientState = {
|
|
|
90
89
|
typeUrl: "/ibc.core.client.v1.IdentifiedClientState",
|
|
91
90
|
value: exports.IdentifiedClientState.encode(message).finish()
|
|
92
91
|
};
|
|
93
|
-
}
|
|
92
|
+
},
|
|
93
|
+
registerTypeUrl() { }
|
|
94
94
|
};
|
|
95
|
-
registry_1.GlobalDecoderRegistry.register(exports.IdentifiedClientState.typeUrl, exports.IdentifiedClientState);
|
|
96
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.IdentifiedClientState.aminoType, exports.IdentifiedClientState.typeUrl);
|
|
97
95
|
function createBaseConsensusStateWithHeight() {
|
|
98
96
|
return {
|
|
99
97
|
height: exports.Height.fromPartial({}),
|
|
@@ -180,10 +178,9 @@ exports.ConsensusStateWithHeight = {
|
|
|
180
178
|
typeUrl: "/ibc.core.client.v1.ConsensusStateWithHeight",
|
|
181
179
|
value: exports.ConsensusStateWithHeight.encode(message).finish()
|
|
182
180
|
};
|
|
183
|
-
}
|
|
181
|
+
},
|
|
182
|
+
registerTypeUrl() { }
|
|
184
183
|
};
|
|
185
|
-
registry_1.GlobalDecoderRegistry.register(exports.ConsensusStateWithHeight.typeUrl, exports.ConsensusStateWithHeight);
|
|
186
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ConsensusStateWithHeight.aminoType, exports.ConsensusStateWithHeight.typeUrl);
|
|
187
184
|
function createBaseClientConsensusStates() {
|
|
188
185
|
return {
|
|
189
186
|
clientId: "",
|
|
@@ -273,10 +270,11 @@ exports.ClientConsensusStates = {
|
|
|
273
270
|
typeUrl: "/ibc.core.client.v1.ClientConsensusStates",
|
|
274
271
|
value: exports.ClientConsensusStates.encode(message).finish()
|
|
275
272
|
};
|
|
273
|
+
},
|
|
274
|
+
registerTypeUrl() {
|
|
275
|
+
exports.ConsensusStateWithHeight.registerTypeUrl();
|
|
276
276
|
}
|
|
277
277
|
};
|
|
278
|
-
registry_1.GlobalDecoderRegistry.register(exports.ClientConsensusStates.typeUrl, exports.ClientConsensusStates);
|
|
279
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ClientConsensusStates.aminoType, exports.ClientConsensusStates.typeUrl);
|
|
280
278
|
function createBaseHeight() {
|
|
281
279
|
return {
|
|
282
280
|
revisionNumber: BigInt(0),
|
|
@@ -359,10 +357,9 @@ exports.Height = {
|
|
|
359
357
|
typeUrl: "/ibc.core.client.v1.Height",
|
|
360
358
|
value: exports.Height.encode(message).finish()
|
|
361
359
|
};
|
|
362
|
-
}
|
|
360
|
+
},
|
|
361
|
+
registerTypeUrl() { }
|
|
363
362
|
};
|
|
364
|
-
registry_1.GlobalDecoderRegistry.register(exports.Height.typeUrl, exports.Height);
|
|
365
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Height.aminoType, exports.Height.typeUrl);
|
|
366
363
|
function createBaseParams() {
|
|
367
364
|
return {
|
|
368
365
|
allowedClients: []
|
|
@@ -440,7 +437,6 @@ exports.Params = {
|
|
|
440
437
|
typeUrl: "/ibc.core.client.v1.Params",
|
|
441
438
|
value: exports.Params.encode(message).finish()
|
|
442
439
|
};
|
|
443
|
-
}
|
|
440
|
+
},
|
|
441
|
+
registerTypeUrl() { }
|
|
444
442
|
};
|
|
445
|
-
registry_1.GlobalDecoderRegistry.register(exports.Params.typeUrl, exports.Params);
|
|
446
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Params.aminoType, exports.Params.typeUrl);
|
|
@@ -378,6 +378,7 @@ export declare const MsgCreateClient: {
|
|
|
378
378
|
fromProtoMsg(message: MsgCreateClientProtoMsg): MsgCreateClient;
|
|
379
379
|
toProto(message: MsgCreateClient): Uint8Array;
|
|
380
380
|
toProtoMsg(message: MsgCreateClient): MsgCreateClientProtoMsg;
|
|
381
|
+
registerTypeUrl(): void;
|
|
381
382
|
};
|
|
382
383
|
export declare const MsgCreateClientResponse: {
|
|
383
384
|
typeUrl: string;
|
|
@@ -394,6 +395,7 @@ export declare const MsgCreateClientResponse: {
|
|
|
394
395
|
fromProtoMsg(message: MsgCreateClientResponseProtoMsg): MsgCreateClientResponse;
|
|
395
396
|
toProto(message: MsgCreateClientResponse): Uint8Array;
|
|
396
397
|
toProtoMsg(message: MsgCreateClientResponse): MsgCreateClientResponseProtoMsg;
|
|
398
|
+
registerTypeUrl(): void;
|
|
397
399
|
};
|
|
398
400
|
export declare const MsgUpdateClient: {
|
|
399
401
|
typeUrl: string;
|
|
@@ -410,6 +412,7 @@ export declare const MsgUpdateClient: {
|
|
|
410
412
|
fromProtoMsg(message: MsgUpdateClientProtoMsg): MsgUpdateClient;
|
|
411
413
|
toProto(message: MsgUpdateClient): Uint8Array;
|
|
412
414
|
toProtoMsg(message: MsgUpdateClient): MsgUpdateClientProtoMsg;
|
|
415
|
+
registerTypeUrl(): void;
|
|
413
416
|
};
|
|
414
417
|
export declare const MsgUpdateClientResponse: {
|
|
415
418
|
typeUrl: string;
|
|
@@ -426,6 +429,7 @@ export declare const MsgUpdateClientResponse: {
|
|
|
426
429
|
fromProtoMsg(message: MsgUpdateClientResponseProtoMsg): MsgUpdateClientResponse;
|
|
427
430
|
toProto(message: MsgUpdateClientResponse): Uint8Array;
|
|
428
431
|
toProtoMsg(message: MsgUpdateClientResponse): MsgUpdateClientResponseProtoMsg;
|
|
432
|
+
registerTypeUrl(): void;
|
|
429
433
|
};
|
|
430
434
|
export declare const MsgUpgradeClient: {
|
|
431
435
|
typeUrl: string;
|
|
@@ -442,6 +446,7 @@ export declare const MsgUpgradeClient: {
|
|
|
442
446
|
fromProtoMsg(message: MsgUpgradeClientProtoMsg): MsgUpgradeClient;
|
|
443
447
|
toProto(message: MsgUpgradeClient): Uint8Array;
|
|
444
448
|
toProtoMsg(message: MsgUpgradeClient): MsgUpgradeClientProtoMsg;
|
|
449
|
+
registerTypeUrl(): void;
|
|
445
450
|
};
|
|
446
451
|
export declare const MsgUpgradeClientResponse: {
|
|
447
452
|
typeUrl: string;
|
|
@@ -458,6 +463,7 @@ export declare const MsgUpgradeClientResponse: {
|
|
|
458
463
|
fromProtoMsg(message: MsgUpgradeClientResponseProtoMsg): MsgUpgradeClientResponse;
|
|
459
464
|
toProto(message: MsgUpgradeClientResponse): Uint8Array;
|
|
460
465
|
toProtoMsg(message: MsgUpgradeClientResponse): MsgUpgradeClientResponseProtoMsg;
|
|
466
|
+
registerTypeUrl(): void;
|
|
461
467
|
};
|
|
462
468
|
export declare const MsgSubmitMisbehaviour: {
|
|
463
469
|
typeUrl: string;
|
|
@@ -474,6 +480,7 @@ export declare const MsgSubmitMisbehaviour: {
|
|
|
474
480
|
fromProtoMsg(message: MsgSubmitMisbehaviourProtoMsg): MsgSubmitMisbehaviour;
|
|
475
481
|
toProto(message: MsgSubmitMisbehaviour): Uint8Array;
|
|
476
482
|
toProtoMsg(message: MsgSubmitMisbehaviour): MsgSubmitMisbehaviourProtoMsg;
|
|
483
|
+
registerTypeUrl(): void;
|
|
477
484
|
};
|
|
478
485
|
export declare const MsgSubmitMisbehaviourResponse: {
|
|
479
486
|
typeUrl: string;
|
|
@@ -490,6 +497,7 @@ export declare const MsgSubmitMisbehaviourResponse: {
|
|
|
490
497
|
fromProtoMsg(message: MsgSubmitMisbehaviourResponseProtoMsg): MsgSubmitMisbehaviourResponse;
|
|
491
498
|
toProto(message: MsgSubmitMisbehaviourResponse): Uint8Array;
|
|
492
499
|
toProtoMsg(message: MsgSubmitMisbehaviourResponse): MsgSubmitMisbehaviourResponseProtoMsg;
|
|
500
|
+
registerTypeUrl(): void;
|
|
493
501
|
};
|
|
494
502
|
export declare const MsgRecoverClient: {
|
|
495
503
|
typeUrl: string;
|
|
@@ -506,6 +514,7 @@ export declare const MsgRecoverClient: {
|
|
|
506
514
|
fromProtoMsg(message: MsgRecoverClientProtoMsg): MsgRecoverClient;
|
|
507
515
|
toProto(message: MsgRecoverClient): Uint8Array;
|
|
508
516
|
toProtoMsg(message: MsgRecoverClient): MsgRecoverClientProtoMsg;
|
|
517
|
+
registerTypeUrl(): void;
|
|
509
518
|
};
|
|
510
519
|
export declare const MsgRecoverClientResponse: {
|
|
511
520
|
typeUrl: string;
|
|
@@ -522,6 +531,7 @@ export declare const MsgRecoverClientResponse: {
|
|
|
522
531
|
fromProtoMsg(message: MsgRecoverClientResponseProtoMsg): MsgRecoverClientResponse;
|
|
523
532
|
toProto(message: MsgRecoverClientResponse): Uint8Array;
|
|
524
533
|
toProtoMsg(message: MsgRecoverClientResponse): MsgRecoverClientResponseProtoMsg;
|
|
534
|
+
registerTypeUrl(): void;
|
|
525
535
|
};
|
|
526
536
|
export declare const MsgIBCSoftwareUpgrade: {
|
|
527
537
|
typeUrl: string;
|
|
@@ -538,6 +548,7 @@ export declare const MsgIBCSoftwareUpgrade: {
|
|
|
538
548
|
fromProtoMsg(message: MsgIBCSoftwareUpgradeProtoMsg): MsgIBCSoftwareUpgrade;
|
|
539
549
|
toProto(message: MsgIBCSoftwareUpgrade): Uint8Array;
|
|
540
550
|
toProtoMsg(message: MsgIBCSoftwareUpgrade): MsgIBCSoftwareUpgradeProtoMsg;
|
|
551
|
+
registerTypeUrl(): void;
|
|
541
552
|
};
|
|
542
553
|
export declare const MsgIBCSoftwareUpgradeResponse: {
|
|
543
554
|
typeUrl: string;
|
|
@@ -554,6 +565,7 @@ export declare const MsgIBCSoftwareUpgradeResponse: {
|
|
|
554
565
|
fromProtoMsg(message: MsgIBCSoftwareUpgradeResponseProtoMsg): MsgIBCSoftwareUpgradeResponse;
|
|
555
566
|
toProto(message: MsgIBCSoftwareUpgradeResponse): Uint8Array;
|
|
556
567
|
toProtoMsg(message: MsgIBCSoftwareUpgradeResponse): MsgIBCSoftwareUpgradeResponseProtoMsg;
|
|
568
|
+
registerTypeUrl(): void;
|
|
557
569
|
};
|
|
558
570
|
export declare const MsgUpdateParams: {
|
|
559
571
|
typeUrl: string;
|
|
@@ -570,6 +582,7 @@ export declare const MsgUpdateParams: {
|
|
|
570
582
|
fromProtoMsg(message: MsgUpdateParamsProtoMsg): MsgUpdateParams;
|
|
571
583
|
toProto(message: MsgUpdateParams): Uint8Array;
|
|
572
584
|
toProtoMsg(message: MsgUpdateParams): MsgUpdateParamsProtoMsg;
|
|
585
|
+
registerTypeUrl(): void;
|
|
573
586
|
};
|
|
574
587
|
export declare const MsgUpdateParamsResponse: {
|
|
575
588
|
typeUrl: string;
|
|
@@ -586,4 +599,5 @@ export declare const MsgUpdateParamsResponse: {
|
|
|
586
599
|
fromProtoMsg(message: MsgUpdateParamsResponseProtoMsg): MsgUpdateParamsResponse;
|
|
587
600
|
toProto(message: MsgUpdateParamsResponse): Uint8Array;
|
|
588
601
|
toProtoMsg(message: MsgUpdateParamsResponse): MsgUpdateParamsResponseProtoMsg;
|
|
602
|
+
registerTypeUrl(): void;
|
|
589
603
|
};
|
package/ibc/core/client/v1/tx.js
CHANGED
|
@@ -6,7 +6,6 @@ const upgrade_1 = require("../../../../cosmos/upgrade/v1beta1/upgrade");
|
|
|
6
6
|
const client_1 = require("./client");
|
|
7
7
|
const binary_1 = require("../../../../binary");
|
|
8
8
|
const helpers_1 = require("../../../../helpers");
|
|
9
|
-
const registry_1 = require("../../../../registry");
|
|
10
9
|
function createBaseMsgCreateClient() {
|
|
11
10
|
return {
|
|
12
11
|
clientState: undefined,
|
|
@@ -105,10 +104,9 @@ exports.MsgCreateClient = {
|
|
|
105
104
|
typeUrl: "/ibc.core.client.v1.MsgCreateClient",
|
|
106
105
|
value: exports.MsgCreateClient.encode(message).finish()
|
|
107
106
|
};
|
|
108
|
-
}
|
|
107
|
+
},
|
|
108
|
+
registerTypeUrl() { }
|
|
109
109
|
};
|
|
110
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgCreateClient.typeUrl, exports.MsgCreateClient);
|
|
111
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgCreateClient.aminoType, exports.MsgCreateClient.typeUrl);
|
|
112
110
|
function createBaseMsgCreateClientResponse() {
|
|
113
111
|
return {
|
|
114
112
|
clientId: ""
|
|
@@ -183,10 +181,9 @@ exports.MsgCreateClientResponse = {
|
|
|
183
181
|
typeUrl: "/ibc.core.client.v1.MsgCreateClientResponse",
|
|
184
182
|
value: exports.MsgCreateClientResponse.encode(message).finish()
|
|
185
183
|
};
|
|
186
|
-
}
|
|
184
|
+
},
|
|
185
|
+
registerTypeUrl() { }
|
|
187
186
|
};
|
|
188
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgCreateClientResponse.typeUrl, exports.MsgCreateClientResponse);
|
|
189
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgCreateClientResponse.aminoType, exports.MsgCreateClientResponse.typeUrl);
|
|
190
187
|
function createBaseMsgUpdateClient() {
|
|
191
188
|
return {
|
|
192
189
|
clientId: "",
|
|
@@ -285,10 +282,9 @@ exports.MsgUpdateClient = {
|
|
|
285
282
|
typeUrl: "/ibc.core.client.v1.MsgUpdateClient",
|
|
286
283
|
value: exports.MsgUpdateClient.encode(message).finish()
|
|
287
284
|
};
|
|
288
|
-
}
|
|
285
|
+
},
|
|
286
|
+
registerTypeUrl() { }
|
|
289
287
|
};
|
|
290
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateClient.typeUrl, exports.MsgUpdateClient);
|
|
291
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateClient.aminoType, exports.MsgUpdateClient.typeUrl);
|
|
292
288
|
function createBaseMsgUpdateClientResponse() {
|
|
293
289
|
return {};
|
|
294
290
|
}
|
|
@@ -350,10 +346,9 @@ exports.MsgUpdateClientResponse = {
|
|
|
350
346
|
typeUrl: "/ibc.core.client.v1.MsgUpdateClientResponse",
|
|
351
347
|
value: exports.MsgUpdateClientResponse.encode(message).finish()
|
|
352
348
|
};
|
|
353
|
-
}
|
|
349
|
+
},
|
|
350
|
+
registerTypeUrl() { }
|
|
354
351
|
};
|
|
355
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateClientResponse.typeUrl, exports.MsgUpdateClientResponse);
|
|
356
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateClientResponse.aminoType, exports.MsgUpdateClientResponse.typeUrl);
|
|
357
352
|
function createBaseMsgUpgradeClient() {
|
|
358
353
|
return {
|
|
359
354
|
clientId: "",
|
|
@@ -488,10 +483,9 @@ exports.MsgUpgradeClient = {
|
|
|
488
483
|
typeUrl: "/ibc.core.client.v1.MsgUpgradeClient",
|
|
489
484
|
value: exports.MsgUpgradeClient.encode(message).finish()
|
|
490
485
|
};
|
|
491
|
-
}
|
|
486
|
+
},
|
|
487
|
+
registerTypeUrl() { }
|
|
492
488
|
};
|
|
493
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpgradeClient.typeUrl, exports.MsgUpgradeClient);
|
|
494
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpgradeClient.aminoType, exports.MsgUpgradeClient.typeUrl);
|
|
495
489
|
function createBaseMsgUpgradeClientResponse() {
|
|
496
490
|
return {};
|
|
497
491
|
}
|
|
@@ -553,10 +547,9 @@ exports.MsgUpgradeClientResponse = {
|
|
|
553
547
|
typeUrl: "/ibc.core.client.v1.MsgUpgradeClientResponse",
|
|
554
548
|
value: exports.MsgUpgradeClientResponse.encode(message).finish()
|
|
555
549
|
};
|
|
556
|
-
}
|
|
550
|
+
},
|
|
551
|
+
registerTypeUrl() { }
|
|
557
552
|
};
|
|
558
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpgradeClientResponse.typeUrl, exports.MsgUpgradeClientResponse);
|
|
559
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpgradeClientResponse.aminoType, exports.MsgUpgradeClientResponse.typeUrl);
|
|
560
553
|
function createBaseMsgSubmitMisbehaviour() {
|
|
561
554
|
return {
|
|
562
555
|
clientId: "",
|
|
@@ -655,10 +648,9 @@ exports.MsgSubmitMisbehaviour = {
|
|
|
655
648
|
typeUrl: "/ibc.core.client.v1.MsgSubmitMisbehaviour",
|
|
656
649
|
value: exports.MsgSubmitMisbehaviour.encode(message).finish()
|
|
657
650
|
};
|
|
658
|
-
}
|
|
651
|
+
},
|
|
652
|
+
registerTypeUrl() { }
|
|
659
653
|
};
|
|
660
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgSubmitMisbehaviour.typeUrl, exports.MsgSubmitMisbehaviour);
|
|
661
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgSubmitMisbehaviour.aminoType, exports.MsgSubmitMisbehaviour.typeUrl);
|
|
662
654
|
function createBaseMsgSubmitMisbehaviourResponse() {
|
|
663
655
|
return {};
|
|
664
656
|
}
|
|
@@ -720,10 +712,9 @@ exports.MsgSubmitMisbehaviourResponse = {
|
|
|
720
712
|
typeUrl: "/ibc.core.client.v1.MsgSubmitMisbehaviourResponse",
|
|
721
713
|
value: exports.MsgSubmitMisbehaviourResponse.encode(message).finish()
|
|
722
714
|
};
|
|
723
|
-
}
|
|
715
|
+
},
|
|
716
|
+
registerTypeUrl() { }
|
|
724
717
|
};
|
|
725
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgSubmitMisbehaviourResponse.typeUrl, exports.MsgSubmitMisbehaviourResponse);
|
|
726
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgSubmitMisbehaviourResponse.aminoType, exports.MsgSubmitMisbehaviourResponse.typeUrl);
|
|
727
718
|
function createBaseMsgRecoverClient() {
|
|
728
719
|
return {
|
|
729
720
|
subjectClientId: "",
|
|
@@ -822,10 +813,9 @@ exports.MsgRecoverClient = {
|
|
|
822
813
|
typeUrl: "/ibc.core.client.v1.MsgRecoverClient",
|
|
823
814
|
value: exports.MsgRecoverClient.encode(message).finish()
|
|
824
815
|
};
|
|
825
|
-
}
|
|
816
|
+
},
|
|
817
|
+
registerTypeUrl() { }
|
|
826
818
|
};
|
|
827
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgRecoverClient.typeUrl, exports.MsgRecoverClient);
|
|
828
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgRecoverClient.aminoType, exports.MsgRecoverClient.typeUrl);
|
|
829
819
|
function createBaseMsgRecoverClientResponse() {
|
|
830
820
|
return {};
|
|
831
821
|
}
|
|
@@ -887,10 +877,9 @@ exports.MsgRecoverClientResponse = {
|
|
|
887
877
|
typeUrl: "/ibc.core.client.v1.MsgRecoverClientResponse",
|
|
888
878
|
value: exports.MsgRecoverClientResponse.encode(message).finish()
|
|
889
879
|
};
|
|
890
|
-
}
|
|
880
|
+
},
|
|
881
|
+
registerTypeUrl() { }
|
|
891
882
|
};
|
|
892
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgRecoverClientResponse.typeUrl, exports.MsgRecoverClientResponse);
|
|
893
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgRecoverClientResponse.aminoType, exports.MsgRecoverClientResponse.typeUrl);
|
|
894
883
|
function createBaseMsgIBCSoftwareUpgrade() {
|
|
895
884
|
return {
|
|
896
885
|
plan: upgrade_1.Plan.fromPartial({}),
|
|
@@ -989,10 +978,9 @@ exports.MsgIBCSoftwareUpgrade = {
|
|
|
989
978
|
typeUrl: "/ibc.core.client.v1.MsgIBCSoftwareUpgrade",
|
|
990
979
|
value: exports.MsgIBCSoftwareUpgrade.encode(message).finish()
|
|
991
980
|
};
|
|
992
|
-
}
|
|
981
|
+
},
|
|
982
|
+
registerTypeUrl() { }
|
|
993
983
|
};
|
|
994
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgIBCSoftwareUpgrade.typeUrl, exports.MsgIBCSoftwareUpgrade);
|
|
995
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgIBCSoftwareUpgrade.aminoType, exports.MsgIBCSoftwareUpgrade.typeUrl);
|
|
996
984
|
function createBaseMsgIBCSoftwareUpgradeResponse() {
|
|
997
985
|
return {};
|
|
998
986
|
}
|
|
@@ -1054,10 +1042,9 @@ exports.MsgIBCSoftwareUpgradeResponse = {
|
|
|
1054
1042
|
typeUrl: "/ibc.core.client.v1.MsgIBCSoftwareUpgradeResponse",
|
|
1055
1043
|
value: exports.MsgIBCSoftwareUpgradeResponse.encode(message).finish()
|
|
1056
1044
|
};
|
|
1057
|
-
}
|
|
1045
|
+
},
|
|
1046
|
+
registerTypeUrl() { }
|
|
1058
1047
|
};
|
|
1059
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgIBCSoftwareUpgradeResponse.typeUrl, exports.MsgIBCSoftwareUpgradeResponse);
|
|
1060
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgIBCSoftwareUpgradeResponse.aminoType, exports.MsgIBCSoftwareUpgradeResponse.typeUrl);
|
|
1061
1048
|
function createBaseMsgUpdateParams() {
|
|
1062
1049
|
return {
|
|
1063
1050
|
signer: "",
|
|
@@ -1144,10 +1131,11 @@ exports.MsgUpdateParams = {
|
|
|
1144
1131
|
typeUrl: "/ibc.core.client.v1.MsgUpdateParams",
|
|
1145
1132
|
value: exports.MsgUpdateParams.encode(message).finish()
|
|
1146
1133
|
};
|
|
1134
|
+
},
|
|
1135
|
+
registerTypeUrl() {
|
|
1136
|
+
client_1.Params.registerTypeUrl();
|
|
1147
1137
|
}
|
|
1148
1138
|
};
|
|
1149
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateParams.typeUrl, exports.MsgUpdateParams);
|
|
1150
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateParams.aminoType, exports.MsgUpdateParams.typeUrl);
|
|
1151
1139
|
function createBaseMsgUpdateParamsResponse() {
|
|
1152
1140
|
return {};
|
|
1153
1141
|
}
|
|
@@ -1209,7 +1197,6 @@ exports.MsgUpdateParamsResponse = {
|
|
|
1209
1197
|
typeUrl: "/ibc.core.client.v1.MsgUpdateParamsResponse",
|
|
1210
1198
|
value: exports.MsgUpdateParamsResponse.encode(message).finish()
|
|
1211
1199
|
};
|
|
1212
|
-
}
|
|
1200
|
+
},
|
|
1201
|
+
registerTypeUrl() { }
|
|
1213
1202
|
};
|
|
1214
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateParamsResponse.typeUrl, exports.MsgUpdateParamsResponse);
|
|
1215
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateParamsResponse.aminoType, exports.MsgUpdateParamsResponse.typeUrl);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { SigningClientResolver } from "../../../../helper-func-types";
|
|
2
2
|
import { MsgCreateClient, MsgUpdateClient, MsgUpgradeClient, MsgSubmitMisbehaviour, MsgRecoverClient, MsgIBCSoftwareUpgrade, MsgUpdateParams } from "./tx";
|
|
3
|
-
export declare const createCreateClient: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgCreateClient, fee: import("../../../../helper-func-types").StdFee
|
|
4
|
-
export declare const createUpdateClient: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateClient, fee: import("../../../../helper-func-types").StdFee
|
|
5
|
-
export declare const createUpgradeClient: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpgradeClient, fee: import("../../../../helper-func-types").StdFee
|
|
6
|
-
export declare const createSubmitMisbehaviour: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSubmitMisbehaviour, fee: import("../../../../helper-func-types").StdFee
|
|
7
|
-
export declare const createRecoverClient: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgRecoverClient, fee: import("../../../../helper-func-types").StdFee
|
|
8
|
-
export declare const createIBCSoftwareUpgrade: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgIBCSoftwareUpgrade, fee: import("../../../../helper-func-types").StdFee
|
|
9
|
-
export declare const createUpdateClientParams: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateParams, fee: import("../../../../helper-func-types").StdFee
|
|
3
|
+
export declare const createCreateClient: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgCreateClient | MsgCreateClient[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
4
|
+
export declare const createUpdateClient: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateClient | MsgUpdateClient[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
5
|
+
export declare const createUpgradeClient: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpgradeClient | MsgUpgradeClient[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
6
|
+
export declare const createSubmitMisbehaviour: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSubmitMisbehaviour | MsgSubmitMisbehaviour[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
7
|
+
export declare const createRecoverClient: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgRecoverClient | MsgRecoverClient[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
8
|
+
export declare const createIBCSoftwareUpgrade: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgIBCSoftwareUpgrade | MsgIBCSoftwareUpgrade[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
9
|
+
export declare const createUpdateClientParams: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|