@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
package/tendermint/bundle.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ export declare namespace tendermint {
|
|
|
44
44
|
typeUrl: string;
|
|
45
45
|
encode(message: _182.Request, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
46
46
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.Request;
|
|
47
|
-
fromPartial(object:
|
|
47
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.Request>): _182.Request;
|
|
48
48
|
fromAmino(object: _182.RequestAmino): _182.Request;
|
|
49
49
|
toAmino(message: _182.Request): _182.RequestAmino;
|
|
50
50
|
fromAminoMsg(object: _182.RequestAminoMsg): _182.Request;
|
|
@@ -56,7 +56,7 @@ export declare namespace tendermint {
|
|
|
56
56
|
typeUrl: string;
|
|
57
57
|
encode(message: _182.RequestEcho, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
58
58
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.RequestEcho;
|
|
59
|
-
fromPartial(object:
|
|
59
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.RequestEcho>): _182.RequestEcho;
|
|
60
60
|
fromAmino(object: _182.RequestEchoAmino): _182.RequestEcho;
|
|
61
61
|
toAmino(message: _182.RequestEcho): _182.RequestEchoAmino;
|
|
62
62
|
fromAminoMsg(object: _182.RequestEchoAminoMsg): _182.RequestEcho;
|
|
@@ -68,7 +68,7 @@ export declare namespace tendermint {
|
|
|
68
68
|
typeUrl: string;
|
|
69
69
|
encode(_: _182.RequestFlush, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
70
70
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.RequestFlush;
|
|
71
|
-
fromPartial(_:
|
|
71
|
+
fromPartial(_: import("../helpers").DeepPartial<_182.RequestFlush>): _182.RequestFlush;
|
|
72
72
|
fromAmino(_: _182.RequestFlushAmino): _182.RequestFlush;
|
|
73
73
|
toAmino(_: _182.RequestFlush): _182.RequestFlushAmino;
|
|
74
74
|
fromAminoMsg(object: _182.RequestFlushAminoMsg): _182.RequestFlush;
|
|
@@ -80,7 +80,7 @@ export declare namespace tendermint {
|
|
|
80
80
|
typeUrl: string;
|
|
81
81
|
encode(message: _182.RequestInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
82
82
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.RequestInfo;
|
|
83
|
-
fromPartial(object:
|
|
83
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.RequestInfo>): _182.RequestInfo;
|
|
84
84
|
fromAmino(object: _182.RequestInfoAmino): _182.RequestInfo;
|
|
85
85
|
toAmino(message: _182.RequestInfo): _182.RequestInfoAmino;
|
|
86
86
|
fromAminoMsg(object: _182.RequestInfoAminoMsg): _182.RequestInfo;
|
|
@@ -92,7 +92,7 @@ export declare namespace tendermint {
|
|
|
92
92
|
typeUrl: string;
|
|
93
93
|
encode(message: _182.RequestInitChain, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
94
94
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.RequestInitChain;
|
|
95
|
-
fromPartial(object:
|
|
95
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.RequestInitChain>): _182.RequestInitChain;
|
|
96
96
|
fromAmino(object: _182.RequestInitChainAmino): _182.RequestInitChain;
|
|
97
97
|
toAmino(message: _182.RequestInitChain): _182.RequestInitChainAmino;
|
|
98
98
|
fromAminoMsg(object: _182.RequestInitChainAminoMsg): _182.RequestInitChain;
|
|
@@ -104,7 +104,7 @@ export declare namespace tendermint {
|
|
|
104
104
|
typeUrl: string;
|
|
105
105
|
encode(message: _182.RequestQuery, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
106
106
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.RequestQuery;
|
|
107
|
-
fromPartial(object:
|
|
107
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.RequestQuery>): _182.RequestQuery;
|
|
108
108
|
fromAmino(object: _182.RequestQueryAmino): _182.RequestQuery;
|
|
109
109
|
toAmino(message: _182.RequestQuery): _182.RequestQueryAmino;
|
|
110
110
|
fromAminoMsg(object: _182.RequestQueryAminoMsg): _182.RequestQuery;
|
|
@@ -116,7 +116,7 @@ export declare namespace tendermint {
|
|
|
116
116
|
typeUrl: string;
|
|
117
117
|
encode(message: _182.RequestCheckTx, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
118
118
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.RequestCheckTx;
|
|
119
|
-
fromPartial(object:
|
|
119
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.RequestCheckTx>): _182.RequestCheckTx;
|
|
120
120
|
fromAmino(object: _182.RequestCheckTxAmino): _182.RequestCheckTx;
|
|
121
121
|
toAmino(message: _182.RequestCheckTx): _182.RequestCheckTxAmino;
|
|
122
122
|
fromAminoMsg(object: _182.RequestCheckTxAminoMsg): _182.RequestCheckTx;
|
|
@@ -128,7 +128,7 @@ export declare namespace tendermint {
|
|
|
128
128
|
typeUrl: string;
|
|
129
129
|
encode(_: _182.RequestCommit, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
130
130
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.RequestCommit;
|
|
131
|
-
fromPartial(_:
|
|
131
|
+
fromPartial(_: import("../helpers").DeepPartial<_182.RequestCommit>): _182.RequestCommit;
|
|
132
132
|
fromAmino(_: _182.RequestCommitAmino): _182.RequestCommit;
|
|
133
133
|
toAmino(_: _182.RequestCommit): _182.RequestCommitAmino;
|
|
134
134
|
fromAminoMsg(object: _182.RequestCommitAminoMsg): _182.RequestCommit;
|
|
@@ -140,7 +140,7 @@ export declare namespace tendermint {
|
|
|
140
140
|
typeUrl: string;
|
|
141
141
|
encode(_: _182.RequestListSnapshots, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
142
142
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.RequestListSnapshots;
|
|
143
|
-
fromPartial(_:
|
|
143
|
+
fromPartial(_: import("../helpers").DeepPartial<_182.RequestListSnapshots>): _182.RequestListSnapshots;
|
|
144
144
|
fromAmino(_: _182.RequestListSnapshotsAmino): _182.RequestListSnapshots;
|
|
145
145
|
toAmino(_: _182.RequestListSnapshots): _182.RequestListSnapshotsAmino;
|
|
146
146
|
fromAminoMsg(object: _182.RequestListSnapshotsAminoMsg): _182.RequestListSnapshots;
|
|
@@ -152,7 +152,7 @@ export declare namespace tendermint {
|
|
|
152
152
|
typeUrl: string;
|
|
153
153
|
encode(message: _182.RequestOfferSnapshot, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
154
154
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.RequestOfferSnapshot;
|
|
155
|
-
fromPartial(object:
|
|
155
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.RequestOfferSnapshot>): _182.RequestOfferSnapshot;
|
|
156
156
|
fromAmino(object: _182.RequestOfferSnapshotAmino): _182.RequestOfferSnapshot;
|
|
157
157
|
toAmino(message: _182.RequestOfferSnapshot): _182.RequestOfferSnapshotAmino;
|
|
158
158
|
fromAminoMsg(object: _182.RequestOfferSnapshotAminoMsg): _182.RequestOfferSnapshot;
|
|
@@ -164,7 +164,7 @@ export declare namespace tendermint {
|
|
|
164
164
|
typeUrl: string;
|
|
165
165
|
encode(message: _182.RequestLoadSnapshotChunk, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
166
166
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.RequestLoadSnapshotChunk;
|
|
167
|
-
fromPartial(object:
|
|
167
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.RequestLoadSnapshotChunk>): _182.RequestLoadSnapshotChunk;
|
|
168
168
|
fromAmino(object: _182.RequestLoadSnapshotChunkAmino): _182.RequestLoadSnapshotChunk;
|
|
169
169
|
toAmino(message: _182.RequestLoadSnapshotChunk): _182.RequestLoadSnapshotChunkAmino;
|
|
170
170
|
fromAminoMsg(object: _182.RequestLoadSnapshotChunkAminoMsg): _182.RequestLoadSnapshotChunk;
|
|
@@ -176,7 +176,7 @@ export declare namespace tendermint {
|
|
|
176
176
|
typeUrl: string;
|
|
177
177
|
encode(message: _182.RequestApplySnapshotChunk, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
178
178
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.RequestApplySnapshotChunk;
|
|
179
|
-
fromPartial(object:
|
|
179
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.RequestApplySnapshotChunk>): _182.RequestApplySnapshotChunk;
|
|
180
180
|
fromAmino(object: _182.RequestApplySnapshotChunkAmino): _182.RequestApplySnapshotChunk;
|
|
181
181
|
toAmino(message: _182.RequestApplySnapshotChunk): _182.RequestApplySnapshotChunkAmino;
|
|
182
182
|
fromAminoMsg(object: _182.RequestApplySnapshotChunkAminoMsg): _182.RequestApplySnapshotChunk;
|
|
@@ -188,7 +188,7 @@ export declare namespace tendermint {
|
|
|
188
188
|
typeUrl: string;
|
|
189
189
|
encode(message: _182.RequestPrepareProposal, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
190
190
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.RequestPrepareProposal;
|
|
191
|
-
fromPartial(object:
|
|
191
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.RequestPrepareProposal>): _182.RequestPrepareProposal;
|
|
192
192
|
fromAmino(object: _182.RequestPrepareProposalAmino): _182.RequestPrepareProposal;
|
|
193
193
|
toAmino(message: _182.RequestPrepareProposal): _182.RequestPrepareProposalAmino;
|
|
194
194
|
fromAminoMsg(object: _182.RequestPrepareProposalAminoMsg): _182.RequestPrepareProposal;
|
|
@@ -200,7 +200,7 @@ export declare namespace tendermint {
|
|
|
200
200
|
typeUrl: string;
|
|
201
201
|
encode(message: _182.RequestProcessProposal, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
202
202
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.RequestProcessProposal;
|
|
203
|
-
fromPartial(object:
|
|
203
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.RequestProcessProposal>): _182.RequestProcessProposal;
|
|
204
204
|
fromAmino(object: _182.RequestProcessProposalAmino): _182.RequestProcessProposal;
|
|
205
205
|
toAmino(message: _182.RequestProcessProposal): _182.RequestProcessProposalAmino;
|
|
206
206
|
fromAminoMsg(object: _182.RequestProcessProposalAminoMsg): _182.RequestProcessProposal;
|
|
@@ -212,7 +212,7 @@ export declare namespace tendermint {
|
|
|
212
212
|
typeUrl: string;
|
|
213
213
|
encode(message: _182.RequestExtendVote, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
214
214
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.RequestExtendVote;
|
|
215
|
-
fromPartial(object:
|
|
215
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.RequestExtendVote>): _182.RequestExtendVote;
|
|
216
216
|
fromAmino(object: _182.RequestExtendVoteAmino): _182.RequestExtendVote;
|
|
217
217
|
toAmino(message: _182.RequestExtendVote): _182.RequestExtendVoteAmino;
|
|
218
218
|
fromAminoMsg(object: _182.RequestExtendVoteAminoMsg): _182.RequestExtendVote;
|
|
@@ -224,7 +224,7 @@ export declare namespace tendermint {
|
|
|
224
224
|
typeUrl: string;
|
|
225
225
|
encode(message: _182.RequestVerifyVoteExtension, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
226
226
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.RequestVerifyVoteExtension;
|
|
227
|
-
fromPartial(object:
|
|
227
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.RequestVerifyVoteExtension>): _182.RequestVerifyVoteExtension;
|
|
228
228
|
fromAmino(object: _182.RequestVerifyVoteExtensionAmino): _182.RequestVerifyVoteExtension;
|
|
229
229
|
toAmino(message: _182.RequestVerifyVoteExtension): _182.RequestVerifyVoteExtensionAmino;
|
|
230
230
|
fromAminoMsg(object: _182.RequestVerifyVoteExtensionAminoMsg): _182.RequestVerifyVoteExtension;
|
|
@@ -236,7 +236,7 @@ export declare namespace tendermint {
|
|
|
236
236
|
typeUrl: string;
|
|
237
237
|
encode(message: _182.RequestFinalizeBlock, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
238
238
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.RequestFinalizeBlock;
|
|
239
|
-
fromPartial(object:
|
|
239
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.RequestFinalizeBlock>): _182.RequestFinalizeBlock;
|
|
240
240
|
fromAmino(object: _182.RequestFinalizeBlockAmino): _182.RequestFinalizeBlock;
|
|
241
241
|
toAmino(message: _182.RequestFinalizeBlock): _182.RequestFinalizeBlockAmino;
|
|
242
242
|
fromAminoMsg(object: _182.RequestFinalizeBlockAminoMsg): _182.RequestFinalizeBlock;
|
|
@@ -248,7 +248,7 @@ export declare namespace tendermint {
|
|
|
248
248
|
typeUrl: string;
|
|
249
249
|
encode(message: _182.Response, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
250
250
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.Response;
|
|
251
|
-
fromPartial(object:
|
|
251
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.Response>): _182.Response;
|
|
252
252
|
fromAmino(object: _182.ResponseAmino): _182.Response;
|
|
253
253
|
toAmino(message: _182.Response): _182.ResponseAmino;
|
|
254
254
|
fromAminoMsg(object: _182.ResponseAminoMsg): _182.Response;
|
|
@@ -260,7 +260,7 @@ export declare namespace tendermint {
|
|
|
260
260
|
typeUrl: string;
|
|
261
261
|
encode(message: _182.ResponseException, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
262
262
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ResponseException;
|
|
263
|
-
fromPartial(object:
|
|
263
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ResponseException>): _182.ResponseException;
|
|
264
264
|
fromAmino(object: _182.ResponseExceptionAmino): _182.ResponseException;
|
|
265
265
|
toAmino(message: _182.ResponseException): _182.ResponseExceptionAmino;
|
|
266
266
|
fromAminoMsg(object: _182.ResponseExceptionAminoMsg): _182.ResponseException;
|
|
@@ -272,7 +272,7 @@ export declare namespace tendermint {
|
|
|
272
272
|
typeUrl: string;
|
|
273
273
|
encode(message: _182.ResponseEcho, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
274
274
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ResponseEcho;
|
|
275
|
-
fromPartial(object:
|
|
275
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ResponseEcho>): _182.ResponseEcho;
|
|
276
276
|
fromAmino(object: _182.ResponseEchoAmino): _182.ResponseEcho;
|
|
277
277
|
toAmino(message: _182.ResponseEcho): _182.ResponseEchoAmino;
|
|
278
278
|
fromAminoMsg(object: _182.ResponseEchoAminoMsg): _182.ResponseEcho;
|
|
@@ -284,7 +284,7 @@ export declare namespace tendermint {
|
|
|
284
284
|
typeUrl: string;
|
|
285
285
|
encode(_: _182.ResponseFlush, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
286
286
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ResponseFlush;
|
|
287
|
-
fromPartial(_:
|
|
287
|
+
fromPartial(_: import("../helpers").DeepPartial<_182.ResponseFlush>): _182.ResponseFlush;
|
|
288
288
|
fromAmino(_: _182.ResponseFlushAmino): _182.ResponseFlush;
|
|
289
289
|
toAmino(_: _182.ResponseFlush): _182.ResponseFlushAmino;
|
|
290
290
|
fromAminoMsg(object: _182.ResponseFlushAminoMsg): _182.ResponseFlush;
|
|
@@ -296,7 +296,7 @@ export declare namespace tendermint {
|
|
|
296
296
|
typeUrl: string;
|
|
297
297
|
encode(message: _182.ResponseInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
298
298
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ResponseInfo;
|
|
299
|
-
fromPartial(object:
|
|
299
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ResponseInfo>): _182.ResponseInfo;
|
|
300
300
|
fromAmino(object: _182.ResponseInfoAmino): _182.ResponseInfo;
|
|
301
301
|
toAmino(message: _182.ResponseInfo): _182.ResponseInfoAmino;
|
|
302
302
|
fromAminoMsg(object: _182.ResponseInfoAminoMsg): _182.ResponseInfo;
|
|
@@ -308,7 +308,7 @@ export declare namespace tendermint {
|
|
|
308
308
|
typeUrl: string;
|
|
309
309
|
encode(message: _182.ResponseInitChain, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
310
310
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ResponseInitChain;
|
|
311
|
-
fromPartial(object:
|
|
311
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ResponseInitChain>): _182.ResponseInitChain;
|
|
312
312
|
fromAmino(object: _182.ResponseInitChainAmino): _182.ResponseInitChain;
|
|
313
313
|
toAmino(message: _182.ResponseInitChain): _182.ResponseInitChainAmino;
|
|
314
314
|
fromAminoMsg(object: _182.ResponseInitChainAminoMsg): _182.ResponseInitChain;
|
|
@@ -320,7 +320,7 @@ export declare namespace tendermint {
|
|
|
320
320
|
typeUrl: string;
|
|
321
321
|
encode(message: _182.ResponseQuery, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
322
322
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ResponseQuery;
|
|
323
|
-
fromPartial(object:
|
|
323
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ResponseQuery>): _182.ResponseQuery;
|
|
324
324
|
fromAmino(object: _182.ResponseQueryAmino): _182.ResponseQuery;
|
|
325
325
|
toAmino(message: _182.ResponseQuery): _182.ResponseQueryAmino;
|
|
326
326
|
fromAminoMsg(object: _182.ResponseQueryAminoMsg): _182.ResponseQuery;
|
|
@@ -332,7 +332,7 @@ export declare namespace tendermint {
|
|
|
332
332
|
typeUrl: string;
|
|
333
333
|
encode(message: _182.ResponseCheckTx, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
334
334
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ResponseCheckTx;
|
|
335
|
-
fromPartial(object:
|
|
335
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ResponseCheckTx>): _182.ResponseCheckTx;
|
|
336
336
|
fromAmino(object: _182.ResponseCheckTxAmino): _182.ResponseCheckTx;
|
|
337
337
|
toAmino(message: _182.ResponseCheckTx): _182.ResponseCheckTxAmino;
|
|
338
338
|
fromAminoMsg(object: _182.ResponseCheckTxAminoMsg): _182.ResponseCheckTx;
|
|
@@ -344,7 +344,7 @@ export declare namespace tendermint {
|
|
|
344
344
|
typeUrl: string;
|
|
345
345
|
encode(message: _182.ResponseCommit, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
346
346
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ResponseCommit;
|
|
347
|
-
fromPartial(object:
|
|
347
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ResponseCommit>): _182.ResponseCommit;
|
|
348
348
|
fromAmino(object: _182.ResponseCommitAmino): _182.ResponseCommit;
|
|
349
349
|
toAmino(message: _182.ResponseCommit): _182.ResponseCommitAmino;
|
|
350
350
|
fromAminoMsg(object: _182.ResponseCommitAminoMsg): _182.ResponseCommit;
|
|
@@ -356,7 +356,7 @@ export declare namespace tendermint {
|
|
|
356
356
|
typeUrl: string;
|
|
357
357
|
encode(message: _182.ResponseListSnapshots, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
358
358
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ResponseListSnapshots;
|
|
359
|
-
fromPartial(object:
|
|
359
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ResponseListSnapshots>): _182.ResponseListSnapshots;
|
|
360
360
|
fromAmino(object: _182.ResponseListSnapshotsAmino): _182.ResponseListSnapshots;
|
|
361
361
|
toAmino(message: _182.ResponseListSnapshots): _182.ResponseListSnapshotsAmino;
|
|
362
362
|
fromAminoMsg(object: _182.ResponseListSnapshotsAminoMsg): _182.ResponseListSnapshots;
|
|
@@ -368,7 +368,7 @@ export declare namespace tendermint {
|
|
|
368
368
|
typeUrl: string;
|
|
369
369
|
encode(message: _182.ResponseOfferSnapshot, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
370
370
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ResponseOfferSnapshot;
|
|
371
|
-
fromPartial(object:
|
|
371
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ResponseOfferSnapshot>): _182.ResponseOfferSnapshot;
|
|
372
372
|
fromAmino(object: _182.ResponseOfferSnapshotAmino): _182.ResponseOfferSnapshot;
|
|
373
373
|
toAmino(message: _182.ResponseOfferSnapshot): _182.ResponseOfferSnapshotAmino;
|
|
374
374
|
fromAminoMsg(object: _182.ResponseOfferSnapshotAminoMsg): _182.ResponseOfferSnapshot;
|
|
@@ -380,7 +380,7 @@ export declare namespace tendermint {
|
|
|
380
380
|
typeUrl: string;
|
|
381
381
|
encode(message: _182.ResponseLoadSnapshotChunk, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
382
382
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ResponseLoadSnapshotChunk;
|
|
383
|
-
fromPartial(object:
|
|
383
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ResponseLoadSnapshotChunk>): _182.ResponseLoadSnapshotChunk;
|
|
384
384
|
fromAmino(object: _182.ResponseLoadSnapshotChunkAmino): _182.ResponseLoadSnapshotChunk;
|
|
385
385
|
toAmino(message: _182.ResponseLoadSnapshotChunk): _182.ResponseLoadSnapshotChunkAmino;
|
|
386
386
|
fromAminoMsg(object: _182.ResponseLoadSnapshotChunkAminoMsg): _182.ResponseLoadSnapshotChunk;
|
|
@@ -392,7 +392,7 @@ export declare namespace tendermint {
|
|
|
392
392
|
typeUrl: string;
|
|
393
393
|
encode(message: _182.ResponseApplySnapshotChunk, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
394
394
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ResponseApplySnapshotChunk;
|
|
395
|
-
fromPartial(object:
|
|
395
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ResponseApplySnapshotChunk>): _182.ResponseApplySnapshotChunk;
|
|
396
396
|
fromAmino(object: _182.ResponseApplySnapshotChunkAmino): _182.ResponseApplySnapshotChunk;
|
|
397
397
|
toAmino(message: _182.ResponseApplySnapshotChunk): _182.ResponseApplySnapshotChunkAmino;
|
|
398
398
|
fromAminoMsg(object: _182.ResponseApplySnapshotChunkAminoMsg): _182.ResponseApplySnapshotChunk;
|
|
@@ -404,7 +404,7 @@ export declare namespace tendermint {
|
|
|
404
404
|
typeUrl: string;
|
|
405
405
|
encode(message: _182.ResponsePrepareProposal, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
406
406
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ResponsePrepareProposal;
|
|
407
|
-
fromPartial(object:
|
|
407
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ResponsePrepareProposal>): _182.ResponsePrepareProposal;
|
|
408
408
|
fromAmino(object: _182.ResponsePrepareProposalAmino): _182.ResponsePrepareProposal;
|
|
409
409
|
toAmino(message: _182.ResponsePrepareProposal): _182.ResponsePrepareProposalAmino;
|
|
410
410
|
fromAminoMsg(object: _182.ResponsePrepareProposalAminoMsg): _182.ResponsePrepareProposal;
|
|
@@ -416,7 +416,7 @@ export declare namespace tendermint {
|
|
|
416
416
|
typeUrl: string;
|
|
417
417
|
encode(message: _182.ResponseProcessProposal, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
418
418
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ResponseProcessProposal;
|
|
419
|
-
fromPartial(object:
|
|
419
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ResponseProcessProposal>): _182.ResponseProcessProposal;
|
|
420
420
|
fromAmino(object: _182.ResponseProcessProposalAmino): _182.ResponseProcessProposal;
|
|
421
421
|
toAmino(message: _182.ResponseProcessProposal): _182.ResponseProcessProposalAmino;
|
|
422
422
|
fromAminoMsg(object: _182.ResponseProcessProposalAminoMsg): _182.ResponseProcessProposal;
|
|
@@ -428,7 +428,7 @@ export declare namespace tendermint {
|
|
|
428
428
|
typeUrl: string;
|
|
429
429
|
encode(message: _182.ResponseExtendVote, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
430
430
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ResponseExtendVote;
|
|
431
|
-
fromPartial(object:
|
|
431
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ResponseExtendVote>): _182.ResponseExtendVote;
|
|
432
432
|
fromAmino(object: _182.ResponseExtendVoteAmino): _182.ResponseExtendVote;
|
|
433
433
|
toAmino(message: _182.ResponseExtendVote): _182.ResponseExtendVoteAmino;
|
|
434
434
|
fromAminoMsg(object: _182.ResponseExtendVoteAminoMsg): _182.ResponseExtendVote;
|
|
@@ -440,7 +440,7 @@ export declare namespace tendermint {
|
|
|
440
440
|
typeUrl: string;
|
|
441
441
|
encode(message: _182.ResponseVerifyVoteExtension, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
442
442
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ResponseVerifyVoteExtension;
|
|
443
|
-
fromPartial(object:
|
|
443
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ResponseVerifyVoteExtension>): _182.ResponseVerifyVoteExtension;
|
|
444
444
|
fromAmino(object: _182.ResponseVerifyVoteExtensionAmino): _182.ResponseVerifyVoteExtension;
|
|
445
445
|
toAmino(message: _182.ResponseVerifyVoteExtension): _182.ResponseVerifyVoteExtensionAmino;
|
|
446
446
|
fromAminoMsg(object: _182.ResponseVerifyVoteExtensionAminoMsg): _182.ResponseVerifyVoteExtension;
|
|
@@ -452,7 +452,7 @@ export declare namespace tendermint {
|
|
|
452
452
|
typeUrl: string;
|
|
453
453
|
encode(message: _182.ResponseFinalizeBlock, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
454
454
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ResponseFinalizeBlock;
|
|
455
|
-
fromPartial(object:
|
|
455
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ResponseFinalizeBlock>): _182.ResponseFinalizeBlock;
|
|
456
456
|
fromAmino(object: _182.ResponseFinalizeBlockAmino): _182.ResponseFinalizeBlock;
|
|
457
457
|
toAmino(message: _182.ResponseFinalizeBlock): _182.ResponseFinalizeBlockAmino;
|
|
458
458
|
fromAminoMsg(object: _182.ResponseFinalizeBlockAminoMsg): _182.ResponseFinalizeBlock;
|
|
@@ -464,7 +464,7 @@ export declare namespace tendermint {
|
|
|
464
464
|
typeUrl: string;
|
|
465
465
|
encode(message: _182.CommitInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
466
466
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.CommitInfo;
|
|
467
|
-
fromPartial(object:
|
|
467
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.CommitInfo>): _182.CommitInfo;
|
|
468
468
|
fromAmino(object: _182.CommitInfoAmino): _182.CommitInfo;
|
|
469
469
|
toAmino(message: _182.CommitInfo): _182.CommitInfoAmino;
|
|
470
470
|
fromAminoMsg(object: _182.CommitInfoAminoMsg): _182.CommitInfo;
|
|
@@ -476,7 +476,7 @@ export declare namespace tendermint {
|
|
|
476
476
|
typeUrl: string;
|
|
477
477
|
encode(message: _182.ExtendedCommitInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
478
478
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ExtendedCommitInfo;
|
|
479
|
-
fromPartial(object:
|
|
479
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ExtendedCommitInfo>): _182.ExtendedCommitInfo;
|
|
480
480
|
fromAmino(object: _182.ExtendedCommitInfoAmino): _182.ExtendedCommitInfo;
|
|
481
481
|
toAmino(message: _182.ExtendedCommitInfo): _182.ExtendedCommitInfoAmino;
|
|
482
482
|
fromAminoMsg(object: _182.ExtendedCommitInfoAminoMsg): _182.ExtendedCommitInfo;
|
|
@@ -488,7 +488,7 @@ export declare namespace tendermint {
|
|
|
488
488
|
typeUrl: string;
|
|
489
489
|
encode(message: _182.Event, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
490
490
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.Event;
|
|
491
|
-
fromPartial(object:
|
|
491
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.Event>): _182.Event;
|
|
492
492
|
fromAmino(object: _182.EventAmino): _182.Event;
|
|
493
493
|
toAmino(message: _182.Event): _182.EventAmino;
|
|
494
494
|
fromAminoMsg(object: _182.EventAminoMsg): _182.Event;
|
|
@@ -500,7 +500,7 @@ export declare namespace tendermint {
|
|
|
500
500
|
typeUrl: string;
|
|
501
501
|
encode(message: _182.EventAttribute, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
502
502
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.EventAttribute;
|
|
503
|
-
fromPartial(object:
|
|
503
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.EventAttribute>): _182.EventAttribute;
|
|
504
504
|
fromAmino(object: _182.EventAttributeAmino): _182.EventAttribute;
|
|
505
505
|
toAmino(message: _182.EventAttribute): _182.EventAttributeAmino;
|
|
506
506
|
fromAminoMsg(object: _182.EventAttributeAminoMsg): _182.EventAttribute;
|
|
@@ -512,7 +512,7 @@ export declare namespace tendermint {
|
|
|
512
512
|
typeUrl: string;
|
|
513
513
|
encode(message: _182.ExecTxResult, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
514
514
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ExecTxResult;
|
|
515
|
-
fromPartial(object:
|
|
515
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ExecTxResult>): _182.ExecTxResult;
|
|
516
516
|
fromAmino(object: _182.ExecTxResultAmino): _182.ExecTxResult;
|
|
517
517
|
toAmino(message: _182.ExecTxResult): _182.ExecTxResultAmino;
|
|
518
518
|
fromAminoMsg(object: _182.ExecTxResultAminoMsg): _182.ExecTxResult;
|
|
@@ -524,7 +524,7 @@ export declare namespace tendermint {
|
|
|
524
524
|
typeUrl: string;
|
|
525
525
|
encode(message: _182.TxResult, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
526
526
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.TxResult;
|
|
527
|
-
fromPartial(object:
|
|
527
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.TxResult>): _182.TxResult;
|
|
528
528
|
fromAmino(object: _182.TxResultAmino): _182.TxResult;
|
|
529
529
|
toAmino(message: _182.TxResult): _182.TxResultAmino;
|
|
530
530
|
fromAminoMsg(object: _182.TxResultAminoMsg): _182.TxResult;
|
|
@@ -536,7 +536,7 @@ export declare namespace tendermint {
|
|
|
536
536
|
typeUrl: string;
|
|
537
537
|
encode(message: _182.Validator, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
538
538
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.Validator;
|
|
539
|
-
fromPartial(object:
|
|
539
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.Validator>): _182.Validator;
|
|
540
540
|
fromAmino(object: _182.ValidatorAmino): _182.Validator;
|
|
541
541
|
toAmino(message: _182.Validator): _182.ValidatorAmino;
|
|
542
542
|
fromAminoMsg(object: _182.ValidatorAminoMsg): _182.Validator;
|
|
@@ -548,7 +548,7 @@ export declare namespace tendermint {
|
|
|
548
548
|
typeUrl: string;
|
|
549
549
|
encode(message: _182.ValidatorUpdate, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
550
550
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ValidatorUpdate;
|
|
551
|
-
fromPartial(object:
|
|
551
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ValidatorUpdate>): _182.ValidatorUpdate;
|
|
552
552
|
fromAmino(object: _182.ValidatorUpdateAmino): _182.ValidatorUpdate;
|
|
553
553
|
toAmino(message: _182.ValidatorUpdate): _182.ValidatorUpdateAmino;
|
|
554
554
|
fromAminoMsg(object: _182.ValidatorUpdateAminoMsg): _182.ValidatorUpdate;
|
|
@@ -560,7 +560,7 @@ export declare namespace tendermint {
|
|
|
560
560
|
typeUrl: string;
|
|
561
561
|
encode(message: _182.VoteInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
562
562
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.VoteInfo;
|
|
563
|
-
fromPartial(object:
|
|
563
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.VoteInfo>): _182.VoteInfo;
|
|
564
564
|
fromAmino(object: _182.VoteInfoAmino): _182.VoteInfo;
|
|
565
565
|
toAmino(message: _182.VoteInfo): _182.VoteInfoAmino;
|
|
566
566
|
fromAminoMsg(object: _182.VoteInfoAminoMsg): _182.VoteInfo;
|
|
@@ -572,7 +572,7 @@ export declare namespace tendermint {
|
|
|
572
572
|
typeUrl: string;
|
|
573
573
|
encode(message: _182.ExtendedVoteInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
574
574
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.ExtendedVoteInfo;
|
|
575
|
-
fromPartial(object:
|
|
575
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.ExtendedVoteInfo>): _182.ExtendedVoteInfo;
|
|
576
576
|
fromAmino(object: _182.ExtendedVoteInfoAmino): _182.ExtendedVoteInfo;
|
|
577
577
|
toAmino(message: _182.ExtendedVoteInfo): _182.ExtendedVoteInfoAmino;
|
|
578
578
|
fromAminoMsg(object: _182.ExtendedVoteInfoAminoMsg): _182.ExtendedVoteInfo;
|
|
@@ -584,7 +584,7 @@ export declare namespace tendermint {
|
|
|
584
584
|
typeUrl: string;
|
|
585
585
|
encode(message: _182.Misbehavior, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
586
586
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.Misbehavior;
|
|
587
|
-
fromPartial(object:
|
|
587
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.Misbehavior>): _182.Misbehavior;
|
|
588
588
|
fromAmino(object: _182.MisbehaviorAmino): _182.Misbehavior;
|
|
589
589
|
toAmino(message: _182.Misbehavior): _182.MisbehaviorAmino;
|
|
590
590
|
fromAminoMsg(object: _182.MisbehaviorAminoMsg): _182.Misbehavior;
|
|
@@ -596,7 +596,7 @@ export declare namespace tendermint {
|
|
|
596
596
|
typeUrl: string;
|
|
597
597
|
encode(message: _182.Snapshot, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
598
598
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _182.Snapshot;
|
|
599
|
-
fromPartial(object:
|
|
599
|
+
fromPartial(object: import("../helpers").DeepPartial<_182.Snapshot>): _182.Snapshot;
|
|
600
600
|
fromAmino(object: _182.SnapshotAmino): _182.Snapshot;
|
|
601
601
|
toAmino(message: _182.Snapshot): _182.SnapshotAmino;
|
|
602
602
|
fromAminoMsg(object: _182.SnapshotAminoMsg): _182.Snapshot;
|
|
@@ -610,7 +610,7 @@ export declare namespace tendermint {
|
|
|
610
610
|
typeUrl: string;
|
|
611
611
|
encode(message: _184.Proof, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
612
612
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.Proof;
|
|
613
|
-
fromPartial(object:
|
|
613
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.Proof>): _184.Proof;
|
|
614
614
|
fromAmino(object: _184.ProofAmino): _184.Proof;
|
|
615
615
|
toAmino(message: _184.Proof): _184.ProofAmino;
|
|
616
616
|
fromAminoMsg(object: _184.ProofAminoMsg): _184.Proof;
|
|
@@ -622,7 +622,7 @@ export declare namespace tendermint {
|
|
|
622
622
|
typeUrl: string;
|
|
623
623
|
encode(message: _184.ValueOp, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
624
624
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ValueOp;
|
|
625
|
-
fromPartial(object:
|
|
625
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ValueOp>): _184.ValueOp;
|
|
626
626
|
fromAmino(object: _184.ValueOpAmino): _184.ValueOp;
|
|
627
627
|
toAmino(message: _184.ValueOp): _184.ValueOpAmino;
|
|
628
628
|
fromAminoMsg(object: _184.ValueOpAminoMsg): _184.ValueOp;
|
|
@@ -634,7 +634,7 @@ export declare namespace tendermint {
|
|
|
634
634
|
typeUrl: string;
|
|
635
635
|
encode(message: _184.DominoOp, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
636
636
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.DominoOp;
|
|
637
|
-
fromPartial(object:
|
|
637
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.DominoOp>): _184.DominoOp;
|
|
638
638
|
fromAmino(object: _184.DominoOpAmino): _184.DominoOp;
|
|
639
639
|
toAmino(message: _184.DominoOp): _184.DominoOpAmino;
|
|
640
640
|
fromAminoMsg(object: _184.DominoOpAminoMsg): _184.DominoOp;
|
|
@@ -646,7 +646,7 @@ export declare namespace tendermint {
|
|
|
646
646
|
typeUrl: string;
|
|
647
647
|
encode(message: _184.ProofOp, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
648
648
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ProofOp;
|
|
649
|
-
fromPartial(object:
|
|
649
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ProofOp>): _184.ProofOp;
|
|
650
650
|
fromAmino(object: _184.ProofOpAmino): _184.ProofOp;
|
|
651
651
|
toAmino(message: _184.ProofOp): _184.ProofOpAmino;
|
|
652
652
|
fromAminoMsg(object: _184.ProofOpAminoMsg): _184.ProofOp;
|
|
@@ -658,7 +658,7 @@ export declare namespace tendermint {
|
|
|
658
658
|
typeUrl: string;
|
|
659
659
|
encode(message: _184.ProofOps, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
660
660
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ProofOps;
|
|
661
|
-
fromPartial(object:
|
|
661
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ProofOps>): _184.ProofOps;
|
|
662
662
|
fromAmino(object: _184.ProofOpsAmino): _184.ProofOps;
|
|
663
663
|
toAmino(message: _184.ProofOps): _184.ProofOpsAmino;
|
|
664
664
|
fromAminoMsg(object: _184.ProofOpsAminoMsg): _184.ProofOps;
|
|
@@ -670,7 +670,7 @@ export declare namespace tendermint {
|
|
|
670
670
|
typeUrl: string;
|
|
671
671
|
encode(message: _183.PublicKey, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
672
672
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _183.PublicKey;
|
|
673
|
-
fromPartial(object:
|
|
673
|
+
fromPartial(object: import("../helpers").DeepPartial<_183.PublicKey>): _183.PublicKey;
|
|
674
674
|
fromAmino(object: _183.PublicKeyAmino): _183.PublicKey;
|
|
675
675
|
toAmino(message: _183.PublicKey): _183.PublicKeyAmino;
|
|
676
676
|
fromAminoMsg(object: _183.PublicKeyAminoMsg): _183.PublicKey;
|
|
@@ -684,7 +684,7 @@ export declare namespace tendermint {
|
|
|
684
684
|
typeUrl: string;
|
|
685
685
|
encode(message: _185.NetAddress, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
686
686
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _185.NetAddress;
|
|
687
|
-
fromPartial(object:
|
|
687
|
+
fromPartial(object: import("../helpers").DeepPartial<_185.NetAddress>): _185.NetAddress;
|
|
688
688
|
fromAmino(object: _185.NetAddressAmino): _185.NetAddress;
|
|
689
689
|
toAmino(message: _185.NetAddress): _185.NetAddressAmino;
|
|
690
690
|
fromAminoMsg(object: _185.NetAddressAminoMsg): _185.NetAddress;
|
|
@@ -696,7 +696,7 @@ export declare namespace tendermint {
|
|
|
696
696
|
typeUrl: string;
|
|
697
697
|
encode(message: _185.ProtocolVersion, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
698
698
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _185.ProtocolVersion;
|
|
699
|
-
fromPartial(object:
|
|
699
|
+
fromPartial(object: import("../helpers").DeepPartial<_185.ProtocolVersion>): _185.ProtocolVersion;
|
|
700
700
|
fromAmino(object: _185.ProtocolVersionAmino): _185.ProtocolVersion;
|
|
701
701
|
toAmino(message: _185.ProtocolVersion): _185.ProtocolVersionAmino;
|
|
702
702
|
fromAminoMsg(object: _185.ProtocolVersionAminoMsg): _185.ProtocolVersion;
|
|
@@ -708,7 +708,7 @@ export declare namespace tendermint {
|
|
|
708
708
|
typeUrl: string;
|
|
709
709
|
encode(message: _185.DefaultNodeInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
710
710
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _185.DefaultNodeInfo;
|
|
711
|
-
fromPartial(object:
|
|
711
|
+
fromPartial(object: import("../helpers").DeepPartial<_185.DefaultNodeInfo>): _185.DefaultNodeInfo;
|
|
712
712
|
fromAmino(object: _185.DefaultNodeInfoAmino): _185.DefaultNodeInfo;
|
|
713
713
|
toAmino(message: _185.DefaultNodeInfo): _185.DefaultNodeInfoAmino;
|
|
714
714
|
fromAminoMsg(object: _185.DefaultNodeInfoAminoMsg): _185.DefaultNodeInfo;
|
|
@@ -720,7 +720,7 @@ export declare namespace tendermint {
|
|
|
720
720
|
typeUrl: string;
|
|
721
721
|
encode(message: _185.DefaultNodeInfoOther, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
722
722
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _185.DefaultNodeInfoOther;
|
|
723
|
-
fromPartial(object:
|
|
723
|
+
fromPartial(object: import("../helpers").DeepPartial<_185.DefaultNodeInfoOther>): _185.DefaultNodeInfoOther;
|
|
724
724
|
fromAmino(object: _185.DefaultNodeInfoOtherAmino): _185.DefaultNodeInfoOther;
|
|
725
725
|
toAmino(message: _185.DefaultNodeInfoOther): _185.DefaultNodeInfoOtherAmino;
|
|
726
726
|
fromAminoMsg(object: _185.DefaultNodeInfoOtherAminoMsg): _185.DefaultNodeInfoOther;
|
|
@@ -739,7 +739,7 @@ export declare namespace tendermint {
|
|
|
739
739
|
typeUrl: string;
|
|
740
740
|
encode(message: _190.ValidatorSet, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
741
741
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _190.ValidatorSet;
|
|
742
|
-
fromPartial(object:
|
|
742
|
+
fromPartial(object: import("../helpers").DeepPartial<_190.ValidatorSet>): _190.ValidatorSet;
|
|
743
743
|
fromAmino(object: _190.ValidatorSetAmino): _190.ValidatorSet;
|
|
744
744
|
toAmino(message: _190.ValidatorSet): _190.ValidatorSetAmino;
|
|
745
745
|
fromAminoMsg(object: _190.ValidatorSetAminoMsg): _190.ValidatorSet;
|
|
@@ -751,7 +751,7 @@ export declare namespace tendermint {
|
|
|
751
751
|
typeUrl: string;
|
|
752
752
|
encode(message: _190.Validator, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
753
753
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _190.Validator;
|
|
754
|
-
fromPartial(object:
|
|
754
|
+
fromPartial(object: import("../helpers").DeepPartial<_190.Validator>): _190.Validator;
|
|
755
755
|
fromAmino(object: _190.ValidatorAmino): _190.Validator;
|
|
756
756
|
toAmino(message: _190.Validator): _190.ValidatorAmino;
|
|
757
757
|
fromAminoMsg(object: _190.ValidatorAminoMsg): _190.Validator;
|
|
@@ -763,7 +763,7 @@ export declare namespace tendermint {
|
|
|
763
763
|
typeUrl: string;
|
|
764
764
|
encode(message: _190.SimpleValidator, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
765
765
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _190.SimpleValidator;
|
|
766
|
-
fromPartial(object:
|
|
766
|
+
fromPartial(object: import("../helpers").DeepPartial<_190.SimpleValidator>): _190.SimpleValidator;
|
|
767
767
|
fromAmino(object: _190.SimpleValidatorAmino): _190.SimpleValidator;
|
|
768
768
|
toAmino(message: _190.SimpleValidator): _190.SimpleValidatorAmino;
|
|
769
769
|
fromAminoMsg(object: _190.SimpleValidatorAminoMsg): _190.SimpleValidator;
|
|
@@ -780,7 +780,7 @@ export declare namespace tendermint {
|
|
|
780
780
|
typeUrl: string;
|
|
781
781
|
encode(message: _189.PartSetHeader, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
782
782
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.PartSetHeader;
|
|
783
|
-
fromPartial(object:
|
|
783
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.PartSetHeader>): _189.PartSetHeader;
|
|
784
784
|
fromAmino(object: _189.PartSetHeaderAmino): _189.PartSetHeader;
|
|
785
785
|
toAmino(message: _189.PartSetHeader): _189.PartSetHeaderAmino;
|
|
786
786
|
fromAminoMsg(object: _189.PartSetHeaderAminoMsg): _189.PartSetHeader;
|
|
@@ -792,7 +792,7 @@ export declare namespace tendermint {
|
|
|
792
792
|
typeUrl: string;
|
|
793
793
|
encode(message: _189.Part, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
794
794
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.Part;
|
|
795
|
-
fromPartial(object:
|
|
795
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.Part>): _189.Part;
|
|
796
796
|
fromAmino(object: _189.PartAmino): _189.Part;
|
|
797
797
|
toAmino(message: _189.Part): _189.PartAmino;
|
|
798
798
|
fromAminoMsg(object: _189.PartAminoMsg): _189.Part;
|
|
@@ -804,7 +804,7 @@ export declare namespace tendermint {
|
|
|
804
804
|
typeUrl: string;
|
|
805
805
|
encode(message: _189.BlockID, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
806
806
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.BlockID;
|
|
807
|
-
fromPartial(object:
|
|
807
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.BlockID>): _189.BlockID;
|
|
808
808
|
fromAmino(object: _189.BlockIDAmino): _189.BlockID;
|
|
809
809
|
toAmino(message: _189.BlockID): _189.BlockIDAmino;
|
|
810
810
|
fromAminoMsg(object: _189.BlockIDAminoMsg): _189.BlockID;
|
|
@@ -816,7 +816,7 @@ export declare namespace tendermint {
|
|
|
816
816
|
typeUrl: string;
|
|
817
817
|
encode(message: _189.Header, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
818
818
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.Header;
|
|
819
|
-
fromPartial(object:
|
|
819
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.Header>): _189.Header;
|
|
820
820
|
fromAmino(object: _189.HeaderAmino): _189.Header;
|
|
821
821
|
toAmino(message: _189.Header): _189.HeaderAmino;
|
|
822
822
|
fromAminoMsg(object: _189.HeaderAminoMsg): _189.Header;
|
|
@@ -828,7 +828,7 @@ export declare namespace tendermint {
|
|
|
828
828
|
typeUrl: string;
|
|
829
829
|
encode(message: _189.Data, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
830
830
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.Data;
|
|
831
|
-
fromPartial(object:
|
|
831
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.Data>): _189.Data;
|
|
832
832
|
fromAmino(object: _189.DataAmino): _189.Data;
|
|
833
833
|
toAmino(message: _189.Data): _189.DataAmino;
|
|
834
834
|
fromAminoMsg(object: _189.DataAminoMsg): _189.Data;
|
|
@@ -840,7 +840,7 @@ export declare namespace tendermint {
|
|
|
840
840
|
typeUrl: string;
|
|
841
841
|
encode(message: _189.Vote, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
842
842
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.Vote;
|
|
843
|
-
fromPartial(object:
|
|
843
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.Vote>): _189.Vote;
|
|
844
844
|
fromAmino(object: _189.VoteAmino): _189.Vote;
|
|
845
845
|
toAmino(message: _189.Vote): _189.VoteAmino;
|
|
846
846
|
fromAminoMsg(object: _189.VoteAminoMsg): _189.Vote;
|
|
@@ -852,7 +852,7 @@ export declare namespace tendermint {
|
|
|
852
852
|
typeUrl: string;
|
|
853
853
|
encode(message: _189.Commit, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
854
854
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.Commit;
|
|
855
|
-
fromPartial(object:
|
|
855
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.Commit>): _189.Commit;
|
|
856
856
|
fromAmino(object: _189.CommitAmino): _189.Commit;
|
|
857
857
|
toAmino(message: _189.Commit): _189.CommitAmino;
|
|
858
858
|
fromAminoMsg(object: _189.CommitAminoMsg): _189.Commit;
|
|
@@ -864,7 +864,7 @@ export declare namespace tendermint {
|
|
|
864
864
|
typeUrl: string;
|
|
865
865
|
encode(message: _189.CommitSig, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
866
866
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.CommitSig;
|
|
867
|
-
fromPartial(object:
|
|
867
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.CommitSig>): _189.CommitSig;
|
|
868
868
|
fromAmino(object: _189.CommitSigAmino): _189.CommitSig;
|
|
869
869
|
toAmino(message: _189.CommitSig): _189.CommitSigAmino;
|
|
870
870
|
fromAminoMsg(object: _189.CommitSigAminoMsg): _189.CommitSig;
|
|
@@ -876,7 +876,7 @@ export declare namespace tendermint {
|
|
|
876
876
|
typeUrl: string;
|
|
877
877
|
encode(message: _189.ExtendedCommit, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
878
878
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.ExtendedCommit;
|
|
879
|
-
fromPartial(object:
|
|
879
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.ExtendedCommit>): _189.ExtendedCommit;
|
|
880
880
|
fromAmino(object: _189.ExtendedCommitAmino): _189.ExtendedCommit;
|
|
881
881
|
toAmino(message: _189.ExtendedCommit): _189.ExtendedCommitAmino;
|
|
882
882
|
fromAminoMsg(object: _189.ExtendedCommitAminoMsg): _189.ExtendedCommit;
|
|
@@ -888,7 +888,7 @@ export declare namespace tendermint {
|
|
|
888
888
|
typeUrl: string;
|
|
889
889
|
encode(message: _189.ExtendedCommitSig, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
890
890
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.ExtendedCommitSig;
|
|
891
|
-
fromPartial(object:
|
|
891
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.ExtendedCommitSig>): _189.ExtendedCommitSig;
|
|
892
892
|
fromAmino(object: _189.ExtendedCommitSigAmino): _189.ExtendedCommitSig;
|
|
893
893
|
toAmino(message: _189.ExtendedCommitSig): _189.ExtendedCommitSigAmino;
|
|
894
894
|
fromAminoMsg(object: _189.ExtendedCommitSigAminoMsg): _189.ExtendedCommitSig;
|
|
@@ -900,7 +900,7 @@ export declare namespace tendermint {
|
|
|
900
900
|
typeUrl: string;
|
|
901
901
|
encode(message: _189.Proposal, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
902
902
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.Proposal;
|
|
903
|
-
fromPartial(object:
|
|
903
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.Proposal>): _189.Proposal;
|
|
904
904
|
fromAmino(object: _189.ProposalAmino): _189.Proposal;
|
|
905
905
|
toAmino(message: _189.Proposal): _189.ProposalAmino;
|
|
906
906
|
fromAminoMsg(object: _189.ProposalAminoMsg): _189.Proposal;
|
|
@@ -912,7 +912,7 @@ export declare namespace tendermint {
|
|
|
912
912
|
typeUrl: string;
|
|
913
913
|
encode(message: _189.SignedHeader, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
914
914
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.SignedHeader;
|
|
915
|
-
fromPartial(object:
|
|
915
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.SignedHeader>): _189.SignedHeader;
|
|
916
916
|
fromAmino(object: _189.SignedHeaderAmino): _189.SignedHeader;
|
|
917
917
|
toAmino(message: _189.SignedHeader): _189.SignedHeaderAmino;
|
|
918
918
|
fromAminoMsg(object: _189.SignedHeaderAminoMsg): _189.SignedHeader;
|
|
@@ -924,7 +924,7 @@ export declare namespace tendermint {
|
|
|
924
924
|
typeUrl: string;
|
|
925
925
|
encode(message: _189.LightBlock, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
926
926
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.LightBlock;
|
|
927
|
-
fromPartial(object:
|
|
927
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.LightBlock>): _189.LightBlock;
|
|
928
928
|
fromAmino(object: _189.LightBlockAmino): _189.LightBlock;
|
|
929
929
|
toAmino(message: _189.LightBlock): _189.LightBlockAmino;
|
|
930
930
|
fromAminoMsg(object: _189.LightBlockAminoMsg): _189.LightBlock;
|
|
@@ -936,7 +936,7 @@ export declare namespace tendermint {
|
|
|
936
936
|
typeUrl: string;
|
|
937
937
|
encode(message: _189.BlockMeta, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
938
938
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.BlockMeta;
|
|
939
|
-
fromPartial(object:
|
|
939
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.BlockMeta>): _189.BlockMeta;
|
|
940
940
|
fromAmino(object: _189.BlockMetaAmino): _189.BlockMeta;
|
|
941
941
|
toAmino(message: _189.BlockMeta): _189.BlockMetaAmino;
|
|
942
942
|
fromAminoMsg(object: _189.BlockMetaAminoMsg): _189.BlockMeta;
|
|
@@ -948,7 +948,7 @@ export declare namespace tendermint {
|
|
|
948
948
|
typeUrl: string;
|
|
949
949
|
encode(message: _189.TxProof, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
950
950
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.TxProof;
|
|
951
|
-
fromPartial(object:
|
|
951
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.TxProof>): _189.TxProof;
|
|
952
952
|
fromAmino(object: _189.TxProofAmino): _189.TxProof;
|
|
953
953
|
toAmino(message: _189.TxProof): _189.TxProofAmino;
|
|
954
954
|
fromAminoMsg(object: _189.TxProofAminoMsg): _189.TxProof;
|
|
@@ -960,7 +960,7 @@ export declare namespace tendermint {
|
|
|
960
960
|
typeUrl: string;
|
|
961
961
|
encode(message: _188.ConsensusParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
962
962
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _188.ConsensusParams;
|
|
963
|
-
fromPartial(object:
|
|
963
|
+
fromPartial(object: import("../helpers").DeepPartial<_188.ConsensusParams>): _188.ConsensusParams;
|
|
964
964
|
fromAmino(object: _188.ConsensusParamsAmino): _188.ConsensusParams;
|
|
965
965
|
toAmino(message: _188.ConsensusParams): _188.ConsensusParamsAmino;
|
|
966
966
|
fromAminoMsg(object: _188.ConsensusParamsAminoMsg): _188.ConsensusParams;
|
|
@@ -972,7 +972,7 @@ export declare namespace tendermint {
|
|
|
972
972
|
typeUrl: string;
|
|
973
973
|
encode(message: _188.BlockParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
974
974
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _188.BlockParams;
|
|
975
|
-
fromPartial(object:
|
|
975
|
+
fromPartial(object: import("../helpers").DeepPartial<_188.BlockParams>): _188.BlockParams;
|
|
976
976
|
fromAmino(object: _188.BlockParamsAmino): _188.BlockParams;
|
|
977
977
|
toAmino(message: _188.BlockParams): _188.BlockParamsAmino;
|
|
978
978
|
fromAminoMsg(object: _188.BlockParamsAminoMsg): _188.BlockParams;
|
|
@@ -984,7 +984,7 @@ export declare namespace tendermint {
|
|
|
984
984
|
typeUrl: string;
|
|
985
985
|
encode(message: _188.EvidenceParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
986
986
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _188.EvidenceParams;
|
|
987
|
-
fromPartial(object:
|
|
987
|
+
fromPartial(object: import("../helpers").DeepPartial<_188.EvidenceParams>): _188.EvidenceParams;
|
|
988
988
|
fromAmino(object: _188.EvidenceParamsAmino): _188.EvidenceParams;
|
|
989
989
|
toAmino(message: _188.EvidenceParams): _188.EvidenceParamsAmino;
|
|
990
990
|
fromAminoMsg(object: _188.EvidenceParamsAminoMsg): _188.EvidenceParams;
|
|
@@ -996,7 +996,7 @@ export declare namespace tendermint {
|
|
|
996
996
|
typeUrl: string;
|
|
997
997
|
encode(message: _188.ValidatorParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
998
998
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _188.ValidatorParams;
|
|
999
|
-
fromPartial(object:
|
|
999
|
+
fromPartial(object: import("../helpers").DeepPartial<_188.ValidatorParams>): _188.ValidatorParams;
|
|
1000
1000
|
fromAmino(object: _188.ValidatorParamsAmino): _188.ValidatorParams;
|
|
1001
1001
|
toAmino(message: _188.ValidatorParams): _188.ValidatorParamsAmino;
|
|
1002
1002
|
fromAminoMsg(object: _188.ValidatorParamsAminoMsg): _188.ValidatorParams;
|
|
@@ -1008,7 +1008,7 @@ export declare namespace tendermint {
|
|
|
1008
1008
|
typeUrl: string;
|
|
1009
1009
|
encode(message: _188.VersionParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1010
1010
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _188.VersionParams;
|
|
1011
|
-
fromPartial(object:
|
|
1011
|
+
fromPartial(object: import("../helpers").DeepPartial<_188.VersionParams>): _188.VersionParams;
|
|
1012
1012
|
fromAmino(object: _188.VersionParamsAmino): _188.VersionParams;
|
|
1013
1013
|
toAmino(message: _188.VersionParams): _188.VersionParamsAmino;
|
|
1014
1014
|
fromAminoMsg(object: _188.VersionParamsAminoMsg): _188.VersionParams;
|
|
@@ -1020,7 +1020,7 @@ export declare namespace tendermint {
|
|
|
1020
1020
|
typeUrl: string;
|
|
1021
1021
|
encode(message: _188.HashedParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1022
1022
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _188.HashedParams;
|
|
1023
|
-
fromPartial(object:
|
|
1023
|
+
fromPartial(object: import("../helpers").DeepPartial<_188.HashedParams>): _188.HashedParams;
|
|
1024
1024
|
fromAmino(object: _188.HashedParamsAmino): _188.HashedParams;
|
|
1025
1025
|
toAmino(message: _188.HashedParams): _188.HashedParamsAmino;
|
|
1026
1026
|
fromAminoMsg(object: _188.HashedParamsAminoMsg): _188.HashedParams;
|
|
@@ -1032,7 +1032,7 @@ export declare namespace tendermint {
|
|
|
1032
1032
|
typeUrl: string;
|
|
1033
1033
|
encode(message: _188.ABCIParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1034
1034
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _188.ABCIParams;
|
|
1035
|
-
fromPartial(object:
|
|
1035
|
+
fromPartial(object: import("../helpers").DeepPartial<_188.ABCIParams>): _188.ABCIParams;
|
|
1036
1036
|
fromAmino(object: _188.ABCIParamsAmino): _188.ABCIParams;
|
|
1037
1037
|
toAmino(message: _188.ABCIParams): _188.ABCIParamsAmino;
|
|
1038
1038
|
fromAminoMsg(object: _188.ABCIParamsAminoMsg): _188.ABCIParams;
|
|
@@ -1044,7 +1044,7 @@ export declare namespace tendermint {
|
|
|
1044
1044
|
typeUrl: string;
|
|
1045
1045
|
encode(message: _187.Evidence, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1046
1046
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _187.Evidence;
|
|
1047
|
-
fromPartial(object:
|
|
1047
|
+
fromPartial(object: import("../helpers").DeepPartial<_187.Evidence>): _187.Evidence;
|
|
1048
1048
|
fromAmino(object: _187.EvidenceAmino): _187.Evidence;
|
|
1049
1049
|
toAmino(message: _187.Evidence): _187.EvidenceAmino;
|
|
1050
1050
|
fromAminoMsg(object: _187.EvidenceAminoMsg): _187.Evidence;
|
|
@@ -1056,7 +1056,7 @@ export declare namespace tendermint {
|
|
|
1056
1056
|
typeUrl: string;
|
|
1057
1057
|
encode(message: _187.DuplicateVoteEvidence, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1058
1058
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _187.DuplicateVoteEvidence;
|
|
1059
|
-
fromPartial(object:
|
|
1059
|
+
fromPartial(object: import("../helpers").DeepPartial<_187.DuplicateVoteEvidence>): _187.DuplicateVoteEvidence;
|
|
1060
1060
|
fromAmino(object: _187.DuplicateVoteEvidenceAmino): _187.DuplicateVoteEvidence;
|
|
1061
1061
|
toAmino(message: _187.DuplicateVoteEvidence): _187.DuplicateVoteEvidenceAmino;
|
|
1062
1062
|
fromAminoMsg(object: _187.DuplicateVoteEvidenceAminoMsg): _187.DuplicateVoteEvidence;
|
|
@@ -1068,7 +1068,7 @@ export declare namespace tendermint {
|
|
|
1068
1068
|
typeUrl: string;
|
|
1069
1069
|
encode(message: _187.LightClientAttackEvidence, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1070
1070
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _187.LightClientAttackEvidence;
|
|
1071
|
-
fromPartial(object:
|
|
1071
|
+
fromPartial(object: import("../helpers").DeepPartial<_187.LightClientAttackEvidence>): _187.LightClientAttackEvidence;
|
|
1072
1072
|
fromAmino(object: _187.LightClientAttackEvidenceAmino): _187.LightClientAttackEvidence;
|
|
1073
1073
|
toAmino(message: _187.LightClientAttackEvidence): _187.LightClientAttackEvidenceAmino;
|
|
1074
1074
|
fromAminoMsg(object: _187.LightClientAttackEvidenceAminoMsg): _187.LightClientAttackEvidence;
|
|
@@ -1080,7 +1080,7 @@ export declare namespace tendermint {
|
|
|
1080
1080
|
typeUrl: string;
|
|
1081
1081
|
encode(message: _187.EvidenceList, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1082
1082
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _187.EvidenceList;
|
|
1083
|
-
fromPartial(object:
|
|
1083
|
+
fromPartial(object: import("../helpers").DeepPartial<_187.EvidenceList>): _187.EvidenceList;
|
|
1084
1084
|
fromAmino(object: _187.EvidenceListAmino): _187.EvidenceList;
|
|
1085
1085
|
toAmino(message: _187.EvidenceList): _187.EvidenceListAmino;
|
|
1086
1086
|
fromAminoMsg(object: _187.EvidenceListAminoMsg): _187.EvidenceList;
|
|
@@ -1092,7 +1092,7 @@ export declare namespace tendermint {
|
|
|
1092
1092
|
typeUrl: string;
|
|
1093
1093
|
encode(message: _186.Block, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1094
1094
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _186.Block;
|
|
1095
|
-
fromPartial(object:
|
|
1095
|
+
fromPartial(object: import("../helpers").DeepPartial<_186.Block>): _186.Block;
|
|
1096
1096
|
fromAmino(object: _186.BlockAmino): _186.Block;
|
|
1097
1097
|
toAmino(message: _186.Block): _186.BlockAmino;
|
|
1098
1098
|
fromAminoMsg(object: _186.BlockAminoMsg): _186.Block;
|
|
@@ -1106,7 +1106,7 @@ export declare namespace tendermint {
|
|
|
1106
1106
|
typeUrl: string;
|
|
1107
1107
|
encode(message: _191.App, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1108
1108
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _191.App;
|
|
1109
|
-
fromPartial(object:
|
|
1109
|
+
fromPartial(object: import("../helpers").DeepPartial<_191.App>): _191.App;
|
|
1110
1110
|
fromAmino(object: _191.AppAmino): _191.App;
|
|
1111
1111
|
toAmino(message: _191.App): _191.AppAmino;
|
|
1112
1112
|
fromAminoMsg(object: _191.AppAminoMsg): _191.App;
|
|
@@ -1118,7 +1118,7 @@ export declare namespace tendermint {
|
|
|
1118
1118
|
typeUrl: string;
|
|
1119
1119
|
encode(message: _191.Consensus, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1120
1120
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _191.Consensus;
|
|
1121
|
-
fromPartial(object:
|
|
1121
|
+
fromPartial(object: import("../helpers").DeepPartial<_191.Consensus>): _191.Consensus;
|
|
1122
1122
|
fromAmino(object: _191.ConsensusAmino): _191.Consensus;
|
|
1123
1123
|
toAmino(message: _191.Consensus): _191.ConsensusAmino;
|
|
1124
1124
|
fromAminoMsg(object: _191.ConsensusAminoMsg): _191.Consensus;
|