@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,5 +1,6 @@
|
|
|
1
1
|
import { Params, ParamsAmino, ParamsSDKType } from "./mint";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/**
|
|
4
5
|
* MsgUpdateParams is the Msg/UpdateParams request type.
|
|
5
6
|
*
|
|
@@ -83,7 +84,7 @@ export declare const MsgUpdateParams: {
|
|
|
83
84
|
typeUrl: string;
|
|
84
85
|
encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
|
|
85
86
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
|
|
86
|
-
fromPartial(object:
|
|
87
|
+
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
87
88
|
fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
|
|
88
89
|
toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
|
|
89
90
|
fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
|
|
@@ -96,7 +97,7 @@ export declare const MsgUpdateParamsResponse: {
|
|
|
96
97
|
typeUrl: string;
|
|
97
98
|
encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
98
99
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
99
|
-
fromPartial(_:
|
|
100
|
+
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
100
101
|
fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
|
|
101
102
|
toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
|
|
102
103
|
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 x/mint 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 nft module. */
|
|
3
4
|
export interface Module {
|
|
4
5
|
}
|
|
@@ -20,7 +21,7 @@ export declare const Module: {
|
|
|
20
21
|
typeUrl: string;
|
|
21
22
|
encode(_: Module, writer?: BinaryWriter): BinaryWriter;
|
|
22
23
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
23
|
-
fromPartial(_:
|
|
24
|
+
fromPartial(_: DeepPartial<Module>): Module;
|
|
24
25
|
fromAmino(_: ModuleAmino): Module;
|
|
25
26
|
toAmino(_: Module): ModuleAmino;
|
|
26
27
|
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* Module defines the ORM module which adds providers to the app container for
|
|
4
5
|
* ORM ModuleDB's and in the future will automatically register query
|
|
@@ -32,7 +33,7 @@ export declare const Module: {
|
|
|
32
33
|
typeUrl: string;
|
|
33
34
|
encode(_: Module, writer?: BinaryWriter): BinaryWriter;
|
|
34
35
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
35
|
-
fromPartial(_:
|
|
36
|
+
fromPartial(_: DeepPartial<Module>): Module;
|
|
36
37
|
fromAmino(_: ModuleAmino): Module;
|
|
37
38
|
toAmino(_: Module): ModuleAmino;
|
|
38
39
|
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
@@ -2,6 +2,7 @@ import { PageRequest, PageRequestAmino, PageRequestSDKType, PageResponse, PageRe
|
|
|
2
2
|
import { Any, AnyAmino, AnySDKType } from "../../../../google/protobuf/any";
|
|
3
3
|
import { Duration, DurationAmino, DurationSDKType } from "../../../../google/protobuf/duration";
|
|
4
4
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
5
|
+
import { DeepPartial } from "../../../../helpers";
|
|
5
6
|
/** GetRequest is the Query/Get request type. */
|
|
6
7
|
export interface GetRequest {
|
|
7
8
|
/** message_name is the fully-qualified message name of the ORM table being queried. */
|
|
@@ -299,7 +300,7 @@ export declare const GetRequest: {
|
|
|
299
300
|
typeUrl: string;
|
|
300
301
|
encode(message: GetRequest, writer?: BinaryWriter): BinaryWriter;
|
|
301
302
|
decode(input: BinaryReader | Uint8Array, length?: number): GetRequest;
|
|
302
|
-
fromPartial(object:
|
|
303
|
+
fromPartial(object: DeepPartial<GetRequest>): GetRequest;
|
|
303
304
|
fromAmino(object: GetRequestAmino): GetRequest;
|
|
304
305
|
toAmino(message: GetRequest): GetRequestAmino;
|
|
305
306
|
fromAminoMsg(object: GetRequestAminoMsg): GetRequest;
|
|
@@ -312,7 +313,7 @@ export declare const GetResponse: {
|
|
|
312
313
|
typeUrl: string;
|
|
313
314
|
encode(message: GetResponse, writer?: BinaryWriter): BinaryWriter;
|
|
314
315
|
decode(input: BinaryReader | Uint8Array, length?: number): GetResponse;
|
|
315
|
-
fromPartial(object:
|
|
316
|
+
fromPartial(object: DeepPartial<GetResponse>): GetResponse;
|
|
316
317
|
fromAmino(object: GetResponseAmino): GetResponse;
|
|
317
318
|
toAmino(message: GetResponse): GetResponseAmino;
|
|
318
319
|
fromAminoMsg(object: GetResponseAminoMsg): GetResponse;
|
|
@@ -325,7 +326,7 @@ export declare const ListRequest: {
|
|
|
325
326
|
typeUrl: string;
|
|
326
327
|
encode(message: ListRequest, writer?: BinaryWriter): BinaryWriter;
|
|
327
328
|
decode(input: BinaryReader | Uint8Array, length?: number): ListRequest;
|
|
328
|
-
fromPartial(object:
|
|
329
|
+
fromPartial(object: DeepPartial<ListRequest>): ListRequest;
|
|
329
330
|
fromAmino(object: ListRequestAmino): ListRequest;
|
|
330
331
|
toAmino(message: ListRequest): ListRequestAmino;
|
|
331
332
|
fromAminoMsg(object: ListRequestAminoMsg): ListRequest;
|
|
@@ -338,7 +339,7 @@ export declare const ListRequest_Prefix: {
|
|
|
338
339
|
typeUrl: string;
|
|
339
340
|
encode(message: ListRequest_Prefix, writer?: BinaryWriter): BinaryWriter;
|
|
340
341
|
decode(input: BinaryReader | Uint8Array, length?: number): ListRequest_Prefix;
|
|
341
|
-
fromPartial(object:
|
|
342
|
+
fromPartial(object: DeepPartial<ListRequest_Prefix>): ListRequest_Prefix;
|
|
342
343
|
fromAmino(object: ListRequest_PrefixAmino): ListRequest_Prefix;
|
|
343
344
|
toAmino(message: ListRequest_Prefix): ListRequest_PrefixAmino;
|
|
344
345
|
fromAminoMsg(object: ListRequest_PrefixAminoMsg): ListRequest_Prefix;
|
|
@@ -351,7 +352,7 @@ export declare const ListRequest_Range: {
|
|
|
351
352
|
typeUrl: string;
|
|
352
353
|
encode(message: ListRequest_Range, writer?: BinaryWriter): BinaryWriter;
|
|
353
354
|
decode(input: BinaryReader | Uint8Array, length?: number): ListRequest_Range;
|
|
354
|
-
fromPartial(object:
|
|
355
|
+
fromPartial(object: DeepPartial<ListRequest_Range>): ListRequest_Range;
|
|
355
356
|
fromAmino(object: ListRequest_RangeAmino): ListRequest_Range;
|
|
356
357
|
toAmino(message: ListRequest_Range): ListRequest_RangeAmino;
|
|
357
358
|
fromAminoMsg(object: ListRequest_RangeAminoMsg): ListRequest_Range;
|
|
@@ -364,7 +365,7 @@ export declare const ListResponse: {
|
|
|
364
365
|
typeUrl: string;
|
|
365
366
|
encode(message: ListResponse, writer?: BinaryWriter): BinaryWriter;
|
|
366
367
|
decode(input: BinaryReader | Uint8Array, length?: number): ListResponse;
|
|
367
|
-
fromPartial(object:
|
|
368
|
+
fromPartial(object: DeepPartial<ListResponse>): ListResponse;
|
|
368
369
|
fromAmino(object: ListResponseAmino): ListResponse;
|
|
369
370
|
toAmino(message: ListResponse): ListResponseAmino;
|
|
370
371
|
fromAminoMsg(object: ListResponseAminoMsg): ListResponse;
|
|
@@ -377,7 +378,7 @@ export declare const IndexValue: {
|
|
|
377
378
|
typeUrl: string;
|
|
378
379
|
encode(message: IndexValue, writer?: BinaryWriter): BinaryWriter;
|
|
379
380
|
decode(input: BinaryReader | Uint8Array, length?: number): IndexValue;
|
|
380
|
-
fromPartial(object:
|
|
381
|
+
fromPartial(object: DeepPartial<IndexValue>): IndexValue;
|
|
381
382
|
fromAmino(object: IndexValueAmino): IndexValue;
|
|
382
383
|
toAmino(message: IndexValue): IndexValueAmino;
|
|
383
384
|
fromAminoMsg(object: IndexValueAminoMsg): IndexValue;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../../types";
|
|
2
2
|
import { QueryClient } from "@cosmjs/stargate";
|
|
3
3
|
import { GetRequest, GetResponse, ListRequest, ListResponse } from "./query";
|
|
4
4
|
/** Query is a generic gRPC service for querying ORM data. */
|
|
@@ -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
|
get(request: GetRequest): Promise<GetResponse>;
|
|
15
15
|
list(request: ListRequest): Promise<ListResponse>;
|
|
16
16
|
}
|
|
@@ -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 params module. */
|
|
3
4
|
export interface Module {
|
|
4
5
|
}
|
|
@@ -20,7 +21,7 @@ export declare const Module: {
|
|
|
20
21
|
typeUrl: string;
|
|
21
22
|
encode(_: Module, writer?: BinaryWriter): BinaryWriter;
|
|
22
23
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
23
|
-
fromPartial(_:
|
|
24
|
+
fromPartial(_: DeepPartial<Module>): Module;
|
|
24
25
|
fromAmino(_: ModuleAmino): Module;
|
|
25
26
|
toAmino(_: Module): ModuleAmino;
|
|
26
27
|
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
2
3
|
/** ParameterChangeProposal defines a proposal to change one or more parameters. */
|
|
3
4
|
export interface ParameterChangeProposal {
|
|
4
5
|
$typeUrl?: "/cosmos.params.v1beta1.ParameterChangeProposal";
|
|
@@ -66,7 +67,7 @@ export declare const ParameterChangeProposal: {
|
|
|
66
67
|
typeUrl: string;
|
|
67
68
|
encode(message: ParameterChangeProposal, writer?: BinaryWriter): BinaryWriter;
|
|
68
69
|
decode(input: BinaryReader | Uint8Array, length?: number): ParameterChangeProposal;
|
|
69
|
-
fromPartial(object:
|
|
70
|
+
fromPartial(object: DeepPartial<ParameterChangeProposal>): ParameterChangeProposal;
|
|
70
71
|
fromAmino(object: ParameterChangeProposalAmino): ParameterChangeProposal;
|
|
71
72
|
toAmino(message: ParameterChangeProposal): ParameterChangeProposalAmino;
|
|
72
73
|
fromAminoMsg(object: ParameterChangeProposalAminoMsg): ParameterChangeProposal;
|
|
@@ -79,7 +80,7 @@ export declare const ParamChange: {
|
|
|
79
80
|
typeUrl: string;
|
|
80
81
|
encode(message: ParamChange, writer?: BinaryWriter): BinaryWriter;
|
|
81
82
|
decode(input: BinaryReader | Uint8Array, length?: number): ParamChange;
|
|
82
|
-
fromPartial(object:
|
|
83
|
+
fromPartial(object: DeepPartial<ParamChange>): ParamChange;
|
|
83
84
|
fromAmino(object: ParamChangeAmino): ParamChange;
|
|
84
85
|
toAmino(message: ParamChange): ParamChangeAmino;
|
|
85
86
|
fromAminoMsg(object: ParamChangeAminoMsg): ParamChange;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ParamChange, ParamChangeAmino, ParamChangeSDKType } from "./params";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/** QueryParamsRequest is request type for the Query/Params RPC method. */
|
|
4
5
|
export interface QueryParamsRequest {
|
|
5
6
|
/** subspace defines the module to query the parameter for. */
|
|
@@ -158,7 +159,7 @@ export declare const QueryParamsRequest: {
|
|
|
158
159
|
typeUrl: string;
|
|
159
160
|
encode(message: QueryParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
160
161
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsRequest;
|
|
161
|
-
fromPartial(object:
|
|
162
|
+
fromPartial(object: DeepPartial<QueryParamsRequest>): QueryParamsRequest;
|
|
162
163
|
fromAmino(object: QueryParamsRequestAmino): QueryParamsRequest;
|
|
163
164
|
toAmino(message: QueryParamsRequest): QueryParamsRequestAmino;
|
|
164
165
|
fromAminoMsg(object: QueryParamsRequestAminoMsg): QueryParamsRequest;
|
|
@@ -171,7 +172,7 @@ export declare const QueryParamsResponse: {
|
|
|
171
172
|
typeUrl: string;
|
|
172
173
|
encode(message: QueryParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
173
174
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsResponse;
|
|
174
|
-
fromPartial(object:
|
|
175
|
+
fromPartial(object: DeepPartial<QueryParamsResponse>): QueryParamsResponse;
|
|
175
176
|
fromAmino(object: QueryParamsResponseAmino): QueryParamsResponse;
|
|
176
177
|
toAmino(message: QueryParamsResponse): QueryParamsResponseAmino;
|
|
177
178
|
fromAminoMsg(object: QueryParamsResponseAminoMsg): QueryParamsResponse;
|
|
@@ -184,7 +185,7 @@ export declare const QuerySubspacesRequest: {
|
|
|
184
185
|
typeUrl: string;
|
|
185
186
|
encode(_: QuerySubspacesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
186
187
|
decode(input: BinaryReader | Uint8Array, length?: number): QuerySubspacesRequest;
|
|
187
|
-
fromPartial(_:
|
|
188
|
+
fromPartial(_: DeepPartial<QuerySubspacesRequest>): QuerySubspacesRequest;
|
|
188
189
|
fromAmino(_: QuerySubspacesRequestAmino): QuerySubspacesRequest;
|
|
189
190
|
toAmino(_: QuerySubspacesRequest): QuerySubspacesRequestAmino;
|
|
190
191
|
fromAminoMsg(object: QuerySubspacesRequestAminoMsg): QuerySubspacesRequest;
|
|
@@ -197,7 +198,7 @@ export declare const QuerySubspacesResponse: {
|
|
|
197
198
|
typeUrl: string;
|
|
198
199
|
encode(message: QuerySubspacesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
199
200
|
decode(input: BinaryReader | Uint8Array, length?: number): QuerySubspacesResponse;
|
|
200
|
-
fromPartial(object:
|
|
201
|
+
fromPartial(object: DeepPartial<QuerySubspacesResponse>): QuerySubspacesResponse;
|
|
201
202
|
fromAmino(object: QuerySubspacesResponseAmino): QuerySubspacesResponse;
|
|
202
203
|
toAmino(message: QuerySubspacesResponse): QuerySubspacesResponseAmino;
|
|
203
204
|
fromAminoMsg(object: QuerySubspacesResponseAminoMsg): QuerySubspacesResponse;
|
|
@@ -210,7 +211,7 @@ export declare const Subspace: {
|
|
|
210
211
|
typeUrl: string;
|
|
211
212
|
encode(message: Subspace, writer?: BinaryWriter): BinaryWriter;
|
|
212
213
|
decode(input: BinaryReader | Uint8Array, length?: number): Subspace;
|
|
213
|
-
fromPartial(object:
|
|
214
|
+
fromPartial(object: DeepPartial<Subspace>): Subspace;
|
|
214
215
|
fromAmino(object: SubspaceAmino): Subspace;
|
|
215
216
|
toAmino(message: Subspace): SubspaceAmino;
|
|
216
217
|
fromAminoMsg(object: SubspaceAminoMsg): Subspace;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../types";
|
|
2
2
|
import { QueryClient } from "@cosmjs/stargate";
|
|
3
3
|
import { QueryParamsRequest, QueryParamsResponse, QuerySubspacesRequest, QuerySubspacesResponse } from "./query";
|
|
4
4
|
/** Query defines the gRPC querier service. */
|
|
@@ -17,7 +17,7 @@ export interface Query {
|
|
|
17
17
|
}
|
|
18
18
|
export declare class QueryClientImpl implements Query {
|
|
19
19
|
private readonly rpc;
|
|
20
|
-
constructor(rpc:
|
|
20
|
+
constructor(rpc: TxRpc);
|
|
21
21
|
params(request: QueryParamsRequest): Promise<QueryParamsResponse>;
|
|
22
22
|
subspaces(request?: QuerySubspacesRequest): Promise<QuerySubspacesResponse>;
|
|
23
23
|
}
|
|
@@ -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 { ContinuousFund, ContinuousFundAmino, ContinuousFundSDKType, Params, ParamsAmino, ParamsSDKType } from "./types";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/** GenesisState defines the protocolpool module's genesis state. */
|
|
4
5
|
export interface GenesisState {
|
|
5
6
|
/** ContinuousFunds defines the continuous funds at genesis. */
|
|
@@ -37,7 +38,7 @@ export declare const GenesisState: {
|
|
|
37
38
|
typeUrl: string;
|
|
38
39
|
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
39
40
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
40
|
-
fromPartial(object:
|
|
41
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
41
42
|
fromAmino(object: GenesisStateAmino): GenesisState;
|
|
42
43
|
toAmino(message: GenesisState): GenesisStateAmino;
|
|
43
44
|
fromAminoMsg(object: GenesisStateAminoMsg): GenesisState;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Coin, CoinAmino, CoinSDKType } from "../../base/v1beta1/coin";
|
|
2
2
|
import { ContinuousFund, ContinuousFundAmino, ContinuousFundSDKType, Params, ParamsAmino, ParamsSDKType } from "./types";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
5
|
/**
|
|
5
6
|
* QueryCommunityPoolRequest is the request type for the Query/CommunityPool RPC
|
|
6
7
|
* method.
|
|
@@ -218,7 +219,7 @@ export declare const QueryCommunityPoolRequest: {
|
|
|
218
219
|
typeUrl: string;
|
|
219
220
|
encode(_: QueryCommunityPoolRequest, writer?: BinaryWriter): BinaryWriter;
|
|
220
221
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryCommunityPoolRequest;
|
|
221
|
-
fromPartial(_:
|
|
222
|
+
fromPartial(_: DeepPartial<QueryCommunityPoolRequest>): QueryCommunityPoolRequest;
|
|
222
223
|
fromAmino(_: QueryCommunityPoolRequestAmino): QueryCommunityPoolRequest;
|
|
223
224
|
toAmino(_: QueryCommunityPoolRequest): QueryCommunityPoolRequestAmino;
|
|
224
225
|
fromAminoMsg(object: QueryCommunityPoolRequestAminoMsg): QueryCommunityPoolRequest;
|
|
@@ -231,7 +232,7 @@ export declare const QueryCommunityPoolResponse: {
|
|
|
231
232
|
typeUrl: string;
|
|
232
233
|
encode(message: QueryCommunityPoolResponse, writer?: BinaryWriter): BinaryWriter;
|
|
233
234
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryCommunityPoolResponse;
|
|
234
|
-
fromPartial(object:
|
|
235
|
+
fromPartial(object: DeepPartial<QueryCommunityPoolResponse>): QueryCommunityPoolResponse;
|
|
235
236
|
fromAmino(object: QueryCommunityPoolResponseAmino): QueryCommunityPoolResponse;
|
|
236
237
|
toAmino(message: QueryCommunityPoolResponse): QueryCommunityPoolResponseAmino;
|
|
237
238
|
fromAminoMsg(object: QueryCommunityPoolResponseAminoMsg): QueryCommunityPoolResponse;
|
|
@@ -244,7 +245,7 @@ export declare const QueryContinuousFundRequest: {
|
|
|
244
245
|
typeUrl: string;
|
|
245
246
|
encode(message: QueryContinuousFundRequest, writer?: BinaryWriter): BinaryWriter;
|
|
246
247
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryContinuousFundRequest;
|
|
247
|
-
fromPartial(object:
|
|
248
|
+
fromPartial(object: DeepPartial<QueryContinuousFundRequest>): QueryContinuousFundRequest;
|
|
248
249
|
fromAmino(object: QueryContinuousFundRequestAmino): QueryContinuousFundRequest;
|
|
249
250
|
toAmino(message: QueryContinuousFundRequest): QueryContinuousFundRequestAmino;
|
|
250
251
|
fromAminoMsg(object: QueryContinuousFundRequestAminoMsg): QueryContinuousFundRequest;
|
|
@@ -257,7 +258,7 @@ export declare const QueryContinuousFundResponse: {
|
|
|
257
258
|
typeUrl: string;
|
|
258
259
|
encode(message: QueryContinuousFundResponse, writer?: BinaryWriter): BinaryWriter;
|
|
259
260
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryContinuousFundResponse;
|
|
260
|
-
fromPartial(object:
|
|
261
|
+
fromPartial(object: DeepPartial<QueryContinuousFundResponse>): QueryContinuousFundResponse;
|
|
261
262
|
fromAmino(object: QueryContinuousFundResponseAmino): QueryContinuousFundResponse;
|
|
262
263
|
toAmino(message: QueryContinuousFundResponse): QueryContinuousFundResponseAmino;
|
|
263
264
|
fromAminoMsg(object: QueryContinuousFundResponseAminoMsg): QueryContinuousFundResponse;
|
|
@@ -270,7 +271,7 @@ export declare const QueryContinuousFundsRequest: {
|
|
|
270
271
|
typeUrl: string;
|
|
271
272
|
encode(_: QueryContinuousFundsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
272
273
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryContinuousFundsRequest;
|
|
273
|
-
fromPartial(_:
|
|
274
|
+
fromPartial(_: DeepPartial<QueryContinuousFundsRequest>): QueryContinuousFundsRequest;
|
|
274
275
|
fromAmino(_: QueryContinuousFundsRequestAmino): QueryContinuousFundsRequest;
|
|
275
276
|
toAmino(_: QueryContinuousFundsRequest): QueryContinuousFundsRequestAmino;
|
|
276
277
|
fromAminoMsg(object: QueryContinuousFundsRequestAminoMsg): QueryContinuousFundsRequest;
|
|
@@ -283,7 +284,7 @@ export declare const QueryContinuousFundsResponse: {
|
|
|
283
284
|
typeUrl: string;
|
|
284
285
|
encode(message: QueryContinuousFundsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
285
286
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryContinuousFundsResponse;
|
|
286
|
-
fromPartial(object:
|
|
287
|
+
fromPartial(object: DeepPartial<QueryContinuousFundsResponse>): QueryContinuousFundsResponse;
|
|
287
288
|
fromAmino(object: QueryContinuousFundsResponseAmino): QueryContinuousFundsResponse;
|
|
288
289
|
toAmino(message: QueryContinuousFundsResponse): QueryContinuousFundsResponseAmino;
|
|
289
290
|
fromAminoMsg(object: QueryContinuousFundsResponseAminoMsg): QueryContinuousFundsResponse;
|
|
@@ -296,7 +297,7 @@ export declare const QueryParamsRequest: {
|
|
|
296
297
|
typeUrl: string;
|
|
297
298
|
encode(_: QueryParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
298
299
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsRequest;
|
|
299
|
-
fromPartial(_:
|
|
300
|
+
fromPartial(_: DeepPartial<QueryParamsRequest>): QueryParamsRequest;
|
|
300
301
|
fromAmino(_: QueryParamsRequestAmino): QueryParamsRequest;
|
|
301
302
|
toAmino(_: QueryParamsRequest): QueryParamsRequestAmino;
|
|
302
303
|
fromAminoMsg(object: QueryParamsRequestAminoMsg): QueryParamsRequest;
|
|
@@ -309,7 +310,7 @@ export declare const QueryParamsResponse: {
|
|
|
309
310
|
typeUrl: string;
|
|
310
311
|
encode(message: QueryParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
311
312
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsResponse;
|
|
312
|
-
fromPartial(object:
|
|
313
|
+
fromPartial(object: DeepPartial<QueryParamsResponse>): QueryParamsResponse;
|
|
313
314
|
fromAmino(object: QueryParamsResponseAmino): QueryParamsResponse;
|
|
314
315
|
toAmino(message: QueryParamsResponse): QueryParamsResponseAmino;
|
|
315
316
|
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 { QueryCommunityPoolRequest, QueryCommunityPoolResponse, QueryContinuousFundRequest, QueryContinuousFundResponse, QueryContinuousFundsRequest, QueryContinuousFundsResponse, QueryParamsRequest, QueryParamsResponse } from "./query";
|
|
4
4
|
/** Query defines the gRPC querier service for community pool module. */
|
|
@@ -14,7 +14,7 @@ export interface Query {
|
|
|
14
14
|
}
|
|
15
15
|
export declare class QueryClientImpl implements Query {
|
|
16
16
|
private readonly rpc;
|
|
17
|
-
constructor(rpc:
|
|
17
|
+
constructor(rpc: TxRpc);
|
|
18
18
|
communityPool(request?: QueryCommunityPoolRequest): Promise<QueryCommunityPoolResponse>;
|
|
19
19
|
continuousFund(request: QueryContinuousFundRequest): Promise<QueryContinuousFundResponse>;
|
|
20
20
|
continuousFunds(request?: QueryContinuousFundsRequest): Promise<QueryContinuousFundsResponse>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Coin, CoinAmino, CoinSDKType } from "../../base/v1beta1/coin";
|
|
2
2
|
import { Params, ParamsAmino, ParamsSDKType } from "./types";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
5
|
/**
|
|
5
6
|
* MsgFundCommunityPool allows an account to directly
|
|
6
7
|
* fund the community pool.
|
|
@@ -312,7 +313,7 @@ export declare const MsgFundCommunityPool: {
|
|
|
312
313
|
typeUrl: string;
|
|
313
314
|
encode(message: MsgFundCommunityPool, writer?: BinaryWriter): BinaryWriter;
|
|
314
315
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgFundCommunityPool;
|
|
315
|
-
fromPartial(object:
|
|
316
|
+
fromPartial(object: DeepPartial<MsgFundCommunityPool>): MsgFundCommunityPool;
|
|
316
317
|
fromAmino(object: MsgFundCommunityPoolAmino): MsgFundCommunityPool;
|
|
317
318
|
toAmino(message: MsgFundCommunityPool): MsgFundCommunityPoolAmino;
|
|
318
319
|
fromAminoMsg(object: MsgFundCommunityPoolAminoMsg): MsgFundCommunityPool;
|
|
@@ -325,7 +326,7 @@ export declare const MsgFundCommunityPoolResponse: {
|
|
|
325
326
|
typeUrl: string;
|
|
326
327
|
encode(_: MsgFundCommunityPoolResponse, writer?: BinaryWriter): BinaryWriter;
|
|
327
328
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgFundCommunityPoolResponse;
|
|
328
|
-
fromPartial(_:
|
|
329
|
+
fromPartial(_: DeepPartial<MsgFundCommunityPoolResponse>): MsgFundCommunityPoolResponse;
|
|
329
330
|
fromAmino(_: MsgFundCommunityPoolResponseAmino): MsgFundCommunityPoolResponse;
|
|
330
331
|
toAmino(_: MsgFundCommunityPoolResponse): MsgFundCommunityPoolResponseAmino;
|
|
331
332
|
fromAminoMsg(object: MsgFundCommunityPoolResponseAminoMsg): MsgFundCommunityPoolResponse;
|
|
@@ -338,7 +339,7 @@ export declare const MsgCommunityPoolSpend: {
|
|
|
338
339
|
typeUrl: string;
|
|
339
340
|
encode(message: MsgCommunityPoolSpend, writer?: BinaryWriter): BinaryWriter;
|
|
340
341
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCommunityPoolSpend;
|
|
341
|
-
fromPartial(object:
|
|
342
|
+
fromPartial(object: DeepPartial<MsgCommunityPoolSpend>): MsgCommunityPoolSpend;
|
|
342
343
|
fromAmino(object: MsgCommunityPoolSpendAmino): MsgCommunityPoolSpend;
|
|
343
344
|
toAmino(message: MsgCommunityPoolSpend): MsgCommunityPoolSpendAmino;
|
|
344
345
|
fromAminoMsg(object: MsgCommunityPoolSpendAminoMsg): MsgCommunityPoolSpend;
|
|
@@ -351,7 +352,7 @@ export declare const MsgCommunityPoolSpendResponse: {
|
|
|
351
352
|
typeUrl: string;
|
|
352
353
|
encode(_: MsgCommunityPoolSpendResponse, writer?: BinaryWriter): BinaryWriter;
|
|
353
354
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCommunityPoolSpendResponse;
|
|
354
|
-
fromPartial(_:
|
|
355
|
+
fromPartial(_: DeepPartial<MsgCommunityPoolSpendResponse>): MsgCommunityPoolSpendResponse;
|
|
355
356
|
fromAmino(_: MsgCommunityPoolSpendResponseAmino): MsgCommunityPoolSpendResponse;
|
|
356
357
|
toAmino(_: MsgCommunityPoolSpendResponse): MsgCommunityPoolSpendResponseAmino;
|
|
357
358
|
fromAminoMsg(object: MsgCommunityPoolSpendResponseAminoMsg): MsgCommunityPoolSpendResponse;
|
|
@@ -364,7 +365,7 @@ export declare const MsgCreateContinuousFund: {
|
|
|
364
365
|
typeUrl: string;
|
|
365
366
|
encode(message: MsgCreateContinuousFund, writer?: BinaryWriter): BinaryWriter;
|
|
366
367
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateContinuousFund;
|
|
367
|
-
fromPartial(object:
|
|
368
|
+
fromPartial(object: DeepPartial<MsgCreateContinuousFund>): MsgCreateContinuousFund;
|
|
368
369
|
fromAmino(object: MsgCreateContinuousFundAmino): MsgCreateContinuousFund;
|
|
369
370
|
toAmino(message: MsgCreateContinuousFund): MsgCreateContinuousFundAmino;
|
|
370
371
|
fromAminoMsg(object: MsgCreateContinuousFundAminoMsg): MsgCreateContinuousFund;
|
|
@@ -377,7 +378,7 @@ export declare const MsgCreateContinuousFundResponse: {
|
|
|
377
378
|
typeUrl: string;
|
|
378
379
|
encode(_: MsgCreateContinuousFundResponse, writer?: BinaryWriter): BinaryWriter;
|
|
379
380
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateContinuousFundResponse;
|
|
380
|
-
fromPartial(_:
|
|
381
|
+
fromPartial(_: DeepPartial<MsgCreateContinuousFundResponse>): MsgCreateContinuousFundResponse;
|
|
381
382
|
fromAmino(_: MsgCreateContinuousFundResponseAmino): MsgCreateContinuousFundResponse;
|
|
382
383
|
toAmino(_: MsgCreateContinuousFundResponse): MsgCreateContinuousFundResponseAmino;
|
|
383
384
|
fromAminoMsg(object: MsgCreateContinuousFundResponseAminoMsg): MsgCreateContinuousFundResponse;
|
|
@@ -390,7 +391,7 @@ export declare const MsgCancelContinuousFund: {
|
|
|
390
391
|
typeUrl: string;
|
|
391
392
|
encode(message: MsgCancelContinuousFund, writer?: BinaryWriter): BinaryWriter;
|
|
392
393
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelContinuousFund;
|
|
393
|
-
fromPartial(object:
|
|
394
|
+
fromPartial(object: DeepPartial<MsgCancelContinuousFund>): MsgCancelContinuousFund;
|
|
394
395
|
fromAmino(object: MsgCancelContinuousFundAmino): MsgCancelContinuousFund;
|
|
395
396
|
toAmino(message: MsgCancelContinuousFund): MsgCancelContinuousFundAmino;
|
|
396
397
|
fromAminoMsg(object: MsgCancelContinuousFundAminoMsg): MsgCancelContinuousFund;
|
|
@@ -403,7 +404,7 @@ export declare const MsgCancelContinuousFundResponse: {
|
|
|
403
404
|
typeUrl: string;
|
|
404
405
|
encode(message: MsgCancelContinuousFundResponse, writer?: BinaryWriter): BinaryWriter;
|
|
405
406
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelContinuousFundResponse;
|
|
406
|
-
fromPartial(object:
|
|
407
|
+
fromPartial(object: DeepPartial<MsgCancelContinuousFundResponse>): MsgCancelContinuousFundResponse;
|
|
407
408
|
fromAmino(object: MsgCancelContinuousFundResponseAmino): MsgCancelContinuousFundResponse;
|
|
408
409
|
toAmino(message: MsgCancelContinuousFundResponse): MsgCancelContinuousFundResponseAmino;
|
|
409
410
|
fromAminoMsg(object: MsgCancelContinuousFundResponseAminoMsg): MsgCancelContinuousFundResponse;
|
|
@@ -416,7 +417,7 @@ export declare const MsgUpdateParams: {
|
|
|
416
417
|
typeUrl: string;
|
|
417
418
|
encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
|
|
418
419
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
|
|
419
|
-
fromPartial(object:
|
|
420
|
+
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
420
421
|
fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
|
|
421
422
|
toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
|
|
422
423
|
fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
|
|
@@ -429,7 +430,7 @@ export declare const MsgUpdateParamsResponse: {
|
|
|
429
430
|
typeUrl: string;
|
|
430
431
|
encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
431
432
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
432
|
-
fromPartial(_:
|
|
433
|
+
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
433
434
|
fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
|
|
434
435
|
toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
|
|
435
436
|
fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
|
|
@@ -6,8 +6,8 @@ const coin_1 = require("../../base/v1beta1/coin");
|
|
|
6
6
|
const timestamp_1 = require("../../../google/protobuf/timestamp");
|
|
7
7
|
const types_1 = require("./types");
|
|
8
8
|
const binary_1 = require("../../../binary");
|
|
9
|
-
const math_1 = require("@cosmjs/math");
|
|
10
9
|
const helpers_1 = require("../../../helpers");
|
|
10
|
+
const math_1 = require("@cosmjs/math");
|
|
11
11
|
function createBaseMsgFundCommunityPool() {
|
|
12
12
|
return {
|
|
13
13
|
depositor: "",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
+
import { Registry } from "@cosmjs/proto-signing";
|
|
2
3
|
import { MsgFundCommunityPool, MsgCommunityPoolSpend, MsgCreateContinuousFund, MsgCancelContinuousFund, 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 { MsgFundCommunityPool, MsgFundCommunityPoolResponse, MsgCommunityPoolSpend, MsgCommunityPoolSpendResponse, MsgCreateContinuousFund, MsgCreateContinuousFundResponse, MsgCancelContinuousFund, MsgCancelContinuousFundResponse, MsgUpdateParams, MsgUpdateParamsResponse } from "./tx";
|
|
3
3
|
/** Msg defines the pool Msg service. */
|
|
4
4
|
export interface Msg {
|
|
@@ -31,7 +31,7 @@ export interface Msg {
|
|
|
31
31
|
}
|
|
32
32
|
export declare class MsgClientImpl implements Msg {
|
|
33
33
|
private readonly rpc;
|
|
34
|
-
constructor(rpc:
|
|
34
|
+
constructor(rpc: TxRpc);
|
|
35
35
|
fundCommunityPool(request: MsgFundCommunityPool): Promise<MsgFundCommunityPoolResponse>;
|
|
36
36
|
communityPoolSpend(request: MsgCommunityPoolSpend): Promise<MsgCommunityPoolSpendResponse>;
|
|
37
37
|
createContinuousFund(request: MsgCreateContinuousFund): Promise<MsgCreateContinuousFundResponse>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
2
3
|
/** ContinuousFund defines the fields of continuous fund proposal. */
|
|
3
4
|
export interface ContinuousFund {
|
|
4
5
|
/** Recipient is the address string of the account receiving funds. */
|
|
@@ -74,7 +75,7 @@ export declare const ContinuousFund: {
|
|
|
74
75
|
typeUrl: string;
|
|
75
76
|
encode(message: ContinuousFund, writer?: BinaryWriter): BinaryWriter;
|
|
76
77
|
decode(input: BinaryReader | Uint8Array, length?: number): ContinuousFund;
|
|
77
|
-
fromPartial(object:
|
|
78
|
+
fromPartial(object: DeepPartial<ContinuousFund>): ContinuousFund;
|
|
78
79
|
fromAmino(object: ContinuousFundAmino): ContinuousFund;
|
|
79
80
|
toAmino(message: ContinuousFund): ContinuousFundAmino;
|
|
80
81
|
fromAminoMsg(object: ContinuousFundAminoMsg): ContinuousFund;
|
|
@@ -87,7 +88,7 @@ export declare const Params: {
|
|
|
87
88
|
typeUrl: string;
|
|
88
89
|
encode(message: Params, writer?: BinaryWriter): BinaryWriter;
|
|
89
90
|
decode(input: BinaryReader | Uint8Array, length?: number): Params;
|
|
90
|
-
fromPartial(object:
|
|
91
|
+
fromPartial(object: DeepPartial<Params>): Params;
|
|
91
92
|
fromAmino(object: ParamsAmino): Params;
|
|
92
93
|
toAmino(message: Params): ParamsAmino;
|
|
93
94
|
fromAminoMsg(object: ParamsAminoMsg): Params;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { FileDescriptorProto, FileDescriptorProtoAmino, FileDescriptorProtoSDKType } from "../../../google/protobuf/descriptor";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/** FileDescriptorsRequest is the Query/FileDescriptors request type. */
|
|
4
5
|
export interface FileDescriptorsRequest {
|
|
5
6
|
}
|
|
@@ -43,7 +44,7 @@ export declare const FileDescriptorsRequest: {
|
|
|
43
44
|
typeUrl: string;
|
|
44
45
|
encode(_: FileDescriptorsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
45
46
|
decode(input: BinaryReader | Uint8Array, length?: number): FileDescriptorsRequest;
|
|
46
|
-
fromPartial(_:
|
|
47
|
+
fromPartial(_: DeepPartial<FileDescriptorsRequest>): FileDescriptorsRequest;
|
|
47
48
|
fromAmino(_: FileDescriptorsRequestAmino): FileDescriptorsRequest;
|
|
48
49
|
toAmino(_: FileDescriptorsRequest): FileDescriptorsRequestAmino;
|
|
49
50
|
fromAminoMsg(object: FileDescriptorsRequestAminoMsg): FileDescriptorsRequest;
|
|
@@ -56,7 +57,7 @@ export declare const FileDescriptorsResponse: {
|
|
|
56
57
|
typeUrl: string;
|
|
57
58
|
encode(message: FileDescriptorsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
58
59
|
decode(input: BinaryReader | Uint8Array, length?: number): FileDescriptorsResponse;
|
|
59
|
-
fromPartial(object:
|
|
60
|
+
fromPartial(object: DeepPartial<FileDescriptorsResponse>): FileDescriptorsResponse;
|
|
60
61
|
fromAmino(object: FileDescriptorsResponseAmino): FileDescriptorsResponse;
|
|
61
62
|
toAmino(message: FileDescriptorsResponse): FileDescriptorsResponseAmino;
|
|
62
63
|
fromAminoMsg(object: FileDescriptorsResponseAminoMsg): FileDescriptorsResponse;
|
|
@@ -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 slashing 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
|
/** Module is the config object of the staking module. */
|
|
3
4
|
export interface Module {
|
|
4
5
|
/**
|
|
@@ -48,7 +49,7 @@ export declare const Module: {
|
|
|
48
49
|
typeUrl: string;
|
|
49
50
|
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
50
51
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
51
|
-
fromPartial(object:
|
|
52
|
+
fromPartial(object: DeepPartial<Module>): Module;
|
|
52
53
|
fromAmino(object: ModuleAmino): Module;
|
|
53
54
|
toAmino(message: Module): ModuleAmino;
|
|
54
55
|
fromAminoMsg(object: ModuleAminoMsg): Module;
|