@sparkdreamnft/sparkdreamjs 0.0.2 → 0.0.3
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/cosmos/app/runtime/v1alpha1/module.d.ts +3 -2
- package/cosmos/app/v1alpha1/module.d.ts +4 -3
- package/cosmos/auth/module/v1/module.d.ts +3 -2
- package/cosmos/auth/v1beta1/auth.d.ts +5 -4
- package/cosmos/auth/v1beta1/genesis.d.ts +2 -1
- package/cosmos/auth/v1beta1/query.d.ts +21 -20
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/auth/v1beta1/tx.d.ts +3 -2
- package/cosmos/auth/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/authz/module/v1/module.d.ts +2 -1
- package/cosmos/authz/v1beta1/authz.d.ts +5 -4
- package/cosmos/authz/v1beta1/event.d.ts +3 -2
- package/cosmos/authz/v1beta1/genesis.d.ts +2 -1
- package/cosmos/authz/v1beta1/query.d.ts +7 -6
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/authz/v1beta1/tx.d.ts +7 -6
- package/cosmos/authz/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/bank/module/v1/module.d.ts +2 -1
- package/cosmos/bank/v1beta1/authz.d.ts +2 -1
- package/cosmos/bank/v1beta1/bank.d.ts +8 -7
- package/cosmos/bank/v1beta1/genesis.d.ts +3 -2
- package/cosmos/bank/v1beta1/query.d.ts +28 -27
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/bank/v1beta1/tx.d.ts +9 -8
- package/cosmos/bank/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/base/abci/v1beta1/abci.d.ts +12 -11
- package/cosmos/base/node/v1beta1/query.d.ts +5 -4
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +2 -2
- package/cosmos/base/query/v1beta1/pagination.d.ts +3 -2
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +27 -26
- package/cosmos/base/v1beta1/coin.d.ts +5 -4
- package/cosmos/benchmark/module/v1/module.d.ts +3 -2
- package/cosmos/benchmark/v1/benchmark.d.ts +2 -1
- package/cosmos/benchmark/v1/tx.d.ts +3 -2
- package/cosmos/benchmark/v1/tx.registry.d.ts +3 -2
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/bundle.d.ts +669 -669
- package/cosmos/circuit/module/v1/module.d.ts +2 -1
- package/cosmos/circuit/v1/query.d.ts +7 -6
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/circuit/v1/tx.d.ts +7 -6
- package/cosmos/circuit/v1/tx.registry.d.ts +3 -2
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/circuit/v1/types.d.ts +4 -3
- package/cosmos/consensus/module/v1/module.d.ts +2 -1
- package/cosmos/consensus/v1/query.d.ts +3 -2
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/consensus/v1/tx.d.ts +3 -2
- package/cosmos/consensus/v1/tx.registry.d.ts +3 -2
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/counter/module/v1/module.d.ts +2 -1
- package/cosmos/counter/v1/query.d.ts +3 -2
- package/cosmos/counter/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/counter/v1/tx.d.ts +3 -2
- package/cosmos/counter/v1/tx.registry.d.ts +3 -2
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/crisis/module/v1/module.d.ts +2 -1
- package/cosmos/crypto/ed25519/keys.d.ts +3 -2
- package/cosmos/crypto/hd/v1/hd.d.ts +2 -1
- package/cosmos/crypto/keyring/v1/record.d.ts +6 -5
- package/cosmos/crypto/multisig/keys.d.ts +2 -1
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +3 -2
- package/cosmos/crypto/secp256k1/keys.d.ts +3 -2
- package/cosmos/crypto/secp256r1/keys.d.ts +3 -2
- package/cosmos/distribution/module/v1/module.d.ts +2 -1
- package/cosmos/distribution/v1beta1/distribution.d.ts +13 -12
- package/cosmos/distribution/v1beta1/genesis.d.ts +9 -8
- package/cosmos/distribution/v1beta1/query.d.ts +21 -20
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/distribution/v1beta1/tx.d.ts +15 -14
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/epochs/module/v1/module.d.ts +2 -1
- package/cosmos/epochs/v1beta1/events.d.ts +3 -2
- package/cosmos/epochs/v1beta1/genesis.d.ts +3 -2
- package/cosmos/epochs/v1beta1/query.d.ts +5 -4
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/evidence/module/v1/module.d.ts +2 -1
- package/cosmos/feegrant/module/v1/module.d.ts +2 -1
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +5 -4
- package/cosmos/feegrant/v1beta1/genesis.d.ts +2 -1
- package/cosmos/feegrant/v1beta1/query.d.ts +7 -6
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/feegrant/v1beta1/tx.d.ts +7 -6
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/genutil/module/v1/module.d.ts +2 -1
- package/cosmos/gov/module/v1/module.d.ts +2 -1
- package/cosmos/gov/v1/genesis.d.ts +2 -1
- package/cosmos/gov/v1/gov.d.ts +10 -9
- package/cosmos/gov/v1/query.d.ts +19 -18
- package/cosmos/gov/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/gov/v1/tx.d.ts +15 -14
- package/cosmos/gov/v1/tx.registry.d.ts +3 -2
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/gov/v1beta1/genesis.d.ts +2 -1
- package/cosmos/gov/v1beta1/gov.d.ts +10 -9
- package/cosmos/gov/v1beta1/query.d.ts +17 -16
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/gov/v1beta1/tx.d.ts +9 -8
- package/cosmos/gov/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/group/module/v1/module.d.ts +2 -1
- package/cosmos/group/v1/events.d.ts +12 -11
- package/cosmos/group/v1/genesis.d.ts +2 -1
- package/cosmos/group/v1/query.d.ts +29 -28
- package/cosmos/group/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/group/v1/tx.d.ts +29 -28
- package/cosmos/group/v1/tx.registry.d.ts +3 -2
- package/cosmos/group/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/group/v1/types.d.ts +12 -11
- package/cosmos/ics23/v1/proofs.d.ts +14 -13
- package/cosmos/mint/module/v1/module.d.ts +2 -1
- package/cosmos/mint/v1beta1/genesis.d.ts +2 -1
- package/cosmos/mint/v1beta1/mint.d.ts +3 -2
- package/cosmos/mint/v1beta1/query.d.ts +7 -6
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/mint/v1beta1/tx.d.ts +3 -2
- package/cosmos/mint/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/nft/module/v1/module.d.ts +2 -1
- package/cosmos/orm/module/v1alpha1/module.d.ts +2 -1
- package/cosmos/orm/query/v1alpha1/query.d.ts +8 -7
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +2 -2
- package/cosmos/params/module/v1/module.d.ts +2 -1
- package/cosmos/params/v1beta1/params.d.ts +3 -2
- package/cosmos/params/v1beta1/query.d.ts +6 -5
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/protocolpool/module/v1/module.d.ts +2 -1
- package/cosmos/protocolpool/v1/genesis.d.ts +2 -1
- package/cosmos/protocolpool/v1/query.d.ts +9 -8
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/protocolpool/v1/tx.d.ts +11 -10
- package/cosmos/protocolpool/v1/tx.js +1 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +3 -2
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/protocolpool/v1/types.d.ts +3 -2
- package/cosmos/reflection/v1/reflection.d.ts +3 -2
- package/cosmos/slashing/module/v1/module.d.ts +2 -1
- package/cosmos/staking/module/v1/module.d.ts +2 -1
- package/cosmos/staking/v1beta1/authz.d.ts +3 -2
- package/cosmos/staking/v1beta1/genesis.d.ts +3 -2
- package/cosmos/staking/v1beta1/query.d.ts +29 -28
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/staking/v1beta1/staking.d.ts +22 -21
- package/cosmos/staking/v1beta1/staking.js +1 -1
- package/cosmos/staking/v1beta1/tx.d.ts +15 -14
- package/cosmos/staking/v1beta1/tx.js +1 -1
- package/cosmos/staking/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +3 -2
- package/cosmos/store/snapshots/v1/snapshot.d.ts +8 -7
- package/cosmos/store/streaming/abci/grpc.d.ts +5 -4
- package/cosmos/store/v1beta1/commit_info.d.ts +4 -3
- package/cosmos/store/v1beta1/listening.d.ts +3 -2
- package/cosmos/tx/config/v1/config.d.ts +2 -1
- package/cosmos/tx/signing/v1beta1/signing.d.ts +6 -5
- package/cosmos/tx/v1beta1/service.d.ts +19 -18
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +2 -2
- package/cosmos/tx/v1beta1/tx.d.ts +14 -13
- package/cosmos/upgrade/module/v1/module.d.ts +2 -1
- package/cosmos/upgrade/v1beta1/query.d.ts +11 -10
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/upgrade/v1beta1/tx.d.ts +5 -4
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +5 -4
- package/cosmos/vesting/module/v1/module.d.ts +2 -1
- package/cosmos/vesting/v1beta1/tx.d.ts +7 -6
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/vesting/v1beta1/vesting.d.ts +7 -6
- package/cosmos_proto/bundle.d.ts +2 -2
- package/cosmos_proto/cosmos.d.ts +3 -2
- package/esm/cosmos/protocolpool/v1/tx.js +1 -1
- package/esm/cosmos/staking/v1beta1/staking.js +1 -1
- package/esm/cosmos/staking/v1beta1/tx.js +1 -1
- package/esm/google/protobuf/descriptor.js +4 -4
- package/esm/index.js +1 -0
- package/esm/types.js +7 -0
- package/google/api/http.d.ts +4 -3
- package/google/bundle.d.ts +37 -37
- package/google/protobuf/any.d.ts +2 -1
- package/google/protobuf/descriptor.d.ts +35 -34
- package/google/protobuf/descriptor.js +4 -4
- package/google/protobuf/duration.d.ts +2 -1
- package/google/protobuf/timestamp.d.ts +2 -1
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +2 -1
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +5 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +7 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +3 -2
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +6 -5
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +5 -4
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/applications/interchain_accounts/v1/account.d.ts +2 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +2 -1
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +4 -3
- package/ibc/applications/transfer/v1/authz.d.ts +3 -2
- package/ibc/applications/transfer/v1/denomtrace.d.ts +2 -1
- package/ibc/applications/transfer/v1/genesis.d.ts +2 -1
- package/ibc/applications/transfer/v1/packet.d.ts +2 -1
- package/ibc/applications/transfer/v1/query.d.ts +13 -12
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/applications/transfer/v1/token.d.ts +4 -3
- package/ibc/applications/transfer/v1/transfer.d.ts +2 -1
- package/ibc/applications/transfer/v1/tx.d.ts +5 -4
- package/ibc/applications/transfer/v1/tx.registry.d.ts +3 -2
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/bundle.d.ts +291 -291
- package/ibc/core/channel/v1/channel.d.ts +9 -8
- package/ibc/core/channel/v1/genesis.d.ts +3 -2
- package/ibc/core/channel/v1/query.d.ts +29 -28
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/core/channel/v1/tx.d.ts +21 -20
- package/ibc/core/channel/v1/tx.registry.d.ts +3 -2
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/core/channel/v2/genesis.d.ts +4 -3
- package/ibc/core/channel/v2/packet.d.ts +5 -4
- package/ibc/core/channel/v2/query.d.ts +17 -16
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +2 -2
- package/ibc/core/channel/v2/tx.d.ts +9 -8
- package/ibc/core/channel/v2/tx.registry.d.ts +3 -2
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +2 -2
- package/ibc/core/client/v1/client.d.ts +6 -5
- package/ibc/core/client/v1/genesis.d.ts +4 -3
- package/ibc/core/client/v1/query.d.ts +23 -22
- package/ibc/core/client/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/core/client/v1/tx.d.ts +17 -16
- package/ibc/core/client/v1/tx.registry.d.ts +3 -2
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/core/client/v2/config.d.ts +2 -1
- package/ibc/core/client/v2/counterparty.d.ts +2 -1
- package/ibc/core/client/v2/genesis.d.ts +3 -2
- package/ibc/core/client/v2/query.d.ts +5 -4
- package/ibc/core/client/v2/query.rpc.Query.d.ts +2 -2
- package/ibc/core/client/v2/tx.d.ts +5 -4
- package/ibc/core/client/v2/tx.registry.d.ts +3 -2
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +2 -2
- package/ibc/core/commitment/v1/commitment.d.ts +4 -3
- package/ibc/core/commitment/v2/commitment.d.ts +2 -1
- package/ibc/core/connection/v1/connection.d.ts +8 -7
- package/ibc/core/connection/v1/genesis.d.ts +2 -1
- package/ibc/core/connection/v1/query.d.ts +13 -12
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/core/connection/v1/tx.d.ts +11 -10
- package/ibc/core/connection/v1/tx.registry.d.ts +3 -2
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +17 -16
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +9 -8
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +6 -5
- package/ibc/lightclients/wasm/v1/genesis.d.ts +3 -2
- package/ibc/lightclients/wasm/v1/query.d.ts +5 -4
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/lightclients/wasm/v1/tx.d.ts +7 -6
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +3 -2
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/lightclients/wasm/v1/wasm.d.ts +5 -4
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +2 -1
- package/sparkdream/blog/module/module.d.ts +2 -1
- package/sparkdream/blog/params.d.ts +2 -1
- package/sparkdream/blog/post.d.ts +2 -1
- package/sparkdream/blog/query.d.ts +7 -6
- package/sparkdream/blog/query.rpc.Query.d.ts +2 -2
- package/sparkdream/blog/tx.d.ts +9 -8
- package/sparkdream/blog/tx.registry.d.ts +3 -2
- package/sparkdream/blog/tx.rpc.msg.d.ts +2 -2
- package/sparkdream/bundle.d.ts +25 -25
- package/sparkdream/sparkdream/genesis.d.ts +2 -1
- package/sparkdream/sparkdream/module/module.d.ts +2 -1
- package/sparkdream/sparkdream/params.d.ts +2 -1
- package/sparkdream/sparkdream/query.d.ts +3 -2
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +2 -2
- package/sparkdream/sparkdream/tx.d.ts +3 -2
- package/sparkdream/sparkdream/tx.registry.d.ts +3 -2
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +2 -2
- package/tendermint/abci/types.d.ts +48 -47
- package/tendermint/bundle.d.ts +89 -89
- package/tendermint/crypto/keys.d.ts +2 -1
- package/tendermint/crypto/proof.d.ts +6 -5
- package/tendermint/p2p/types.d.ts +5 -4
- package/tendermint/types/block.d.ts +2 -1
- package/tendermint/types/evidence.d.ts +5 -4
- package/tendermint/types/params.d.ts +8 -7
- package/tendermint/types/types.d.ts +16 -15
- package/tendermint/types/validator.d.ts +4 -3
- package/tendermint/version/types.d.ts +3 -2
- package/types.d.ts +127 -0
- package/types.js +8 -0
|
@@ -2,6 +2,7 @@ import { Any, AnyAmino, AnySDKType } from "../../../../google/protobuf/any";
|
|
|
2
2
|
import { Plan, PlanAmino, PlanSDKType } from "../../../../cosmos/upgrade/v1beta1/upgrade";
|
|
3
3
|
import { Params, ParamsAmino, ParamsSDKType } from "./client";
|
|
4
4
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
5
|
+
import { DeepPartial } from "../../../../helpers";
|
|
5
6
|
/** MsgCreateClient defines a message to create an IBC client */
|
|
6
7
|
export interface MsgCreateClient {
|
|
7
8
|
/** light client state */
|
|
@@ -490,7 +491,7 @@ export declare const MsgCreateClient: {
|
|
|
490
491
|
typeUrl: string;
|
|
491
492
|
encode(message: MsgCreateClient, writer?: BinaryWriter): BinaryWriter;
|
|
492
493
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateClient;
|
|
493
|
-
fromPartial(object:
|
|
494
|
+
fromPartial(object: DeepPartial<MsgCreateClient>): MsgCreateClient;
|
|
494
495
|
fromAmino(object: MsgCreateClientAmino): MsgCreateClient;
|
|
495
496
|
toAmino(message: MsgCreateClient): MsgCreateClientAmino;
|
|
496
497
|
fromAminoMsg(object: MsgCreateClientAminoMsg): MsgCreateClient;
|
|
@@ -503,7 +504,7 @@ export declare const MsgCreateClientResponse: {
|
|
|
503
504
|
typeUrl: string;
|
|
504
505
|
encode(message: MsgCreateClientResponse, writer?: BinaryWriter): BinaryWriter;
|
|
505
506
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateClientResponse;
|
|
506
|
-
fromPartial(object:
|
|
507
|
+
fromPartial(object: DeepPartial<MsgCreateClientResponse>): MsgCreateClientResponse;
|
|
507
508
|
fromAmino(object: MsgCreateClientResponseAmino): MsgCreateClientResponse;
|
|
508
509
|
toAmino(message: MsgCreateClientResponse): MsgCreateClientResponseAmino;
|
|
509
510
|
fromAminoMsg(object: MsgCreateClientResponseAminoMsg): MsgCreateClientResponse;
|
|
@@ -516,7 +517,7 @@ export declare const MsgUpdateClient: {
|
|
|
516
517
|
typeUrl: string;
|
|
517
518
|
encode(message: MsgUpdateClient, writer?: BinaryWriter): BinaryWriter;
|
|
518
519
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateClient;
|
|
519
|
-
fromPartial(object:
|
|
520
|
+
fromPartial(object: DeepPartial<MsgUpdateClient>): MsgUpdateClient;
|
|
520
521
|
fromAmino(object: MsgUpdateClientAmino): MsgUpdateClient;
|
|
521
522
|
toAmino(message: MsgUpdateClient): MsgUpdateClientAmino;
|
|
522
523
|
fromAminoMsg(object: MsgUpdateClientAminoMsg): MsgUpdateClient;
|
|
@@ -529,7 +530,7 @@ export declare const MsgUpdateClientResponse: {
|
|
|
529
530
|
typeUrl: string;
|
|
530
531
|
encode(_: MsgUpdateClientResponse, writer?: BinaryWriter): BinaryWriter;
|
|
531
532
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateClientResponse;
|
|
532
|
-
fromPartial(_:
|
|
533
|
+
fromPartial(_: DeepPartial<MsgUpdateClientResponse>): MsgUpdateClientResponse;
|
|
533
534
|
fromAmino(_: MsgUpdateClientResponseAmino): MsgUpdateClientResponse;
|
|
534
535
|
toAmino(_: MsgUpdateClientResponse): MsgUpdateClientResponseAmino;
|
|
535
536
|
fromAminoMsg(object: MsgUpdateClientResponseAminoMsg): MsgUpdateClientResponse;
|
|
@@ -542,7 +543,7 @@ export declare const MsgUpgradeClient: {
|
|
|
542
543
|
typeUrl: string;
|
|
543
544
|
encode(message: MsgUpgradeClient, writer?: BinaryWriter): BinaryWriter;
|
|
544
545
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpgradeClient;
|
|
545
|
-
fromPartial(object:
|
|
546
|
+
fromPartial(object: DeepPartial<MsgUpgradeClient>): MsgUpgradeClient;
|
|
546
547
|
fromAmino(object: MsgUpgradeClientAmino): MsgUpgradeClient;
|
|
547
548
|
toAmino(message: MsgUpgradeClient): MsgUpgradeClientAmino;
|
|
548
549
|
fromAminoMsg(object: MsgUpgradeClientAminoMsg): MsgUpgradeClient;
|
|
@@ -555,7 +556,7 @@ export declare const MsgUpgradeClientResponse: {
|
|
|
555
556
|
typeUrl: string;
|
|
556
557
|
encode(_: MsgUpgradeClientResponse, writer?: BinaryWriter): BinaryWriter;
|
|
557
558
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpgradeClientResponse;
|
|
558
|
-
fromPartial(_:
|
|
559
|
+
fromPartial(_: DeepPartial<MsgUpgradeClientResponse>): MsgUpgradeClientResponse;
|
|
559
560
|
fromAmino(_: MsgUpgradeClientResponseAmino): MsgUpgradeClientResponse;
|
|
560
561
|
toAmino(_: MsgUpgradeClientResponse): MsgUpgradeClientResponseAmino;
|
|
561
562
|
fromAminoMsg(object: MsgUpgradeClientResponseAminoMsg): MsgUpgradeClientResponse;
|
|
@@ -568,7 +569,7 @@ export declare const MsgSubmitMisbehaviour: {
|
|
|
568
569
|
typeUrl: string;
|
|
569
570
|
encode(message: MsgSubmitMisbehaviour, writer?: BinaryWriter): BinaryWriter;
|
|
570
571
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSubmitMisbehaviour;
|
|
571
|
-
fromPartial(object:
|
|
572
|
+
fromPartial(object: DeepPartial<MsgSubmitMisbehaviour>): MsgSubmitMisbehaviour;
|
|
572
573
|
fromAmino(object: MsgSubmitMisbehaviourAmino): MsgSubmitMisbehaviour;
|
|
573
574
|
toAmino(message: MsgSubmitMisbehaviour): MsgSubmitMisbehaviourAmino;
|
|
574
575
|
fromAminoMsg(object: MsgSubmitMisbehaviourAminoMsg): MsgSubmitMisbehaviour;
|
|
@@ -581,7 +582,7 @@ export declare const MsgSubmitMisbehaviourResponse: {
|
|
|
581
582
|
typeUrl: string;
|
|
582
583
|
encode(_: MsgSubmitMisbehaviourResponse, writer?: BinaryWriter): BinaryWriter;
|
|
583
584
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSubmitMisbehaviourResponse;
|
|
584
|
-
fromPartial(_:
|
|
585
|
+
fromPartial(_: DeepPartial<MsgSubmitMisbehaviourResponse>): MsgSubmitMisbehaviourResponse;
|
|
585
586
|
fromAmino(_: MsgSubmitMisbehaviourResponseAmino): MsgSubmitMisbehaviourResponse;
|
|
586
587
|
toAmino(_: MsgSubmitMisbehaviourResponse): MsgSubmitMisbehaviourResponseAmino;
|
|
587
588
|
fromAminoMsg(object: MsgSubmitMisbehaviourResponseAminoMsg): MsgSubmitMisbehaviourResponse;
|
|
@@ -594,7 +595,7 @@ export declare const MsgRecoverClient: {
|
|
|
594
595
|
typeUrl: string;
|
|
595
596
|
encode(message: MsgRecoverClient, writer?: BinaryWriter): BinaryWriter;
|
|
596
597
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgRecoverClient;
|
|
597
|
-
fromPartial(object:
|
|
598
|
+
fromPartial(object: DeepPartial<MsgRecoverClient>): MsgRecoverClient;
|
|
598
599
|
fromAmino(object: MsgRecoverClientAmino): MsgRecoverClient;
|
|
599
600
|
toAmino(message: MsgRecoverClient): MsgRecoverClientAmino;
|
|
600
601
|
fromAminoMsg(object: MsgRecoverClientAminoMsg): MsgRecoverClient;
|
|
@@ -607,7 +608,7 @@ export declare const MsgRecoverClientResponse: {
|
|
|
607
608
|
typeUrl: string;
|
|
608
609
|
encode(_: MsgRecoverClientResponse, writer?: BinaryWriter): BinaryWriter;
|
|
609
610
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgRecoverClientResponse;
|
|
610
|
-
fromPartial(_:
|
|
611
|
+
fromPartial(_: DeepPartial<MsgRecoverClientResponse>): MsgRecoverClientResponse;
|
|
611
612
|
fromAmino(_: MsgRecoverClientResponseAmino): MsgRecoverClientResponse;
|
|
612
613
|
toAmino(_: MsgRecoverClientResponse): MsgRecoverClientResponseAmino;
|
|
613
614
|
fromAminoMsg(object: MsgRecoverClientResponseAminoMsg): MsgRecoverClientResponse;
|
|
@@ -620,7 +621,7 @@ export declare const MsgIBCSoftwareUpgrade: {
|
|
|
620
621
|
typeUrl: string;
|
|
621
622
|
encode(message: MsgIBCSoftwareUpgrade, writer?: BinaryWriter): BinaryWriter;
|
|
622
623
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgIBCSoftwareUpgrade;
|
|
623
|
-
fromPartial(object:
|
|
624
|
+
fromPartial(object: DeepPartial<MsgIBCSoftwareUpgrade>): MsgIBCSoftwareUpgrade;
|
|
624
625
|
fromAmino(object: MsgIBCSoftwareUpgradeAmino): MsgIBCSoftwareUpgrade;
|
|
625
626
|
toAmino(message: MsgIBCSoftwareUpgrade): MsgIBCSoftwareUpgradeAmino;
|
|
626
627
|
fromAminoMsg(object: MsgIBCSoftwareUpgradeAminoMsg): MsgIBCSoftwareUpgrade;
|
|
@@ -633,7 +634,7 @@ export declare const MsgIBCSoftwareUpgradeResponse: {
|
|
|
633
634
|
typeUrl: string;
|
|
634
635
|
encode(_: MsgIBCSoftwareUpgradeResponse, writer?: BinaryWriter): BinaryWriter;
|
|
635
636
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgIBCSoftwareUpgradeResponse;
|
|
636
|
-
fromPartial(_:
|
|
637
|
+
fromPartial(_: DeepPartial<MsgIBCSoftwareUpgradeResponse>): MsgIBCSoftwareUpgradeResponse;
|
|
637
638
|
fromAmino(_: MsgIBCSoftwareUpgradeResponseAmino): MsgIBCSoftwareUpgradeResponse;
|
|
638
639
|
toAmino(_: MsgIBCSoftwareUpgradeResponse): MsgIBCSoftwareUpgradeResponseAmino;
|
|
639
640
|
fromAminoMsg(object: MsgIBCSoftwareUpgradeResponseAminoMsg): MsgIBCSoftwareUpgradeResponse;
|
|
@@ -646,7 +647,7 @@ export declare const MsgUpdateParams: {
|
|
|
646
647
|
typeUrl: string;
|
|
647
648
|
encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
|
|
648
649
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
|
|
649
|
-
fromPartial(object:
|
|
650
|
+
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
650
651
|
fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
|
|
651
652
|
toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
|
|
652
653
|
fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
|
|
@@ -659,7 +660,7 @@ export declare const MsgUpdateParamsResponse: {
|
|
|
659
660
|
typeUrl: string;
|
|
660
661
|
encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
661
662
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
662
|
-
fromPartial(_:
|
|
663
|
+
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
663
664
|
fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
|
|
664
665
|
toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
|
|
665
666
|
fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
|
|
@@ -672,7 +673,7 @@ export declare const MsgDeleteClientCreator: {
|
|
|
672
673
|
typeUrl: string;
|
|
673
674
|
encode(message: MsgDeleteClientCreator, writer?: BinaryWriter): BinaryWriter;
|
|
674
675
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeleteClientCreator;
|
|
675
|
-
fromPartial(object:
|
|
676
|
+
fromPartial(object: DeepPartial<MsgDeleteClientCreator>): MsgDeleteClientCreator;
|
|
676
677
|
fromAmino(object: MsgDeleteClientCreatorAmino): MsgDeleteClientCreator;
|
|
677
678
|
toAmino(message: MsgDeleteClientCreator): MsgDeleteClientCreatorAmino;
|
|
678
679
|
fromAminoMsg(object: MsgDeleteClientCreatorAminoMsg): MsgDeleteClientCreator;
|
|
@@ -685,7 +686,7 @@ export declare const MsgDeleteClientCreatorResponse: {
|
|
|
685
686
|
typeUrl: string;
|
|
686
687
|
encode(_: MsgDeleteClientCreatorResponse, writer?: BinaryWriter): BinaryWriter;
|
|
687
688
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeleteClientCreatorResponse;
|
|
688
|
-
fromPartial(_:
|
|
689
|
+
fromPartial(_: DeepPartial<MsgDeleteClientCreatorResponse>): MsgDeleteClientCreatorResponse;
|
|
689
690
|
fromAmino(_: MsgDeleteClientCreatorResponseAmino): MsgDeleteClientCreatorResponse;
|
|
690
691
|
toAmino(_: MsgDeleteClientCreatorResponse): MsgDeleteClientCreatorResponseAmino;
|
|
691
692
|
fromAminoMsg(object: MsgDeleteClientCreatorResponseAminoMsg): MsgDeleteClientCreatorResponse;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../../types";
|
|
2
|
+
import { Registry } from "@cosmjs/proto-signing";
|
|
2
3
|
import { MsgCreateClient, MsgUpdateClient, MsgUpgradeClient, MsgSubmitMisbehaviour, MsgRecoverClient, MsgIBCSoftwareUpgrade, MsgUpdateParams, MsgDeleteClientCreator } from "./tx";
|
|
3
|
-
export declare const registry: ReadonlyArray<[string,
|
|
4
|
+
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
4
5
|
export declare const load: (protoRegistry: Registry) => void;
|
|
5
6
|
export declare const MessageComposer: {
|
|
6
7
|
encoded: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../../types";
|
|
2
2
|
import { MsgCreateClient, MsgCreateClientResponse, MsgUpdateClient, MsgUpdateClientResponse, MsgUpgradeClient, MsgUpgradeClientResponse, MsgSubmitMisbehaviour, MsgSubmitMisbehaviourResponse, MsgRecoverClient, MsgRecoverClientResponse, MsgIBCSoftwareUpgrade, MsgIBCSoftwareUpgradeResponse, MsgUpdateParams, MsgUpdateParamsResponse, MsgDeleteClientCreator, MsgDeleteClientCreatorResponse } from "./tx";
|
|
3
3
|
/** Msg defines the ibc/client Msg service. */
|
|
4
4
|
export interface Msg {
|
|
@@ -21,7 +21,7 @@ export interface Msg {
|
|
|
21
21
|
}
|
|
22
22
|
export declare class MsgClientImpl implements Msg {
|
|
23
23
|
private readonly rpc;
|
|
24
|
-
constructor(rpc:
|
|
24
|
+
constructor(rpc: TxRpc);
|
|
25
25
|
createClient(request: MsgCreateClient): Promise<MsgCreateClientResponse>;
|
|
26
26
|
updateClient(request: MsgUpdateClient): Promise<MsgUpdateClientResponse>;
|
|
27
27
|
upgradeClient(request: MsgUpgradeClient): Promise<MsgUpgradeClientResponse>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* Config is a **per-client** configuration struct that sets which relayers are allowed to relay v2 IBC messages
|
|
4
5
|
* for a given client.
|
|
@@ -40,7 +41,7 @@ export declare const Config: {
|
|
|
40
41
|
typeUrl: string;
|
|
41
42
|
encode(message: Config, writer?: BinaryWriter): BinaryWriter;
|
|
42
43
|
decode(input: BinaryReader | Uint8Array, length?: number): Config;
|
|
43
|
-
fromPartial(object:
|
|
44
|
+
fromPartial(object: DeepPartial<Config>): Config;
|
|
44
45
|
fromAmino(object: ConfigAmino): Config;
|
|
45
46
|
toAmino(message: Config): ConfigAmino;
|
|
46
47
|
fromAminoMsg(object: ConfigAminoMsg): Config;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/** CounterpartyInfo defines the key that the counterparty will use to message our client */
|
|
3
4
|
export interface CounterpartyInfo {
|
|
4
5
|
/** merkle prefix key is the prefix that ics provable keys are stored under */
|
|
@@ -30,7 +31,7 @@ export declare const CounterpartyInfo: {
|
|
|
30
31
|
typeUrl: string;
|
|
31
32
|
encode(message: CounterpartyInfo, writer?: BinaryWriter): BinaryWriter;
|
|
32
33
|
decode(input: BinaryReader | Uint8Array, length?: number): CounterpartyInfo;
|
|
33
|
-
fromPartial(object:
|
|
34
|
+
fromPartial(object: DeepPartial<CounterpartyInfo>): CounterpartyInfo;
|
|
34
35
|
fromAmino(object: CounterpartyInfoAmino): CounterpartyInfo;
|
|
35
36
|
toAmino(message: CounterpartyInfo): CounterpartyInfoAmino;
|
|
36
37
|
fromAminoMsg(object: CounterpartyInfoAminoMsg): CounterpartyInfo;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { CounterpartyInfo, CounterpartyInfoAmino, CounterpartyInfoSDKType } from "./counterparty";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../../helpers";
|
|
3
4
|
/** GenesisCounterpartyInfo defines the state associating a client with a counterparty. */
|
|
4
5
|
export interface GenesisCounterpartyInfo {
|
|
5
6
|
/** ClientId is the ID of the given client. */
|
|
@@ -53,7 +54,7 @@ export declare const GenesisCounterpartyInfo: {
|
|
|
53
54
|
typeUrl: string;
|
|
54
55
|
encode(message: GenesisCounterpartyInfo, writer?: BinaryWriter): BinaryWriter;
|
|
55
56
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisCounterpartyInfo;
|
|
56
|
-
fromPartial(object:
|
|
57
|
+
fromPartial(object: DeepPartial<GenesisCounterpartyInfo>): GenesisCounterpartyInfo;
|
|
57
58
|
fromAmino(object: GenesisCounterpartyInfoAmino): GenesisCounterpartyInfo;
|
|
58
59
|
toAmino(message: GenesisCounterpartyInfo): GenesisCounterpartyInfoAmino;
|
|
59
60
|
fromAminoMsg(object: GenesisCounterpartyInfoAminoMsg): GenesisCounterpartyInfo;
|
|
@@ -66,7 +67,7 @@ export declare const GenesisState: {
|
|
|
66
67
|
typeUrl: string;
|
|
67
68
|
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
68
69
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
69
|
-
fromPartial(object:
|
|
70
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
70
71
|
fromAmino(object: GenesisStateAmino): GenesisState;
|
|
71
72
|
toAmino(message: GenesisState): GenesisStateAmino;
|
|
72
73
|
fromAminoMsg(object: GenesisStateAminoMsg): GenesisState;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { CounterpartyInfo, CounterpartyInfoAmino, CounterpartyInfoSDKType } from "./counterparty";
|
|
2
2
|
import { Config, ConfigAmino, ConfigSDKType } from "./config";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../../helpers";
|
|
4
5
|
/**
|
|
5
6
|
* QueryCounterpartyInfoRequest is the request type for the Query/CounterpartyInfo RPC
|
|
6
7
|
* method
|
|
@@ -107,7 +108,7 @@ export declare const QueryCounterpartyInfoRequest: {
|
|
|
107
108
|
typeUrl: string;
|
|
108
109
|
encode(message: QueryCounterpartyInfoRequest, writer?: BinaryWriter): BinaryWriter;
|
|
109
110
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryCounterpartyInfoRequest;
|
|
110
|
-
fromPartial(object:
|
|
111
|
+
fromPartial(object: DeepPartial<QueryCounterpartyInfoRequest>): QueryCounterpartyInfoRequest;
|
|
111
112
|
fromAmino(object: QueryCounterpartyInfoRequestAmino): QueryCounterpartyInfoRequest;
|
|
112
113
|
toAmino(message: QueryCounterpartyInfoRequest): QueryCounterpartyInfoRequestAmino;
|
|
113
114
|
fromAminoMsg(object: QueryCounterpartyInfoRequestAminoMsg): QueryCounterpartyInfoRequest;
|
|
@@ -120,7 +121,7 @@ export declare const QueryCounterpartyInfoResponse: {
|
|
|
120
121
|
typeUrl: string;
|
|
121
122
|
encode(message: QueryCounterpartyInfoResponse, writer?: BinaryWriter): BinaryWriter;
|
|
122
123
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryCounterpartyInfoResponse;
|
|
123
|
-
fromPartial(object:
|
|
124
|
+
fromPartial(object: DeepPartial<QueryCounterpartyInfoResponse>): QueryCounterpartyInfoResponse;
|
|
124
125
|
fromAmino(object: QueryCounterpartyInfoResponseAmino): QueryCounterpartyInfoResponse;
|
|
125
126
|
toAmino(message: QueryCounterpartyInfoResponse): QueryCounterpartyInfoResponseAmino;
|
|
126
127
|
fromAminoMsg(object: QueryCounterpartyInfoResponseAminoMsg): QueryCounterpartyInfoResponse;
|
|
@@ -133,7 +134,7 @@ export declare const QueryConfigRequest: {
|
|
|
133
134
|
typeUrl: string;
|
|
134
135
|
encode(message: QueryConfigRequest, writer?: BinaryWriter): BinaryWriter;
|
|
135
136
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConfigRequest;
|
|
136
|
-
fromPartial(object:
|
|
137
|
+
fromPartial(object: DeepPartial<QueryConfigRequest>): QueryConfigRequest;
|
|
137
138
|
fromAmino(object: QueryConfigRequestAmino): QueryConfigRequest;
|
|
138
139
|
toAmino(message: QueryConfigRequest): QueryConfigRequestAmino;
|
|
139
140
|
fromAminoMsg(object: QueryConfigRequestAminoMsg): QueryConfigRequest;
|
|
@@ -146,7 +147,7 @@ export declare const QueryConfigResponse: {
|
|
|
146
147
|
typeUrl: string;
|
|
147
148
|
encode(message: QueryConfigResponse, writer?: BinaryWriter): BinaryWriter;
|
|
148
149
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConfigResponse;
|
|
149
|
-
fromPartial(object:
|
|
150
|
+
fromPartial(object: DeepPartial<QueryConfigResponse>): QueryConfigResponse;
|
|
150
151
|
fromAmino(object: QueryConfigResponseAmino): QueryConfigResponse;
|
|
151
152
|
toAmino(message: QueryConfigResponse): QueryConfigResponseAmino;
|
|
152
153
|
fromAminoMsg(object: QueryConfigResponseAminoMsg): QueryConfigResponse;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../../types";
|
|
2
2
|
import { QueryClient } from "@cosmjs/stargate";
|
|
3
3
|
import { QueryCounterpartyInfoRequest, QueryCounterpartyInfoResponse, QueryConfigRequest, QueryConfigResponse } from "./query";
|
|
4
4
|
/** Query provides defines the gRPC querier service */
|
|
@@ -10,7 +10,7 @@ export interface Query {
|
|
|
10
10
|
}
|
|
11
11
|
export declare class QueryClientImpl implements Query {
|
|
12
12
|
private readonly rpc;
|
|
13
|
-
constructor(rpc:
|
|
13
|
+
constructor(rpc: TxRpc);
|
|
14
14
|
counterpartyInfo(request: QueryCounterpartyInfoRequest): Promise<QueryCounterpartyInfoResponse>;
|
|
15
15
|
config(request: QueryConfigRequest): Promise<QueryConfigResponse>;
|
|
16
16
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Config, ConfigAmino, ConfigSDKType } from "./config";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../../helpers";
|
|
3
4
|
/** MsgRegisterCounterparty defines a message to register a counterparty on a client */
|
|
4
5
|
export interface MsgRegisterCounterparty {
|
|
5
6
|
/** client identifier */
|
|
@@ -115,7 +116,7 @@ export declare const MsgRegisterCounterparty: {
|
|
|
115
116
|
typeUrl: string;
|
|
116
117
|
encode(message: MsgRegisterCounterparty, writer?: BinaryWriter): BinaryWriter;
|
|
117
118
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgRegisterCounterparty;
|
|
118
|
-
fromPartial(object:
|
|
119
|
+
fromPartial(object: DeepPartial<MsgRegisterCounterparty>): MsgRegisterCounterparty;
|
|
119
120
|
fromAmino(object: MsgRegisterCounterpartyAmino): MsgRegisterCounterparty;
|
|
120
121
|
toAmino(message: MsgRegisterCounterparty): MsgRegisterCounterpartyAmino;
|
|
121
122
|
fromAminoMsg(object: MsgRegisterCounterpartyAminoMsg): MsgRegisterCounterparty;
|
|
@@ -128,7 +129,7 @@ export declare const MsgRegisterCounterpartyResponse: {
|
|
|
128
129
|
typeUrl: string;
|
|
129
130
|
encode(_: MsgRegisterCounterpartyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
130
131
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgRegisterCounterpartyResponse;
|
|
131
|
-
fromPartial(_:
|
|
132
|
+
fromPartial(_: DeepPartial<MsgRegisterCounterpartyResponse>): MsgRegisterCounterpartyResponse;
|
|
132
133
|
fromAmino(_: MsgRegisterCounterpartyResponseAmino): MsgRegisterCounterpartyResponse;
|
|
133
134
|
toAmino(_: MsgRegisterCounterpartyResponse): MsgRegisterCounterpartyResponseAmino;
|
|
134
135
|
fromAminoMsg(object: MsgRegisterCounterpartyResponseAminoMsg): MsgRegisterCounterpartyResponse;
|
|
@@ -141,7 +142,7 @@ export declare const MsgUpdateClientConfig: {
|
|
|
141
142
|
typeUrl: string;
|
|
142
143
|
encode(message: MsgUpdateClientConfig, writer?: BinaryWriter): BinaryWriter;
|
|
143
144
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateClientConfig;
|
|
144
|
-
fromPartial(object:
|
|
145
|
+
fromPartial(object: DeepPartial<MsgUpdateClientConfig>): MsgUpdateClientConfig;
|
|
145
146
|
fromAmino(object: MsgUpdateClientConfigAmino): MsgUpdateClientConfig;
|
|
146
147
|
toAmino(message: MsgUpdateClientConfig): MsgUpdateClientConfigAmino;
|
|
147
148
|
fromAminoMsg(object: MsgUpdateClientConfigAminoMsg): MsgUpdateClientConfig;
|
|
@@ -154,7 +155,7 @@ export declare const MsgUpdateClientConfigResponse: {
|
|
|
154
155
|
typeUrl: string;
|
|
155
156
|
encode(_: MsgUpdateClientConfigResponse, writer?: BinaryWriter): BinaryWriter;
|
|
156
157
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateClientConfigResponse;
|
|
157
|
-
fromPartial(_:
|
|
158
|
+
fromPartial(_: DeepPartial<MsgUpdateClientConfigResponse>): MsgUpdateClientConfigResponse;
|
|
158
159
|
fromAmino(_: MsgUpdateClientConfigResponseAmino): MsgUpdateClientConfigResponse;
|
|
159
160
|
toAmino(_: MsgUpdateClientConfigResponse): MsgUpdateClientConfigResponseAmino;
|
|
160
161
|
fromAminoMsg(object: MsgUpdateClientConfigResponseAminoMsg): MsgUpdateClientConfigResponse;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../../types";
|
|
2
|
+
import { Registry } from "@cosmjs/proto-signing";
|
|
2
3
|
import { MsgRegisterCounterparty, MsgUpdateClientConfig } from "./tx";
|
|
3
|
-
export declare const registry: ReadonlyArray<[string,
|
|
4
|
+
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
4
5
|
export declare const load: (protoRegistry: Registry) => void;
|
|
5
6
|
export declare const MessageComposer: {
|
|
6
7
|
encoded: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../../types";
|
|
2
2
|
import { MsgRegisterCounterparty, MsgRegisterCounterpartyResponse, MsgUpdateClientConfig, MsgUpdateClientConfigResponse } from "./tx";
|
|
3
3
|
/** Msg defines the ibc/client/v2 Msg service. */
|
|
4
4
|
export interface Msg {
|
|
@@ -9,7 +9,7 @@ export interface Msg {
|
|
|
9
9
|
}
|
|
10
10
|
export declare class MsgClientImpl implements Msg {
|
|
11
11
|
private readonly rpc;
|
|
12
|
-
constructor(rpc:
|
|
12
|
+
constructor(rpc: TxRpc);
|
|
13
13
|
registerCounterparty(request: MsgRegisterCounterparty): Promise<MsgRegisterCounterpartyResponse>;
|
|
14
14
|
updateClientConfig(request: MsgUpdateClientConfig): Promise<MsgUpdateClientConfigResponse>;
|
|
15
15
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { CommitmentProof, CommitmentProofAmino, CommitmentProofSDKType } from "../../../../cosmos/ics23/v1/proofs";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../../helpers";
|
|
3
4
|
/**
|
|
4
5
|
* MerkleRoot defines a merkle root hash.
|
|
5
6
|
* In the Cosmos SDK, the AppHash of a block header becomes the root.
|
|
@@ -103,7 +104,7 @@ export declare const MerkleRoot: {
|
|
|
103
104
|
typeUrl: string;
|
|
104
105
|
encode(message: MerkleRoot, writer?: BinaryWriter): BinaryWriter;
|
|
105
106
|
decode(input: BinaryReader | Uint8Array, length?: number): MerkleRoot;
|
|
106
|
-
fromPartial(object:
|
|
107
|
+
fromPartial(object: DeepPartial<MerkleRoot>): MerkleRoot;
|
|
107
108
|
fromAmino(object: MerkleRootAmino): MerkleRoot;
|
|
108
109
|
toAmino(message: MerkleRoot): MerkleRootAmino;
|
|
109
110
|
fromAminoMsg(object: MerkleRootAminoMsg): MerkleRoot;
|
|
@@ -116,7 +117,7 @@ export declare const MerklePrefix: {
|
|
|
116
117
|
typeUrl: string;
|
|
117
118
|
encode(message: MerklePrefix, writer?: BinaryWriter): BinaryWriter;
|
|
118
119
|
decode(input: BinaryReader | Uint8Array, length?: number): MerklePrefix;
|
|
119
|
-
fromPartial(object:
|
|
120
|
+
fromPartial(object: DeepPartial<MerklePrefix>): MerklePrefix;
|
|
120
121
|
fromAmino(object: MerklePrefixAmino): MerklePrefix;
|
|
121
122
|
toAmino(message: MerklePrefix): MerklePrefixAmino;
|
|
122
123
|
fromAminoMsg(object: MerklePrefixAminoMsg): MerklePrefix;
|
|
@@ -129,7 +130,7 @@ export declare const MerkleProof: {
|
|
|
129
130
|
typeUrl: string;
|
|
130
131
|
encode(message: MerkleProof, writer?: BinaryWriter): BinaryWriter;
|
|
131
132
|
decode(input: BinaryReader | Uint8Array, length?: number): MerkleProof;
|
|
132
|
-
fromPartial(object:
|
|
133
|
+
fromPartial(object: DeepPartial<MerkleProof>): MerkleProof;
|
|
133
134
|
fromAmino(object: MerkleProofAmino): MerkleProof;
|
|
134
135
|
toAmino(message: MerkleProof): MerkleProofAmino;
|
|
135
136
|
fromAminoMsg(object: MerkleProofAminoMsg): MerkleProof;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* MerklePath is the path used to verify commitment proofs, which can be an
|
|
4
5
|
* arbitrary structured object (defined by a commitment type).
|
|
@@ -119,7 +120,7 @@ export declare const MerklePath: {
|
|
|
119
120
|
typeUrl: string;
|
|
120
121
|
encode(message: MerklePath, writer?: BinaryWriter): BinaryWriter;
|
|
121
122
|
decode(input: BinaryReader | Uint8Array, length?: number): MerklePath;
|
|
122
|
-
fromPartial(object:
|
|
123
|
+
fromPartial(object: DeepPartial<MerklePath>): MerklePath;
|
|
123
124
|
fromAmino(object: MerklePathAmino): MerklePath;
|
|
124
125
|
toAmino(message: MerklePath): MerklePathAmino;
|
|
125
126
|
fromAminoMsg(object: MerklePathAminoMsg): MerklePath;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { MerklePrefix, MerklePrefixAmino, MerklePrefixSDKType } from "../../commitment/v1/commitment";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../../helpers";
|
|
3
4
|
/**
|
|
4
5
|
* State defines if a connection is in one of the following states:
|
|
5
6
|
* INIT, TRYOPEN, OPEN or UNINITIALIZED.
|
|
@@ -318,7 +319,7 @@ export declare const ConnectionEnd: {
|
|
|
318
319
|
typeUrl: string;
|
|
319
320
|
encode(message: ConnectionEnd, writer?: BinaryWriter): BinaryWriter;
|
|
320
321
|
decode(input: BinaryReader | Uint8Array, length?: number): ConnectionEnd;
|
|
321
|
-
fromPartial(object:
|
|
322
|
+
fromPartial(object: DeepPartial<ConnectionEnd>): ConnectionEnd;
|
|
322
323
|
fromAmino(object: ConnectionEndAmino): ConnectionEnd;
|
|
323
324
|
toAmino(message: ConnectionEnd): ConnectionEndAmino;
|
|
324
325
|
fromAminoMsg(object: ConnectionEndAminoMsg): ConnectionEnd;
|
|
@@ -331,7 +332,7 @@ export declare const IdentifiedConnection: {
|
|
|
331
332
|
typeUrl: string;
|
|
332
333
|
encode(message: IdentifiedConnection, writer?: BinaryWriter): BinaryWriter;
|
|
333
334
|
decode(input: BinaryReader | Uint8Array, length?: number): IdentifiedConnection;
|
|
334
|
-
fromPartial(object:
|
|
335
|
+
fromPartial(object: DeepPartial<IdentifiedConnection>): IdentifiedConnection;
|
|
335
336
|
fromAmino(object: IdentifiedConnectionAmino): IdentifiedConnection;
|
|
336
337
|
toAmino(message: IdentifiedConnection): IdentifiedConnectionAmino;
|
|
337
338
|
fromAminoMsg(object: IdentifiedConnectionAminoMsg): IdentifiedConnection;
|
|
@@ -344,7 +345,7 @@ export declare const Counterparty: {
|
|
|
344
345
|
typeUrl: string;
|
|
345
346
|
encode(message: Counterparty, writer?: BinaryWriter): BinaryWriter;
|
|
346
347
|
decode(input: BinaryReader | Uint8Array, length?: number): Counterparty;
|
|
347
|
-
fromPartial(object:
|
|
348
|
+
fromPartial(object: DeepPartial<Counterparty>): Counterparty;
|
|
348
349
|
fromAmino(object: CounterpartyAmino): Counterparty;
|
|
349
350
|
toAmino(message: Counterparty): CounterpartyAmino;
|
|
350
351
|
fromAminoMsg(object: CounterpartyAminoMsg): Counterparty;
|
|
@@ -357,7 +358,7 @@ export declare const ClientPaths: {
|
|
|
357
358
|
typeUrl: string;
|
|
358
359
|
encode(message: ClientPaths, writer?: BinaryWriter): BinaryWriter;
|
|
359
360
|
decode(input: BinaryReader | Uint8Array, length?: number): ClientPaths;
|
|
360
|
-
fromPartial(object:
|
|
361
|
+
fromPartial(object: DeepPartial<ClientPaths>): ClientPaths;
|
|
361
362
|
fromAmino(object: ClientPathsAmino): ClientPaths;
|
|
362
363
|
toAmino(message: ClientPaths): ClientPathsAmino;
|
|
363
364
|
fromAminoMsg(object: ClientPathsAminoMsg): ClientPaths;
|
|
@@ -370,7 +371,7 @@ export declare const ConnectionPaths: {
|
|
|
370
371
|
typeUrl: string;
|
|
371
372
|
encode(message: ConnectionPaths, writer?: BinaryWriter): BinaryWriter;
|
|
372
373
|
decode(input: BinaryReader | Uint8Array, length?: number): ConnectionPaths;
|
|
373
|
-
fromPartial(object:
|
|
374
|
+
fromPartial(object: DeepPartial<ConnectionPaths>): ConnectionPaths;
|
|
374
375
|
fromAmino(object: ConnectionPathsAmino): ConnectionPaths;
|
|
375
376
|
toAmino(message: ConnectionPaths): ConnectionPathsAmino;
|
|
376
377
|
fromAminoMsg(object: ConnectionPathsAminoMsg): ConnectionPaths;
|
|
@@ -383,7 +384,7 @@ export declare const Version: {
|
|
|
383
384
|
typeUrl: string;
|
|
384
385
|
encode(message: Version, writer?: BinaryWriter): BinaryWriter;
|
|
385
386
|
decode(input: BinaryReader | Uint8Array, length?: number): Version;
|
|
386
|
-
fromPartial(object:
|
|
387
|
+
fromPartial(object: DeepPartial<Version>): Version;
|
|
387
388
|
fromAmino(object: VersionAmino): Version;
|
|
388
389
|
toAmino(message: Version): VersionAmino;
|
|
389
390
|
fromAminoMsg(object: VersionAminoMsg): Version;
|
|
@@ -396,7 +397,7 @@ export declare const Params: {
|
|
|
396
397
|
typeUrl: string;
|
|
397
398
|
encode(message: Params, writer?: BinaryWriter): BinaryWriter;
|
|
398
399
|
decode(input: BinaryReader | Uint8Array, length?: number): Params;
|
|
399
|
-
fromPartial(object:
|
|
400
|
+
fromPartial(object: DeepPartial<Params>): Params;
|
|
400
401
|
fromAmino(object: ParamsAmino): Params;
|
|
401
402
|
toAmino(message: Params): ParamsAmino;
|
|
402
403
|
fromAminoMsg(object: ParamsAminoMsg): Params;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { IdentifiedConnection, IdentifiedConnectionAmino, IdentifiedConnectionSDKType, ConnectionPaths, ConnectionPathsAmino, ConnectionPathsSDKType, Params, ParamsAmino, ParamsSDKType } from "./connection";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../../helpers";
|
|
3
4
|
/** GenesisState defines the ibc connection submodule's genesis state. */
|
|
4
5
|
export interface GenesisState {
|
|
5
6
|
connections: IdentifiedConnection[];
|
|
@@ -35,7 +36,7 @@ export declare const GenesisState: {
|
|
|
35
36
|
typeUrl: string;
|
|
36
37
|
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
37
38
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
38
|
-
fromPartial(object:
|
|
39
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
39
40
|
fromAmino(object: GenesisStateAmino): GenesisState;
|
|
40
41
|
toAmino(message: GenesisState): GenesisStateAmino;
|
|
41
42
|
fromAminoMsg(object: GenesisStateAminoMsg): GenesisState;
|
|
@@ -3,6 +3,7 @@ import { ConnectionEnd, ConnectionEndAmino, ConnectionEndSDKType, IdentifiedConn
|
|
|
3
3
|
import { Height, HeightAmino, HeightSDKType, IdentifiedClientState, IdentifiedClientStateAmino, IdentifiedClientStateSDKType, Params, ParamsAmino, ParamsSDKType } from "../../client/v1/client";
|
|
4
4
|
import { Any, AnyAmino, AnySDKType } from "../../../../google/protobuf/any";
|
|
5
5
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
6
|
+
import { DeepPartial } from "../../../../helpers";
|
|
6
7
|
/**
|
|
7
8
|
* QueryConnectionRequest is the request type for the Query/Connection RPC
|
|
8
9
|
* method
|
|
@@ -418,7 +419,7 @@ export declare const QueryConnectionRequest: {
|
|
|
418
419
|
typeUrl: string;
|
|
419
420
|
encode(message: QueryConnectionRequest, writer?: BinaryWriter): BinaryWriter;
|
|
420
421
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionRequest;
|
|
421
|
-
fromPartial(object:
|
|
422
|
+
fromPartial(object: DeepPartial<QueryConnectionRequest>): QueryConnectionRequest;
|
|
422
423
|
fromAmino(object: QueryConnectionRequestAmino): QueryConnectionRequest;
|
|
423
424
|
toAmino(message: QueryConnectionRequest): QueryConnectionRequestAmino;
|
|
424
425
|
fromAminoMsg(object: QueryConnectionRequestAminoMsg): QueryConnectionRequest;
|
|
@@ -431,7 +432,7 @@ export declare const QueryConnectionResponse: {
|
|
|
431
432
|
typeUrl: string;
|
|
432
433
|
encode(message: QueryConnectionResponse, writer?: BinaryWriter): BinaryWriter;
|
|
433
434
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionResponse;
|
|
434
|
-
fromPartial(object:
|
|
435
|
+
fromPartial(object: DeepPartial<QueryConnectionResponse>): QueryConnectionResponse;
|
|
435
436
|
fromAmino(object: QueryConnectionResponseAmino): QueryConnectionResponse;
|
|
436
437
|
toAmino(message: QueryConnectionResponse): QueryConnectionResponseAmino;
|
|
437
438
|
fromAminoMsg(object: QueryConnectionResponseAminoMsg): QueryConnectionResponse;
|
|
@@ -444,7 +445,7 @@ export declare const QueryConnectionsRequest: {
|
|
|
444
445
|
typeUrl: string;
|
|
445
446
|
encode(message: QueryConnectionsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
446
447
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionsRequest;
|
|
447
|
-
fromPartial(object:
|
|
448
|
+
fromPartial(object: DeepPartial<QueryConnectionsRequest>): QueryConnectionsRequest;
|
|
448
449
|
fromAmino(object: QueryConnectionsRequestAmino): QueryConnectionsRequest;
|
|
449
450
|
toAmino(message: QueryConnectionsRequest): QueryConnectionsRequestAmino;
|
|
450
451
|
fromAminoMsg(object: QueryConnectionsRequestAminoMsg): QueryConnectionsRequest;
|
|
@@ -457,7 +458,7 @@ export declare const QueryConnectionsResponse: {
|
|
|
457
458
|
typeUrl: string;
|
|
458
459
|
encode(message: QueryConnectionsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
459
460
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionsResponse;
|
|
460
|
-
fromPartial(object:
|
|
461
|
+
fromPartial(object: DeepPartial<QueryConnectionsResponse>): QueryConnectionsResponse;
|
|
461
462
|
fromAmino(object: QueryConnectionsResponseAmino): QueryConnectionsResponse;
|
|
462
463
|
toAmino(message: QueryConnectionsResponse): QueryConnectionsResponseAmino;
|
|
463
464
|
fromAminoMsg(object: QueryConnectionsResponseAminoMsg): QueryConnectionsResponse;
|
|
@@ -470,7 +471,7 @@ export declare const QueryClientConnectionsRequest: {
|
|
|
470
471
|
typeUrl: string;
|
|
471
472
|
encode(message: QueryClientConnectionsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
472
473
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientConnectionsRequest;
|
|
473
|
-
fromPartial(object:
|
|
474
|
+
fromPartial(object: DeepPartial<QueryClientConnectionsRequest>): QueryClientConnectionsRequest;
|
|
474
475
|
fromAmino(object: QueryClientConnectionsRequestAmino): QueryClientConnectionsRequest;
|
|
475
476
|
toAmino(message: QueryClientConnectionsRequest): QueryClientConnectionsRequestAmino;
|
|
476
477
|
fromAminoMsg(object: QueryClientConnectionsRequestAminoMsg): QueryClientConnectionsRequest;
|
|
@@ -483,7 +484,7 @@ export declare const QueryClientConnectionsResponse: {
|
|
|
483
484
|
typeUrl: string;
|
|
484
485
|
encode(message: QueryClientConnectionsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
485
486
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientConnectionsResponse;
|
|
486
|
-
fromPartial(object:
|
|
487
|
+
fromPartial(object: DeepPartial<QueryClientConnectionsResponse>): QueryClientConnectionsResponse;
|
|
487
488
|
fromAmino(object: QueryClientConnectionsResponseAmino): QueryClientConnectionsResponse;
|
|
488
489
|
toAmino(message: QueryClientConnectionsResponse): QueryClientConnectionsResponseAmino;
|
|
489
490
|
fromAminoMsg(object: QueryClientConnectionsResponseAminoMsg): QueryClientConnectionsResponse;
|
|
@@ -496,7 +497,7 @@ export declare const QueryConnectionClientStateRequest: {
|
|
|
496
497
|
typeUrl: string;
|
|
497
498
|
encode(message: QueryConnectionClientStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
498
499
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionClientStateRequest;
|
|
499
|
-
fromPartial(object:
|
|
500
|
+
fromPartial(object: DeepPartial<QueryConnectionClientStateRequest>): QueryConnectionClientStateRequest;
|
|
500
501
|
fromAmino(object: QueryConnectionClientStateRequestAmino): QueryConnectionClientStateRequest;
|
|
501
502
|
toAmino(message: QueryConnectionClientStateRequest): QueryConnectionClientStateRequestAmino;
|
|
502
503
|
fromAminoMsg(object: QueryConnectionClientStateRequestAminoMsg): QueryConnectionClientStateRequest;
|
|
@@ -509,7 +510,7 @@ export declare const QueryConnectionClientStateResponse: {
|
|
|
509
510
|
typeUrl: string;
|
|
510
511
|
encode(message: QueryConnectionClientStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
511
512
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionClientStateResponse;
|
|
512
|
-
fromPartial(object:
|
|
513
|
+
fromPartial(object: DeepPartial<QueryConnectionClientStateResponse>): QueryConnectionClientStateResponse;
|
|
513
514
|
fromAmino(object: QueryConnectionClientStateResponseAmino): QueryConnectionClientStateResponse;
|
|
514
515
|
toAmino(message: QueryConnectionClientStateResponse): QueryConnectionClientStateResponseAmino;
|
|
515
516
|
fromAminoMsg(object: QueryConnectionClientStateResponseAminoMsg): QueryConnectionClientStateResponse;
|
|
@@ -522,7 +523,7 @@ export declare const QueryConnectionConsensusStateRequest: {
|
|
|
522
523
|
typeUrl: string;
|
|
523
524
|
encode(message: QueryConnectionConsensusStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
524
525
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionConsensusStateRequest;
|
|
525
|
-
fromPartial(object:
|
|
526
|
+
fromPartial(object: DeepPartial<QueryConnectionConsensusStateRequest>): QueryConnectionConsensusStateRequest;
|
|
526
527
|
fromAmino(object: QueryConnectionConsensusStateRequestAmino): QueryConnectionConsensusStateRequest;
|
|
527
528
|
toAmino(message: QueryConnectionConsensusStateRequest): QueryConnectionConsensusStateRequestAmino;
|
|
528
529
|
fromAminoMsg(object: QueryConnectionConsensusStateRequestAminoMsg): QueryConnectionConsensusStateRequest;
|
|
@@ -535,7 +536,7 @@ export declare const QueryConnectionConsensusStateResponse: {
|
|
|
535
536
|
typeUrl: string;
|
|
536
537
|
encode(message: QueryConnectionConsensusStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
537
538
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionConsensusStateResponse;
|
|
538
|
-
fromPartial(object:
|
|
539
|
+
fromPartial(object: DeepPartial<QueryConnectionConsensusStateResponse>): QueryConnectionConsensusStateResponse;
|
|
539
540
|
fromAmino(object: QueryConnectionConsensusStateResponseAmino): QueryConnectionConsensusStateResponse;
|
|
540
541
|
toAmino(message: QueryConnectionConsensusStateResponse): QueryConnectionConsensusStateResponseAmino;
|
|
541
542
|
fromAminoMsg(object: QueryConnectionConsensusStateResponseAminoMsg): QueryConnectionConsensusStateResponse;
|
|
@@ -548,7 +549,7 @@ export declare const QueryConnectionParamsRequest: {
|
|
|
548
549
|
typeUrl: string;
|
|
549
550
|
encode(_: QueryConnectionParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
550
551
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionParamsRequest;
|
|
551
|
-
fromPartial(_:
|
|
552
|
+
fromPartial(_: DeepPartial<QueryConnectionParamsRequest>): QueryConnectionParamsRequest;
|
|
552
553
|
fromAmino(_: QueryConnectionParamsRequestAmino): QueryConnectionParamsRequest;
|
|
553
554
|
toAmino(_: QueryConnectionParamsRequest): QueryConnectionParamsRequestAmino;
|
|
554
555
|
fromAminoMsg(object: QueryConnectionParamsRequestAminoMsg): QueryConnectionParamsRequest;
|
|
@@ -561,7 +562,7 @@ export declare const QueryConnectionParamsResponse: {
|
|
|
561
562
|
typeUrl: string;
|
|
562
563
|
encode(message: QueryConnectionParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
563
564
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionParamsResponse;
|
|
564
|
-
fromPartial(object:
|
|
565
|
+
fromPartial(object: DeepPartial<QueryConnectionParamsResponse>): QueryConnectionParamsResponse;
|
|
565
566
|
fromAmino(object: QueryConnectionParamsResponseAmino): QueryConnectionParamsResponse;
|
|
566
567
|
toAmino(message: QueryConnectionParamsResponse): QueryConnectionParamsResponseAmino;
|
|
567
568
|
fromAminoMsg(object: QueryConnectionParamsResponseAminoMsg): QueryConnectionParamsResponse;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../../types";
|
|
2
2
|
import { QueryClient } from "@cosmjs/stargate";
|
|
3
3
|
import { QueryConnectionRequest, QueryConnectionResponse, QueryConnectionsRequest, QueryConnectionsResponse, QueryClientConnectionsRequest, QueryClientConnectionsResponse, QueryConnectionClientStateRequest, QueryConnectionClientStateResponse, QueryConnectionConsensusStateRequest, QueryConnectionConsensusStateResponse, QueryConnectionParamsRequest, QueryConnectionParamsResponse } from "./query";
|
|
4
4
|
/** Query provides defines the gRPC querier service */
|
|
@@ -27,7 +27,7 @@ export interface Query {
|
|
|
27
27
|
}
|
|
28
28
|
export declare class QueryClientImpl implements Query {
|
|
29
29
|
private readonly rpc;
|
|
30
|
-
constructor(rpc:
|
|
30
|
+
constructor(rpc: TxRpc);
|
|
31
31
|
connection(request: QueryConnectionRequest): Promise<QueryConnectionResponse>;
|
|
32
32
|
connections(request?: QueryConnectionsRequest): Promise<QueryConnectionsResponse>;
|
|
33
33
|
clientConnections(request: QueryClientConnectionsRequest): Promise<QueryClientConnectionsResponse>;
|