@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
|
/** The full set of known editions. */
|
|
3
4
|
export declare enum Edition {
|
|
4
5
|
/** EDITION_UNKNOWN - A placeholder for an unknown edition value. */
|
|
@@ -2878,7 +2879,7 @@ export declare const FileDescriptorSet: {
|
|
|
2878
2879
|
typeUrl: string;
|
|
2879
2880
|
encode(message: FileDescriptorSet, writer?: BinaryWriter): BinaryWriter;
|
|
2880
2881
|
decode(input: BinaryReader | Uint8Array, length?: number): FileDescriptorSet;
|
|
2881
|
-
fromPartial(object:
|
|
2882
|
+
fromPartial(object: DeepPartial<FileDescriptorSet>): FileDescriptorSet;
|
|
2882
2883
|
fromAmino(object: FileDescriptorSetAmino): FileDescriptorSet;
|
|
2883
2884
|
toAmino(message: FileDescriptorSet): FileDescriptorSetAmino;
|
|
2884
2885
|
fromAminoMsg(object: FileDescriptorSetAminoMsg): FileDescriptorSet;
|
|
@@ -2890,7 +2891,7 @@ export declare const FileDescriptorProto: {
|
|
|
2890
2891
|
typeUrl: string;
|
|
2891
2892
|
encode(message: FileDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2892
2893
|
decode(input: BinaryReader | Uint8Array, length?: number): FileDescriptorProto;
|
|
2893
|
-
fromPartial(object:
|
|
2894
|
+
fromPartial(object: DeepPartial<FileDescriptorProto>): FileDescriptorProto;
|
|
2894
2895
|
fromAmino(object: FileDescriptorProtoAmino): FileDescriptorProto;
|
|
2895
2896
|
toAmino(message: FileDescriptorProto): FileDescriptorProtoAmino;
|
|
2896
2897
|
fromAminoMsg(object: FileDescriptorProtoAminoMsg): FileDescriptorProto;
|
|
@@ -2902,7 +2903,7 @@ export declare const DescriptorProto: {
|
|
|
2902
2903
|
typeUrl: string;
|
|
2903
2904
|
encode(message: DescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2904
2905
|
decode(input: BinaryReader | Uint8Array, length?: number): DescriptorProto;
|
|
2905
|
-
fromPartial(object:
|
|
2906
|
+
fromPartial(object: DeepPartial<DescriptorProto>): DescriptorProto;
|
|
2906
2907
|
fromAmino(object: DescriptorProtoAmino): DescriptorProto;
|
|
2907
2908
|
toAmino(message: DescriptorProto): DescriptorProtoAmino;
|
|
2908
2909
|
fromAminoMsg(object: DescriptorProtoAminoMsg): DescriptorProto;
|
|
@@ -2914,7 +2915,7 @@ export declare const DescriptorProto_ExtensionRange: {
|
|
|
2914
2915
|
typeUrl: string;
|
|
2915
2916
|
encode(message: DescriptorProto_ExtensionRange, writer?: BinaryWriter): BinaryWriter;
|
|
2916
2917
|
decode(input: BinaryReader | Uint8Array, length?: number): DescriptorProto_ExtensionRange;
|
|
2917
|
-
fromPartial(object:
|
|
2918
|
+
fromPartial(object: DeepPartial<DescriptorProto_ExtensionRange>): DescriptorProto_ExtensionRange;
|
|
2918
2919
|
fromAmino(object: DescriptorProto_ExtensionRangeAmino): DescriptorProto_ExtensionRange;
|
|
2919
2920
|
toAmino(message: DescriptorProto_ExtensionRange): DescriptorProto_ExtensionRangeAmino;
|
|
2920
2921
|
fromAminoMsg(object: DescriptorProto_ExtensionRangeAminoMsg): DescriptorProto_ExtensionRange;
|
|
@@ -2926,7 +2927,7 @@ export declare const DescriptorProto_ReservedRange: {
|
|
|
2926
2927
|
typeUrl: string;
|
|
2927
2928
|
encode(message: DescriptorProto_ReservedRange, writer?: BinaryWriter): BinaryWriter;
|
|
2928
2929
|
decode(input: BinaryReader | Uint8Array, length?: number): DescriptorProto_ReservedRange;
|
|
2929
|
-
fromPartial(object:
|
|
2930
|
+
fromPartial(object: DeepPartial<DescriptorProto_ReservedRange>): DescriptorProto_ReservedRange;
|
|
2930
2931
|
fromAmino(object: DescriptorProto_ReservedRangeAmino): DescriptorProto_ReservedRange;
|
|
2931
2932
|
toAmino(message: DescriptorProto_ReservedRange): DescriptorProto_ReservedRangeAmino;
|
|
2932
2933
|
fromAminoMsg(object: DescriptorProto_ReservedRangeAminoMsg): DescriptorProto_ReservedRange;
|
|
@@ -2938,7 +2939,7 @@ export declare const ExtensionRangeOptions: {
|
|
|
2938
2939
|
typeUrl: string;
|
|
2939
2940
|
encode(message: ExtensionRangeOptions, writer?: BinaryWriter): BinaryWriter;
|
|
2940
2941
|
decode(input: BinaryReader | Uint8Array, length?: number): ExtensionRangeOptions;
|
|
2941
|
-
fromPartial(object:
|
|
2942
|
+
fromPartial(object: DeepPartial<ExtensionRangeOptions>): ExtensionRangeOptions;
|
|
2942
2943
|
fromAmino(object: ExtensionRangeOptionsAmino): ExtensionRangeOptions;
|
|
2943
2944
|
toAmino(message: ExtensionRangeOptions): ExtensionRangeOptionsAmino;
|
|
2944
2945
|
fromAminoMsg(object: ExtensionRangeOptionsAminoMsg): ExtensionRangeOptions;
|
|
@@ -2950,7 +2951,7 @@ export declare const ExtensionRangeOptions_Declaration: {
|
|
|
2950
2951
|
typeUrl: string;
|
|
2951
2952
|
encode(message: ExtensionRangeOptions_Declaration, writer?: BinaryWriter): BinaryWriter;
|
|
2952
2953
|
decode(input: BinaryReader | Uint8Array, length?: number): ExtensionRangeOptions_Declaration;
|
|
2953
|
-
fromPartial(object:
|
|
2954
|
+
fromPartial(object: DeepPartial<ExtensionRangeOptions_Declaration>): ExtensionRangeOptions_Declaration;
|
|
2954
2955
|
fromAmino(object: ExtensionRangeOptions_DeclarationAmino): ExtensionRangeOptions_Declaration;
|
|
2955
2956
|
toAmino(message: ExtensionRangeOptions_Declaration): ExtensionRangeOptions_DeclarationAmino;
|
|
2956
2957
|
fromAminoMsg(object: ExtensionRangeOptions_DeclarationAminoMsg): ExtensionRangeOptions_Declaration;
|
|
@@ -2962,7 +2963,7 @@ export declare const FieldDescriptorProto: {
|
|
|
2962
2963
|
typeUrl: string;
|
|
2963
2964
|
encode(message: FieldDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2964
2965
|
decode(input: BinaryReader | Uint8Array, length?: number): FieldDescriptorProto;
|
|
2965
|
-
fromPartial(object:
|
|
2966
|
+
fromPartial(object: DeepPartial<FieldDescriptorProto>): FieldDescriptorProto;
|
|
2966
2967
|
fromAmino(object: FieldDescriptorProtoAmino): FieldDescriptorProto;
|
|
2967
2968
|
toAmino(message: FieldDescriptorProto): FieldDescriptorProtoAmino;
|
|
2968
2969
|
fromAminoMsg(object: FieldDescriptorProtoAminoMsg): FieldDescriptorProto;
|
|
@@ -2974,7 +2975,7 @@ export declare const OneofDescriptorProto: {
|
|
|
2974
2975
|
typeUrl: string;
|
|
2975
2976
|
encode(message: OneofDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2976
2977
|
decode(input: BinaryReader | Uint8Array, length?: number): OneofDescriptorProto;
|
|
2977
|
-
fromPartial(object:
|
|
2978
|
+
fromPartial(object: DeepPartial<OneofDescriptorProto>): OneofDescriptorProto;
|
|
2978
2979
|
fromAmino(object: OneofDescriptorProtoAmino): OneofDescriptorProto;
|
|
2979
2980
|
toAmino(message: OneofDescriptorProto): OneofDescriptorProtoAmino;
|
|
2980
2981
|
fromAminoMsg(object: OneofDescriptorProtoAminoMsg): OneofDescriptorProto;
|
|
@@ -2986,7 +2987,7 @@ export declare const EnumDescriptorProto: {
|
|
|
2986
2987
|
typeUrl: string;
|
|
2987
2988
|
encode(message: EnumDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
2988
2989
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumDescriptorProto;
|
|
2989
|
-
fromPartial(object:
|
|
2990
|
+
fromPartial(object: DeepPartial<EnumDescriptorProto>): EnumDescriptorProto;
|
|
2990
2991
|
fromAmino(object: EnumDescriptorProtoAmino): EnumDescriptorProto;
|
|
2991
2992
|
toAmino(message: EnumDescriptorProto): EnumDescriptorProtoAmino;
|
|
2992
2993
|
fromAminoMsg(object: EnumDescriptorProtoAminoMsg): EnumDescriptorProto;
|
|
@@ -2998,7 +2999,7 @@ export declare const EnumDescriptorProto_EnumReservedRange: {
|
|
|
2998
2999
|
typeUrl: string;
|
|
2999
3000
|
encode(message: EnumDescriptorProto_EnumReservedRange, writer?: BinaryWriter): BinaryWriter;
|
|
3000
3001
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumDescriptorProto_EnumReservedRange;
|
|
3001
|
-
fromPartial(object:
|
|
3002
|
+
fromPartial(object: DeepPartial<EnumDescriptorProto_EnumReservedRange>): EnumDescriptorProto_EnumReservedRange;
|
|
3002
3003
|
fromAmino(object: EnumDescriptorProto_EnumReservedRangeAmino): EnumDescriptorProto_EnumReservedRange;
|
|
3003
3004
|
toAmino(message: EnumDescriptorProto_EnumReservedRange): EnumDescriptorProto_EnumReservedRangeAmino;
|
|
3004
3005
|
fromAminoMsg(object: EnumDescriptorProto_EnumReservedRangeAminoMsg): EnumDescriptorProto_EnumReservedRange;
|
|
@@ -3010,7 +3011,7 @@ export declare const EnumValueDescriptorProto: {
|
|
|
3010
3011
|
typeUrl: string;
|
|
3011
3012
|
encode(message: EnumValueDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
3012
3013
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumValueDescriptorProto;
|
|
3013
|
-
fromPartial(object:
|
|
3014
|
+
fromPartial(object: DeepPartial<EnumValueDescriptorProto>): EnumValueDescriptorProto;
|
|
3014
3015
|
fromAmino(object: EnumValueDescriptorProtoAmino): EnumValueDescriptorProto;
|
|
3015
3016
|
toAmino(message: EnumValueDescriptorProto): EnumValueDescriptorProtoAmino;
|
|
3016
3017
|
fromAminoMsg(object: EnumValueDescriptorProtoAminoMsg): EnumValueDescriptorProto;
|
|
@@ -3022,7 +3023,7 @@ export declare const ServiceDescriptorProto: {
|
|
|
3022
3023
|
typeUrl: string;
|
|
3023
3024
|
encode(message: ServiceDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
3024
3025
|
decode(input: BinaryReader | Uint8Array, length?: number): ServiceDescriptorProto;
|
|
3025
|
-
fromPartial(object:
|
|
3026
|
+
fromPartial(object: DeepPartial<ServiceDescriptorProto>): ServiceDescriptorProto;
|
|
3026
3027
|
fromAmino(object: ServiceDescriptorProtoAmino): ServiceDescriptorProto;
|
|
3027
3028
|
toAmino(message: ServiceDescriptorProto): ServiceDescriptorProtoAmino;
|
|
3028
3029
|
fromAminoMsg(object: ServiceDescriptorProtoAminoMsg): ServiceDescriptorProto;
|
|
@@ -3034,7 +3035,7 @@ export declare const MethodDescriptorProto: {
|
|
|
3034
3035
|
typeUrl: string;
|
|
3035
3036
|
encode(message: MethodDescriptorProto, writer?: BinaryWriter): BinaryWriter;
|
|
3036
3037
|
decode(input: BinaryReader | Uint8Array, length?: number): MethodDescriptorProto;
|
|
3037
|
-
fromPartial(object:
|
|
3038
|
+
fromPartial(object: DeepPartial<MethodDescriptorProto>): MethodDescriptorProto;
|
|
3038
3039
|
fromAmino(object: MethodDescriptorProtoAmino): MethodDescriptorProto;
|
|
3039
3040
|
toAmino(message: MethodDescriptorProto): MethodDescriptorProtoAmino;
|
|
3040
3041
|
fromAminoMsg(object: MethodDescriptorProtoAminoMsg): MethodDescriptorProto;
|
|
@@ -3046,7 +3047,7 @@ export declare const FileOptions: {
|
|
|
3046
3047
|
typeUrl: string;
|
|
3047
3048
|
encode(message: FileOptions, writer?: BinaryWriter): BinaryWriter;
|
|
3048
3049
|
decode(input: BinaryReader | Uint8Array, length?: number): FileOptions;
|
|
3049
|
-
fromPartial(object:
|
|
3050
|
+
fromPartial(object: DeepPartial<FileOptions>): FileOptions;
|
|
3050
3051
|
fromAmino(object: FileOptionsAmino): FileOptions;
|
|
3051
3052
|
toAmino(message: FileOptions): FileOptionsAmino;
|
|
3052
3053
|
fromAminoMsg(object: FileOptionsAminoMsg): FileOptions;
|
|
@@ -3058,7 +3059,7 @@ export declare const MessageOptions: {
|
|
|
3058
3059
|
typeUrl: string;
|
|
3059
3060
|
encode(message: MessageOptions, writer?: BinaryWriter): BinaryWriter;
|
|
3060
3061
|
decode(input: BinaryReader | Uint8Array, length?: number): MessageOptions;
|
|
3061
|
-
fromPartial(object:
|
|
3062
|
+
fromPartial(object: DeepPartial<MessageOptions>): MessageOptions;
|
|
3062
3063
|
fromAmino(object: MessageOptionsAmino): MessageOptions;
|
|
3063
3064
|
toAmino(message: MessageOptions): MessageOptionsAmino;
|
|
3064
3065
|
fromAminoMsg(object: MessageOptionsAminoMsg): MessageOptions;
|
|
@@ -3070,7 +3071,7 @@ export declare const FieldOptions: {
|
|
|
3070
3071
|
typeUrl: string;
|
|
3071
3072
|
encode(message: FieldOptions, writer?: BinaryWriter): BinaryWriter;
|
|
3072
3073
|
decode(input: BinaryReader | Uint8Array, length?: number): FieldOptions;
|
|
3073
|
-
fromPartial(object:
|
|
3074
|
+
fromPartial(object: DeepPartial<FieldOptions>): FieldOptions;
|
|
3074
3075
|
fromAmino(object: FieldOptionsAmino): FieldOptions;
|
|
3075
3076
|
toAmino(message: FieldOptions): FieldOptionsAmino;
|
|
3076
3077
|
fromAminoMsg(object: FieldOptionsAminoMsg): FieldOptions;
|
|
@@ -3082,7 +3083,7 @@ export declare const FieldOptions_EditionDefault: {
|
|
|
3082
3083
|
typeUrl: string;
|
|
3083
3084
|
encode(message: FieldOptions_EditionDefault, writer?: BinaryWriter): BinaryWriter;
|
|
3084
3085
|
decode(input: BinaryReader | Uint8Array, length?: number): FieldOptions_EditionDefault;
|
|
3085
|
-
fromPartial(object:
|
|
3086
|
+
fromPartial(object: DeepPartial<FieldOptions_EditionDefault>): FieldOptions_EditionDefault;
|
|
3086
3087
|
fromAmino(object: FieldOptions_EditionDefaultAmino): FieldOptions_EditionDefault;
|
|
3087
3088
|
toAmino(message: FieldOptions_EditionDefault): FieldOptions_EditionDefaultAmino;
|
|
3088
3089
|
fromAminoMsg(object: FieldOptions_EditionDefaultAminoMsg): FieldOptions_EditionDefault;
|
|
@@ -3094,7 +3095,7 @@ export declare const FieldOptions_FeatureSupport: {
|
|
|
3094
3095
|
typeUrl: string;
|
|
3095
3096
|
encode(message: FieldOptions_FeatureSupport, writer?: BinaryWriter): BinaryWriter;
|
|
3096
3097
|
decode(input: BinaryReader | Uint8Array, length?: number): FieldOptions_FeatureSupport;
|
|
3097
|
-
fromPartial(object:
|
|
3098
|
+
fromPartial(object: DeepPartial<FieldOptions_FeatureSupport>): FieldOptions_FeatureSupport;
|
|
3098
3099
|
fromAmino(object: FieldOptions_FeatureSupportAmino): FieldOptions_FeatureSupport;
|
|
3099
3100
|
toAmino(message: FieldOptions_FeatureSupport): FieldOptions_FeatureSupportAmino;
|
|
3100
3101
|
fromAminoMsg(object: FieldOptions_FeatureSupportAminoMsg): FieldOptions_FeatureSupport;
|
|
@@ -3106,7 +3107,7 @@ export declare const OneofOptions: {
|
|
|
3106
3107
|
typeUrl: string;
|
|
3107
3108
|
encode(message: OneofOptions, writer?: BinaryWriter): BinaryWriter;
|
|
3108
3109
|
decode(input: BinaryReader | Uint8Array, length?: number): OneofOptions;
|
|
3109
|
-
fromPartial(object:
|
|
3110
|
+
fromPartial(object: DeepPartial<OneofOptions>): OneofOptions;
|
|
3110
3111
|
fromAmino(object: OneofOptionsAmino): OneofOptions;
|
|
3111
3112
|
toAmino(message: OneofOptions): OneofOptionsAmino;
|
|
3112
3113
|
fromAminoMsg(object: OneofOptionsAminoMsg): OneofOptions;
|
|
@@ -3118,7 +3119,7 @@ export declare const EnumOptions: {
|
|
|
3118
3119
|
typeUrl: string;
|
|
3119
3120
|
encode(message: EnumOptions, writer?: BinaryWriter): BinaryWriter;
|
|
3120
3121
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumOptions;
|
|
3121
|
-
fromPartial(object:
|
|
3122
|
+
fromPartial(object: DeepPartial<EnumOptions>): EnumOptions;
|
|
3122
3123
|
fromAmino(object: EnumOptionsAmino): EnumOptions;
|
|
3123
3124
|
toAmino(message: EnumOptions): EnumOptionsAmino;
|
|
3124
3125
|
fromAminoMsg(object: EnumOptionsAminoMsg): EnumOptions;
|
|
@@ -3130,7 +3131,7 @@ export declare const EnumValueOptions: {
|
|
|
3130
3131
|
typeUrl: string;
|
|
3131
3132
|
encode(message: EnumValueOptions, writer?: BinaryWriter): BinaryWriter;
|
|
3132
3133
|
decode(input: BinaryReader | Uint8Array, length?: number): EnumValueOptions;
|
|
3133
|
-
fromPartial(object:
|
|
3134
|
+
fromPartial(object: DeepPartial<EnumValueOptions>): EnumValueOptions;
|
|
3134
3135
|
fromAmino(object: EnumValueOptionsAmino): EnumValueOptions;
|
|
3135
3136
|
toAmino(message: EnumValueOptions): EnumValueOptionsAmino;
|
|
3136
3137
|
fromAminoMsg(object: EnumValueOptionsAminoMsg): EnumValueOptions;
|
|
@@ -3142,7 +3143,7 @@ export declare const ServiceOptions: {
|
|
|
3142
3143
|
typeUrl: string;
|
|
3143
3144
|
encode(message: ServiceOptions, writer?: BinaryWriter): BinaryWriter;
|
|
3144
3145
|
decode(input: BinaryReader | Uint8Array, length?: number): ServiceOptions;
|
|
3145
|
-
fromPartial(object:
|
|
3146
|
+
fromPartial(object: DeepPartial<ServiceOptions>): ServiceOptions;
|
|
3146
3147
|
fromAmino(object: ServiceOptionsAmino): ServiceOptions;
|
|
3147
3148
|
toAmino(message: ServiceOptions): ServiceOptionsAmino;
|
|
3148
3149
|
fromAminoMsg(object: ServiceOptionsAminoMsg): ServiceOptions;
|
|
@@ -3154,7 +3155,7 @@ export declare const MethodOptions: {
|
|
|
3154
3155
|
typeUrl: string;
|
|
3155
3156
|
encode(message: MethodOptions, writer?: BinaryWriter): BinaryWriter;
|
|
3156
3157
|
decode(input: BinaryReader | Uint8Array, length?: number): MethodOptions;
|
|
3157
|
-
fromPartial(object:
|
|
3158
|
+
fromPartial(object: DeepPartial<MethodOptions>): MethodOptions;
|
|
3158
3159
|
fromAmino(object: MethodOptionsAmino): MethodOptions;
|
|
3159
3160
|
toAmino(message: MethodOptions): MethodOptionsAmino;
|
|
3160
3161
|
fromAminoMsg(object: MethodOptionsAminoMsg): MethodOptions;
|
|
@@ -3166,7 +3167,7 @@ export declare const UninterpretedOption: {
|
|
|
3166
3167
|
typeUrl: string;
|
|
3167
3168
|
encode(message: UninterpretedOption, writer?: BinaryWriter): BinaryWriter;
|
|
3168
3169
|
decode(input: BinaryReader | Uint8Array, length?: number): UninterpretedOption;
|
|
3169
|
-
fromPartial(object:
|
|
3170
|
+
fromPartial(object: DeepPartial<UninterpretedOption>): UninterpretedOption;
|
|
3170
3171
|
fromAmino(object: UninterpretedOptionAmino): UninterpretedOption;
|
|
3171
3172
|
toAmino(message: UninterpretedOption): UninterpretedOptionAmino;
|
|
3172
3173
|
fromAminoMsg(object: UninterpretedOptionAminoMsg): UninterpretedOption;
|
|
@@ -3178,7 +3179,7 @@ export declare const UninterpretedOption_NamePart: {
|
|
|
3178
3179
|
typeUrl: string;
|
|
3179
3180
|
encode(message: UninterpretedOption_NamePart, writer?: BinaryWriter): BinaryWriter;
|
|
3180
3181
|
decode(input: BinaryReader | Uint8Array, length?: number): UninterpretedOption_NamePart;
|
|
3181
|
-
fromPartial(object:
|
|
3182
|
+
fromPartial(object: DeepPartial<UninterpretedOption_NamePart>): UninterpretedOption_NamePart;
|
|
3182
3183
|
fromAmino(object: UninterpretedOption_NamePartAmino): UninterpretedOption_NamePart;
|
|
3183
3184
|
toAmino(message: UninterpretedOption_NamePart): UninterpretedOption_NamePartAmino;
|
|
3184
3185
|
fromAminoMsg(object: UninterpretedOption_NamePartAminoMsg): UninterpretedOption_NamePart;
|
|
@@ -3190,7 +3191,7 @@ export declare const FeatureSet: {
|
|
|
3190
3191
|
typeUrl: string;
|
|
3191
3192
|
encode(message: FeatureSet, writer?: BinaryWriter): BinaryWriter;
|
|
3192
3193
|
decode(input: BinaryReader | Uint8Array, length?: number): FeatureSet;
|
|
3193
|
-
fromPartial(object:
|
|
3194
|
+
fromPartial(object: DeepPartial<FeatureSet>): FeatureSet;
|
|
3194
3195
|
fromAmino(object: FeatureSetAmino): FeatureSet;
|
|
3195
3196
|
toAmino(message: FeatureSet): FeatureSetAmino;
|
|
3196
3197
|
fromAminoMsg(object: FeatureSetAminoMsg): FeatureSet;
|
|
@@ -3202,7 +3203,7 @@ export declare const FeatureSet_VisibilityFeature: {
|
|
|
3202
3203
|
typeUrl: string;
|
|
3203
3204
|
encode(_: FeatureSet_VisibilityFeature, writer?: BinaryWriter): BinaryWriter;
|
|
3204
3205
|
decode(input: BinaryReader | Uint8Array, length?: number): FeatureSet_VisibilityFeature;
|
|
3205
|
-
fromPartial(_:
|
|
3206
|
+
fromPartial(_: DeepPartial<FeatureSet_VisibilityFeature>): FeatureSet_VisibilityFeature;
|
|
3206
3207
|
fromAmino(_: FeatureSet_VisibilityFeatureAmino): FeatureSet_VisibilityFeature;
|
|
3207
3208
|
toAmino(_: FeatureSet_VisibilityFeature): FeatureSet_VisibilityFeatureAmino;
|
|
3208
3209
|
fromAminoMsg(object: FeatureSet_VisibilityFeatureAminoMsg): FeatureSet_VisibilityFeature;
|
|
@@ -3214,7 +3215,7 @@ export declare const FeatureSetDefaults: {
|
|
|
3214
3215
|
typeUrl: string;
|
|
3215
3216
|
encode(message: FeatureSetDefaults, writer?: BinaryWriter): BinaryWriter;
|
|
3216
3217
|
decode(input: BinaryReader | Uint8Array, length?: number): FeatureSetDefaults;
|
|
3217
|
-
fromPartial(object:
|
|
3218
|
+
fromPartial(object: DeepPartial<FeatureSetDefaults>): FeatureSetDefaults;
|
|
3218
3219
|
fromAmino(object: FeatureSetDefaultsAmino): FeatureSetDefaults;
|
|
3219
3220
|
toAmino(message: FeatureSetDefaults): FeatureSetDefaultsAmino;
|
|
3220
3221
|
fromAminoMsg(object: FeatureSetDefaultsAminoMsg): FeatureSetDefaults;
|
|
@@ -3226,7 +3227,7 @@ export declare const FeatureSetDefaults_FeatureSetEditionDefault: {
|
|
|
3226
3227
|
typeUrl: string;
|
|
3227
3228
|
encode(message: FeatureSetDefaults_FeatureSetEditionDefault, writer?: BinaryWriter): BinaryWriter;
|
|
3228
3229
|
decode(input: BinaryReader | Uint8Array, length?: number): FeatureSetDefaults_FeatureSetEditionDefault;
|
|
3229
|
-
fromPartial(object:
|
|
3230
|
+
fromPartial(object: DeepPartial<FeatureSetDefaults_FeatureSetEditionDefault>): FeatureSetDefaults_FeatureSetEditionDefault;
|
|
3230
3231
|
fromAmino(object: FeatureSetDefaults_FeatureSetEditionDefaultAmino): FeatureSetDefaults_FeatureSetEditionDefault;
|
|
3231
3232
|
toAmino(message: FeatureSetDefaults_FeatureSetEditionDefault): FeatureSetDefaults_FeatureSetEditionDefaultAmino;
|
|
3232
3233
|
fromAminoMsg(object: FeatureSetDefaults_FeatureSetEditionDefaultAminoMsg): FeatureSetDefaults_FeatureSetEditionDefault;
|
|
@@ -3238,7 +3239,7 @@ export declare const SourceCodeInfo: {
|
|
|
3238
3239
|
typeUrl: string;
|
|
3239
3240
|
encode(message: SourceCodeInfo, writer?: BinaryWriter): BinaryWriter;
|
|
3240
3241
|
decode(input: BinaryReader | Uint8Array, length?: number): SourceCodeInfo;
|
|
3241
|
-
fromPartial(object:
|
|
3242
|
+
fromPartial(object: DeepPartial<SourceCodeInfo>): SourceCodeInfo;
|
|
3242
3243
|
fromAmino(object: SourceCodeInfoAmino): SourceCodeInfo;
|
|
3243
3244
|
toAmino(message: SourceCodeInfo): SourceCodeInfoAmino;
|
|
3244
3245
|
fromAminoMsg(object: SourceCodeInfoAminoMsg): SourceCodeInfo;
|
|
@@ -3250,7 +3251,7 @@ export declare const SourceCodeInfo_Location: {
|
|
|
3250
3251
|
typeUrl: string;
|
|
3251
3252
|
encode(message: SourceCodeInfo_Location, writer?: BinaryWriter): BinaryWriter;
|
|
3252
3253
|
decode(input: BinaryReader | Uint8Array, length?: number): SourceCodeInfo_Location;
|
|
3253
|
-
fromPartial(object:
|
|
3254
|
+
fromPartial(object: DeepPartial<SourceCodeInfo_Location>): SourceCodeInfo_Location;
|
|
3254
3255
|
fromAmino(object: SourceCodeInfo_LocationAmino): SourceCodeInfo_Location;
|
|
3255
3256
|
toAmino(message: SourceCodeInfo_Location): SourceCodeInfo_LocationAmino;
|
|
3256
3257
|
fromAminoMsg(object: SourceCodeInfo_LocationAminoMsg): SourceCodeInfo_Location;
|
|
@@ -3262,7 +3263,7 @@ export declare const GeneratedCodeInfo: {
|
|
|
3262
3263
|
typeUrl: string;
|
|
3263
3264
|
encode(message: GeneratedCodeInfo, writer?: BinaryWriter): BinaryWriter;
|
|
3264
3265
|
decode(input: BinaryReader | Uint8Array, length?: number): GeneratedCodeInfo;
|
|
3265
|
-
fromPartial(object:
|
|
3266
|
+
fromPartial(object: DeepPartial<GeneratedCodeInfo>): GeneratedCodeInfo;
|
|
3266
3267
|
fromAmino(object: GeneratedCodeInfoAmino): GeneratedCodeInfo;
|
|
3267
3268
|
toAmino(message: GeneratedCodeInfo): GeneratedCodeInfoAmino;
|
|
3268
3269
|
fromAminoMsg(object: GeneratedCodeInfoAminoMsg): GeneratedCodeInfo;
|
|
@@ -3274,7 +3275,7 @@ export declare const GeneratedCodeInfo_Annotation: {
|
|
|
3274
3275
|
typeUrl: string;
|
|
3275
3276
|
encode(message: GeneratedCodeInfo_Annotation, writer?: BinaryWriter): BinaryWriter;
|
|
3276
3277
|
decode(input: BinaryReader | Uint8Array, length?: number): GeneratedCodeInfo_Annotation;
|
|
3277
|
-
fromPartial(object:
|
|
3278
|
+
fromPartial(object: DeepPartial<GeneratedCodeInfo_Annotation>): GeneratedCodeInfo_Annotation;
|
|
3278
3279
|
fromAmino(object: GeneratedCodeInfo_AnnotationAmino): GeneratedCodeInfo_Annotation;
|
|
3279
3280
|
toAmino(message: GeneratedCodeInfo_Annotation): GeneratedCodeInfo_AnnotationAmino;
|
|
3280
3281
|
fromAminoMsg(object: GeneratedCodeInfo_AnnotationAminoMsg): GeneratedCodeInfo_Annotation;
|
|
@@ -4382,7 +4382,7 @@ function createBaseFeatureSet() {
|
|
|
4382
4382
|
fieldPresence: 1,
|
|
4383
4383
|
enumType: 1,
|
|
4384
4384
|
repeatedFieldEncoding: 1,
|
|
4385
|
-
utf8Validation:
|
|
4385
|
+
utf8Validation: 0,
|
|
4386
4386
|
messageEncoding: 1,
|
|
4387
4387
|
jsonFormat: 1,
|
|
4388
4388
|
enforceNamingStyle: 1
|
|
@@ -4400,7 +4400,7 @@ exports.FeatureSet = {
|
|
|
4400
4400
|
if (message.repeatedFieldEncoding !== 1) {
|
|
4401
4401
|
writer.uint32(24).int32(message.repeatedFieldEncoding);
|
|
4402
4402
|
}
|
|
4403
|
-
if (message.utf8Validation !==
|
|
4403
|
+
if (message.utf8Validation !== 0) {
|
|
4404
4404
|
writer.uint32(32).int32(message.utf8Validation);
|
|
4405
4405
|
}
|
|
4406
4406
|
if (message.messageEncoding !== 1) {
|
|
@@ -4454,7 +4454,7 @@ exports.FeatureSet = {
|
|
|
4454
4454
|
message.fieldPresence = object.fieldPresence ?? 1;
|
|
4455
4455
|
message.enumType = object.enumType ?? 1;
|
|
4456
4456
|
message.repeatedFieldEncoding = object.repeatedFieldEncoding ?? 1;
|
|
4457
|
-
message.utf8Validation = object.utf8Validation ??
|
|
4457
|
+
message.utf8Validation = object.utf8Validation ?? 0;
|
|
4458
4458
|
message.messageEncoding = object.messageEncoding ?? 1;
|
|
4459
4459
|
message.jsonFormat = object.jsonFormat ?? 1;
|
|
4460
4460
|
message.enforceNamingStyle = object.enforceNamingStyle ?? 1;
|
|
@@ -4490,7 +4490,7 @@ exports.FeatureSet = {
|
|
|
4490
4490
|
obj.field_presence = message.fieldPresence === 1 ? undefined : message.fieldPresence;
|
|
4491
4491
|
obj.enum_type = message.enumType === 1 ? undefined : message.enumType;
|
|
4492
4492
|
obj.repeated_field_encoding = message.repeatedFieldEncoding === 1 ? undefined : message.repeatedFieldEncoding;
|
|
4493
|
-
obj.utf8_validation = message.utf8Validation ===
|
|
4493
|
+
obj.utf8_validation = message.utf8Validation === 0 ? undefined : message.utf8Validation;
|
|
4494
4494
|
obj.message_encoding = message.messageEncoding === 1 ? undefined : message.messageEncoding;
|
|
4495
4495
|
obj.json_format = message.jsonFormat === 1 ? undefined : message.jsonFormat;
|
|
4496
4496
|
obj.enforce_naming_style = message.enforceNamingStyle === 1 ? undefined : message.enforceNamingStyle;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
2
|
+
import { DeepPartial } from "../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* A Duration represents a signed, fixed-length span of time represented
|
|
4
5
|
* as a count of seconds and fractions of seconds at nanosecond
|
|
@@ -213,7 +214,7 @@ export declare const Duration: {
|
|
|
213
214
|
typeUrl: string;
|
|
214
215
|
encode(message: Duration, writer?: BinaryWriter): BinaryWriter;
|
|
215
216
|
decode(input: BinaryReader | Uint8Array, length?: number): Duration;
|
|
216
|
-
fromPartial(object:
|
|
217
|
+
fromPartial(object: DeepPartial<Duration>): Duration;
|
|
217
218
|
fromAmino(object: DurationAmino): Duration;
|
|
218
219
|
toAmino(message: Duration): DurationAmino;
|
|
219
220
|
fromAminoMsg(object: DurationAminoMsg): Duration;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
2
|
+
import { DeepPartial } from "../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* A Timestamp represents a point in time independent of any time zone or local
|
|
4
5
|
* calendar, encoded as a count of seconds and fractions of seconds at
|
|
@@ -304,7 +305,7 @@ export declare const Timestamp: {
|
|
|
304
305
|
typeUrl: string;
|
|
305
306
|
encode(message: Timestamp, writer?: BinaryWriter): BinaryWriter;
|
|
306
307
|
decode(input: BinaryReader | Uint8Array, length?: number): Timestamp;
|
|
307
|
-
fromPartial(object:
|
|
308
|
+
fromPartial(object: DeepPartial<Timestamp>): Timestamp;
|
|
308
309
|
fromAmino(object: TimestampAmino): Timestamp;
|
|
309
310
|
toAmino(message: Timestamp): TimestampAmino;
|
|
310
311
|
fromAminoMsg(object: TimestampAminoMsg): Timestamp;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* Params defines the set of on-chain interchain accounts parameters.
|
|
4
5
|
* The following parameters may be used to disable the controller submodule.
|
|
@@ -34,7 +35,7 @@ export declare const Params: {
|
|
|
34
35
|
typeUrl: string;
|
|
35
36
|
encode(message: Params, writer?: BinaryWriter): BinaryWriter;
|
|
36
37
|
decode(input: BinaryReader | Uint8Array, length?: number): Params;
|
|
37
|
-
fromPartial(object:
|
|
38
|
+
fromPartial(object: DeepPartial<Params>): Params;
|
|
38
39
|
fromAmino(object: ParamsAmino): Params;
|
|
39
40
|
toAmino(message: Params): ParamsAmino;
|
|
40
41
|
fromAminoMsg(object: ParamsAminoMsg): Params;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Params, ParamsAmino, ParamsSDKType } from "./controller";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../../../helpers";
|
|
3
4
|
/** QueryInterchainAccountRequest is the request type for the Query/InterchainAccount RPC method. */
|
|
4
5
|
export interface QueryInterchainAccountRequest {
|
|
5
6
|
owner: string;
|
|
@@ -86,7 +87,7 @@ export declare const QueryInterchainAccountRequest: {
|
|
|
86
87
|
typeUrl: string;
|
|
87
88
|
encode(message: QueryInterchainAccountRequest, writer?: BinaryWriter): BinaryWriter;
|
|
88
89
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryInterchainAccountRequest;
|
|
89
|
-
fromPartial(object:
|
|
90
|
+
fromPartial(object: DeepPartial<QueryInterchainAccountRequest>): QueryInterchainAccountRequest;
|
|
90
91
|
fromAmino(object: QueryInterchainAccountRequestAmino): QueryInterchainAccountRequest;
|
|
91
92
|
toAmino(message: QueryInterchainAccountRequest): QueryInterchainAccountRequestAmino;
|
|
92
93
|
fromAminoMsg(object: QueryInterchainAccountRequestAminoMsg): QueryInterchainAccountRequest;
|
|
@@ -99,7 +100,7 @@ export declare const QueryInterchainAccountResponse: {
|
|
|
99
100
|
typeUrl: string;
|
|
100
101
|
encode(message: QueryInterchainAccountResponse, writer?: BinaryWriter): BinaryWriter;
|
|
101
102
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryInterchainAccountResponse;
|
|
102
|
-
fromPartial(object:
|
|
103
|
+
fromPartial(object: DeepPartial<QueryInterchainAccountResponse>): QueryInterchainAccountResponse;
|
|
103
104
|
fromAmino(object: QueryInterchainAccountResponseAmino): QueryInterchainAccountResponse;
|
|
104
105
|
toAmino(message: QueryInterchainAccountResponse): QueryInterchainAccountResponseAmino;
|
|
105
106
|
fromAminoMsg(object: QueryInterchainAccountResponseAminoMsg): QueryInterchainAccountResponse;
|
|
@@ -112,7 +113,7 @@ export declare const QueryParamsRequest: {
|
|
|
112
113
|
typeUrl: string;
|
|
113
114
|
encode(_: QueryParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
114
115
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsRequest;
|
|
115
|
-
fromPartial(_:
|
|
116
|
+
fromPartial(_: DeepPartial<QueryParamsRequest>): QueryParamsRequest;
|
|
116
117
|
fromAmino(_: QueryParamsRequestAmino): QueryParamsRequest;
|
|
117
118
|
toAmino(_: QueryParamsRequest): QueryParamsRequestAmino;
|
|
118
119
|
fromAminoMsg(object: QueryParamsRequestAminoMsg): QueryParamsRequest;
|
|
@@ -125,7 +126,7 @@ export declare const QueryParamsResponse: {
|
|
|
125
126
|
typeUrl: string;
|
|
126
127
|
encode(message: QueryParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
127
128
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsResponse;
|
|
128
|
-
fromPartial(object:
|
|
129
|
+
fromPartial(object: DeepPartial<QueryParamsResponse>): QueryParamsResponse;
|
|
129
130
|
fromAmino(object: QueryParamsResponseAmino): QueryParamsResponse;
|
|
130
131
|
toAmino(message: QueryParamsResponse): QueryParamsResponseAmino;
|
|
131
132
|
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 { QueryInterchainAccountRequest, QueryInterchainAccountResponse, QueryParamsRequest, QueryParamsResponse } from "./query";
|
|
4
4
|
/** Query provides defines the gRPC querier service. */
|
|
@@ -10,7 +10,7 @@ export interface Query {
|
|
|
10
10
|
}
|
|
11
11
|
export declare class QueryClientImpl implements Query {
|
|
12
12
|
private readonly rpc;
|
|
13
|
-
constructor(rpc:
|
|
13
|
+
constructor(rpc: TxRpc);
|
|
14
14
|
interchainAccount(request: QueryInterchainAccountRequest): Promise<QueryInterchainAccountResponse>;
|
|
15
15
|
params(request?: QueryParamsRequest): Promise<QueryParamsResponse>;
|
|
16
16
|
}
|
|
@@ -2,6 +2,7 @@ import { Order } from "../../../../core/channel/v1/channel";
|
|
|
2
2
|
import { InterchainAccountPacketData, InterchainAccountPacketDataAmino, InterchainAccountPacketDataSDKType } from "../../v1/packet";
|
|
3
3
|
import { Params, ParamsAmino, ParamsSDKType } from "./controller";
|
|
4
4
|
import { BinaryReader, BinaryWriter } from "../../../../../binary";
|
|
5
|
+
import { DeepPartial } from "../../../../../helpers";
|
|
5
6
|
/** MsgRegisterInterchainAccount defines the payload for Msg/RegisterAccount */
|
|
6
7
|
export interface MsgRegisterInterchainAccount {
|
|
7
8
|
owner: string;
|
|
@@ -167,7 +168,7 @@ export declare const MsgRegisterInterchainAccount: {
|
|
|
167
168
|
typeUrl: string;
|
|
168
169
|
encode(message: MsgRegisterInterchainAccount, writer?: BinaryWriter): BinaryWriter;
|
|
169
170
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgRegisterInterchainAccount;
|
|
170
|
-
fromPartial(object:
|
|
171
|
+
fromPartial(object: DeepPartial<MsgRegisterInterchainAccount>): MsgRegisterInterchainAccount;
|
|
171
172
|
fromAmino(object: MsgRegisterInterchainAccountAmino): MsgRegisterInterchainAccount;
|
|
172
173
|
toAmino(message: MsgRegisterInterchainAccount): MsgRegisterInterchainAccountAmino;
|
|
173
174
|
fromAminoMsg(object: MsgRegisterInterchainAccountAminoMsg): MsgRegisterInterchainAccount;
|
|
@@ -180,7 +181,7 @@ export declare const MsgRegisterInterchainAccountResponse: {
|
|
|
180
181
|
typeUrl: string;
|
|
181
182
|
encode(message: MsgRegisterInterchainAccountResponse, writer?: BinaryWriter): BinaryWriter;
|
|
182
183
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgRegisterInterchainAccountResponse;
|
|
183
|
-
fromPartial(object:
|
|
184
|
+
fromPartial(object: DeepPartial<MsgRegisterInterchainAccountResponse>): MsgRegisterInterchainAccountResponse;
|
|
184
185
|
fromAmino(object: MsgRegisterInterchainAccountResponseAmino): MsgRegisterInterchainAccountResponse;
|
|
185
186
|
toAmino(message: MsgRegisterInterchainAccountResponse): MsgRegisterInterchainAccountResponseAmino;
|
|
186
187
|
fromAminoMsg(object: MsgRegisterInterchainAccountResponseAminoMsg): MsgRegisterInterchainAccountResponse;
|
|
@@ -193,7 +194,7 @@ export declare const MsgSendTx: {
|
|
|
193
194
|
typeUrl: string;
|
|
194
195
|
encode(message: MsgSendTx, writer?: BinaryWriter): BinaryWriter;
|
|
195
196
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSendTx;
|
|
196
|
-
fromPartial(object:
|
|
197
|
+
fromPartial(object: DeepPartial<MsgSendTx>): MsgSendTx;
|
|
197
198
|
fromAmino(object: MsgSendTxAmino): MsgSendTx;
|
|
198
199
|
toAmino(message: MsgSendTx): MsgSendTxAmino;
|
|
199
200
|
fromAminoMsg(object: MsgSendTxAminoMsg): MsgSendTx;
|
|
@@ -206,7 +207,7 @@ export declare const MsgSendTxResponse: {
|
|
|
206
207
|
typeUrl: string;
|
|
207
208
|
encode(message: MsgSendTxResponse, writer?: BinaryWriter): BinaryWriter;
|
|
208
209
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSendTxResponse;
|
|
209
|
-
fromPartial(object:
|
|
210
|
+
fromPartial(object: DeepPartial<MsgSendTxResponse>): MsgSendTxResponse;
|
|
210
211
|
fromAmino(object: MsgSendTxResponseAmino): MsgSendTxResponse;
|
|
211
212
|
toAmino(message: MsgSendTxResponse): MsgSendTxResponseAmino;
|
|
212
213
|
fromAminoMsg(object: MsgSendTxResponseAminoMsg): MsgSendTxResponse;
|
|
@@ -219,7 +220,7 @@ export declare const MsgUpdateParams: {
|
|
|
219
220
|
typeUrl: string;
|
|
220
221
|
encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
|
|
221
222
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
|
|
222
|
-
fromPartial(object:
|
|
223
|
+
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
223
224
|
fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
|
|
224
225
|
toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
|
|
225
226
|
fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
|
|
@@ -232,7 +233,7 @@ export declare const MsgUpdateParamsResponse: {
|
|
|
232
233
|
typeUrl: string;
|
|
233
234
|
encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
234
235
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
235
|
-
fromPartial(_:
|
|
236
|
+
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
236
237
|
fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
|
|
237
238
|
toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
|
|
238
239
|
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 { MsgRegisterInterchainAccount, MsgSendTx, 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 { MsgRegisterInterchainAccount, MsgRegisterInterchainAccountResponse, MsgSendTx, MsgSendTxResponse, MsgUpdateParams, MsgUpdateParamsResponse } from "./tx";
|
|
3
3
|
/** Msg defines the 27-interchain-accounts/controller Msg service. */
|
|
4
4
|
export interface Msg {
|
|
@@ -11,7 +11,7 @@ export interface Msg {
|
|
|
11
11
|
}
|
|
12
12
|
export declare class MsgClientImpl implements Msg {
|
|
13
13
|
private readonly rpc;
|
|
14
|
-
constructor(rpc:
|
|
14
|
+
constructor(rpc: TxRpc);
|
|
15
15
|
registerInterchainAccount(request: MsgRegisterInterchainAccount): Promise<MsgRegisterInterchainAccountResponse>;
|
|
16
16
|
sendTx(request: MsgSendTx): Promise<MsgSendTxResponse>;
|
|
17
17
|
updateParams(request: MsgUpdateParams): Promise<MsgUpdateParamsResponse>;
|
|
@@ -5,6 +5,7 @@ import { Params as Params2 } from "../../host/v1/host";
|
|
|
5
5
|
import { ParamsAmino as Params2Amino } from "../../host/v1/host";
|
|
6
6
|
import { ParamsSDKType as Params2SDKType } from "../../host/v1/host";
|
|
7
7
|
import { BinaryReader, BinaryWriter } from "../../../../../binary";
|
|
8
|
+
import { DeepPartial } from "../../../../../helpers";
|
|
8
9
|
/** GenesisState defines the interchain accounts genesis state */
|
|
9
10
|
export interface GenesisState {
|
|
10
11
|
controllerGenesisState: ControllerGenesisState;
|
|
@@ -154,7 +155,7 @@ export declare const GenesisState: {
|
|
|
154
155
|
typeUrl: string;
|
|
155
156
|
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
156
157
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
157
|
-
fromPartial(object:
|
|
158
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
158
159
|
fromAmino(object: GenesisStateAmino): GenesisState;
|
|
159
160
|
toAmino(message: GenesisState): GenesisStateAmino;
|
|
160
161
|
fromAminoMsg(object: GenesisStateAminoMsg): GenesisState;
|
|
@@ -167,7 +168,7 @@ export declare const ControllerGenesisState: {
|
|
|
167
168
|
typeUrl: string;
|
|
168
169
|
encode(message: ControllerGenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
169
170
|
decode(input: BinaryReader | Uint8Array, length?: number): ControllerGenesisState;
|
|
170
|
-
fromPartial(object:
|
|
171
|
+
fromPartial(object: DeepPartial<ControllerGenesisState>): ControllerGenesisState;
|
|
171
172
|
fromAmino(object: ControllerGenesisStateAmino): ControllerGenesisState;
|
|
172
173
|
toAmino(message: ControllerGenesisState): ControllerGenesisStateAmino;
|
|
173
174
|
fromAminoMsg(object: ControllerGenesisStateAminoMsg): ControllerGenesisState;
|
|
@@ -180,7 +181,7 @@ export declare const HostGenesisState: {
|
|
|
180
181
|
typeUrl: string;
|
|
181
182
|
encode(message: HostGenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
182
183
|
decode(input: BinaryReader | Uint8Array, length?: number): HostGenesisState;
|
|
183
|
-
fromPartial(object:
|
|
184
|
+
fromPartial(object: DeepPartial<HostGenesisState>): HostGenesisState;
|
|
184
185
|
fromAmino(object: HostGenesisStateAmino): HostGenesisState;
|
|
185
186
|
toAmino(message: HostGenesisState): HostGenesisStateAmino;
|
|
186
187
|
fromAminoMsg(object: HostGenesisStateAminoMsg): HostGenesisState;
|
|
@@ -193,7 +194,7 @@ export declare const ActiveChannel: {
|
|
|
193
194
|
typeUrl: string;
|
|
194
195
|
encode(message: ActiveChannel, writer?: BinaryWriter): BinaryWriter;
|
|
195
196
|
decode(input: BinaryReader | Uint8Array, length?: number): ActiveChannel;
|
|
196
|
-
fromPartial(object:
|
|
197
|
+
fromPartial(object: DeepPartial<ActiveChannel>): ActiveChannel;
|
|
197
198
|
fromAmino(object: ActiveChannelAmino): ActiveChannel;
|
|
198
199
|
toAmino(message: ActiveChannel): ActiveChannelAmino;
|
|
199
200
|
fromAminoMsg(object: ActiveChannelAminoMsg): ActiveChannel;
|
|
@@ -206,7 +207,7 @@ export declare const RegisteredInterchainAccount: {
|
|
|
206
207
|
typeUrl: string;
|
|
207
208
|
encode(message: RegisteredInterchainAccount, writer?: BinaryWriter): BinaryWriter;
|
|
208
209
|
decode(input: BinaryReader | Uint8Array, length?: number): RegisteredInterchainAccount;
|
|
209
|
-
fromPartial(object:
|
|
210
|
+
fromPartial(object: DeepPartial<RegisteredInterchainAccount>): RegisteredInterchainAccount;
|
|
210
211
|
fromAmino(object: RegisteredInterchainAccountAmino): RegisteredInterchainAccount;
|
|
211
212
|
toAmino(message: RegisteredInterchainAccount): RegisteredInterchainAccountAmino;
|
|
212
213
|
fromAminoMsg(object: RegisteredInterchainAccountAminoMsg): RegisteredInterchainAccount;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* Params defines the set of on-chain interchain accounts parameters.
|
|
4
5
|
* The following parameters may be used to disable the host submodule.
|
|
@@ -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;
|
|
@@ -100,7 +101,7 @@ export declare const QueryRequest: {
|
|
|
100
101
|
typeUrl: string;
|
|
101
102
|
encode(message: QueryRequest, writer?: BinaryWriter): BinaryWriter;
|
|
102
103
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryRequest;
|
|
103
|
-
fromPartial(object:
|
|
104
|
+
fromPartial(object: DeepPartial<QueryRequest>): QueryRequest;
|
|
104
105
|
fromAmino(object: QueryRequestAmino): QueryRequest;
|
|
105
106
|
toAmino(message: QueryRequest): QueryRequestAmino;
|
|
106
107
|
fromAminoMsg(object: QueryRequestAminoMsg): QueryRequest;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Params, ParamsAmino, ParamsSDKType } from "./host";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../../../helpers";
|
|
3
4
|
/** QueryParamsRequest is the request type for the Query/Params RPC method. */
|
|
4
5
|
export interface QueryParamsRequest {
|
|
5
6
|
}
|
|
@@ -43,7 +44,7 @@ export declare const QueryParamsRequest: {
|
|
|
43
44
|
typeUrl: string;
|
|
44
45
|
encode(_: QueryParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
45
46
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsRequest;
|
|
46
|
-
fromPartial(_:
|
|
47
|
+
fromPartial(_: DeepPartial<QueryParamsRequest>): QueryParamsRequest;
|
|
47
48
|
fromAmino(_: QueryParamsRequestAmino): QueryParamsRequest;
|
|
48
49
|
toAmino(_: QueryParamsRequest): QueryParamsRequestAmino;
|
|
49
50
|
fromAminoMsg(object: QueryParamsRequestAminoMsg): QueryParamsRequest;
|
|
@@ -56,7 +57,7 @@ export declare const QueryParamsResponse: {
|
|
|
56
57
|
typeUrl: string;
|
|
57
58
|
encode(message: QueryParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
58
59
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsResponse;
|
|
59
|
-
fromPartial(object:
|
|
60
|
+
fromPartial(object: DeepPartial<QueryParamsResponse>): QueryParamsResponse;
|
|
60
61
|
fromAmino(object: QueryParamsResponseAmino): QueryParamsResponse;
|
|
61
62
|
toAmino(message: QueryParamsResponse): QueryParamsResponseAmino;
|
|
62
63
|
fromAminoMsg(object: QueryParamsResponseAminoMsg): QueryParamsResponse;
|