@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
|
@@ -3,6 +3,7 @@ import { ProofOps, ProofOpsAmino, ProofOpsSDKType } from "../crypto/proof";
|
|
|
3
3
|
import { PublicKey, PublicKeyAmino, PublicKeySDKType } from "../crypto/keys";
|
|
4
4
|
import { BlockIDFlag } from "../types/validator";
|
|
5
5
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
6
|
+
import { DeepPartial } from "../../helpers";
|
|
6
7
|
export declare enum CheckTxType {
|
|
7
8
|
NEW = 0,
|
|
8
9
|
RECHECK = 1,
|
|
@@ -1492,7 +1493,7 @@ export declare const Request: {
|
|
|
1492
1493
|
typeUrl: string;
|
|
1493
1494
|
encode(message: Request, writer?: BinaryWriter): BinaryWriter;
|
|
1494
1495
|
decode(input: BinaryReader | Uint8Array, length?: number): Request;
|
|
1495
|
-
fromPartial(object:
|
|
1496
|
+
fromPartial(object: DeepPartial<Request>): Request;
|
|
1496
1497
|
fromAmino(object: RequestAmino): Request;
|
|
1497
1498
|
toAmino(message: Request): RequestAmino;
|
|
1498
1499
|
fromAminoMsg(object: RequestAminoMsg): Request;
|
|
@@ -1504,7 +1505,7 @@ export declare const RequestEcho: {
|
|
|
1504
1505
|
typeUrl: string;
|
|
1505
1506
|
encode(message: RequestEcho, writer?: BinaryWriter): BinaryWriter;
|
|
1506
1507
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestEcho;
|
|
1507
|
-
fromPartial(object:
|
|
1508
|
+
fromPartial(object: DeepPartial<RequestEcho>): RequestEcho;
|
|
1508
1509
|
fromAmino(object: RequestEchoAmino): RequestEcho;
|
|
1509
1510
|
toAmino(message: RequestEcho): RequestEchoAmino;
|
|
1510
1511
|
fromAminoMsg(object: RequestEchoAminoMsg): RequestEcho;
|
|
@@ -1516,7 +1517,7 @@ export declare const RequestFlush: {
|
|
|
1516
1517
|
typeUrl: string;
|
|
1517
1518
|
encode(_: RequestFlush, writer?: BinaryWriter): BinaryWriter;
|
|
1518
1519
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestFlush;
|
|
1519
|
-
fromPartial(_:
|
|
1520
|
+
fromPartial(_: DeepPartial<RequestFlush>): RequestFlush;
|
|
1520
1521
|
fromAmino(_: RequestFlushAmino): RequestFlush;
|
|
1521
1522
|
toAmino(_: RequestFlush): RequestFlushAmino;
|
|
1522
1523
|
fromAminoMsg(object: RequestFlushAminoMsg): RequestFlush;
|
|
@@ -1528,7 +1529,7 @@ export declare const RequestInfo: {
|
|
|
1528
1529
|
typeUrl: string;
|
|
1529
1530
|
encode(message: RequestInfo, writer?: BinaryWriter): BinaryWriter;
|
|
1530
1531
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestInfo;
|
|
1531
|
-
fromPartial(object:
|
|
1532
|
+
fromPartial(object: DeepPartial<RequestInfo>): RequestInfo;
|
|
1532
1533
|
fromAmino(object: RequestInfoAmino): RequestInfo;
|
|
1533
1534
|
toAmino(message: RequestInfo): RequestInfoAmino;
|
|
1534
1535
|
fromAminoMsg(object: RequestInfoAminoMsg): RequestInfo;
|
|
@@ -1540,7 +1541,7 @@ export declare const RequestInitChain: {
|
|
|
1540
1541
|
typeUrl: string;
|
|
1541
1542
|
encode(message: RequestInitChain, writer?: BinaryWriter): BinaryWriter;
|
|
1542
1543
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestInitChain;
|
|
1543
|
-
fromPartial(object:
|
|
1544
|
+
fromPartial(object: DeepPartial<RequestInitChain>): RequestInitChain;
|
|
1544
1545
|
fromAmino(object: RequestInitChainAmino): RequestInitChain;
|
|
1545
1546
|
toAmino(message: RequestInitChain): RequestInitChainAmino;
|
|
1546
1547
|
fromAminoMsg(object: RequestInitChainAminoMsg): RequestInitChain;
|
|
@@ -1552,7 +1553,7 @@ export declare const RequestQuery: {
|
|
|
1552
1553
|
typeUrl: string;
|
|
1553
1554
|
encode(message: RequestQuery, writer?: BinaryWriter): BinaryWriter;
|
|
1554
1555
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestQuery;
|
|
1555
|
-
fromPartial(object:
|
|
1556
|
+
fromPartial(object: DeepPartial<RequestQuery>): RequestQuery;
|
|
1556
1557
|
fromAmino(object: RequestQueryAmino): RequestQuery;
|
|
1557
1558
|
toAmino(message: RequestQuery): RequestQueryAmino;
|
|
1558
1559
|
fromAminoMsg(object: RequestQueryAminoMsg): RequestQuery;
|
|
@@ -1564,7 +1565,7 @@ export declare const RequestCheckTx: {
|
|
|
1564
1565
|
typeUrl: string;
|
|
1565
1566
|
encode(message: RequestCheckTx, writer?: BinaryWriter): BinaryWriter;
|
|
1566
1567
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestCheckTx;
|
|
1567
|
-
fromPartial(object:
|
|
1568
|
+
fromPartial(object: DeepPartial<RequestCheckTx>): RequestCheckTx;
|
|
1568
1569
|
fromAmino(object: RequestCheckTxAmino): RequestCheckTx;
|
|
1569
1570
|
toAmino(message: RequestCheckTx): RequestCheckTxAmino;
|
|
1570
1571
|
fromAminoMsg(object: RequestCheckTxAminoMsg): RequestCheckTx;
|
|
@@ -1576,7 +1577,7 @@ export declare const RequestCommit: {
|
|
|
1576
1577
|
typeUrl: string;
|
|
1577
1578
|
encode(_: RequestCommit, writer?: BinaryWriter): BinaryWriter;
|
|
1578
1579
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestCommit;
|
|
1579
|
-
fromPartial(_:
|
|
1580
|
+
fromPartial(_: DeepPartial<RequestCommit>): RequestCommit;
|
|
1580
1581
|
fromAmino(_: RequestCommitAmino): RequestCommit;
|
|
1581
1582
|
toAmino(_: RequestCommit): RequestCommitAmino;
|
|
1582
1583
|
fromAminoMsg(object: RequestCommitAminoMsg): RequestCommit;
|
|
@@ -1588,7 +1589,7 @@ export declare const RequestListSnapshots: {
|
|
|
1588
1589
|
typeUrl: string;
|
|
1589
1590
|
encode(_: RequestListSnapshots, writer?: BinaryWriter): BinaryWriter;
|
|
1590
1591
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestListSnapshots;
|
|
1591
|
-
fromPartial(_:
|
|
1592
|
+
fromPartial(_: DeepPartial<RequestListSnapshots>): RequestListSnapshots;
|
|
1592
1593
|
fromAmino(_: RequestListSnapshotsAmino): RequestListSnapshots;
|
|
1593
1594
|
toAmino(_: RequestListSnapshots): RequestListSnapshotsAmino;
|
|
1594
1595
|
fromAminoMsg(object: RequestListSnapshotsAminoMsg): RequestListSnapshots;
|
|
@@ -1600,7 +1601,7 @@ export declare const RequestOfferSnapshot: {
|
|
|
1600
1601
|
typeUrl: string;
|
|
1601
1602
|
encode(message: RequestOfferSnapshot, writer?: BinaryWriter): BinaryWriter;
|
|
1602
1603
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestOfferSnapshot;
|
|
1603
|
-
fromPartial(object:
|
|
1604
|
+
fromPartial(object: DeepPartial<RequestOfferSnapshot>): RequestOfferSnapshot;
|
|
1604
1605
|
fromAmino(object: RequestOfferSnapshotAmino): RequestOfferSnapshot;
|
|
1605
1606
|
toAmino(message: RequestOfferSnapshot): RequestOfferSnapshotAmino;
|
|
1606
1607
|
fromAminoMsg(object: RequestOfferSnapshotAminoMsg): RequestOfferSnapshot;
|
|
@@ -1612,7 +1613,7 @@ export declare const RequestLoadSnapshotChunk: {
|
|
|
1612
1613
|
typeUrl: string;
|
|
1613
1614
|
encode(message: RequestLoadSnapshotChunk, writer?: BinaryWriter): BinaryWriter;
|
|
1614
1615
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestLoadSnapshotChunk;
|
|
1615
|
-
fromPartial(object:
|
|
1616
|
+
fromPartial(object: DeepPartial<RequestLoadSnapshotChunk>): RequestLoadSnapshotChunk;
|
|
1616
1617
|
fromAmino(object: RequestLoadSnapshotChunkAmino): RequestLoadSnapshotChunk;
|
|
1617
1618
|
toAmino(message: RequestLoadSnapshotChunk): RequestLoadSnapshotChunkAmino;
|
|
1618
1619
|
fromAminoMsg(object: RequestLoadSnapshotChunkAminoMsg): RequestLoadSnapshotChunk;
|
|
@@ -1624,7 +1625,7 @@ export declare const RequestApplySnapshotChunk: {
|
|
|
1624
1625
|
typeUrl: string;
|
|
1625
1626
|
encode(message: RequestApplySnapshotChunk, writer?: BinaryWriter): BinaryWriter;
|
|
1626
1627
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestApplySnapshotChunk;
|
|
1627
|
-
fromPartial(object:
|
|
1628
|
+
fromPartial(object: DeepPartial<RequestApplySnapshotChunk>): RequestApplySnapshotChunk;
|
|
1628
1629
|
fromAmino(object: RequestApplySnapshotChunkAmino): RequestApplySnapshotChunk;
|
|
1629
1630
|
toAmino(message: RequestApplySnapshotChunk): RequestApplySnapshotChunkAmino;
|
|
1630
1631
|
fromAminoMsg(object: RequestApplySnapshotChunkAminoMsg): RequestApplySnapshotChunk;
|
|
@@ -1636,7 +1637,7 @@ export declare const RequestPrepareProposal: {
|
|
|
1636
1637
|
typeUrl: string;
|
|
1637
1638
|
encode(message: RequestPrepareProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1638
1639
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestPrepareProposal;
|
|
1639
|
-
fromPartial(object:
|
|
1640
|
+
fromPartial(object: DeepPartial<RequestPrepareProposal>): RequestPrepareProposal;
|
|
1640
1641
|
fromAmino(object: RequestPrepareProposalAmino): RequestPrepareProposal;
|
|
1641
1642
|
toAmino(message: RequestPrepareProposal): RequestPrepareProposalAmino;
|
|
1642
1643
|
fromAminoMsg(object: RequestPrepareProposalAminoMsg): RequestPrepareProposal;
|
|
@@ -1648,7 +1649,7 @@ export declare const RequestProcessProposal: {
|
|
|
1648
1649
|
typeUrl: string;
|
|
1649
1650
|
encode(message: RequestProcessProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1650
1651
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestProcessProposal;
|
|
1651
|
-
fromPartial(object:
|
|
1652
|
+
fromPartial(object: DeepPartial<RequestProcessProposal>): RequestProcessProposal;
|
|
1652
1653
|
fromAmino(object: RequestProcessProposalAmino): RequestProcessProposal;
|
|
1653
1654
|
toAmino(message: RequestProcessProposal): RequestProcessProposalAmino;
|
|
1654
1655
|
fromAminoMsg(object: RequestProcessProposalAminoMsg): RequestProcessProposal;
|
|
@@ -1660,7 +1661,7 @@ export declare const RequestExtendVote: {
|
|
|
1660
1661
|
typeUrl: string;
|
|
1661
1662
|
encode(message: RequestExtendVote, writer?: BinaryWriter): BinaryWriter;
|
|
1662
1663
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestExtendVote;
|
|
1663
|
-
fromPartial(object:
|
|
1664
|
+
fromPartial(object: DeepPartial<RequestExtendVote>): RequestExtendVote;
|
|
1664
1665
|
fromAmino(object: RequestExtendVoteAmino): RequestExtendVote;
|
|
1665
1666
|
toAmino(message: RequestExtendVote): RequestExtendVoteAmino;
|
|
1666
1667
|
fromAminoMsg(object: RequestExtendVoteAminoMsg): RequestExtendVote;
|
|
@@ -1672,7 +1673,7 @@ export declare const RequestVerifyVoteExtension: {
|
|
|
1672
1673
|
typeUrl: string;
|
|
1673
1674
|
encode(message: RequestVerifyVoteExtension, writer?: BinaryWriter): BinaryWriter;
|
|
1674
1675
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestVerifyVoteExtension;
|
|
1675
|
-
fromPartial(object:
|
|
1676
|
+
fromPartial(object: DeepPartial<RequestVerifyVoteExtension>): RequestVerifyVoteExtension;
|
|
1676
1677
|
fromAmino(object: RequestVerifyVoteExtensionAmino): RequestVerifyVoteExtension;
|
|
1677
1678
|
toAmino(message: RequestVerifyVoteExtension): RequestVerifyVoteExtensionAmino;
|
|
1678
1679
|
fromAminoMsg(object: RequestVerifyVoteExtensionAminoMsg): RequestVerifyVoteExtension;
|
|
@@ -1684,7 +1685,7 @@ export declare const RequestFinalizeBlock: {
|
|
|
1684
1685
|
typeUrl: string;
|
|
1685
1686
|
encode(message: RequestFinalizeBlock, writer?: BinaryWriter): BinaryWriter;
|
|
1686
1687
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestFinalizeBlock;
|
|
1687
|
-
fromPartial(object:
|
|
1688
|
+
fromPartial(object: DeepPartial<RequestFinalizeBlock>): RequestFinalizeBlock;
|
|
1688
1689
|
fromAmino(object: RequestFinalizeBlockAmino): RequestFinalizeBlock;
|
|
1689
1690
|
toAmino(message: RequestFinalizeBlock): RequestFinalizeBlockAmino;
|
|
1690
1691
|
fromAminoMsg(object: RequestFinalizeBlockAminoMsg): RequestFinalizeBlock;
|
|
@@ -1696,7 +1697,7 @@ export declare const Response: {
|
|
|
1696
1697
|
typeUrl: string;
|
|
1697
1698
|
encode(message: Response, writer?: BinaryWriter): BinaryWriter;
|
|
1698
1699
|
decode(input: BinaryReader | Uint8Array, length?: number): Response;
|
|
1699
|
-
fromPartial(object:
|
|
1700
|
+
fromPartial(object: DeepPartial<Response>): Response;
|
|
1700
1701
|
fromAmino(object: ResponseAmino): Response;
|
|
1701
1702
|
toAmino(message: Response): ResponseAmino;
|
|
1702
1703
|
fromAminoMsg(object: ResponseAminoMsg): Response;
|
|
@@ -1708,7 +1709,7 @@ export declare const ResponseException: {
|
|
|
1708
1709
|
typeUrl: string;
|
|
1709
1710
|
encode(message: ResponseException, writer?: BinaryWriter): BinaryWriter;
|
|
1710
1711
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseException;
|
|
1711
|
-
fromPartial(object:
|
|
1712
|
+
fromPartial(object: DeepPartial<ResponseException>): ResponseException;
|
|
1712
1713
|
fromAmino(object: ResponseExceptionAmino): ResponseException;
|
|
1713
1714
|
toAmino(message: ResponseException): ResponseExceptionAmino;
|
|
1714
1715
|
fromAminoMsg(object: ResponseExceptionAminoMsg): ResponseException;
|
|
@@ -1720,7 +1721,7 @@ export declare const ResponseEcho: {
|
|
|
1720
1721
|
typeUrl: string;
|
|
1721
1722
|
encode(message: ResponseEcho, writer?: BinaryWriter): BinaryWriter;
|
|
1722
1723
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseEcho;
|
|
1723
|
-
fromPartial(object:
|
|
1724
|
+
fromPartial(object: DeepPartial<ResponseEcho>): ResponseEcho;
|
|
1724
1725
|
fromAmino(object: ResponseEchoAmino): ResponseEcho;
|
|
1725
1726
|
toAmino(message: ResponseEcho): ResponseEchoAmino;
|
|
1726
1727
|
fromAminoMsg(object: ResponseEchoAminoMsg): ResponseEcho;
|
|
@@ -1732,7 +1733,7 @@ export declare const ResponseFlush: {
|
|
|
1732
1733
|
typeUrl: string;
|
|
1733
1734
|
encode(_: ResponseFlush, writer?: BinaryWriter): BinaryWriter;
|
|
1734
1735
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseFlush;
|
|
1735
|
-
fromPartial(_:
|
|
1736
|
+
fromPartial(_: DeepPartial<ResponseFlush>): ResponseFlush;
|
|
1736
1737
|
fromAmino(_: ResponseFlushAmino): ResponseFlush;
|
|
1737
1738
|
toAmino(_: ResponseFlush): ResponseFlushAmino;
|
|
1738
1739
|
fromAminoMsg(object: ResponseFlushAminoMsg): ResponseFlush;
|
|
@@ -1744,7 +1745,7 @@ export declare const ResponseInfo: {
|
|
|
1744
1745
|
typeUrl: string;
|
|
1745
1746
|
encode(message: ResponseInfo, writer?: BinaryWriter): BinaryWriter;
|
|
1746
1747
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseInfo;
|
|
1747
|
-
fromPartial(object:
|
|
1748
|
+
fromPartial(object: DeepPartial<ResponseInfo>): ResponseInfo;
|
|
1748
1749
|
fromAmino(object: ResponseInfoAmino): ResponseInfo;
|
|
1749
1750
|
toAmino(message: ResponseInfo): ResponseInfoAmino;
|
|
1750
1751
|
fromAminoMsg(object: ResponseInfoAminoMsg): ResponseInfo;
|
|
@@ -1756,7 +1757,7 @@ export declare const ResponseInitChain: {
|
|
|
1756
1757
|
typeUrl: string;
|
|
1757
1758
|
encode(message: ResponseInitChain, writer?: BinaryWriter): BinaryWriter;
|
|
1758
1759
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseInitChain;
|
|
1759
|
-
fromPartial(object:
|
|
1760
|
+
fromPartial(object: DeepPartial<ResponseInitChain>): ResponseInitChain;
|
|
1760
1761
|
fromAmino(object: ResponseInitChainAmino): ResponseInitChain;
|
|
1761
1762
|
toAmino(message: ResponseInitChain): ResponseInitChainAmino;
|
|
1762
1763
|
fromAminoMsg(object: ResponseInitChainAminoMsg): ResponseInitChain;
|
|
@@ -1768,7 +1769,7 @@ export declare const ResponseQuery: {
|
|
|
1768
1769
|
typeUrl: string;
|
|
1769
1770
|
encode(message: ResponseQuery, writer?: BinaryWriter): BinaryWriter;
|
|
1770
1771
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseQuery;
|
|
1771
|
-
fromPartial(object:
|
|
1772
|
+
fromPartial(object: DeepPartial<ResponseQuery>): ResponseQuery;
|
|
1772
1773
|
fromAmino(object: ResponseQueryAmino): ResponseQuery;
|
|
1773
1774
|
toAmino(message: ResponseQuery): ResponseQueryAmino;
|
|
1774
1775
|
fromAminoMsg(object: ResponseQueryAminoMsg): ResponseQuery;
|
|
@@ -1780,7 +1781,7 @@ export declare const ResponseCheckTx: {
|
|
|
1780
1781
|
typeUrl: string;
|
|
1781
1782
|
encode(message: ResponseCheckTx, writer?: BinaryWriter): BinaryWriter;
|
|
1782
1783
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseCheckTx;
|
|
1783
|
-
fromPartial(object:
|
|
1784
|
+
fromPartial(object: DeepPartial<ResponseCheckTx>): ResponseCheckTx;
|
|
1784
1785
|
fromAmino(object: ResponseCheckTxAmino): ResponseCheckTx;
|
|
1785
1786
|
toAmino(message: ResponseCheckTx): ResponseCheckTxAmino;
|
|
1786
1787
|
fromAminoMsg(object: ResponseCheckTxAminoMsg): ResponseCheckTx;
|
|
@@ -1792,7 +1793,7 @@ export declare const ResponseCommit: {
|
|
|
1792
1793
|
typeUrl: string;
|
|
1793
1794
|
encode(message: ResponseCommit, writer?: BinaryWriter): BinaryWriter;
|
|
1794
1795
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseCommit;
|
|
1795
|
-
fromPartial(object:
|
|
1796
|
+
fromPartial(object: DeepPartial<ResponseCommit>): ResponseCommit;
|
|
1796
1797
|
fromAmino(object: ResponseCommitAmino): ResponseCommit;
|
|
1797
1798
|
toAmino(message: ResponseCommit): ResponseCommitAmino;
|
|
1798
1799
|
fromAminoMsg(object: ResponseCommitAminoMsg): ResponseCommit;
|
|
@@ -1804,7 +1805,7 @@ export declare const ResponseListSnapshots: {
|
|
|
1804
1805
|
typeUrl: string;
|
|
1805
1806
|
encode(message: ResponseListSnapshots, writer?: BinaryWriter): BinaryWriter;
|
|
1806
1807
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseListSnapshots;
|
|
1807
|
-
fromPartial(object:
|
|
1808
|
+
fromPartial(object: DeepPartial<ResponseListSnapshots>): ResponseListSnapshots;
|
|
1808
1809
|
fromAmino(object: ResponseListSnapshotsAmino): ResponseListSnapshots;
|
|
1809
1810
|
toAmino(message: ResponseListSnapshots): ResponseListSnapshotsAmino;
|
|
1810
1811
|
fromAminoMsg(object: ResponseListSnapshotsAminoMsg): ResponseListSnapshots;
|
|
@@ -1816,7 +1817,7 @@ export declare const ResponseOfferSnapshot: {
|
|
|
1816
1817
|
typeUrl: string;
|
|
1817
1818
|
encode(message: ResponseOfferSnapshot, writer?: BinaryWriter): BinaryWriter;
|
|
1818
1819
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseOfferSnapshot;
|
|
1819
|
-
fromPartial(object:
|
|
1820
|
+
fromPartial(object: DeepPartial<ResponseOfferSnapshot>): ResponseOfferSnapshot;
|
|
1820
1821
|
fromAmino(object: ResponseOfferSnapshotAmino): ResponseOfferSnapshot;
|
|
1821
1822
|
toAmino(message: ResponseOfferSnapshot): ResponseOfferSnapshotAmino;
|
|
1822
1823
|
fromAminoMsg(object: ResponseOfferSnapshotAminoMsg): ResponseOfferSnapshot;
|
|
@@ -1828,7 +1829,7 @@ export declare const ResponseLoadSnapshotChunk: {
|
|
|
1828
1829
|
typeUrl: string;
|
|
1829
1830
|
encode(message: ResponseLoadSnapshotChunk, writer?: BinaryWriter): BinaryWriter;
|
|
1830
1831
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseLoadSnapshotChunk;
|
|
1831
|
-
fromPartial(object:
|
|
1832
|
+
fromPartial(object: DeepPartial<ResponseLoadSnapshotChunk>): ResponseLoadSnapshotChunk;
|
|
1832
1833
|
fromAmino(object: ResponseLoadSnapshotChunkAmino): ResponseLoadSnapshotChunk;
|
|
1833
1834
|
toAmino(message: ResponseLoadSnapshotChunk): ResponseLoadSnapshotChunkAmino;
|
|
1834
1835
|
fromAminoMsg(object: ResponseLoadSnapshotChunkAminoMsg): ResponseLoadSnapshotChunk;
|
|
@@ -1840,7 +1841,7 @@ export declare const ResponseApplySnapshotChunk: {
|
|
|
1840
1841
|
typeUrl: string;
|
|
1841
1842
|
encode(message: ResponseApplySnapshotChunk, writer?: BinaryWriter): BinaryWriter;
|
|
1842
1843
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseApplySnapshotChunk;
|
|
1843
|
-
fromPartial(object:
|
|
1844
|
+
fromPartial(object: DeepPartial<ResponseApplySnapshotChunk>): ResponseApplySnapshotChunk;
|
|
1844
1845
|
fromAmino(object: ResponseApplySnapshotChunkAmino): ResponseApplySnapshotChunk;
|
|
1845
1846
|
toAmino(message: ResponseApplySnapshotChunk): ResponseApplySnapshotChunkAmino;
|
|
1846
1847
|
fromAminoMsg(object: ResponseApplySnapshotChunkAminoMsg): ResponseApplySnapshotChunk;
|
|
@@ -1852,7 +1853,7 @@ export declare const ResponsePrepareProposal: {
|
|
|
1852
1853
|
typeUrl: string;
|
|
1853
1854
|
encode(message: ResponsePrepareProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1854
1855
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponsePrepareProposal;
|
|
1855
|
-
fromPartial(object:
|
|
1856
|
+
fromPartial(object: DeepPartial<ResponsePrepareProposal>): ResponsePrepareProposal;
|
|
1856
1857
|
fromAmino(object: ResponsePrepareProposalAmino): ResponsePrepareProposal;
|
|
1857
1858
|
toAmino(message: ResponsePrepareProposal): ResponsePrepareProposalAmino;
|
|
1858
1859
|
fromAminoMsg(object: ResponsePrepareProposalAminoMsg): ResponsePrepareProposal;
|
|
@@ -1864,7 +1865,7 @@ export declare const ResponseProcessProposal: {
|
|
|
1864
1865
|
typeUrl: string;
|
|
1865
1866
|
encode(message: ResponseProcessProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1866
1867
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseProcessProposal;
|
|
1867
|
-
fromPartial(object:
|
|
1868
|
+
fromPartial(object: DeepPartial<ResponseProcessProposal>): ResponseProcessProposal;
|
|
1868
1869
|
fromAmino(object: ResponseProcessProposalAmino): ResponseProcessProposal;
|
|
1869
1870
|
toAmino(message: ResponseProcessProposal): ResponseProcessProposalAmino;
|
|
1870
1871
|
fromAminoMsg(object: ResponseProcessProposalAminoMsg): ResponseProcessProposal;
|
|
@@ -1876,7 +1877,7 @@ export declare const ResponseExtendVote: {
|
|
|
1876
1877
|
typeUrl: string;
|
|
1877
1878
|
encode(message: ResponseExtendVote, writer?: BinaryWriter): BinaryWriter;
|
|
1878
1879
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseExtendVote;
|
|
1879
|
-
fromPartial(object:
|
|
1880
|
+
fromPartial(object: DeepPartial<ResponseExtendVote>): ResponseExtendVote;
|
|
1880
1881
|
fromAmino(object: ResponseExtendVoteAmino): ResponseExtendVote;
|
|
1881
1882
|
toAmino(message: ResponseExtendVote): ResponseExtendVoteAmino;
|
|
1882
1883
|
fromAminoMsg(object: ResponseExtendVoteAminoMsg): ResponseExtendVote;
|
|
@@ -1888,7 +1889,7 @@ export declare const ResponseVerifyVoteExtension: {
|
|
|
1888
1889
|
typeUrl: string;
|
|
1889
1890
|
encode(message: ResponseVerifyVoteExtension, writer?: BinaryWriter): BinaryWriter;
|
|
1890
1891
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseVerifyVoteExtension;
|
|
1891
|
-
fromPartial(object:
|
|
1892
|
+
fromPartial(object: DeepPartial<ResponseVerifyVoteExtension>): ResponseVerifyVoteExtension;
|
|
1892
1893
|
fromAmino(object: ResponseVerifyVoteExtensionAmino): ResponseVerifyVoteExtension;
|
|
1893
1894
|
toAmino(message: ResponseVerifyVoteExtension): ResponseVerifyVoteExtensionAmino;
|
|
1894
1895
|
fromAminoMsg(object: ResponseVerifyVoteExtensionAminoMsg): ResponseVerifyVoteExtension;
|
|
@@ -1900,7 +1901,7 @@ export declare const ResponseFinalizeBlock: {
|
|
|
1900
1901
|
typeUrl: string;
|
|
1901
1902
|
encode(message: ResponseFinalizeBlock, writer?: BinaryWriter): BinaryWriter;
|
|
1902
1903
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseFinalizeBlock;
|
|
1903
|
-
fromPartial(object:
|
|
1904
|
+
fromPartial(object: DeepPartial<ResponseFinalizeBlock>): ResponseFinalizeBlock;
|
|
1904
1905
|
fromAmino(object: ResponseFinalizeBlockAmino): ResponseFinalizeBlock;
|
|
1905
1906
|
toAmino(message: ResponseFinalizeBlock): ResponseFinalizeBlockAmino;
|
|
1906
1907
|
fromAminoMsg(object: ResponseFinalizeBlockAminoMsg): ResponseFinalizeBlock;
|
|
@@ -1912,7 +1913,7 @@ export declare const CommitInfo: {
|
|
|
1912
1913
|
typeUrl: string;
|
|
1913
1914
|
encode(message: CommitInfo, writer?: BinaryWriter): BinaryWriter;
|
|
1914
1915
|
decode(input: BinaryReader | Uint8Array, length?: number): CommitInfo;
|
|
1915
|
-
fromPartial(object:
|
|
1916
|
+
fromPartial(object: DeepPartial<CommitInfo>): CommitInfo;
|
|
1916
1917
|
fromAmino(object: CommitInfoAmino): CommitInfo;
|
|
1917
1918
|
toAmino(message: CommitInfo): CommitInfoAmino;
|
|
1918
1919
|
fromAminoMsg(object: CommitInfoAminoMsg): CommitInfo;
|
|
@@ -1924,7 +1925,7 @@ export declare const ExtendedCommitInfo: {
|
|
|
1924
1925
|
typeUrl: string;
|
|
1925
1926
|
encode(message: ExtendedCommitInfo, writer?: BinaryWriter): BinaryWriter;
|
|
1926
1927
|
decode(input: BinaryReader | Uint8Array, length?: number): ExtendedCommitInfo;
|
|
1927
|
-
fromPartial(object:
|
|
1928
|
+
fromPartial(object: DeepPartial<ExtendedCommitInfo>): ExtendedCommitInfo;
|
|
1928
1929
|
fromAmino(object: ExtendedCommitInfoAmino): ExtendedCommitInfo;
|
|
1929
1930
|
toAmino(message: ExtendedCommitInfo): ExtendedCommitInfoAmino;
|
|
1930
1931
|
fromAminoMsg(object: ExtendedCommitInfoAminoMsg): ExtendedCommitInfo;
|
|
@@ -1936,7 +1937,7 @@ export declare const Event: {
|
|
|
1936
1937
|
typeUrl: string;
|
|
1937
1938
|
encode(message: Event, writer?: BinaryWriter): BinaryWriter;
|
|
1938
1939
|
decode(input: BinaryReader | Uint8Array, length?: number): Event;
|
|
1939
|
-
fromPartial(object:
|
|
1940
|
+
fromPartial(object: DeepPartial<Event>): Event;
|
|
1940
1941
|
fromAmino(object: EventAmino): Event;
|
|
1941
1942
|
toAmino(message: Event): EventAmino;
|
|
1942
1943
|
fromAminoMsg(object: EventAminoMsg): Event;
|
|
@@ -1948,7 +1949,7 @@ export declare const EventAttribute: {
|
|
|
1948
1949
|
typeUrl: string;
|
|
1949
1950
|
encode(message: EventAttribute, writer?: BinaryWriter): BinaryWriter;
|
|
1950
1951
|
decode(input: BinaryReader | Uint8Array, length?: number): EventAttribute;
|
|
1951
|
-
fromPartial(object:
|
|
1952
|
+
fromPartial(object: DeepPartial<EventAttribute>): EventAttribute;
|
|
1952
1953
|
fromAmino(object: EventAttributeAmino): EventAttribute;
|
|
1953
1954
|
toAmino(message: EventAttribute): EventAttributeAmino;
|
|
1954
1955
|
fromAminoMsg(object: EventAttributeAminoMsg): EventAttribute;
|
|
@@ -1960,7 +1961,7 @@ export declare const ExecTxResult: {
|
|
|
1960
1961
|
typeUrl: string;
|
|
1961
1962
|
encode(message: ExecTxResult, writer?: BinaryWriter): BinaryWriter;
|
|
1962
1963
|
decode(input: BinaryReader | Uint8Array, length?: number): ExecTxResult;
|
|
1963
|
-
fromPartial(object:
|
|
1964
|
+
fromPartial(object: DeepPartial<ExecTxResult>): ExecTxResult;
|
|
1964
1965
|
fromAmino(object: ExecTxResultAmino): ExecTxResult;
|
|
1965
1966
|
toAmino(message: ExecTxResult): ExecTxResultAmino;
|
|
1966
1967
|
fromAminoMsg(object: ExecTxResultAminoMsg): ExecTxResult;
|
|
@@ -1972,7 +1973,7 @@ export declare const TxResult: {
|
|
|
1972
1973
|
typeUrl: string;
|
|
1973
1974
|
encode(message: TxResult, writer?: BinaryWriter): BinaryWriter;
|
|
1974
1975
|
decode(input: BinaryReader | Uint8Array, length?: number): TxResult;
|
|
1975
|
-
fromPartial(object:
|
|
1976
|
+
fromPartial(object: DeepPartial<TxResult>): TxResult;
|
|
1976
1977
|
fromAmino(object: TxResultAmino): TxResult;
|
|
1977
1978
|
toAmino(message: TxResult): TxResultAmino;
|
|
1978
1979
|
fromAminoMsg(object: TxResultAminoMsg): TxResult;
|
|
@@ -1984,7 +1985,7 @@ export declare const Validator: {
|
|
|
1984
1985
|
typeUrl: string;
|
|
1985
1986
|
encode(message: Validator, writer?: BinaryWriter): BinaryWriter;
|
|
1986
1987
|
decode(input: BinaryReader | Uint8Array, length?: number): Validator;
|
|
1987
|
-
fromPartial(object:
|
|
1988
|
+
fromPartial(object: DeepPartial<Validator>): Validator;
|
|
1988
1989
|
fromAmino(object: ValidatorAmino): Validator;
|
|
1989
1990
|
toAmino(message: Validator): ValidatorAmino;
|
|
1990
1991
|
fromAminoMsg(object: ValidatorAminoMsg): Validator;
|
|
@@ -1996,7 +1997,7 @@ export declare const ValidatorUpdate: {
|
|
|
1996
1997
|
typeUrl: string;
|
|
1997
1998
|
encode(message: ValidatorUpdate, writer?: BinaryWriter): BinaryWriter;
|
|
1998
1999
|
decode(input: BinaryReader | Uint8Array, length?: number): ValidatorUpdate;
|
|
1999
|
-
fromPartial(object:
|
|
2000
|
+
fromPartial(object: DeepPartial<ValidatorUpdate>): ValidatorUpdate;
|
|
2000
2001
|
fromAmino(object: ValidatorUpdateAmino): ValidatorUpdate;
|
|
2001
2002
|
toAmino(message: ValidatorUpdate): ValidatorUpdateAmino;
|
|
2002
2003
|
fromAminoMsg(object: ValidatorUpdateAminoMsg): ValidatorUpdate;
|
|
@@ -2008,7 +2009,7 @@ export declare const VoteInfo: {
|
|
|
2008
2009
|
typeUrl: string;
|
|
2009
2010
|
encode(message: VoteInfo, writer?: BinaryWriter): BinaryWriter;
|
|
2010
2011
|
decode(input: BinaryReader | Uint8Array, length?: number): VoteInfo;
|
|
2011
|
-
fromPartial(object:
|
|
2012
|
+
fromPartial(object: DeepPartial<VoteInfo>): VoteInfo;
|
|
2012
2013
|
fromAmino(object: VoteInfoAmino): VoteInfo;
|
|
2013
2014
|
toAmino(message: VoteInfo): VoteInfoAmino;
|
|
2014
2015
|
fromAminoMsg(object: VoteInfoAminoMsg): VoteInfo;
|
|
@@ -2020,7 +2021,7 @@ export declare const ExtendedVoteInfo: {
|
|
|
2020
2021
|
typeUrl: string;
|
|
2021
2022
|
encode(message: ExtendedVoteInfo, writer?: BinaryWriter): BinaryWriter;
|
|
2022
2023
|
decode(input: BinaryReader | Uint8Array, length?: number): ExtendedVoteInfo;
|
|
2023
|
-
fromPartial(object:
|
|
2024
|
+
fromPartial(object: DeepPartial<ExtendedVoteInfo>): ExtendedVoteInfo;
|
|
2024
2025
|
fromAmino(object: ExtendedVoteInfoAmino): ExtendedVoteInfo;
|
|
2025
2026
|
toAmino(message: ExtendedVoteInfo): ExtendedVoteInfoAmino;
|
|
2026
2027
|
fromAminoMsg(object: ExtendedVoteInfoAminoMsg): ExtendedVoteInfo;
|
|
@@ -2032,7 +2033,7 @@ export declare const Misbehavior: {
|
|
|
2032
2033
|
typeUrl: string;
|
|
2033
2034
|
encode(message: Misbehavior, writer?: BinaryWriter): BinaryWriter;
|
|
2034
2035
|
decode(input: BinaryReader | Uint8Array, length?: number): Misbehavior;
|
|
2035
|
-
fromPartial(object:
|
|
2036
|
+
fromPartial(object: DeepPartial<Misbehavior>): Misbehavior;
|
|
2036
2037
|
fromAmino(object: MisbehaviorAmino): Misbehavior;
|
|
2037
2038
|
toAmino(message: Misbehavior): MisbehaviorAmino;
|
|
2038
2039
|
fromAminoMsg(object: MisbehaviorAminoMsg): Misbehavior;
|
|
@@ -2044,7 +2045,7 @@ export declare const Snapshot: {
|
|
|
2044
2045
|
typeUrl: string;
|
|
2045
2046
|
encode(message: Snapshot, writer?: BinaryWriter): BinaryWriter;
|
|
2046
2047
|
decode(input: BinaryReader | Uint8Array, length?: number): Snapshot;
|
|
2047
|
-
fromPartial(object:
|
|
2048
|
+
fromPartial(object: DeepPartial<Snapshot>): Snapshot;
|
|
2048
2049
|
fromAmino(object: SnapshotAmino): Snapshot;
|
|
2049
2050
|
toAmino(message: Snapshot): SnapshotAmino;
|
|
2050
2051
|
fromAminoMsg(object: SnapshotAminoMsg): Snapshot;
|