@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
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/** Module is the config object of the circuit module. */
|
|
3
4
|
export interface Module {
|
|
4
5
|
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
@@ -25,7 +26,7 @@ export declare const Module: {
|
|
|
25
26
|
typeUrl: string;
|
|
26
27
|
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
27
28
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
28
|
-
fromPartial(object:
|
|
29
|
+
fromPartial(object: DeepPartial<Module>): Module;
|
|
29
30
|
fromAmino(object: ModuleAmino): Module;
|
|
30
31
|
toAmino(message: Module): ModuleAmino;
|
|
31
32
|
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { PageRequest, PageRequestAmino, PageRequestSDKType, PageResponse, PageResponseAmino, PageResponseSDKType } from "../../base/query/v1beta1/pagination";
|
|
2
2
|
import { Permissions, PermissionsAmino, PermissionsSDKType, GenesisAccountPermissions, GenesisAccountPermissionsAmino, GenesisAccountPermissionsSDKType } from "./types";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
5
|
/** QueryAccountRequest is the request type for the Query/Account RPC method. */
|
|
5
6
|
export interface QueryAccountRequest {
|
|
6
7
|
address: string;
|
|
@@ -129,7 +130,7 @@ export declare const QueryAccountRequest: {
|
|
|
129
130
|
typeUrl: string;
|
|
130
131
|
encode(message: QueryAccountRequest, writer?: BinaryWriter): BinaryWriter;
|
|
131
132
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAccountRequest;
|
|
132
|
-
fromPartial(object:
|
|
133
|
+
fromPartial(object: DeepPartial<QueryAccountRequest>): QueryAccountRequest;
|
|
133
134
|
fromAmino(object: QueryAccountRequestAmino): QueryAccountRequest;
|
|
134
135
|
toAmino(message: QueryAccountRequest): QueryAccountRequestAmino;
|
|
135
136
|
fromAminoMsg(object: QueryAccountRequestAminoMsg): QueryAccountRequest;
|
|
@@ -142,7 +143,7 @@ export declare const AccountResponse: {
|
|
|
142
143
|
typeUrl: string;
|
|
143
144
|
encode(message: AccountResponse, writer?: BinaryWriter): BinaryWriter;
|
|
144
145
|
decode(input: BinaryReader | Uint8Array, length?: number): AccountResponse;
|
|
145
|
-
fromPartial(object:
|
|
146
|
+
fromPartial(object: DeepPartial<AccountResponse>): AccountResponse;
|
|
146
147
|
fromAmino(object: AccountResponseAmino): AccountResponse;
|
|
147
148
|
toAmino(message: AccountResponse): AccountResponseAmino;
|
|
148
149
|
fromAminoMsg(object: AccountResponseAminoMsg): AccountResponse;
|
|
@@ -155,7 +156,7 @@ export declare const QueryAccountsRequest: {
|
|
|
155
156
|
typeUrl: string;
|
|
156
157
|
encode(message: QueryAccountsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
157
158
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAccountsRequest;
|
|
158
|
-
fromPartial(object:
|
|
159
|
+
fromPartial(object: DeepPartial<QueryAccountsRequest>): QueryAccountsRequest;
|
|
159
160
|
fromAmino(object: QueryAccountsRequestAmino): QueryAccountsRequest;
|
|
160
161
|
toAmino(message: QueryAccountsRequest): QueryAccountsRequestAmino;
|
|
161
162
|
fromAminoMsg(object: QueryAccountsRequestAminoMsg): QueryAccountsRequest;
|
|
@@ -168,7 +169,7 @@ export declare const AccountsResponse: {
|
|
|
168
169
|
typeUrl: string;
|
|
169
170
|
encode(message: AccountsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
170
171
|
decode(input: BinaryReader | Uint8Array, length?: number): AccountsResponse;
|
|
171
|
-
fromPartial(object:
|
|
172
|
+
fromPartial(object: DeepPartial<AccountsResponse>): AccountsResponse;
|
|
172
173
|
fromAmino(object: AccountsResponseAmino): AccountsResponse;
|
|
173
174
|
toAmino(message: AccountsResponse): AccountsResponseAmino;
|
|
174
175
|
fromAminoMsg(object: AccountsResponseAminoMsg): AccountsResponse;
|
|
@@ -181,7 +182,7 @@ export declare const QueryDisabledListRequest: {
|
|
|
181
182
|
typeUrl: string;
|
|
182
183
|
encode(_: QueryDisabledListRequest, writer?: BinaryWriter): BinaryWriter;
|
|
183
184
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryDisabledListRequest;
|
|
184
|
-
fromPartial(_:
|
|
185
|
+
fromPartial(_: DeepPartial<QueryDisabledListRequest>): QueryDisabledListRequest;
|
|
185
186
|
fromAmino(_: QueryDisabledListRequestAmino): QueryDisabledListRequest;
|
|
186
187
|
toAmino(_: QueryDisabledListRequest): QueryDisabledListRequestAmino;
|
|
187
188
|
fromAminoMsg(object: QueryDisabledListRequestAminoMsg): QueryDisabledListRequest;
|
|
@@ -194,7 +195,7 @@ export declare const DisabledListResponse: {
|
|
|
194
195
|
typeUrl: string;
|
|
195
196
|
encode(message: DisabledListResponse, writer?: BinaryWriter): BinaryWriter;
|
|
196
197
|
decode(input: BinaryReader | Uint8Array, length?: number): DisabledListResponse;
|
|
197
|
-
fromPartial(object:
|
|
198
|
+
fromPartial(object: DeepPartial<DisabledListResponse>): DisabledListResponse;
|
|
198
199
|
fromAmino(object: DisabledListResponseAmino): DisabledListResponse;
|
|
199
200
|
toAmino(message: DisabledListResponse): DisabledListResponseAmino;
|
|
200
201
|
fromAminoMsg(object: DisabledListResponseAminoMsg): DisabledListResponse;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../types";
|
|
2
2
|
import { QueryClient } from "@cosmjs/stargate";
|
|
3
3
|
import { QueryAccountRequest, AccountResponse, QueryAccountsRequest, AccountsResponse, QueryDisabledListRequest, DisabledListResponse } from "./query";
|
|
4
4
|
/** Query defines the circuit gRPC querier service. */
|
|
@@ -12,7 +12,7 @@ export interface Query {
|
|
|
12
12
|
}
|
|
13
13
|
export declare class QueryClientImpl implements Query {
|
|
14
14
|
private readonly rpc;
|
|
15
|
-
constructor(rpc:
|
|
15
|
+
constructor(rpc: TxRpc);
|
|
16
16
|
account(request: QueryAccountRequest): Promise<AccountResponse>;
|
|
17
17
|
accounts(request?: QueryAccountsRequest): Promise<AccountsResponse>;
|
|
18
18
|
disabledList(request?: QueryDisabledListRequest): Promise<DisabledListResponse>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Permissions, PermissionsAmino, PermissionsSDKType } from "./types";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/** MsgAuthorizeCircuitBreaker defines the Msg/AuthorizeCircuitBreaker request type. */
|
|
4
5
|
export interface MsgAuthorizeCircuitBreaker {
|
|
5
6
|
/**
|
|
@@ -184,7 +185,7 @@ export declare const MsgAuthorizeCircuitBreaker: {
|
|
|
184
185
|
typeUrl: string;
|
|
185
186
|
encode(message: MsgAuthorizeCircuitBreaker, writer?: BinaryWriter): BinaryWriter;
|
|
186
187
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgAuthorizeCircuitBreaker;
|
|
187
|
-
fromPartial(object:
|
|
188
|
+
fromPartial(object: DeepPartial<MsgAuthorizeCircuitBreaker>): MsgAuthorizeCircuitBreaker;
|
|
188
189
|
fromAmino(object: MsgAuthorizeCircuitBreakerAmino): MsgAuthorizeCircuitBreaker;
|
|
189
190
|
toAmino(message: MsgAuthorizeCircuitBreaker): MsgAuthorizeCircuitBreakerAmino;
|
|
190
191
|
fromAminoMsg(object: MsgAuthorizeCircuitBreakerAminoMsg): MsgAuthorizeCircuitBreaker;
|
|
@@ -197,7 +198,7 @@ export declare const MsgAuthorizeCircuitBreakerResponse: {
|
|
|
197
198
|
typeUrl: string;
|
|
198
199
|
encode(message: MsgAuthorizeCircuitBreakerResponse, writer?: BinaryWriter): BinaryWriter;
|
|
199
200
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgAuthorizeCircuitBreakerResponse;
|
|
200
|
-
fromPartial(object:
|
|
201
|
+
fromPartial(object: DeepPartial<MsgAuthorizeCircuitBreakerResponse>): MsgAuthorizeCircuitBreakerResponse;
|
|
201
202
|
fromAmino(object: MsgAuthorizeCircuitBreakerResponseAmino): MsgAuthorizeCircuitBreakerResponse;
|
|
202
203
|
toAmino(message: MsgAuthorizeCircuitBreakerResponse): MsgAuthorizeCircuitBreakerResponseAmino;
|
|
203
204
|
fromAminoMsg(object: MsgAuthorizeCircuitBreakerResponseAminoMsg): MsgAuthorizeCircuitBreakerResponse;
|
|
@@ -210,7 +211,7 @@ export declare const MsgTripCircuitBreaker: {
|
|
|
210
211
|
typeUrl: string;
|
|
211
212
|
encode(message: MsgTripCircuitBreaker, writer?: BinaryWriter): BinaryWriter;
|
|
212
213
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgTripCircuitBreaker;
|
|
213
|
-
fromPartial(object:
|
|
214
|
+
fromPartial(object: DeepPartial<MsgTripCircuitBreaker>): MsgTripCircuitBreaker;
|
|
214
215
|
fromAmino(object: MsgTripCircuitBreakerAmino): MsgTripCircuitBreaker;
|
|
215
216
|
toAmino(message: MsgTripCircuitBreaker): MsgTripCircuitBreakerAmino;
|
|
216
217
|
fromAminoMsg(object: MsgTripCircuitBreakerAminoMsg): MsgTripCircuitBreaker;
|
|
@@ -223,7 +224,7 @@ export declare const MsgTripCircuitBreakerResponse: {
|
|
|
223
224
|
typeUrl: string;
|
|
224
225
|
encode(message: MsgTripCircuitBreakerResponse, writer?: BinaryWriter): BinaryWriter;
|
|
225
226
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgTripCircuitBreakerResponse;
|
|
226
|
-
fromPartial(object:
|
|
227
|
+
fromPartial(object: DeepPartial<MsgTripCircuitBreakerResponse>): MsgTripCircuitBreakerResponse;
|
|
227
228
|
fromAmino(object: MsgTripCircuitBreakerResponseAmino): MsgTripCircuitBreakerResponse;
|
|
228
229
|
toAmino(message: MsgTripCircuitBreakerResponse): MsgTripCircuitBreakerResponseAmino;
|
|
229
230
|
fromAminoMsg(object: MsgTripCircuitBreakerResponseAminoMsg): MsgTripCircuitBreakerResponse;
|
|
@@ -236,7 +237,7 @@ export declare const MsgResetCircuitBreaker: {
|
|
|
236
237
|
typeUrl: string;
|
|
237
238
|
encode(message: MsgResetCircuitBreaker, writer?: BinaryWriter): BinaryWriter;
|
|
238
239
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgResetCircuitBreaker;
|
|
239
|
-
fromPartial(object:
|
|
240
|
+
fromPartial(object: DeepPartial<MsgResetCircuitBreaker>): MsgResetCircuitBreaker;
|
|
240
241
|
fromAmino(object: MsgResetCircuitBreakerAmino): MsgResetCircuitBreaker;
|
|
241
242
|
toAmino(message: MsgResetCircuitBreaker): MsgResetCircuitBreakerAmino;
|
|
242
243
|
fromAminoMsg(object: MsgResetCircuitBreakerAminoMsg): MsgResetCircuitBreaker;
|
|
@@ -249,7 +250,7 @@ export declare const MsgResetCircuitBreakerResponse: {
|
|
|
249
250
|
typeUrl: string;
|
|
250
251
|
encode(message: MsgResetCircuitBreakerResponse, writer?: BinaryWriter): BinaryWriter;
|
|
251
252
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgResetCircuitBreakerResponse;
|
|
252
|
-
fromPartial(object:
|
|
253
|
+
fromPartial(object: DeepPartial<MsgResetCircuitBreakerResponse>): MsgResetCircuitBreakerResponse;
|
|
253
254
|
fromAmino(object: MsgResetCircuitBreakerResponseAmino): MsgResetCircuitBreakerResponse;
|
|
254
255
|
toAmino(message: MsgResetCircuitBreakerResponse): MsgResetCircuitBreakerResponseAmino;
|
|
255
256
|
fromAminoMsg(object: MsgResetCircuitBreakerResponseAminoMsg): MsgResetCircuitBreakerResponse;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
+
import { Registry } from "@cosmjs/proto-signing";
|
|
2
3
|
import { MsgAuthorizeCircuitBreaker, MsgTripCircuitBreaker, MsgResetCircuitBreaker } 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 { MsgAuthorizeCircuitBreaker, MsgAuthorizeCircuitBreakerResponse, MsgTripCircuitBreaker, MsgTripCircuitBreakerResponse, MsgResetCircuitBreaker, MsgResetCircuitBreakerResponse } from "./tx";
|
|
3
3
|
/** Msg defines the circuit Msg service. */
|
|
4
4
|
export interface Msg {
|
|
@@ -17,7 +17,7 @@ export interface Msg {
|
|
|
17
17
|
}
|
|
18
18
|
export declare class MsgClientImpl implements Msg {
|
|
19
19
|
private readonly rpc;
|
|
20
|
-
constructor(rpc:
|
|
20
|
+
constructor(rpc: TxRpc);
|
|
21
21
|
authorizeCircuitBreaker(request: MsgAuthorizeCircuitBreaker): Promise<MsgAuthorizeCircuitBreakerResponse>;
|
|
22
22
|
tripCircuitBreaker(request: MsgTripCircuitBreaker): Promise<MsgTripCircuitBreakerResponse>;
|
|
23
23
|
resetCircuitBreaker(request: MsgResetCircuitBreaker): Promise<MsgResetCircuitBreakerResponse>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
2
3
|
/** Level is the permission level. */
|
|
3
4
|
export declare enum Permissions_Level {
|
|
4
5
|
/**
|
|
@@ -123,7 +124,7 @@ export declare const Permissions: {
|
|
|
123
124
|
typeUrl: string;
|
|
124
125
|
encode(message: Permissions, writer?: BinaryWriter): BinaryWriter;
|
|
125
126
|
decode(input: BinaryReader | Uint8Array, length?: number): Permissions;
|
|
126
|
-
fromPartial(object:
|
|
127
|
+
fromPartial(object: DeepPartial<Permissions>): Permissions;
|
|
127
128
|
fromAmino(object: PermissionsAmino): Permissions;
|
|
128
129
|
toAmino(message: Permissions): PermissionsAmino;
|
|
129
130
|
fromAminoMsg(object: PermissionsAminoMsg): Permissions;
|
|
@@ -136,7 +137,7 @@ export declare const GenesisAccountPermissions: {
|
|
|
136
137
|
typeUrl: string;
|
|
137
138
|
encode(message: GenesisAccountPermissions, writer?: BinaryWriter): BinaryWriter;
|
|
138
139
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisAccountPermissions;
|
|
139
|
-
fromPartial(object:
|
|
140
|
+
fromPartial(object: DeepPartial<GenesisAccountPermissions>): GenesisAccountPermissions;
|
|
140
141
|
fromAmino(object: GenesisAccountPermissionsAmino): GenesisAccountPermissions;
|
|
141
142
|
toAmino(message: GenesisAccountPermissions): GenesisAccountPermissionsAmino;
|
|
142
143
|
fromAminoMsg(object: GenesisAccountPermissionsAminoMsg): GenesisAccountPermissions;
|
|
@@ -149,7 +150,7 @@ export declare const GenesisState: {
|
|
|
149
150
|
typeUrl: string;
|
|
150
151
|
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
151
152
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
152
|
-
fromPartial(object:
|
|
153
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
153
154
|
fromAmino(object: GenesisStateAmino): GenesisState;
|
|
154
155
|
toAmino(message: GenesisState): GenesisStateAmino;
|
|
155
156
|
fromAminoMsg(object: GenesisStateAminoMsg): GenesisState;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/** Module is the config object of the consensus module. */
|
|
3
4
|
export interface Module {
|
|
4
5
|
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
@@ -25,7 +26,7 @@ export declare const Module: {
|
|
|
25
26
|
typeUrl: string;
|
|
26
27
|
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
27
28
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
28
|
-
fromPartial(object:
|
|
29
|
+
fromPartial(object: DeepPartial<Module>): Module;
|
|
29
30
|
fromAmino(object: ModuleAmino): Module;
|
|
30
31
|
toAmino(message: Module): ModuleAmino;
|
|
31
32
|
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ConsensusParams, ConsensusParamsAmino, ConsensusParamsSDKType } from "../../../tendermint/types/params";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/** QueryParamsRequest defines the request type for querying x/consensus parameters. */
|
|
4
5
|
export interface QueryParamsRequest {
|
|
5
6
|
}
|
|
@@ -51,7 +52,7 @@ export declare const QueryParamsRequest: {
|
|
|
51
52
|
typeUrl: string;
|
|
52
53
|
encode(_: QueryParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
53
54
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsRequest;
|
|
54
|
-
fromPartial(_:
|
|
55
|
+
fromPartial(_: DeepPartial<QueryParamsRequest>): QueryParamsRequest;
|
|
55
56
|
fromAmino(_: QueryParamsRequestAmino): QueryParamsRequest;
|
|
56
57
|
toAmino(_: QueryParamsRequest): QueryParamsRequestAmino;
|
|
57
58
|
fromAminoMsg(object: QueryParamsRequestAminoMsg): QueryParamsRequest;
|
|
@@ -64,7 +65,7 @@ export declare const QueryParamsResponse: {
|
|
|
64
65
|
typeUrl: string;
|
|
65
66
|
encode(message: QueryParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
66
67
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsResponse;
|
|
67
|
-
fromPartial(object:
|
|
68
|
+
fromPartial(object: DeepPartial<QueryParamsResponse>): QueryParamsResponse;
|
|
68
69
|
fromAmino(object: QueryParamsResponseAmino): QueryParamsResponse;
|
|
69
70
|
toAmino(message: QueryParamsResponse): QueryParamsResponseAmino;
|
|
70
71
|
fromAminoMsg(object: QueryParamsResponseAminoMsg): QueryParamsResponse;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../types";
|
|
2
2
|
import { QueryClient } from "@cosmjs/stargate";
|
|
3
3
|
import { QueryParamsRequest, QueryParamsResponse } from "./query";
|
|
4
4
|
/** Query defines the gRPC querier service. */
|
|
@@ -8,7 +8,7 @@ export interface Query {
|
|
|
8
8
|
}
|
|
9
9
|
export declare class QueryClientImpl implements Query {
|
|
10
10
|
private readonly rpc;
|
|
11
|
-
constructor(rpc:
|
|
11
|
+
constructor(rpc: TxRpc);
|
|
12
12
|
params(request?: QueryParamsRequest): Promise<QueryParamsResponse>;
|
|
13
13
|
}
|
|
14
14
|
export declare const createRpcQueryExtension: (base: QueryClient) => {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { BlockParams, BlockParamsAmino, BlockParamsSDKType, EvidenceParams, EvidenceParamsAmino, EvidenceParamsSDKType, ValidatorParams, ValidatorParamsAmino, ValidatorParamsSDKType, ABCIParams, ABCIParamsAmino, ABCIParamsSDKType } from "../../../tendermint/types/params";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/** MsgUpdateParams is the Msg/UpdateParams request type. */
|
|
4
5
|
export interface MsgUpdateParams {
|
|
5
6
|
/** authority is the address that controls the module (defaults to x/gov unless overwritten). */
|
|
@@ -80,7 +81,7 @@ export declare const MsgUpdateParams: {
|
|
|
80
81
|
typeUrl: string;
|
|
81
82
|
encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
|
|
82
83
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
|
|
83
|
-
fromPartial(object:
|
|
84
|
+
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
84
85
|
fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
|
|
85
86
|
toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
|
|
86
87
|
fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
|
|
@@ -93,7 +94,7 @@ export declare const MsgUpdateParamsResponse: {
|
|
|
93
94
|
typeUrl: string;
|
|
94
95
|
encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
95
96
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
96
|
-
fromPartial(_:
|
|
97
|
+
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
97
98
|
fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
|
|
98
99
|
toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
|
|
99
100
|
fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
+
import { Registry } from "@cosmjs/proto-signing";
|
|
2
3
|
import { MsgUpdateParams } 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 { MsgUpdateParams, MsgUpdateParamsResponse } from "./tx";
|
|
3
3
|
/** Msg defines the consensus Msg service. */
|
|
4
4
|
export interface Msg {
|
|
@@ -12,6 +12,6 @@ export interface Msg {
|
|
|
12
12
|
}
|
|
13
13
|
export declare class MsgClientImpl implements Msg {
|
|
14
14
|
private readonly rpc;
|
|
15
|
-
constructor(rpc:
|
|
15
|
+
constructor(rpc: TxRpc);
|
|
16
16
|
updateParams(request: MsgUpdateParams): Promise<MsgUpdateParamsResponse>;
|
|
17
17
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/** Module is the config object of the counter module. */
|
|
3
4
|
export interface Module {
|
|
4
5
|
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
@@ -25,7 +26,7 @@ export declare const Module: {
|
|
|
25
26
|
typeUrl: string;
|
|
26
27
|
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
27
28
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
28
|
-
fromPartial(object:
|
|
29
|
+
fromPartial(object: DeepPartial<Module>): Module;
|
|
29
30
|
fromAmino(object: ModuleAmino): Module;
|
|
30
31
|
toAmino(message: Module): ModuleAmino;
|
|
31
32
|
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
2
3
|
/** QueryGetCountRequest defines the request type for querying x/mock count. */
|
|
3
4
|
export interface QueryGetCountRequest {
|
|
4
5
|
}
|
|
@@ -40,7 +41,7 @@ export declare const QueryGetCountRequest: {
|
|
|
40
41
|
typeUrl: string;
|
|
41
42
|
encode(_: QueryGetCountRequest, writer?: BinaryWriter): BinaryWriter;
|
|
42
43
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryGetCountRequest;
|
|
43
|
-
fromPartial(_:
|
|
44
|
+
fromPartial(_: DeepPartial<QueryGetCountRequest>): QueryGetCountRequest;
|
|
44
45
|
fromAmino(_: QueryGetCountRequestAmino): QueryGetCountRequest;
|
|
45
46
|
toAmino(_: QueryGetCountRequest): QueryGetCountRequestAmino;
|
|
46
47
|
fromAminoMsg(object: QueryGetCountRequestAminoMsg): QueryGetCountRequest;
|
|
@@ -53,7 +54,7 @@ export declare const QueryGetCountResponse: {
|
|
|
53
54
|
typeUrl: string;
|
|
54
55
|
encode(message: QueryGetCountResponse, writer?: BinaryWriter): BinaryWriter;
|
|
55
56
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryGetCountResponse;
|
|
56
|
-
fromPartial(object:
|
|
57
|
+
fromPartial(object: DeepPartial<QueryGetCountResponse>): QueryGetCountResponse;
|
|
57
58
|
fromAmino(object: QueryGetCountResponseAmino): QueryGetCountResponse;
|
|
58
59
|
toAmino(message: QueryGetCountResponse): QueryGetCountResponseAmino;
|
|
59
60
|
fromAminoMsg(object: QueryGetCountResponseAminoMsg): QueryGetCountResponse;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../types";
|
|
2
2
|
import { QueryClient } from "@cosmjs/stargate";
|
|
3
3
|
import { QueryGetCountRequest, QueryGetCountResponse } from "./query";
|
|
4
4
|
/** Query defines the gRPC querier service. */
|
|
@@ -8,7 +8,7 @@ export interface Query {
|
|
|
8
8
|
}
|
|
9
9
|
export declare class QueryClientImpl implements Query {
|
|
10
10
|
private readonly rpc;
|
|
11
|
-
constructor(rpc:
|
|
11
|
+
constructor(rpc: TxRpc);
|
|
12
12
|
getCount(request?: QueryGetCountRequest): Promise<QueryGetCountResponse>;
|
|
13
13
|
}
|
|
14
14
|
export declare const createRpcQueryExtension: (base: QueryClient) => {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
2
3
|
/** MsgIncreaseCounter defines a count Msg service counter. */
|
|
3
4
|
export interface MsgIncreaseCounter {
|
|
4
5
|
/** signer is the address that controls the module (defaults to x/gov unless overwritten). */
|
|
@@ -52,7 +53,7 @@ export declare const MsgIncreaseCounter: {
|
|
|
52
53
|
typeUrl: string;
|
|
53
54
|
encode(message: MsgIncreaseCounter, writer?: BinaryWriter): BinaryWriter;
|
|
54
55
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgIncreaseCounter;
|
|
55
|
-
fromPartial(object:
|
|
56
|
+
fromPartial(object: DeepPartial<MsgIncreaseCounter>): MsgIncreaseCounter;
|
|
56
57
|
fromAmino(object: MsgIncreaseCounterAmino): MsgIncreaseCounter;
|
|
57
58
|
toAmino(message: MsgIncreaseCounter): MsgIncreaseCounterAmino;
|
|
58
59
|
fromAminoMsg(object: MsgIncreaseCounterAminoMsg): MsgIncreaseCounter;
|
|
@@ -65,7 +66,7 @@ export declare const MsgIncreaseCountResponse: {
|
|
|
65
66
|
typeUrl: string;
|
|
66
67
|
encode(message: MsgIncreaseCountResponse, writer?: BinaryWriter): BinaryWriter;
|
|
67
68
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgIncreaseCountResponse;
|
|
68
|
-
fromPartial(object:
|
|
69
|
+
fromPartial(object: DeepPartial<MsgIncreaseCountResponse>): MsgIncreaseCountResponse;
|
|
69
70
|
fromAmino(object: MsgIncreaseCountResponseAmino): MsgIncreaseCountResponse;
|
|
70
71
|
toAmino(message: MsgIncreaseCountResponse): MsgIncreaseCountResponseAmino;
|
|
71
72
|
fromAminoMsg(object: MsgIncreaseCountResponseAminoMsg): MsgIncreaseCountResponse;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
+
import { Registry } from "@cosmjs/proto-signing";
|
|
2
3
|
import { MsgIncreaseCounter } 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 { MsgIncreaseCounter, MsgIncreaseCountResponse } from "./tx";
|
|
3
3
|
/** Msg defines the counter Msg service. */
|
|
4
4
|
export interface Msg {
|
|
@@ -7,6 +7,6 @@ export interface Msg {
|
|
|
7
7
|
}
|
|
8
8
|
export declare class MsgClientImpl implements Msg {
|
|
9
9
|
private readonly rpc;
|
|
10
|
-
constructor(rpc:
|
|
10
|
+
constructor(rpc: TxRpc);
|
|
11
11
|
increaseCount(request: MsgIncreaseCounter): Promise<MsgIncreaseCountResponse>;
|
|
12
12
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/** Module is the config object of the crisis module. */
|
|
3
4
|
export interface Module {
|
|
4
5
|
/** fee_collector_name is the name of the FeeCollector ModuleAccount. */
|
|
@@ -30,7 +31,7 @@ export declare const Module: {
|
|
|
30
31
|
typeUrl: string;
|
|
31
32
|
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
32
33
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
33
|
-
fromPartial(object:
|
|
34
|
+
fromPartial(object: DeepPartial<Module>): Module;
|
|
34
35
|
fromAmino(object: ModuleAmino): Module;
|
|
35
36
|
toAmino(message: Module): ModuleAmino;
|
|
36
37
|
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* PubKey is an ed25519 public key for handling Tendermint keys in SDK.
|
|
4
5
|
* It's needed for Any serialization and SDK compatibility.
|
|
@@ -70,7 +71,7 @@ export declare const PubKey: {
|
|
|
70
71
|
typeUrl: string;
|
|
71
72
|
encode(message: PubKey, writer?: BinaryWriter): BinaryWriter;
|
|
72
73
|
decode(input: BinaryReader | Uint8Array, length?: number): PubKey;
|
|
73
|
-
fromPartial(object:
|
|
74
|
+
fromPartial(object: DeepPartial<PubKey>): PubKey;
|
|
74
75
|
fromAmino(object: PubKeyAmino): PubKey;
|
|
75
76
|
toAmino(message: PubKey): PubKeyAmino;
|
|
76
77
|
fromAminoMsg(object: PubKeyAminoMsg): PubKey;
|
|
@@ -83,7 +84,7 @@ export declare const PrivKey: {
|
|
|
83
84
|
typeUrl: string;
|
|
84
85
|
encode(message: PrivKey, writer?: BinaryWriter): BinaryWriter;
|
|
85
86
|
decode(input: BinaryReader | Uint8Array, length?: number): PrivKey;
|
|
86
|
-
fromPartial(object:
|
|
87
|
+
fromPartial(object: DeepPartial<PrivKey>): PrivKey;
|
|
87
88
|
fromAmino(object: PrivKeyAmino): PrivKey;
|
|
88
89
|
toAmino(message: PrivKey): PrivKeyAmino;
|
|
89
90
|
fromAminoMsg(object: PrivKeyAminoMsg): PrivKey;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/** BIP44Params is used as path field in ledger item in Record. */
|
|
3
4
|
export interface BIP44Params {
|
|
4
5
|
/** purpose is a constant set to 44' (or 0x8000002C) following the BIP43 recommendation */
|
|
@@ -51,7 +52,7 @@ export declare const BIP44Params: {
|
|
|
51
52
|
typeUrl: string;
|
|
52
53
|
encode(message: BIP44Params, writer?: BinaryWriter): BinaryWriter;
|
|
53
54
|
decode(input: BinaryReader | Uint8Array, length?: number): BIP44Params;
|
|
54
|
-
fromPartial(object:
|
|
55
|
+
fromPartial(object: DeepPartial<BIP44Params>): BIP44Params;
|
|
55
56
|
fromAmino(object: BIP44ParamsAmino): BIP44Params;
|
|
56
57
|
toAmino(message: BIP44Params): BIP44ParamsAmino;
|
|
57
58
|
fromAminoMsg(object: BIP44ParamsAminoMsg): BIP44Params;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Any, AnyAmino, AnySDKType } from "../../../../google/protobuf/any";
|
|
2
2
|
import { BIP44Params, BIP44ParamsAmino, BIP44ParamsSDKType } from "../../hd/v1/hd";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../../helpers";
|
|
4
5
|
/** Record is used for representing a key in the keyring. */
|
|
5
6
|
export interface Record {
|
|
6
7
|
/** name represents a name of Record */
|
|
@@ -135,7 +136,7 @@ export declare const Record: {
|
|
|
135
136
|
typeUrl: string;
|
|
136
137
|
encode(message: Record, writer?: BinaryWriter): BinaryWriter;
|
|
137
138
|
decode(input: BinaryReader | Uint8Array, length?: number): Record;
|
|
138
|
-
fromPartial(object:
|
|
139
|
+
fromPartial(object: DeepPartial<Record>): Record;
|
|
139
140
|
fromAmino(object: RecordAmino): Record;
|
|
140
141
|
toAmino(message: Record): RecordAmino;
|
|
141
142
|
fromAminoMsg(object: RecordAminoMsg): Record;
|
|
@@ -148,7 +149,7 @@ export declare const Record_Local: {
|
|
|
148
149
|
typeUrl: string;
|
|
149
150
|
encode(message: Record_Local, writer?: BinaryWriter): BinaryWriter;
|
|
150
151
|
decode(input: BinaryReader | Uint8Array, length?: number): Record_Local;
|
|
151
|
-
fromPartial(object:
|
|
152
|
+
fromPartial(object: DeepPartial<Record_Local>): Record_Local;
|
|
152
153
|
fromAmino(object: Record_LocalAmino): Record_Local;
|
|
153
154
|
toAmino(message: Record_Local): Record_LocalAmino;
|
|
154
155
|
fromAminoMsg(object: Record_LocalAminoMsg): Record_Local;
|
|
@@ -161,7 +162,7 @@ export declare const Record_Ledger: {
|
|
|
161
162
|
typeUrl: string;
|
|
162
163
|
encode(message: Record_Ledger, writer?: BinaryWriter): BinaryWriter;
|
|
163
164
|
decode(input: BinaryReader | Uint8Array, length?: number): Record_Ledger;
|
|
164
|
-
fromPartial(object:
|
|
165
|
+
fromPartial(object: DeepPartial<Record_Ledger>): Record_Ledger;
|
|
165
166
|
fromAmino(object: Record_LedgerAmino): Record_Ledger;
|
|
166
167
|
toAmino(message: Record_Ledger): Record_LedgerAmino;
|
|
167
168
|
fromAminoMsg(object: Record_LedgerAminoMsg): Record_Ledger;
|
|
@@ -174,7 +175,7 @@ export declare const Record_Multi: {
|
|
|
174
175
|
typeUrl: string;
|
|
175
176
|
encode(_: Record_Multi, writer?: BinaryWriter): BinaryWriter;
|
|
176
177
|
decode(input: BinaryReader | Uint8Array, length?: number): Record_Multi;
|
|
177
|
-
fromPartial(_:
|
|
178
|
+
fromPartial(_: DeepPartial<Record_Multi>): Record_Multi;
|
|
178
179
|
fromAmino(_: Record_MultiAmino): Record_Multi;
|
|
179
180
|
toAmino(_: Record_Multi): Record_MultiAmino;
|
|
180
181
|
fromAminoMsg(object: Record_MultiAminoMsg): Record_Multi;
|
|
@@ -187,7 +188,7 @@ export declare const Record_Offline: {
|
|
|
187
188
|
typeUrl: string;
|
|
188
189
|
encode(_: Record_Offline, writer?: BinaryWriter): BinaryWriter;
|
|
189
190
|
decode(input: BinaryReader | Uint8Array, length?: number): Record_Offline;
|
|
190
|
-
fromPartial(_:
|
|
191
|
+
fromPartial(_: DeepPartial<Record_Offline>): Record_Offline;
|
|
191
192
|
fromAmino(_: Record_OfflineAmino): Record_Offline;
|
|
192
193
|
toAmino(_: Record_Offline): Record_OfflineAmino;
|
|
193
194
|
fromAminoMsg(object: Record_OfflineAminoMsg): Record_Offline;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Any, AnyAmino, AnySDKType } from "../../../google/protobuf/any";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/**
|
|
4
5
|
* LegacyAminoPubKey specifies a public key type
|
|
5
6
|
* which nests multiple public keys and a threshold,
|
|
@@ -39,7 +40,7 @@ export declare const LegacyAminoPubKey: {
|
|
|
39
40
|
typeUrl: string;
|
|
40
41
|
encode(message: LegacyAminoPubKey, writer?: BinaryWriter): BinaryWriter;
|
|
41
42
|
decode(input: BinaryReader | Uint8Array, length?: number): LegacyAminoPubKey;
|
|
42
|
-
fromPartial(object:
|
|
43
|
+
fromPartial(object: DeepPartial<LegacyAminoPubKey>): LegacyAminoPubKey;
|
|
43
44
|
fromAmino(object: LegacyAminoPubKeyAmino): LegacyAminoPubKey;
|
|
44
45
|
toAmino(message: LegacyAminoPubKey): LegacyAminoPubKeyAmino;
|
|
45
46
|
fromAminoMsg(object: LegacyAminoPubKeyAminoMsg): LegacyAminoPubKey;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* MultiSignature wraps the signatures from a multisig.LegacyAminoPubKey.
|
|
4
5
|
* See cosmos.tx.v1betata1.ModeInfo.Multi for how to specify which signers
|
|
@@ -73,7 +74,7 @@ export declare const MultiSignature: {
|
|
|
73
74
|
typeUrl: string;
|
|
74
75
|
encode(message: MultiSignature, writer?: BinaryWriter): BinaryWriter;
|
|
75
76
|
decode(input: BinaryReader | Uint8Array, length?: number): MultiSignature;
|
|
76
|
-
fromPartial(object:
|
|
77
|
+
fromPartial(object: DeepPartial<MultiSignature>): MultiSignature;
|
|
77
78
|
fromAmino(object: MultiSignatureAmino): MultiSignature;
|
|
78
79
|
toAmino(message: MultiSignature): MultiSignatureAmino;
|
|
79
80
|
fromAminoMsg(object: MultiSignatureAminoMsg): MultiSignature;
|
|
@@ -86,7 +87,7 @@ export declare const CompactBitArray: {
|
|
|
86
87
|
typeUrl: string;
|
|
87
88
|
encode(message: CompactBitArray, writer?: BinaryWriter): BinaryWriter;
|
|
88
89
|
decode(input: BinaryReader | Uint8Array, length?: number): CompactBitArray;
|
|
89
|
-
fromPartial(object:
|
|
90
|
+
fromPartial(object: DeepPartial<CompactBitArray>): CompactBitArray;
|
|
90
91
|
fromAmino(object: CompactBitArrayAmino): CompactBitArray;
|
|
91
92
|
toAmino(message: CompactBitArray): CompactBitArrayAmino;
|
|
92
93
|
fromAminoMsg(object: CompactBitArrayAminoMsg): CompactBitArray;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* PubKey defines a secp256k1 public key
|
|
4
5
|
* Key is the compressed form of the pubkey. The first byte depends is a 0x02 byte
|
|
@@ -61,7 +62,7 @@ export declare const PubKey: {
|
|
|
61
62
|
typeUrl: string;
|
|
62
63
|
encode(message: PubKey, writer?: BinaryWriter): BinaryWriter;
|
|
63
64
|
decode(input: BinaryReader | Uint8Array, length?: number): PubKey;
|
|
64
|
-
fromPartial(object:
|
|
65
|
+
fromPartial(object: DeepPartial<PubKey>): PubKey;
|
|
65
66
|
fromAmino(object: PubKeyAmino): PubKey;
|
|
66
67
|
toAmino(message: PubKey): PubKeyAmino;
|
|
67
68
|
fromAminoMsg(object: PubKeyAminoMsg): PubKey;
|
|
@@ -74,7 +75,7 @@ export declare const PrivKey: {
|
|
|
74
75
|
typeUrl: string;
|
|
75
76
|
encode(message: PrivKey, writer?: BinaryWriter): BinaryWriter;
|
|
76
77
|
decode(input: BinaryReader | Uint8Array, length?: number): PrivKey;
|
|
77
|
-
fromPartial(object:
|
|
78
|
+
fromPartial(object: DeepPartial<PrivKey>): PrivKey;
|
|
78
79
|
fromAmino(object: PrivKeyAmino): PrivKey;
|
|
79
80
|
toAmino(message: PrivKey): PrivKeyAmino;
|
|
80
81
|
fromAminoMsg(object: PrivKeyAminoMsg): PrivKey;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
2
3
|
/** PubKey defines a secp256r1 ECDSA public key. */
|
|
3
4
|
export interface PubKey {
|
|
4
5
|
/**
|
|
@@ -53,7 +54,7 @@ export declare const PubKey: {
|
|
|
53
54
|
typeUrl: string;
|
|
54
55
|
encode(message: PubKey, writer?: BinaryWriter): BinaryWriter;
|
|
55
56
|
decode(input: BinaryReader | Uint8Array, length?: number): PubKey;
|
|
56
|
-
fromPartial(object:
|
|
57
|
+
fromPartial(object: DeepPartial<PubKey>): PubKey;
|
|
57
58
|
fromAmino(object: PubKeyAmino): PubKey;
|
|
58
59
|
toAmino(message: PubKey): PubKeyAmino;
|
|
59
60
|
fromAminoMsg(object: PubKeyAminoMsg): PubKey;
|
|
@@ -66,7 +67,7 @@ export declare const PrivKey: {
|
|
|
66
67
|
typeUrl: string;
|
|
67
68
|
encode(message: PrivKey, writer?: BinaryWriter): BinaryWriter;
|
|
68
69
|
decode(input: BinaryReader | Uint8Array, length?: number): PrivKey;
|
|
69
|
-
fromPartial(object:
|
|
70
|
+
fromPartial(object: DeepPartial<PrivKey>): PrivKey;
|
|
70
71
|
fromAmino(object: PrivKeyAmino): PrivKey;
|
|
71
72
|
toAmino(message: PrivKey): PrivKeyAmino;
|
|
72
73
|
fromAminoMsg(object: PrivKeyAminoMsg): PrivKey;
|