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
|
@@ -5,113 +5,132 @@ export const createChannelOpenInit = (clientResolver) => buildTx({
|
|
|
5
5
|
clientResolver,
|
|
6
6
|
typeUrl: MsgChannelOpenInit.typeUrl,
|
|
7
7
|
encoders: toEncoders(MsgChannelOpenInit),
|
|
8
|
-
converters: toConverters(MsgChannelOpenInit)
|
|
8
|
+
converters: toConverters(MsgChannelOpenInit),
|
|
9
|
+
deps: [MsgChannelOpenInit]
|
|
9
10
|
});
|
|
10
11
|
export const createChannelOpenTry = (clientResolver) => buildTx({
|
|
11
12
|
clientResolver,
|
|
12
13
|
typeUrl: MsgChannelOpenTry.typeUrl,
|
|
13
14
|
encoders: toEncoders(MsgChannelOpenTry),
|
|
14
|
-
converters: toConverters(MsgChannelOpenTry)
|
|
15
|
+
converters: toConverters(MsgChannelOpenTry),
|
|
16
|
+
deps: [MsgChannelOpenTry]
|
|
15
17
|
});
|
|
16
18
|
export const createChannelOpenAck = (clientResolver) => buildTx({
|
|
17
19
|
clientResolver,
|
|
18
20
|
typeUrl: MsgChannelOpenAck.typeUrl,
|
|
19
21
|
encoders: toEncoders(MsgChannelOpenAck),
|
|
20
|
-
converters: toConverters(MsgChannelOpenAck)
|
|
22
|
+
converters: toConverters(MsgChannelOpenAck),
|
|
23
|
+
deps: [MsgChannelOpenAck]
|
|
21
24
|
});
|
|
22
25
|
export const createChannelOpenConfirm = (clientResolver) => buildTx({
|
|
23
26
|
clientResolver,
|
|
24
27
|
typeUrl: MsgChannelOpenConfirm.typeUrl,
|
|
25
28
|
encoders: toEncoders(MsgChannelOpenConfirm),
|
|
26
|
-
converters: toConverters(MsgChannelOpenConfirm)
|
|
29
|
+
converters: toConverters(MsgChannelOpenConfirm),
|
|
30
|
+
deps: [MsgChannelOpenConfirm]
|
|
27
31
|
});
|
|
28
32
|
export const createChannelCloseInit = (clientResolver) => buildTx({
|
|
29
33
|
clientResolver,
|
|
30
34
|
typeUrl: MsgChannelCloseInit.typeUrl,
|
|
31
35
|
encoders: toEncoders(MsgChannelCloseInit),
|
|
32
|
-
converters: toConverters(MsgChannelCloseInit)
|
|
36
|
+
converters: toConverters(MsgChannelCloseInit),
|
|
37
|
+
deps: [MsgChannelCloseInit]
|
|
33
38
|
});
|
|
34
39
|
export const createChannelCloseConfirm = (clientResolver) => buildTx({
|
|
35
40
|
clientResolver,
|
|
36
41
|
typeUrl: MsgChannelCloseConfirm.typeUrl,
|
|
37
42
|
encoders: toEncoders(MsgChannelCloseConfirm),
|
|
38
|
-
converters: toConverters(MsgChannelCloseConfirm)
|
|
43
|
+
converters: toConverters(MsgChannelCloseConfirm),
|
|
44
|
+
deps: [MsgChannelCloseConfirm]
|
|
39
45
|
});
|
|
40
46
|
export const createRecvPacket = (clientResolver) => buildTx({
|
|
41
47
|
clientResolver,
|
|
42
48
|
typeUrl: MsgRecvPacket.typeUrl,
|
|
43
49
|
encoders: toEncoders(MsgRecvPacket),
|
|
44
|
-
converters: toConverters(MsgRecvPacket)
|
|
50
|
+
converters: toConverters(MsgRecvPacket),
|
|
51
|
+
deps: [MsgRecvPacket]
|
|
45
52
|
});
|
|
46
53
|
export const createTimeout = (clientResolver) => buildTx({
|
|
47
54
|
clientResolver,
|
|
48
55
|
typeUrl: MsgTimeout.typeUrl,
|
|
49
56
|
encoders: toEncoders(MsgTimeout),
|
|
50
|
-
converters: toConverters(MsgTimeout)
|
|
57
|
+
converters: toConverters(MsgTimeout),
|
|
58
|
+
deps: [MsgTimeout]
|
|
51
59
|
});
|
|
52
60
|
export const createTimeoutOnClose = (clientResolver) => buildTx({
|
|
53
61
|
clientResolver,
|
|
54
62
|
typeUrl: MsgTimeoutOnClose.typeUrl,
|
|
55
63
|
encoders: toEncoders(MsgTimeoutOnClose),
|
|
56
|
-
converters: toConverters(MsgTimeoutOnClose)
|
|
64
|
+
converters: toConverters(MsgTimeoutOnClose),
|
|
65
|
+
deps: [MsgTimeoutOnClose]
|
|
57
66
|
});
|
|
58
67
|
export const createAcknowledgement = (clientResolver) => buildTx({
|
|
59
68
|
clientResolver,
|
|
60
69
|
typeUrl: MsgAcknowledgement.typeUrl,
|
|
61
70
|
encoders: toEncoders(MsgAcknowledgement),
|
|
62
|
-
converters: toConverters(MsgAcknowledgement)
|
|
71
|
+
converters: toConverters(MsgAcknowledgement),
|
|
72
|
+
deps: [MsgAcknowledgement]
|
|
63
73
|
});
|
|
64
74
|
export const createChannelUpgradeInit = (clientResolver) => buildTx({
|
|
65
75
|
clientResolver,
|
|
66
76
|
typeUrl: MsgChannelUpgradeInit.typeUrl,
|
|
67
77
|
encoders: toEncoders(MsgChannelUpgradeInit),
|
|
68
|
-
converters: toConverters(MsgChannelUpgradeInit)
|
|
78
|
+
converters: toConverters(MsgChannelUpgradeInit),
|
|
79
|
+
deps: [MsgChannelUpgradeInit]
|
|
69
80
|
});
|
|
70
81
|
export const createChannelUpgradeTry = (clientResolver) => buildTx({
|
|
71
82
|
clientResolver,
|
|
72
83
|
typeUrl: MsgChannelUpgradeTry.typeUrl,
|
|
73
84
|
encoders: toEncoders(MsgChannelUpgradeTry),
|
|
74
|
-
converters: toConverters(MsgChannelUpgradeTry)
|
|
85
|
+
converters: toConverters(MsgChannelUpgradeTry),
|
|
86
|
+
deps: [MsgChannelUpgradeTry]
|
|
75
87
|
});
|
|
76
88
|
export const createChannelUpgradeAck = (clientResolver) => buildTx({
|
|
77
89
|
clientResolver,
|
|
78
90
|
typeUrl: MsgChannelUpgradeAck.typeUrl,
|
|
79
91
|
encoders: toEncoders(MsgChannelUpgradeAck),
|
|
80
|
-
converters: toConverters(MsgChannelUpgradeAck)
|
|
92
|
+
converters: toConverters(MsgChannelUpgradeAck),
|
|
93
|
+
deps: [MsgChannelUpgradeAck]
|
|
81
94
|
});
|
|
82
95
|
export const createChannelUpgradeConfirm = (clientResolver) => buildTx({
|
|
83
96
|
clientResolver,
|
|
84
97
|
typeUrl: MsgChannelUpgradeConfirm.typeUrl,
|
|
85
98
|
encoders: toEncoders(MsgChannelUpgradeConfirm),
|
|
86
|
-
converters: toConverters(MsgChannelUpgradeConfirm)
|
|
99
|
+
converters: toConverters(MsgChannelUpgradeConfirm),
|
|
100
|
+
deps: [MsgChannelUpgradeConfirm]
|
|
87
101
|
});
|
|
88
102
|
export const createChannelUpgradeOpen = (clientResolver) => buildTx({
|
|
89
103
|
clientResolver,
|
|
90
104
|
typeUrl: MsgChannelUpgradeOpen.typeUrl,
|
|
91
105
|
encoders: toEncoders(MsgChannelUpgradeOpen),
|
|
92
|
-
converters: toConverters(MsgChannelUpgradeOpen)
|
|
106
|
+
converters: toConverters(MsgChannelUpgradeOpen),
|
|
107
|
+
deps: [MsgChannelUpgradeOpen]
|
|
93
108
|
});
|
|
94
109
|
export const createChannelUpgradeTimeout = (clientResolver) => buildTx({
|
|
95
110
|
clientResolver,
|
|
96
111
|
typeUrl: MsgChannelUpgradeTimeout.typeUrl,
|
|
97
112
|
encoders: toEncoders(MsgChannelUpgradeTimeout),
|
|
98
|
-
converters: toConverters(MsgChannelUpgradeTimeout)
|
|
113
|
+
converters: toConverters(MsgChannelUpgradeTimeout),
|
|
114
|
+
deps: [MsgChannelUpgradeTimeout]
|
|
99
115
|
});
|
|
100
116
|
export const createChannelUpgradeCancel = (clientResolver) => buildTx({
|
|
101
117
|
clientResolver,
|
|
102
118
|
typeUrl: MsgChannelUpgradeCancel.typeUrl,
|
|
103
119
|
encoders: toEncoders(MsgChannelUpgradeCancel),
|
|
104
|
-
converters: toConverters(MsgChannelUpgradeCancel)
|
|
120
|
+
converters: toConverters(MsgChannelUpgradeCancel),
|
|
121
|
+
deps: [MsgChannelUpgradeCancel]
|
|
105
122
|
});
|
|
106
123
|
export const createUpdateChannelParams = (clientResolver) => buildTx({
|
|
107
124
|
clientResolver,
|
|
108
125
|
typeUrl: MsgUpdateParams.typeUrl,
|
|
109
126
|
encoders: toEncoders(MsgUpdateParams),
|
|
110
|
-
converters: toConverters(MsgUpdateParams)
|
|
127
|
+
converters: toConverters(MsgUpdateParams),
|
|
128
|
+
deps: [MsgUpdateParams]
|
|
111
129
|
});
|
|
112
130
|
export const createPruneAcknowledgements = (clientResolver) => buildTx({
|
|
113
131
|
clientResolver,
|
|
114
132
|
typeUrl: MsgPruneAcknowledgements.typeUrl,
|
|
115
133
|
encoders: toEncoders(MsgPruneAcknowledgements),
|
|
116
|
-
converters: toConverters(MsgPruneAcknowledgements)
|
|
134
|
+
converters: toConverters(MsgPruneAcknowledgements),
|
|
135
|
+
deps: [MsgPruneAcknowledgements]
|
|
117
136
|
});
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Timeout } from "./channel";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
3
|
import { isSet } from "../../../../helpers";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../../registry";
|
|
5
4
|
function createBaseUpgrade() {
|
|
6
5
|
return {
|
|
7
6
|
fields: UpgradeFields.fromPartial({}),
|
|
@@ -100,10 +99,12 @@ export const Upgrade = {
|
|
|
100
99
|
typeUrl: "/ibc.core.channel.v1.Upgrade",
|
|
101
100
|
value: Upgrade.encode(message).finish()
|
|
102
101
|
};
|
|
102
|
+
},
|
|
103
|
+
registerTypeUrl() {
|
|
104
|
+
UpgradeFields.registerTypeUrl();
|
|
105
|
+
Timeout.registerTypeUrl();
|
|
103
106
|
}
|
|
104
107
|
};
|
|
105
|
-
GlobalDecoderRegistry.register(Upgrade.typeUrl, Upgrade);
|
|
106
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(Upgrade.aminoType, Upgrade.typeUrl);
|
|
107
108
|
function createBaseUpgradeFields() {
|
|
108
109
|
return {
|
|
109
110
|
ordering: 0,
|
|
@@ -205,10 +206,9 @@ export const UpgradeFields = {
|
|
|
205
206
|
typeUrl: "/ibc.core.channel.v1.UpgradeFields",
|
|
206
207
|
value: UpgradeFields.encode(message).finish()
|
|
207
208
|
};
|
|
208
|
-
}
|
|
209
|
+
},
|
|
210
|
+
registerTypeUrl() { }
|
|
209
211
|
};
|
|
210
|
-
GlobalDecoderRegistry.register(UpgradeFields.typeUrl, UpgradeFields);
|
|
211
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(UpgradeFields.aminoType, UpgradeFields.typeUrl);
|
|
212
212
|
function createBaseErrorReceipt() {
|
|
213
213
|
return {
|
|
214
214
|
sequence: BigInt(0),
|
|
@@ -295,7 +295,6 @@ export const ErrorReceipt = {
|
|
|
295
295
|
typeUrl: "/ibc.core.channel.v1.ErrorReceipt",
|
|
296
296
|
value: ErrorReceipt.encode(message).finish()
|
|
297
297
|
};
|
|
298
|
-
}
|
|
298
|
+
},
|
|
299
|
+
registerTypeUrl() { }
|
|
299
300
|
};
|
|
300
|
-
GlobalDecoderRegistry.register(ErrorReceipt.typeUrl, ErrorReceipt);
|
|
301
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ErrorReceipt.aminoType, ErrorReceipt.typeUrl);
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Any } from "../../../../google/protobuf/any";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../../registry";
|
|
4
3
|
function createBaseIdentifiedClientState() {
|
|
5
4
|
return {
|
|
6
5
|
clientId: "",
|
|
@@ -87,10 +86,9 @@ export const IdentifiedClientState = {
|
|
|
87
86
|
typeUrl: "/ibc.core.client.v1.IdentifiedClientState",
|
|
88
87
|
value: IdentifiedClientState.encode(message).finish()
|
|
89
88
|
};
|
|
90
|
-
}
|
|
89
|
+
},
|
|
90
|
+
registerTypeUrl() { }
|
|
91
91
|
};
|
|
92
|
-
GlobalDecoderRegistry.register(IdentifiedClientState.typeUrl, IdentifiedClientState);
|
|
93
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(IdentifiedClientState.aminoType, IdentifiedClientState.typeUrl);
|
|
94
92
|
function createBaseConsensusStateWithHeight() {
|
|
95
93
|
return {
|
|
96
94
|
height: Height.fromPartial({}),
|
|
@@ -177,10 +175,9 @@ export const ConsensusStateWithHeight = {
|
|
|
177
175
|
typeUrl: "/ibc.core.client.v1.ConsensusStateWithHeight",
|
|
178
176
|
value: ConsensusStateWithHeight.encode(message).finish()
|
|
179
177
|
};
|
|
180
|
-
}
|
|
178
|
+
},
|
|
179
|
+
registerTypeUrl() { }
|
|
181
180
|
};
|
|
182
|
-
GlobalDecoderRegistry.register(ConsensusStateWithHeight.typeUrl, ConsensusStateWithHeight);
|
|
183
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ConsensusStateWithHeight.aminoType, ConsensusStateWithHeight.typeUrl);
|
|
184
181
|
function createBaseClientConsensusStates() {
|
|
185
182
|
return {
|
|
186
183
|
clientId: "",
|
|
@@ -270,10 +267,11 @@ export const ClientConsensusStates = {
|
|
|
270
267
|
typeUrl: "/ibc.core.client.v1.ClientConsensusStates",
|
|
271
268
|
value: ClientConsensusStates.encode(message).finish()
|
|
272
269
|
};
|
|
270
|
+
},
|
|
271
|
+
registerTypeUrl() {
|
|
272
|
+
ConsensusStateWithHeight.registerTypeUrl();
|
|
273
273
|
}
|
|
274
274
|
};
|
|
275
|
-
GlobalDecoderRegistry.register(ClientConsensusStates.typeUrl, ClientConsensusStates);
|
|
276
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ClientConsensusStates.aminoType, ClientConsensusStates.typeUrl);
|
|
277
275
|
function createBaseHeight() {
|
|
278
276
|
return {
|
|
279
277
|
revisionNumber: BigInt(0),
|
|
@@ -356,10 +354,9 @@ export const Height = {
|
|
|
356
354
|
typeUrl: "/ibc.core.client.v1.Height",
|
|
357
355
|
value: Height.encode(message).finish()
|
|
358
356
|
};
|
|
359
|
-
}
|
|
357
|
+
},
|
|
358
|
+
registerTypeUrl() { }
|
|
360
359
|
};
|
|
361
|
-
GlobalDecoderRegistry.register(Height.typeUrl, Height);
|
|
362
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(Height.aminoType, Height.typeUrl);
|
|
363
360
|
function createBaseParams() {
|
|
364
361
|
return {
|
|
365
362
|
allowedClients: []
|
|
@@ -437,7 +434,6 @@ export const Params = {
|
|
|
437
434
|
typeUrl: "/ibc.core.client.v1.Params",
|
|
438
435
|
value: Params.encode(message).finish()
|
|
439
436
|
};
|
|
440
|
-
}
|
|
437
|
+
},
|
|
438
|
+
registerTypeUrl() { }
|
|
441
439
|
};
|
|
442
|
-
GlobalDecoderRegistry.register(Params.typeUrl, Params);
|
|
443
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(Params.aminoType, Params.typeUrl);
|
|
@@ -3,7 +3,6 @@ import { Plan } from "../../../../cosmos/upgrade/v1beta1/upgrade";
|
|
|
3
3
|
import { Params } from "./client";
|
|
4
4
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
5
5
|
import { bytesFromBase64, base64FromBytes } from "../../../../helpers";
|
|
6
|
-
import { GlobalDecoderRegistry } from "../../../../registry";
|
|
7
6
|
function createBaseMsgCreateClient() {
|
|
8
7
|
return {
|
|
9
8
|
clientState: undefined,
|
|
@@ -102,10 +101,9 @@ export const MsgCreateClient = {
|
|
|
102
101
|
typeUrl: "/ibc.core.client.v1.MsgCreateClient",
|
|
103
102
|
value: MsgCreateClient.encode(message).finish()
|
|
104
103
|
};
|
|
105
|
-
}
|
|
104
|
+
},
|
|
105
|
+
registerTypeUrl() { }
|
|
106
106
|
};
|
|
107
|
-
GlobalDecoderRegistry.register(MsgCreateClient.typeUrl, MsgCreateClient);
|
|
108
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgCreateClient.aminoType, MsgCreateClient.typeUrl);
|
|
109
107
|
function createBaseMsgCreateClientResponse() {
|
|
110
108
|
return {
|
|
111
109
|
clientId: ""
|
|
@@ -180,10 +178,9 @@ export const MsgCreateClientResponse = {
|
|
|
180
178
|
typeUrl: "/ibc.core.client.v1.MsgCreateClientResponse",
|
|
181
179
|
value: MsgCreateClientResponse.encode(message).finish()
|
|
182
180
|
};
|
|
183
|
-
}
|
|
181
|
+
},
|
|
182
|
+
registerTypeUrl() { }
|
|
184
183
|
};
|
|
185
|
-
GlobalDecoderRegistry.register(MsgCreateClientResponse.typeUrl, MsgCreateClientResponse);
|
|
186
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgCreateClientResponse.aminoType, MsgCreateClientResponse.typeUrl);
|
|
187
184
|
function createBaseMsgUpdateClient() {
|
|
188
185
|
return {
|
|
189
186
|
clientId: "",
|
|
@@ -282,10 +279,9 @@ export const MsgUpdateClient = {
|
|
|
282
279
|
typeUrl: "/ibc.core.client.v1.MsgUpdateClient",
|
|
283
280
|
value: MsgUpdateClient.encode(message).finish()
|
|
284
281
|
};
|
|
285
|
-
}
|
|
282
|
+
},
|
|
283
|
+
registerTypeUrl() { }
|
|
286
284
|
};
|
|
287
|
-
GlobalDecoderRegistry.register(MsgUpdateClient.typeUrl, MsgUpdateClient);
|
|
288
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgUpdateClient.aminoType, MsgUpdateClient.typeUrl);
|
|
289
285
|
function createBaseMsgUpdateClientResponse() {
|
|
290
286
|
return {};
|
|
291
287
|
}
|
|
@@ -347,10 +343,9 @@ export const MsgUpdateClientResponse = {
|
|
|
347
343
|
typeUrl: "/ibc.core.client.v1.MsgUpdateClientResponse",
|
|
348
344
|
value: MsgUpdateClientResponse.encode(message).finish()
|
|
349
345
|
};
|
|
350
|
-
}
|
|
346
|
+
},
|
|
347
|
+
registerTypeUrl() { }
|
|
351
348
|
};
|
|
352
|
-
GlobalDecoderRegistry.register(MsgUpdateClientResponse.typeUrl, MsgUpdateClientResponse);
|
|
353
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgUpdateClientResponse.aminoType, MsgUpdateClientResponse.typeUrl);
|
|
354
349
|
function createBaseMsgUpgradeClient() {
|
|
355
350
|
return {
|
|
356
351
|
clientId: "",
|
|
@@ -485,10 +480,9 @@ export const MsgUpgradeClient = {
|
|
|
485
480
|
typeUrl: "/ibc.core.client.v1.MsgUpgradeClient",
|
|
486
481
|
value: MsgUpgradeClient.encode(message).finish()
|
|
487
482
|
};
|
|
488
|
-
}
|
|
483
|
+
},
|
|
484
|
+
registerTypeUrl() { }
|
|
489
485
|
};
|
|
490
|
-
GlobalDecoderRegistry.register(MsgUpgradeClient.typeUrl, MsgUpgradeClient);
|
|
491
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgUpgradeClient.aminoType, MsgUpgradeClient.typeUrl);
|
|
492
486
|
function createBaseMsgUpgradeClientResponse() {
|
|
493
487
|
return {};
|
|
494
488
|
}
|
|
@@ -550,10 +544,9 @@ export const MsgUpgradeClientResponse = {
|
|
|
550
544
|
typeUrl: "/ibc.core.client.v1.MsgUpgradeClientResponse",
|
|
551
545
|
value: MsgUpgradeClientResponse.encode(message).finish()
|
|
552
546
|
};
|
|
553
|
-
}
|
|
547
|
+
},
|
|
548
|
+
registerTypeUrl() { }
|
|
554
549
|
};
|
|
555
|
-
GlobalDecoderRegistry.register(MsgUpgradeClientResponse.typeUrl, MsgUpgradeClientResponse);
|
|
556
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgUpgradeClientResponse.aminoType, MsgUpgradeClientResponse.typeUrl);
|
|
557
550
|
function createBaseMsgSubmitMisbehaviour() {
|
|
558
551
|
return {
|
|
559
552
|
clientId: "",
|
|
@@ -652,10 +645,9 @@ export const MsgSubmitMisbehaviour = {
|
|
|
652
645
|
typeUrl: "/ibc.core.client.v1.MsgSubmitMisbehaviour",
|
|
653
646
|
value: MsgSubmitMisbehaviour.encode(message).finish()
|
|
654
647
|
};
|
|
655
|
-
}
|
|
648
|
+
},
|
|
649
|
+
registerTypeUrl() { }
|
|
656
650
|
};
|
|
657
|
-
GlobalDecoderRegistry.register(MsgSubmitMisbehaviour.typeUrl, MsgSubmitMisbehaviour);
|
|
658
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgSubmitMisbehaviour.aminoType, MsgSubmitMisbehaviour.typeUrl);
|
|
659
651
|
function createBaseMsgSubmitMisbehaviourResponse() {
|
|
660
652
|
return {};
|
|
661
653
|
}
|
|
@@ -717,10 +709,9 @@ export const MsgSubmitMisbehaviourResponse = {
|
|
|
717
709
|
typeUrl: "/ibc.core.client.v1.MsgSubmitMisbehaviourResponse",
|
|
718
710
|
value: MsgSubmitMisbehaviourResponse.encode(message).finish()
|
|
719
711
|
};
|
|
720
|
-
}
|
|
712
|
+
},
|
|
713
|
+
registerTypeUrl() { }
|
|
721
714
|
};
|
|
722
|
-
GlobalDecoderRegistry.register(MsgSubmitMisbehaviourResponse.typeUrl, MsgSubmitMisbehaviourResponse);
|
|
723
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgSubmitMisbehaviourResponse.aminoType, MsgSubmitMisbehaviourResponse.typeUrl);
|
|
724
715
|
function createBaseMsgRecoverClient() {
|
|
725
716
|
return {
|
|
726
717
|
subjectClientId: "",
|
|
@@ -819,10 +810,9 @@ export const MsgRecoverClient = {
|
|
|
819
810
|
typeUrl: "/ibc.core.client.v1.MsgRecoverClient",
|
|
820
811
|
value: MsgRecoverClient.encode(message).finish()
|
|
821
812
|
};
|
|
822
|
-
}
|
|
813
|
+
},
|
|
814
|
+
registerTypeUrl() { }
|
|
823
815
|
};
|
|
824
|
-
GlobalDecoderRegistry.register(MsgRecoverClient.typeUrl, MsgRecoverClient);
|
|
825
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgRecoverClient.aminoType, MsgRecoverClient.typeUrl);
|
|
826
816
|
function createBaseMsgRecoverClientResponse() {
|
|
827
817
|
return {};
|
|
828
818
|
}
|
|
@@ -884,10 +874,9 @@ export const MsgRecoverClientResponse = {
|
|
|
884
874
|
typeUrl: "/ibc.core.client.v1.MsgRecoverClientResponse",
|
|
885
875
|
value: MsgRecoverClientResponse.encode(message).finish()
|
|
886
876
|
};
|
|
887
|
-
}
|
|
877
|
+
},
|
|
878
|
+
registerTypeUrl() { }
|
|
888
879
|
};
|
|
889
|
-
GlobalDecoderRegistry.register(MsgRecoverClientResponse.typeUrl, MsgRecoverClientResponse);
|
|
890
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgRecoverClientResponse.aminoType, MsgRecoverClientResponse.typeUrl);
|
|
891
880
|
function createBaseMsgIBCSoftwareUpgrade() {
|
|
892
881
|
return {
|
|
893
882
|
plan: Plan.fromPartial({}),
|
|
@@ -986,10 +975,9 @@ export const MsgIBCSoftwareUpgrade = {
|
|
|
986
975
|
typeUrl: "/ibc.core.client.v1.MsgIBCSoftwareUpgrade",
|
|
987
976
|
value: MsgIBCSoftwareUpgrade.encode(message).finish()
|
|
988
977
|
};
|
|
989
|
-
}
|
|
978
|
+
},
|
|
979
|
+
registerTypeUrl() { }
|
|
990
980
|
};
|
|
991
|
-
GlobalDecoderRegistry.register(MsgIBCSoftwareUpgrade.typeUrl, MsgIBCSoftwareUpgrade);
|
|
992
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgIBCSoftwareUpgrade.aminoType, MsgIBCSoftwareUpgrade.typeUrl);
|
|
993
981
|
function createBaseMsgIBCSoftwareUpgradeResponse() {
|
|
994
982
|
return {};
|
|
995
983
|
}
|
|
@@ -1051,10 +1039,9 @@ export const MsgIBCSoftwareUpgradeResponse = {
|
|
|
1051
1039
|
typeUrl: "/ibc.core.client.v1.MsgIBCSoftwareUpgradeResponse",
|
|
1052
1040
|
value: MsgIBCSoftwareUpgradeResponse.encode(message).finish()
|
|
1053
1041
|
};
|
|
1054
|
-
}
|
|
1042
|
+
},
|
|
1043
|
+
registerTypeUrl() { }
|
|
1055
1044
|
};
|
|
1056
|
-
GlobalDecoderRegistry.register(MsgIBCSoftwareUpgradeResponse.typeUrl, MsgIBCSoftwareUpgradeResponse);
|
|
1057
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgIBCSoftwareUpgradeResponse.aminoType, MsgIBCSoftwareUpgradeResponse.typeUrl);
|
|
1058
1045
|
function createBaseMsgUpdateParams() {
|
|
1059
1046
|
return {
|
|
1060
1047
|
signer: "",
|
|
@@ -1141,10 +1128,11 @@ export const MsgUpdateParams = {
|
|
|
1141
1128
|
typeUrl: "/ibc.core.client.v1.MsgUpdateParams",
|
|
1142
1129
|
value: MsgUpdateParams.encode(message).finish()
|
|
1143
1130
|
};
|
|
1131
|
+
},
|
|
1132
|
+
registerTypeUrl() {
|
|
1133
|
+
Params.registerTypeUrl();
|
|
1144
1134
|
}
|
|
1145
1135
|
};
|
|
1146
|
-
GlobalDecoderRegistry.register(MsgUpdateParams.typeUrl, MsgUpdateParams);
|
|
1147
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgUpdateParams.aminoType, MsgUpdateParams.typeUrl);
|
|
1148
1136
|
function createBaseMsgUpdateParamsResponse() {
|
|
1149
1137
|
return {};
|
|
1150
1138
|
}
|
|
@@ -1206,7 +1194,6 @@ export const MsgUpdateParamsResponse = {
|
|
|
1206
1194
|
typeUrl: "/ibc.core.client.v1.MsgUpdateParamsResponse",
|
|
1207
1195
|
value: MsgUpdateParamsResponse.encode(message).finish()
|
|
1208
1196
|
};
|
|
1209
|
-
}
|
|
1197
|
+
},
|
|
1198
|
+
registerTypeUrl() { }
|
|
1210
1199
|
};
|
|
1211
|
-
GlobalDecoderRegistry.register(MsgUpdateParamsResponse.typeUrl, MsgUpdateParamsResponse);
|
|
1212
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgUpdateParamsResponse.aminoType, MsgUpdateParamsResponse.typeUrl);
|
|
@@ -5,41 +5,48 @@ export const createCreateClient = (clientResolver) => buildTx({
|
|
|
5
5
|
clientResolver,
|
|
6
6
|
typeUrl: MsgCreateClient.typeUrl,
|
|
7
7
|
encoders: toEncoders(MsgCreateClient),
|
|
8
|
-
converters: toConverters(MsgCreateClient)
|
|
8
|
+
converters: toConverters(MsgCreateClient),
|
|
9
|
+
deps: [MsgCreateClient]
|
|
9
10
|
});
|
|
10
11
|
export const createUpdateClient = (clientResolver) => buildTx({
|
|
11
12
|
clientResolver,
|
|
12
13
|
typeUrl: MsgUpdateClient.typeUrl,
|
|
13
14
|
encoders: toEncoders(MsgUpdateClient),
|
|
14
|
-
converters: toConverters(MsgUpdateClient)
|
|
15
|
+
converters: toConverters(MsgUpdateClient),
|
|
16
|
+
deps: [MsgUpdateClient]
|
|
15
17
|
});
|
|
16
18
|
export const createUpgradeClient = (clientResolver) => buildTx({
|
|
17
19
|
clientResolver,
|
|
18
20
|
typeUrl: MsgUpgradeClient.typeUrl,
|
|
19
21
|
encoders: toEncoders(MsgUpgradeClient),
|
|
20
|
-
converters: toConverters(MsgUpgradeClient)
|
|
22
|
+
converters: toConverters(MsgUpgradeClient),
|
|
23
|
+
deps: [MsgUpgradeClient]
|
|
21
24
|
});
|
|
22
25
|
export const createSubmitMisbehaviour = (clientResolver) => buildTx({
|
|
23
26
|
clientResolver,
|
|
24
27
|
typeUrl: MsgSubmitMisbehaviour.typeUrl,
|
|
25
28
|
encoders: toEncoders(MsgSubmitMisbehaviour),
|
|
26
|
-
converters: toConverters(MsgSubmitMisbehaviour)
|
|
29
|
+
converters: toConverters(MsgSubmitMisbehaviour),
|
|
30
|
+
deps: [MsgSubmitMisbehaviour]
|
|
27
31
|
});
|
|
28
32
|
export const createRecoverClient = (clientResolver) => buildTx({
|
|
29
33
|
clientResolver,
|
|
30
34
|
typeUrl: MsgRecoverClient.typeUrl,
|
|
31
35
|
encoders: toEncoders(MsgRecoverClient),
|
|
32
|
-
converters: toConverters(MsgRecoverClient)
|
|
36
|
+
converters: toConverters(MsgRecoverClient),
|
|
37
|
+
deps: [MsgRecoverClient]
|
|
33
38
|
});
|
|
34
39
|
export const createIBCSoftwareUpgrade = (clientResolver) => buildTx({
|
|
35
40
|
clientResolver,
|
|
36
41
|
typeUrl: MsgIBCSoftwareUpgrade.typeUrl,
|
|
37
42
|
encoders: toEncoders(MsgIBCSoftwareUpgrade),
|
|
38
|
-
converters: toConverters(MsgIBCSoftwareUpgrade)
|
|
43
|
+
converters: toConverters(MsgIBCSoftwareUpgrade),
|
|
44
|
+
deps: [MsgIBCSoftwareUpgrade]
|
|
39
45
|
});
|
|
40
46
|
export const createUpdateClientParams = (clientResolver) => buildTx({
|
|
41
47
|
clientResolver,
|
|
42
48
|
typeUrl: MsgUpdateParams.typeUrl,
|
|
43
49
|
encoders: toEncoders(MsgUpdateParams),
|
|
44
|
-
converters: toConverters(MsgUpdateParams)
|
|
50
|
+
converters: toConverters(MsgUpdateParams),
|
|
51
|
+
deps: [MsgUpdateParams]
|
|
45
52
|
});
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { CommitmentProof } from "../../../../cosmos/ics23/v1/proofs";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
3
|
import { bytesFromBase64, base64FromBytes } from "../../../../helpers";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../../registry";
|
|
5
4
|
function createBaseMerkleRoot() {
|
|
6
5
|
return {
|
|
7
6
|
hash: new Uint8Array()
|
|
@@ -76,10 +75,9 @@ export const MerkleRoot = {
|
|
|
76
75
|
typeUrl: "/ibc.core.commitment.v1.MerkleRoot",
|
|
77
76
|
value: MerkleRoot.encode(message).finish()
|
|
78
77
|
};
|
|
79
|
-
}
|
|
78
|
+
},
|
|
79
|
+
registerTypeUrl() { }
|
|
80
80
|
};
|
|
81
|
-
GlobalDecoderRegistry.register(MerkleRoot.typeUrl, MerkleRoot);
|
|
82
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MerkleRoot.aminoType, MerkleRoot.typeUrl);
|
|
83
81
|
function createBaseMerklePrefix() {
|
|
84
82
|
return {
|
|
85
83
|
keyPrefix: new Uint8Array()
|
|
@@ -154,10 +152,9 @@ export const MerklePrefix = {
|
|
|
154
152
|
typeUrl: "/ibc.core.commitment.v1.MerklePrefix",
|
|
155
153
|
value: MerklePrefix.encode(message).finish()
|
|
156
154
|
};
|
|
157
|
-
}
|
|
155
|
+
},
|
|
156
|
+
registerTypeUrl() { }
|
|
158
157
|
};
|
|
159
|
-
GlobalDecoderRegistry.register(MerklePrefix.typeUrl, MerklePrefix);
|
|
160
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MerklePrefix.aminoType, MerklePrefix.typeUrl);
|
|
161
158
|
function createBaseMerkleProof() {
|
|
162
159
|
return {
|
|
163
160
|
proofs: []
|
|
@@ -235,7 +232,8 @@ export const MerkleProof = {
|
|
|
235
232
|
typeUrl: "/ibc.core.commitment.v1.MerkleProof",
|
|
236
233
|
value: MerkleProof.encode(message).finish()
|
|
237
234
|
};
|
|
235
|
+
},
|
|
236
|
+
registerTypeUrl() {
|
|
237
|
+
CommitmentProof.registerTypeUrl();
|
|
238
238
|
}
|
|
239
239
|
};
|
|
240
|
-
GlobalDecoderRegistry.register(MerkleProof.typeUrl, MerkleProof);
|
|
241
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MerkleProof.aminoType, MerkleProof.typeUrl);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { MerklePrefix } from "../../commitment/v1/commitment";
|
|
2
2
|
import { isSet } from "../../../../helpers";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../../registry";
|
|
5
4
|
/**
|
|
6
5
|
* State defines if a connection is in one of the following states:
|
|
7
6
|
* INIT, TRYOPEN, OPEN or UNINITIALIZED.
|
|
@@ -182,10 +181,12 @@ export const ConnectionEnd = {
|
|
|
182
181
|
typeUrl: "/ibc.core.connection.v1.ConnectionEnd",
|
|
183
182
|
value: ConnectionEnd.encode(message).finish()
|
|
184
183
|
};
|
|
184
|
+
},
|
|
185
|
+
registerTypeUrl() {
|
|
186
|
+
Version.registerTypeUrl();
|
|
187
|
+
Counterparty.registerTypeUrl();
|
|
185
188
|
}
|
|
186
189
|
};
|
|
187
|
-
GlobalDecoderRegistry.register(ConnectionEnd.typeUrl, ConnectionEnd);
|
|
188
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ConnectionEnd.aminoType, ConnectionEnd.typeUrl);
|
|
189
190
|
function createBaseIdentifiedConnection() {
|
|
190
191
|
return {
|
|
191
192
|
id: "",
|
|
@@ -323,10 +324,12 @@ export const IdentifiedConnection = {
|
|
|
323
324
|
typeUrl: "/ibc.core.connection.v1.IdentifiedConnection",
|
|
324
325
|
value: IdentifiedConnection.encode(message).finish()
|
|
325
326
|
};
|
|
327
|
+
},
|
|
328
|
+
registerTypeUrl() {
|
|
329
|
+
Version.registerTypeUrl();
|
|
330
|
+
Counterparty.registerTypeUrl();
|
|
326
331
|
}
|
|
327
332
|
};
|
|
328
|
-
GlobalDecoderRegistry.register(IdentifiedConnection.typeUrl, IdentifiedConnection);
|
|
329
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(IdentifiedConnection.aminoType, IdentifiedConnection.typeUrl);
|
|
330
333
|
function createBaseCounterparty() {
|
|
331
334
|
return {
|
|
332
335
|
clientId: "",
|
|
@@ -425,10 +428,11 @@ export const Counterparty = {
|
|
|
425
428
|
typeUrl: "/ibc.core.connection.v1.Counterparty",
|
|
426
429
|
value: Counterparty.encode(message).finish()
|
|
427
430
|
};
|
|
431
|
+
},
|
|
432
|
+
registerTypeUrl() {
|
|
433
|
+
MerklePrefix.registerTypeUrl();
|
|
428
434
|
}
|
|
429
435
|
};
|
|
430
|
-
GlobalDecoderRegistry.register(Counterparty.typeUrl, Counterparty);
|
|
431
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(Counterparty.aminoType, Counterparty.typeUrl);
|
|
432
436
|
function createBaseClientPaths() {
|
|
433
437
|
return {
|
|
434
438
|
paths: []
|
|
@@ -506,10 +510,9 @@ export const ClientPaths = {
|
|
|
506
510
|
typeUrl: "/ibc.core.connection.v1.ClientPaths",
|
|
507
511
|
value: ClientPaths.encode(message).finish()
|
|
508
512
|
};
|
|
509
|
-
}
|
|
513
|
+
},
|
|
514
|
+
registerTypeUrl() { }
|
|
510
515
|
};
|
|
511
|
-
GlobalDecoderRegistry.register(ClientPaths.typeUrl, ClientPaths);
|
|
512
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ClientPaths.aminoType, ClientPaths.typeUrl);
|
|
513
516
|
function createBaseConnectionPaths() {
|
|
514
517
|
return {
|
|
515
518
|
clientId: "",
|
|
@@ -599,10 +602,9 @@ export const ConnectionPaths = {
|
|
|
599
602
|
typeUrl: "/ibc.core.connection.v1.ConnectionPaths",
|
|
600
603
|
value: ConnectionPaths.encode(message).finish()
|
|
601
604
|
};
|
|
602
|
-
}
|
|
605
|
+
},
|
|
606
|
+
registerTypeUrl() { }
|
|
603
607
|
};
|
|
604
|
-
GlobalDecoderRegistry.register(ConnectionPaths.typeUrl, ConnectionPaths);
|
|
605
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ConnectionPaths.aminoType, ConnectionPaths.typeUrl);
|
|
606
608
|
function createBaseVersion() {
|
|
607
609
|
return {
|
|
608
610
|
identifier: "",
|
|
@@ -692,10 +694,9 @@ export const Version = {
|
|
|
692
694
|
typeUrl: "/ibc.core.connection.v1.Version",
|
|
693
695
|
value: Version.encode(message).finish()
|
|
694
696
|
};
|
|
695
|
-
}
|
|
697
|
+
},
|
|
698
|
+
registerTypeUrl() { }
|
|
696
699
|
};
|
|
697
|
-
GlobalDecoderRegistry.register(Version.typeUrl, Version);
|
|
698
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(Version.aminoType, Version.typeUrl);
|
|
699
700
|
function createBaseParams() {
|
|
700
701
|
return {
|
|
701
702
|
maxExpectedTimePerBlock: BigInt(0)
|
|
@@ -770,7 +771,6 @@ export const Params = {
|
|
|
770
771
|
typeUrl: "/ibc.core.connection.v1.Params",
|
|
771
772
|
value: Params.encode(message).finish()
|
|
772
773
|
};
|
|
773
|
-
}
|
|
774
|
+
},
|
|
775
|
+
registerTypeUrl() { }
|
|
774
776
|
};
|
|
775
|
-
GlobalDecoderRegistry.register(Params.typeUrl, Params);
|
|
776
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(Params.aminoType, Params.typeUrl);
|