@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
|
@@ -2,6 +2,7 @@ import { Description, DescriptionAmino, DescriptionSDKType, CommissionRates, Com
|
|
|
2
2
|
import { Any, AnyProtoMsg, AnyAmino, AnySDKType } from "../../../google/protobuf/any";
|
|
3
3
|
import { Coin, CoinAmino, CoinSDKType } from "../../base/v1beta1/coin";
|
|
4
4
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
5
|
+
import { DeepPartial } from "../../../helpers";
|
|
5
6
|
import { Pubkey } from "@cosmjs/amino";
|
|
6
7
|
/** MsgCreateValidator defines a SDK message for creating a new validator. */
|
|
7
8
|
export interface MsgCreateValidator {
|
|
@@ -467,7 +468,7 @@ export declare const MsgCreateValidator: {
|
|
|
467
468
|
typeUrl: string;
|
|
468
469
|
encode(message: MsgCreateValidator, writer?: BinaryWriter): BinaryWriter;
|
|
469
470
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateValidator;
|
|
470
|
-
fromPartial(object:
|
|
471
|
+
fromPartial(object: DeepPartial<MsgCreateValidator>): MsgCreateValidator;
|
|
471
472
|
fromAmino(object: MsgCreateValidatorAmino): MsgCreateValidator;
|
|
472
473
|
toAmino(message: MsgCreateValidator): MsgCreateValidatorAmino;
|
|
473
474
|
fromAminoMsg(object: MsgCreateValidatorAminoMsg): MsgCreateValidator;
|
|
@@ -480,7 +481,7 @@ export declare const MsgCreateValidatorResponse: {
|
|
|
480
481
|
typeUrl: string;
|
|
481
482
|
encode(_: MsgCreateValidatorResponse, writer?: BinaryWriter): BinaryWriter;
|
|
482
483
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateValidatorResponse;
|
|
483
|
-
fromPartial(_:
|
|
484
|
+
fromPartial(_: DeepPartial<MsgCreateValidatorResponse>): MsgCreateValidatorResponse;
|
|
484
485
|
fromAmino(_: MsgCreateValidatorResponseAmino): MsgCreateValidatorResponse;
|
|
485
486
|
toAmino(_: MsgCreateValidatorResponse): MsgCreateValidatorResponseAmino;
|
|
486
487
|
fromAminoMsg(object: MsgCreateValidatorResponseAminoMsg): MsgCreateValidatorResponse;
|
|
@@ -493,7 +494,7 @@ export declare const MsgEditValidator: {
|
|
|
493
494
|
typeUrl: string;
|
|
494
495
|
encode(message: MsgEditValidator, writer?: BinaryWriter): BinaryWriter;
|
|
495
496
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgEditValidator;
|
|
496
|
-
fromPartial(object:
|
|
497
|
+
fromPartial(object: DeepPartial<MsgEditValidator>): MsgEditValidator;
|
|
497
498
|
fromAmino(object: MsgEditValidatorAmino): MsgEditValidator;
|
|
498
499
|
toAmino(message: MsgEditValidator): MsgEditValidatorAmino;
|
|
499
500
|
fromAminoMsg(object: MsgEditValidatorAminoMsg): MsgEditValidator;
|
|
@@ -506,7 +507,7 @@ export declare const MsgEditValidatorResponse: {
|
|
|
506
507
|
typeUrl: string;
|
|
507
508
|
encode(_: MsgEditValidatorResponse, writer?: BinaryWriter): BinaryWriter;
|
|
508
509
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgEditValidatorResponse;
|
|
509
|
-
fromPartial(_:
|
|
510
|
+
fromPartial(_: DeepPartial<MsgEditValidatorResponse>): MsgEditValidatorResponse;
|
|
510
511
|
fromAmino(_: MsgEditValidatorResponseAmino): MsgEditValidatorResponse;
|
|
511
512
|
toAmino(_: MsgEditValidatorResponse): MsgEditValidatorResponseAmino;
|
|
512
513
|
fromAminoMsg(object: MsgEditValidatorResponseAminoMsg): MsgEditValidatorResponse;
|
|
@@ -519,7 +520,7 @@ export declare const MsgDelegate: {
|
|
|
519
520
|
typeUrl: string;
|
|
520
521
|
encode(message: MsgDelegate, writer?: BinaryWriter): BinaryWriter;
|
|
521
522
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgDelegate;
|
|
522
|
-
fromPartial(object:
|
|
523
|
+
fromPartial(object: DeepPartial<MsgDelegate>): MsgDelegate;
|
|
523
524
|
fromAmino(object: MsgDelegateAmino): MsgDelegate;
|
|
524
525
|
toAmino(message: MsgDelegate): MsgDelegateAmino;
|
|
525
526
|
fromAminoMsg(object: MsgDelegateAminoMsg): MsgDelegate;
|
|
@@ -532,7 +533,7 @@ export declare const MsgDelegateResponse: {
|
|
|
532
533
|
typeUrl: string;
|
|
533
534
|
encode(_: MsgDelegateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
534
535
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgDelegateResponse;
|
|
535
|
-
fromPartial(_:
|
|
536
|
+
fromPartial(_: DeepPartial<MsgDelegateResponse>): MsgDelegateResponse;
|
|
536
537
|
fromAmino(_: MsgDelegateResponseAmino): MsgDelegateResponse;
|
|
537
538
|
toAmino(_: MsgDelegateResponse): MsgDelegateResponseAmino;
|
|
538
539
|
fromAminoMsg(object: MsgDelegateResponseAminoMsg): MsgDelegateResponse;
|
|
@@ -545,7 +546,7 @@ export declare const MsgBeginRedelegate: {
|
|
|
545
546
|
typeUrl: string;
|
|
546
547
|
encode(message: MsgBeginRedelegate, writer?: BinaryWriter): BinaryWriter;
|
|
547
548
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgBeginRedelegate;
|
|
548
|
-
fromPartial(object:
|
|
549
|
+
fromPartial(object: DeepPartial<MsgBeginRedelegate>): MsgBeginRedelegate;
|
|
549
550
|
fromAmino(object: MsgBeginRedelegateAmino): MsgBeginRedelegate;
|
|
550
551
|
toAmino(message: MsgBeginRedelegate): MsgBeginRedelegateAmino;
|
|
551
552
|
fromAminoMsg(object: MsgBeginRedelegateAminoMsg): MsgBeginRedelegate;
|
|
@@ -558,7 +559,7 @@ export declare const MsgBeginRedelegateResponse: {
|
|
|
558
559
|
typeUrl: string;
|
|
559
560
|
encode(message: MsgBeginRedelegateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
560
561
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgBeginRedelegateResponse;
|
|
561
|
-
fromPartial(object:
|
|
562
|
+
fromPartial(object: DeepPartial<MsgBeginRedelegateResponse>): MsgBeginRedelegateResponse;
|
|
562
563
|
fromAmino(object: MsgBeginRedelegateResponseAmino): MsgBeginRedelegateResponse;
|
|
563
564
|
toAmino(message: MsgBeginRedelegateResponse): MsgBeginRedelegateResponseAmino;
|
|
564
565
|
fromAminoMsg(object: MsgBeginRedelegateResponseAminoMsg): MsgBeginRedelegateResponse;
|
|
@@ -571,7 +572,7 @@ export declare const MsgUndelegate: {
|
|
|
571
572
|
typeUrl: string;
|
|
572
573
|
encode(message: MsgUndelegate, writer?: BinaryWriter): BinaryWriter;
|
|
573
574
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUndelegate;
|
|
574
|
-
fromPartial(object:
|
|
575
|
+
fromPartial(object: DeepPartial<MsgUndelegate>): MsgUndelegate;
|
|
575
576
|
fromAmino(object: MsgUndelegateAmino): MsgUndelegate;
|
|
576
577
|
toAmino(message: MsgUndelegate): MsgUndelegateAmino;
|
|
577
578
|
fromAminoMsg(object: MsgUndelegateAminoMsg): MsgUndelegate;
|
|
@@ -584,7 +585,7 @@ export declare const MsgUndelegateResponse: {
|
|
|
584
585
|
typeUrl: string;
|
|
585
586
|
encode(message: MsgUndelegateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
586
587
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUndelegateResponse;
|
|
587
|
-
fromPartial(object:
|
|
588
|
+
fromPartial(object: DeepPartial<MsgUndelegateResponse>): MsgUndelegateResponse;
|
|
588
589
|
fromAmino(object: MsgUndelegateResponseAmino): MsgUndelegateResponse;
|
|
589
590
|
toAmino(message: MsgUndelegateResponse): MsgUndelegateResponseAmino;
|
|
590
591
|
fromAminoMsg(object: MsgUndelegateResponseAminoMsg): MsgUndelegateResponse;
|
|
@@ -597,7 +598,7 @@ export declare const MsgCancelUnbondingDelegation: {
|
|
|
597
598
|
typeUrl: string;
|
|
598
599
|
encode(message: MsgCancelUnbondingDelegation, writer?: BinaryWriter): BinaryWriter;
|
|
599
600
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelUnbondingDelegation;
|
|
600
|
-
fromPartial(object:
|
|
601
|
+
fromPartial(object: DeepPartial<MsgCancelUnbondingDelegation>): MsgCancelUnbondingDelegation;
|
|
601
602
|
fromAmino(object: MsgCancelUnbondingDelegationAmino): MsgCancelUnbondingDelegation;
|
|
602
603
|
toAmino(message: MsgCancelUnbondingDelegation): MsgCancelUnbondingDelegationAmino;
|
|
603
604
|
fromAminoMsg(object: MsgCancelUnbondingDelegationAminoMsg): MsgCancelUnbondingDelegation;
|
|
@@ -610,7 +611,7 @@ export declare const MsgCancelUnbondingDelegationResponse: {
|
|
|
610
611
|
typeUrl: string;
|
|
611
612
|
encode(_: MsgCancelUnbondingDelegationResponse, writer?: BinaryWriter): BinaryWriter;
|
|
612
613
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelUnbondingDelegationResponse;
|
|
613
|
-
fromPartial(_:
|
|
614
|
+
fromPartial(_: DeepPartial<MsgCancelUnbondingDelegationResponse>): MsgCancelUnbondingDelegationResponse;
|
|
614
615
|
fromAmino(_: MsgCancelUnbondingDelegationResponseAmino): MsgCancelUnbondingDelegationResponse;
|
|
615
616
|
toAmino(_: MsgCancelUnbondingDelegationResponse): MsgCancelUnbondingDelegationResponseAmino;
|
|
616
617
|
fromAminoMsg(object: MsgCancelUnbondingDelegationResponseAminoMsg): MsgCancelUnbondingDelegationResponse;
|
|
@@ -623,7 +624,7 @@ export declare const MsgUpdateParams: {
|
|
|
623
624
|
typeUrl: string;
|
|
624
625
|
encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
|
|
625
626
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
|
|
626
|
-
fromPartial(object:
|
|
627
|
+
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
627
628
|
fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
|
|
628
629
|
toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
|
|
629
630
|
fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
|
|
@@ -636,7 +637,7 @@ export declare const MsgUpdateParamsResponse: {
|
|
|
636
637
|
typeUrl: string;
|
|
637
638
|
encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
638
639
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
639
|
-
fromPartial(_:
|
|
640
|
+
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
640
641
|
fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
|
|
641
642
|
toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
|
|
642
643
|
fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
|
|
@@ -7,9 +7,9 @@ const any_1 = require("../../../google/protobuf/any");
|
|
|
7
7
|
const coin_1 = require("../../base/v1beta1/coin");
|
|
8
8
|
const timestamp_1 = require("../../../google/protobuf/timestamp");
|
|
9
9
|
const binary_1 = require("../../../binary");
|
|
10
|
+
const helpers_1 = require("../../../helpers");
|
|
10
11
|
const proto_signing_1 = require("@cosmjs/proto-signing");
|
|
11
12
|
const math_1 = require("@cosmjs/math");
|
|
12
|
-
const helpers_1 = require("../../../helpers");
|
|
13
13
|
function createBaseMsgCreateValidator() {
|
|
14
14
|
return {
|
|
15
15
|
description: staking_1.Description.fromPartial({}),
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
+
import { Registry } from "@cosmjs/proto-signing";
|
|
2
3
|
import { MsgCreateValidator, MsgEditValidator, MsgDelegate, MsgBeginRedelegate, MsgUndelegate, MsgCancelUnbondingDelegation, MsgUpdateParams } from "./tx";
|
|
3
|
-
export declare const registry: ReadonlyArray<[string,
|
|
4
|
+
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
4
5
|
export declare const load: (protoRegistry: Registry) => void;
|
|
5
6
|
export declare const MessageComposer: {
|
|
6
7
|
encoded: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../types";
|
|
2
2
|
import { MsgCreateValidator, MsgCreateValidatorResponse, MsgEditValidator, MsgEditValidatorResponse, MsgDelegate, MsgDelegateResponse, MsgBeginRedelegate, MsgBeginRedelegateResponse, MsgUndelegate, MsgUndelegateResponse, MsgCancelUnbondingDelegation, MsgCancelUnbondingDelegationResponse, MsgUpdateParams, MsgUpdateParamsResponse } from "./tx";
|
|
3
3
|
/** Msg defines the staking Msg service. */
|
|
4
4
|
export interface Msg {
|
|
@@ -37,7 +37,7 @@ export interface Msg {
|
|
|
37
37
|
}
|
|
38
38
|
export declare class MsgClientImpl implements Msg {
|
|
39
39
|
private readonly rpc;
|
|
40
|
-
constructor(rpc:
|
|
40
|
+
constructor(rpc: TxRpc);
|
|
41
41
|
createValidator(request: MsgCreateValidator): Promise<MsgCreateValidatorResponse>;
|
|
42
42
|
editValidator(request: MsgEditValidator): Promise<MsgEditValidatorResponse>;
|
|
43
43
|
delegate(request: MsgDelegate): Promise<MsgDelegateResponse>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../../helpers";
|
|
2
3
|
/** Pairs defines a repeated slice of Pair objects. */
|
|
3
4
|
export interface Pairs {
|
|
4
5
|
pairs: Pair[];
|
|
@@ -46,7 +47,7 @@ export declare const Pairs: {
|
|
|
46
47
|
typeUrl: string;
|
|
47
48
|
encode(message: Pairs, writer?: BinaryWriter): BinaryWriter;
|
|
48
49
|
decode(input: BinaryReader | Uint8Array, length?: number): Pairs;
|
|
49
|
-
fromPartial(object:
|
|
50
|
+
fromPartial(object: DeepPartial<Pairs>): Pairs;
|
|
50
51
|
fromAmino(object: PairsAmino): Pairs;
|
|
51
52
|
toAmino(message: Pairs): PairsAmino;
|
|
52
53
|
fromAminoMsg(object: PairsAminoMsg): Pairs;
|
|
@@ -59,7 +60,7 @@ export declare const Pair: {
|
|
|
59
60
|
typeUrl: string;
|
|
60
61
|
encode(message: Pair, writer?: BinaryWriter): BinaryWriter;
|
|
61
62
|
decode(input: BinaryReader | Uint8Array, length?: number): Pair;
|
|
62
|
-
fromPartial(object:
|
|
63
|
+
fromPartial(object: DeepPartial<Pair>): Pair;
|
|
63
64
|
fromAmino(object: PairAmino): Pair;
|
|
64
65
|
toAmino(message: Pair): PairAmino;
|
|
65
66
|
fromAminoMsg(object: PairAminoMsg): Pair;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/** Snapshot contains Tendermint state sync snapshot info. */
|
|
3
4
|
export interface Snapshot {
|
|
4
5
|
height: bigint;
|
|
@@ -242,7 +243,7 @@ export declare const Snapshot: {
|
|
|
242
243
|
typeUrl: string;
|
|
243
244
|
encode(message: Snapshot, writer?: BinaryWriter): BinaryWriter;
|
|
244
245
|
decode(input: BinaryReader | Uint8Array, length?: number): Snapshot;
|
|
245
|
-
fromPartial(object:
|
|
246
|
+
fromPartial(object: DeepPartial<Snapshot>): Snapshot;
|
|
246
247
|
fromAmino(object: SnapshotAmino): Snapshot;
|
|
247
248
|
toAmino(message: Snapshot): SnapshotAmino;
|
|
248
249
|
fromAminoMsg(object: SnapshotAminoMsg): Snapshot;
|
|
@@ -255,7 +256,7 @@ export declare const Metadata: {
|
|
|
255
256
|
typeUrl: string;
|
|
256
257
|
encode(message: Metadata, writer?: BinaryWriter): BinaryWriter;
|
|
257
258
|
decode(input: BinaryReader | Uint8Array, length?: number): Metadata;
|
|
258
|
-
fromPartial(object:
|
|
259
|
+
fromPartial(object: DeepPartial<Metadata>): Metadata;
|
|
259
260
|
fromAmino(object: MetadataAmino): Metadata;
|
|
260
261
|
toAmino(message: Metadata): MetadataAmino;
|
|
261
262
|
fromAminoMsg(object: MetadataAminoMsg): Metadata;
|
|
@@ -268,7 +269,7 @@ export declare const SnapshotItem: {
|
|
|
268
269
|
typeUrl: string;
|
|
269
270
|
encode(message: SnapshotItem, writer?: BinaryWriter): BinaryWriter;
|
|
270
271
|
decode(input: BinaryReader | Uint8Array, length?: number): SnapshotItem;
|
|
271
|
-
fromPartial(object:
|
|
272
|
+
fromPartial(object: DeepPartial<SnapshotItem>): SnapshotItem;
|
|
272
273
|
fromAmino(object: SnapshotItemAmino): SnapshotItem;
|
|
273
274
|
toAmino(message: SnapshotItem): SnapshotItemAmino;
|
|
274
275
|
fromAminoMsg(object: SnapshotItemAminoMsg): SnapshotItem;
|
|
@@ -281,7 +282,7 @@ export declare const SnapshotStoreItem: {
|
|
|
281
282
|
typeUrl: string;
|
|
282
283
|
encode(message: SnapshotStoreItem, writer?: BinaryWriter): BinaryWriter;
|
|
283
284
|
decode(input: BinaryReader | Uint8Array, length?: number): SnapshotStoreItem;
|
|
284
|
-
fromPartial(object:
|
|
285
|
+
fromPartial(object: DeepPartial<SnapshotStoreItem>): SnapshotStoreItem;
|
|
285
286
|
fromAmino(object: SnapshotStoreItemAmino): SnapshotStoreItem;
|
|
286
287
|
toAmino(message: SnapshotStoreItem): SnapshotStoreItemAmino;
|
|
287
288
|
fromAminoMsg(object: SnapshotStoreItemAminoMsg): SnapshotStoreItem;
|
|
@@ -294,7 +295,7 @@ export declare const SnapshotIAVLItem: {
|
|
|
294
295
|
typeUrl: string;
|
|
295
296
|
encode(message: SnapshotIAVLItem, writer?: BinaryWriter): BinaryWriter;
|
|
296
297
|
decode(input: BinaryReader | Uint8Array, length?: number): SnapshotIAVLItem;
|
|
297
|
-
fromPartial(object:
|
|
298
|
+
fromPartial(object: DeepPartial<SnapshotIAVLItem>): SnapshotIAVLItem;
|
|
298
299
|
fromAmino(object: SnapshotIAVLItemAmino): SnapshotIAVLItem;
|
|
299
300
|
toAmino(message: SnapshotIAVLItem): SnapshotIAVLItemAmino;
|
|
300
301
|
fromAminoMsg(object: SnapshotIAVLItemAminoMsg): SnapshotIAVLItem;
|
|
@@ -307,7 +308,7 @@ export declare const SnapshotExtensionMeta: {
|
|
|
307
308
|
typeUrl: string;
|
|
308
309
|
encode(message: SnapshotExtensionMeta, writer?: BinaryWriter): BinaryWriter;
|
|
309
310
|
decode(input: BinaryReader | Uint8Array, length?: number): SnapshotExtensionMeta;
|
|
310
|
-
fromPartial(object:
|
|
311
|
+
fromPartial(object: DeepPartial<SnapshotExtensionMeta>): SnapshotExtensionMeta;
|
|
311
312
|
fromAmino(object: SnapshotExtensionMetaAmino): SnapshotExtensionMeta;
|
|
312
313
|
toAmino(message: SnapshotExtensionMeta): SnapshotExtensionMetaAmino;
|
|
313
314
|
fromAminoMsg(object: SnapshotExtensionMetaAminoMsg): SnapshotExtensionMeta;
|
|
@@ -320,7 +321,7 @@ export declare const SnapshotExtensionPayload: {
|
|
|
320
321
|
typeUrl: string;
|
|
321
322
|
encode(message: SnapshotExtensionPayload, writer?: BinaryWriter): BinaryWriter;
|
|
322
323
|
decode(input: BinaryReader | Uint8Array, length?: number): SnapshotExtensionPayload;
|
|
323
|
-
fromPartial(object:
|
|
324
|
+
fromPartial(object: DeepPartial<SnapshotExtensionPayload>): SnapshotExtensionPayload;
|
|
324
325
|
fromAmino(object: SnapshotExtensionPayloadAmino): SnapshotExtensionPayload;
|
|
325
326
|
toAmino(message: SnapshotExtensionPayload): SnapshotExtensionPayloadAmino;
|
|
326
327
|
fromAminoMsg(object: SnapshotExtensionPayloadAminoMsg): SnapshotExtensionPayload;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { RequestFinalizeBlock, RequestFinalizeBlockAmino, RequestFinalizeBlockSDKType, ResponseFinalizeBlock, ResponseFinalizeBlockAmino, ResponseFinalizeBlockSDKType, ResponseCommit, ResponseCommitAmino, ResponseCommitSDKType } from "../../../../tendermint/abci/types";
|
|
2
2
|
import { StoreKVPair, StoreKVPairAmino, StoreKVPairSDKType } from "../../v1beta1/listening";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../../helpers";
|
|
4
5
|
/** ListenEndBlockRequest is the request type for the ListenEndBlock RPC method */
|
|
5
6
|
export interface ListenFinalizeBlockRequest {
|
|
6
7
|
req?: RequestFinalizeBlock;
|
|
@@ -90,7 +91,7 @@ export declare const ListenFinalizeBlockRequest: {
|
|
|
90
91
|
typeUrl: string;
|
|
91
92
|
encode(message: ListenFinalizeBlockRequest, writer?: BinaryWriter): BinaryWriter;
|
|
92
93
|
decode(input: BinaryReader | Uint8Array, length?: number): ListenFinalizeBlockRequest;
|
|
93
|
-
fromPartial(object:
|
|
94
|
+
fromPartial(object: DeepPartial<ListenFinalizeBlockRequest>): ListenFinalizeBlockRequest;
|
|
94
95
|
fromAmino(object: ListenFinalizeBlockRequestAmino): ListenFinalizeBlockRequest;
|
|
95
96
|
toAmino(message: ListenFinalizeBlockRequest): ListenFinalizeBlockRequestAmino;
|
|
96
97
|
fromAminoMsg(object: ListenFinalizeBlockRequestAminoMsg): ListenFinalizeBlockRequest;
|
|
@@ -103,7 +104,7 @@ export declare const ListenFinalizeBlockResponse: {
|
|
|
103
104
|
typeUrl: string;
|
|
104
105
|
encode(_: ListenFinalizeBlockResponse, writer?: BinaryWriter): BinaryWriter;
|
|
105
106
|
decode(input: BinaryReader | Uint8Array, length?: number): ListenFinalizeBlockResponse;
|
|
106
|
-
fromPartial(_:
|
|
107
|
+
fromPartial(_: DeepPartial<ListenFinalizeBlockResponse>): ListenFinalizeBlockResponse;
|
|
107
108
|
fromAmino(_: ListenFinalizeBlockResponseAmino): ListenFinalizeBlockResponse;
|
|
108
109
|
toAmino(_: ListenFinalizeBlockResponse): ListenFinalizeBlockResponseAmino;
|
|
109
110
|
fromAminoMsg(object: ListenFinalizeBlockResponseAminoMsg): ListenFinalizeBlockResponse;
|
|
@@ -116,7 +117,7 @@ export declare const ListenCommitRequest: {
|
|
|
116
117
|
typeUrl: string;
|
|
117
118
|
encode(message: ListenCommitRequest, writer?: BinaryWriter): BinaryWriter;
|
|
118
119
|
decode(input: BinaryReader | Uint8Array, length?: number): ListenCommitRequest;
|
|
119
|
-
fromPartial(object:
|
|
120
|
+
fromPartial(object: DeepPartial<ListenCommitRequest>): ListenCommitRequest;
|
|
120
121
|
fromAmino(object: ListenCommitRequestAmino): ListenCommitRequest;
|
|
121
122
|
toAmino(message: ListenCommitRequest): ListenCommitRequestAmino;
|
|
122
123
|
fromAminoMsg(object: ListenCommitRequestAminoMsg): ListenCommitRequest;
|
|
@@ -129,7 +130,7 @@ export declare const ListenCommitResponse: {
|
|
|
129
130
|
typeUrl: string;
|
|
130
131
|
encode(_: ListenCommitResponse, writer?: BinaryWriter): BinaryWriter;
|
|
131
132
|
decode(input: BinaryReader | Uint8Array, length?: number): ListenCommitResponse;
|
|
132
|
-
fromPartial(_:
|
|
133
|
+
fromPartial(_: DeepPartial<ListenCommitResponse>): ListenCommitResponse;
|
|
133
134
|
fromAmino(_: ListenCommitResponseAmino): ListenCommitResponse;
|
|
134
135
|
toAmino(_: ListenCommitResponse): ListenCommitResponseAmino;
|
|
135
136
|
fromAminoMsg(object: ListenCommitResponseAminoMsg): ListenCommitResponse;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* CommitInfo defines commit information used by the multi-store when committing
|
|
4
5
|
* a version/height.
|
|
@@ -102,7 +103,7 @@ export declare const CommitInfo: {
|
|
|
102
103
|
typeUrl: string;
|
|
103
104
|
encode(message: CommitInfo, writer?: BinaryWriter): BinaryWriter;
|
|
104
105
|
decode(input: BinaryReader | Uint8Array, length?: number): CommitInfo;
|
|
105
|
-
fromPartial(object:
|
|
106
|
+
fromPartial(object: DeepPartial<CommitInfo>): CommitInfo;
|
|
106
107
|
fromAmino(object: CommitInfoAmino): CommitInfo;
|
|
107
108
|
toAmino(message: CommitInfo): CommitInfoAmino;
|
|
108
109
|
fromAminoMsg(object: CommitInfoAminoMsg): CommitInfo;
|
|
@@ -115,7 +116,7 @@ export declare const StoreInfo: {
|
|
|
115
116
|
typeUrl: string;
|
|
116
117
|
encode(message: StoreInfo, writer?: BinaryWriter): BinaryWriter;
|
|
117
118
|
decode(input: BinaryReader | Uint8Array, length?: number): StoreInfo;
|
|
118
|
-
fromPartial(object:
|
|
119
|
+
fromPartial(object: DeepPartial<StoreInfo>): StoreInfo;
|
|
119
120
|
fromAmino(object: StoreInfoAmino): StoreInfo;
|
|
120
121
|
toAmino(message: StoreInfo): StoreInfoAmino;
|
|
121
122
|
fromAminoMsg(object: StoreInfoAminoMsg): StoreInfo;
|
|
@@ -128,7 +129,7 @@ export declare const CommitID: {
|
|
|
128
129
|
typeUrl: string;
|
|
129
130
|
encode(message: CommitID, writer?: BinaryWriter): BinaryWriter;
|
|
130
131
|
decode(input: BinaryReader | Uint8Array, length?: number): CommitID;
|
|
131
|
-
fromPartial(object:
|
|
132
|
+
fromPartial(object: DeepPartial<CommitID>): CommitID;
|
|
132
133
|
fromAmino(object: CommitIDAmino): CommitID;
|
|
133
134
|
toAmino(message: CommitID): CommitIDAmino;
|
|
134
135
|
fromAminoMsg(object: CommitIDAminoMsg): CommitID;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ResponseCommit, ResponseCommitAmino, ResponseCommitSDKType, RequestFinalizeBlock, RequestFinalizeBlockAmino, RequestFinalizeBlockSDKType, ResponseFinalizeBlock, ResponseFinalizeBlockAmino, ResponseFinalizeBlockSDKType } from "../../../tendermint/abci/types";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/**
|
|
4
5
|
* StoreKVPair is a KVStore KVPair used for listening to state changes (Sets and Deletes)
|
|
5
6
|
* It optionally includes the StoreKey for the originating KVStore and a Boolean flag to distinguish between Sets and
|
|
@@ -92,7 +93,7 @@ export declare const StoreKVPair: {
|
|
|
92
93
|
typeUrl: string;
|
|
93
94
|
encode(message: StoreKVPair, writer?: BinaryWriter): BinaryWriter;
|
|
94
95
|
decode(input: BinaryReader | Uint8Array, length?: number): StoreKVPair;
|
|
95
|
-
fromPartial(object:
|
|
96
|
+
fromPartial(object: DeepPartial<StoreKVPair>): StoreKVPair;
|
|
96
97
|
fromAmino(object: StoreKVPairAmino): StoreKVPair;
|
|
97
98
|
toAmino(message: StoreKVPair): StoreKVPairAmino;
|
|
98
99
|
fromAminoMsg(object: StoreKVPairAminoMsg): StoreKVPair;
|
|
@@ -105,7 +106,7 @@ export declare const BlockMetadata: {
|
|
|
105
106
|
typeUrl: string;
|
|
106
107
|
encode(message: BlockMetadata, writer?: BinaryWriter): BinaryWriter;
|
|
107
108
|
decode(input: BinaryReader | Uint8Array, length?: number): BlockMetadata;
|
|
108
|
-
fromPartial(object:
|
|
109
|
+
fromPartial(object: DeepPartial<BlockMetadata>): BlockMetadata;
|
|
109
110
|
fromAmino(object: BlockMetadataAmino): BlockMetadata;
|
|
110
111
|
toAmino(message: BlockMetadata): BlockMetadataAmino;
|
|
111
112
|
fromAminoMsg(object: BlockMetadataAminoMsg): BlockMetadata;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/** Config is the config object of the x/auth/tx package. */
|
|
3
4
|
export interface Config {
|
|
4
5
|
/**
|
|
@@ -42,7 +43,7 @@ export declare const Config: {
|
|
|
42
43
|
typeUrl: string;
|
|
43
44
|
encode(message: Config, writer?: BinaryWriter): BinaryWriter;
|
|
44
45
|
decode(input: BinaryReader | Uint8Array, length?: number): Config;
|
|
45
|
-
fromPartial(object:
|
|
46
|
+
fromPartial(object: DeepPartial<Config>): Config;
|
|
46
47
|
fromAmino(object: ConfigAmino): Config;
|
|
47
48
|
toAmino(message: Config): ConfigAmino;
|
|
48
49
|
fromAminoMsg(object: ConfigAminoMsg): Config;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { CompactBitArray, CompactBitArrayAmino, CompactBitArraySDKType } from "../../../crypto/multisig/v1beta1/multisig";
|
|
2
2
|
import { Any, AnyAmino, AnySDKType } from "../../../../google/protobuf/any";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../../helpers";
|
|
4
5
|
/**
|
|
5
6
|
* SignMode represents a signing mode with its own security guarantees.
|
|
6
7
|
*
|
|
@@ -222,7 +223,7 @@ export declare const SignatureDescriptors: {
|
|
|
222
223
|
typeUrl: string;
|
|
223
224
|
encode(message: SignatureDescriptors, writer?: BinaryWriter): BinaryWriter;
|
|
224
225
|
decode(input: BinaryReader | Uint8Array, length?: number): SignatureDescriptors;
|
|
225
|
-
fromPartial(object:
|
|
226
|
+
fromPartial(object: DeepPartial<SignatureDescriptors>): SignatureDescriptors;
|
|
226
227
|
fromAmino(object: SignatureDescriptorsAmino): SignatureDescriptors;
|
|
227
228
|
toAmino(message: SignatureDescriptors): SignatureDescriptorsAmino;
|
|
228
229
|
fromAminoMsg(object: SignatureDescriptorsAminoMsg): SignatureDescriptors;
|
|
@@ -235,7 +236,7 @@ export declare const SignatureDescriptor: {
|
|
|
235
236
|
typeUrl: string;
|
|
236
237
|
encode(message: SignatureDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
237
238
|
decode(input: BinaryReader | Uint8Array, length?: number): SignatureDescriptor;
|
|
238
|
-
fromPartial(object:
|
|
239
|
+
fromPartial(object: DeepPartial<SignatureDescriptor>): SignatureDescriptor;
|
|
239
240
|
fromAmino(object: SignatureDescriptorAmino): SignatureDescriptor;
|
|
240
241
|
toAmino(message: SignatureDescriptor): SignatureDescriptorAmino;
|
|
241
242
|
fromAminoMsg(object: SignatureDescriptorAminoMsg): SignatureDescriptor;
|
|
@@ -248,7 +249,7 @@ export declare const SignatureDescriptor_Data: {
|
|
|
248
249
|
typeUrl: string;
|
|
249
250
|
encode(message: SignatureDescriptor_Data, writer?: BinaryWriter): BinaryWriter;
|
|
250
251
|
decode(input: BinaryReader | Uint8Array, length?: number): SignatureDescriptor_Data;
|
|
251
|
-
fromPartial(object:
|
|
252
|
+
fromPartial(object: DeepPartial<SignatureDescriptor_Data>): SignatureDescriptor_Data;
|
|
252
253
|
fromAmino(object: SignatureDescriptor_DataAmino): SignatureDescriptor_Data;
|
|
253
254
|
toAmino(message: SignatureDescriptor_Data): SignatureDescriptor_DataAmino;
|
|
254
255
|
fromAminoMsg(object: SignatureDescriptor_DataAminoMsg): SignatureDescriptor_Data;
|
|
@@ -261,7 +262,7 @@ export declare const SignatureDescriptor_Data_Single: {
|
|
|
261
262
|
typeUrl: string;
|
|
262
263
|
encode(message: SignatureDescriptor_Data_Single, writer?: BinaryWriter): BinaryWriter;
|
|
263
264
|
decode(input: BinaryReader | Uint8Array, length?: number): SignatureDescriptor_Data_Single;
|
|
264
|
-
fromPartial(object:
|
|
265
|
+
fromPartial(object: DeepPartial<SignatureDescriptor_Data_Single>): SignatureDescriptor_Data_Single;
|
|
265
266
|
fromAmino(object: SignatureDescriptor_Data_SingleAmino): SignatureDescriptor_Data_Single;
|
|
266
267
|
toAmino(message: SignatureDescriptor_Data_Single): SignatureDescriptor_Data_SingleAmino;
|
|
267
268
|
fromAminoMsg(object: SignatureDescriptor_Data_SingleAminoMsg): SignatureDescriptor_Data_Single;
|
|
@@ -274,7 +275,7 @@ export declare const SignatureDescriptor_Data_Multi: {
|
|
|
274
275
|
typeUrl: string;
|
|
275
276
|
encode(message: SignatureDescriptor_Data_Multi, writer?: BinaryWriter): BinaryWriter;
|
|
276
277
|
decode(input: BinaryReader | Uint8Array, length?: number): SignatureDescriptor_Data_Multi;
|
|
277
|
-
fromPartial(object:
|
|
278
|
+
fromPartial(object: DeepPartial<SignatureDescriptor_Data_Multi>): SignatureDescriptor_Data_Multi;
|
|
278
279
|
fromAmino(object: SignatureDescriptor_Data_MultiAmino): SignatureDescriptor_Data_Multi;
|
|
279
280
|
toAmino(message: SignatureDescriptor_Data_Multi): SignatureDescriptor_Data_MultiAmino;
|
|
280
281
|
fromAminoMsg(object: SignatureDescriptor_Data_MultiAminoMsg): SignatureDescriptor_Data_Multi;
|
|
@@ -4,6 +4,7 @@ import { TxResponse, TxResponseAmino, TxResponseSDKType, GasInfo, GasInfoAmino,
|
|
|
4
4
|
import { BlockID, BlockIDAmino, BlockIDSDKType } from "../../../tendermint/types/types";
|
|
5
5
|
import { Block, BlockAmino, BlockSDKType } from "../../../tendermint/types/block";
|
|
6
6
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
7
|
+
import { DeepPartial } from "../../../helpers";
|
|
7
8
|
/** OrderBy defines the sorting order */
|
|
8
9
|
export declare enum OrderBy {
|
|
9
10
|
/**
|
|
@@ -794,7 +795,7 @@ export declare const GetTxsEventRequest: {
|
|
|
794
795
|
typeUrl: string;
|
|
795
796
|
encode(message: GetTxsEventRequest, writer?: BinaryWriter): BinaryWriter;
|
|
796
797
|
decode(input: BinaryReader | Uint8Array, length?: number): GetTxsEventRequest;
|
|
797
|
-
fromPartial(object:
|
|
798
|
+
fromPartial(object: DeepPartial<GetTxsEventRequest>): GetTxsEventRequest;
|
|
798
799
|
fromAmino(object: GetTxsEventRequestAmino): GetTxsEventRequest;
|
|
799
800
|
toAmino(message: GetTxsEventRequest): GetTxsEventRequestAmino;
|
|
800
801
|
fromAminoMsg(object: GetTxsEventRequestAminoMsg): GetTxsEventRequest;
|
|
@@ -807,7 +808,7 @@ export declare const GetTxsEventResponse: {
|
|
|
807
808
|
typeUrl: string;
|
|
808
809
|
encode(message: GetTxsEventResponse, writer?: BinaryWriter): BinaryWriter;
|
|
809
810
|
decode(input: BinaryReader | Uint8Array, length?: number): GetTxsEventResponse;
|
|
810
|
-
fromPartial(object:
|
|
811
|
+
fromPartial(object: DeepPartial<GetTxsEventResponse>): GetTxsEventResponse;
|
|
811
812
|
fromAmino(object: GetTxsEventResponseAmino): GetTxsEventResponse;
|
|
812
813
|
toAmino(message: GetTxsEventResponse): GetTxsEventResponseAmino;
|
|
813
814
|
fromAminoMsg(object: GetTxsEventResponseAminoMsg): GetTxsEventResponse;
|
|
@@ -820,7 +821,7 @@ export declare const BroadcastTxRequest: {
|
|
|
820
821
|
typeUrl: string;
|
|
821
822
|
encode(message: BroadcastTxRequest, writer?: BinaryWriter): BinaryWriter;
|
|
822
823
|
decode(input: BinaryReader | Uint8Array, length?: number): BroadcastTxRequest;
|
|
823
|
-
fromPartial(object:
|
|
824
|
+
fromPartial(object: DeepPartial<BroadcastTxRequest>): BroadcastTxRequest;
|
|
824
825
|
fromAmino(object: BroadcastTxRequestAmino): BroadcastTxRequest;
|
|
825
826
|
toAmino(message: BroadcastTxRequest): BroadcastTxRequestAmino;
|
|
826
827
|
fromAminoMsg(object: BroadcastTxRequestAminoMsg): BroadcastTxRequest;
|
|
@@ -833,7 +834,7 @@ export declare const BroadcastTxResponse: {
|
|
|
833
834
|
typeUrl: string;
|
|
834
835
|
encode(message: BroadcastTxResponse, writer?: BinaryWriter): BinaryWriter;
|
|
835
836
|
decode(input: BinaryReader | Uint8Array, length?: number): BroadcastTxResponse;
|
|
836
|
-
fromPartial(object:
|
|
837
|
+
fromPartial(object: DeepPartial<BroadcastTxResponse>): BroadcastTxResponse;
|
|
837
838
|
fromAmino(object: BroadcastTxResponseAmino): BroadcastTxResponse;
|
|
838
839
|
toAmino(message: BroadcastTxResponse): BroadcastTxResponseAmino;
|
|
839
840
|
fromAminoMsg(object: BroadcastTxResponseAminoMsg): BroadcastTxResponse;
|
|
@@ -846,7 +847,7 @@ export declare const SimulateRequest: {
|
|
|
846
847
|
typeUrl: string;
|
|
847
848
|
encode(message: SimulateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
848
849
|
decode(input: BinaryReader | Uint8Array, length?: number): SimulateRequest;
|
|
849
|
-
fromPartial(object:
|
|
850
|
+
fromPartial(object: DeepPartial<SimulateRequest>): SimulateRequest;
|
|
850
851
|
fromAmino(object: SimulateRequestAmino): SimulateRequest;
|
|
851
852
|
toAmino(message: SimulateRequest): SimulateRequestAmino;
|
|
852
853
|
fromAminoMsg(object: SimulateRequestAminoMsg): SimulateRequest;
|
|
@@ -859,7 +860,7 @@ export declare const SimulateResponse: {
|
|
|
859
860
|
typeUrl: string;
|
|
860
861
|
encode(message: SimulateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
861
862
|
decode(input: BinaryReader | Uint8Array, length?: number): SimulateResponse;
|
|
862
|
-
fromPartial(object:
|
|
863
|
+
fromPartial(object: DeepPartial<SimulateResponse>): SimulateResponse;
|
|
863
864
|
fromAmino(object: SimulateResponseAmino): SimulateResponse;
|
|
864
865
|
toAmino(message: SimulateResponse): SimulateResponseAmino;
|
|
865
866
|
fromAminoMsg(object: SimulateResponseAminoMsg): SimulateResponse;
|
|
@@ -872,7 +873,7 @@ export declare const GetTxRequest: {
|
|
|
872
873
|
typeUrl: string;
|
|
873
874
|
encode(message: GetTxRequest, writer?: BinaryWriter): BinaryWriter;
|
|
874
875
|
decode(input: BinaryReader | Uint8Array, length?: number): GetTxRequest;
|
|
875
|
-
fromPartial(object:
|
|
876
|
+
fromPartial(object: DeepPartial<GetTxRequest>): GetTxRequest;
|
|
876
877
|
fromAmino(object: GetTxRequestAmino): GetTxRequest;
|
|
877
878
|
toAmino(message: GetTxRequest): GetTxRequestAmino;
|
|
878
879
|
fromAminoMsg(object: GetTxRequestAminoMsg): GetTxRequest;
|
|
@@ -885,7 +886,7 @@ export declare const GetTxResponse: {
|
|
|
885
886
|
typeUrl: string;
|
|
886
887
|
encode(message: GetTxResponse, writer?: BinaryWriter): BinaryWriter;
|
|
887
888
|
decode(input: BinaryReader | Uint8Array, length?: number): GetTxResponse;
|
|
888
|
-
fromPartial(object:
|
|
889
|
+
fromPartial(object: DeepPartial<GetTxResponse>): GetTxResponse;
|
|
889
890
|
fromAmino(object: GetTxResponseAmino): GetTxResponse;
|
|
890
891
|
toAmino(message: GetTxResponse): GetTxResponseAmino;
|
|
891
892
|
fromAminoMsg(object: GetTxResponseAminoMsg): GetTxResponse;
|
|
@@ -898,7 +899,7 @@ export declare const GetBlockWithTxsRequest: {
|
|
|
898
899
|
typeUrl: string;
|
|
899
900
|
encode(message: GetBlockWithTxsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
900
901
|
decode(input: BinaryReader | Uint8Array, length?: number): GetBlockWithTxsRequest;
|
|
901
|
-
fromPartial(object:
|
|
902
|
+
fromPartial(object: DeepPartial<GetBlockWithTxsRequest>): GetBlockWithTxsRequest;
|
|
902
903
|
fromAmino(object: GetBlockWithTxsRequestAmino): GetBlockWithTxsRequest;
|
|
903
904
|
toAmino(message: GetBlockWithTxsRequest): GetBlockWithTxsRequestAmino;
|
|
904
905
|
fromAminoMsg(object: GetBlockWithTxsRequestAminoMsg): GetBlockWithTxsRequest;
|
|
@@ -911,7 +912,7 @@ export declare const GetBlockWithTxsResponse: {
|
|
|
911
912
|
typeUrl: string;
|
|
912
913
|
encode(message: GetBlockWithTxsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
913
914
|
decode(input: BinaryReader | Uint8Array, length?: number): GetBlockWithTxsResponse;
|
|
914
|
-
fromPartial(object:
|
|
915
|
+
fromPartial(object: DeepPartial<GetBlockWithTxsResponse>): GetBlockWithTxsResponse;
|
|
915
916
|
fromAmino(object: GetBlockWithTxsResponseAmino): GetBlockWithTxsResponse;
|
|
916
917
|
toAmino(message: GetBlockWithTxsResponse): GetBlockWithTxsResponseAmino;
|
|
917
918
|
fromAminoMsg(object: GetBlockWithTxsResponseAminoMsg): GetBlockWithTxsResponse;
|
|
@@ -924,7 +925,7 @@ export declare const TxDecodeRequest: {
|
|
|
924
925
|
typeUrl: string;
|
|
925
926
|
encode(message: TxDecodeRequest, writer?: BinaryWriter): BinaryWriter;
|
|
926
927
|
decode(input: BinaryReader | Uint8Array, length?: number): TxDecodeRequest;
|
|
927
|
-
fromPartial(object:
|
|
928
|
+
fromPartial(object: DeepPartial<TxDecodeRequest>): TxDecodeRequest;
|
|
928
929
|
fromAmino(object: TxDecodeRequestAmino): TxDecodeRequest;
|
|
929
930
|
toAmino(message: TxDecodeRequest): TxDecodeRequestAmino;
|
|
930
931
|
fromAminoMsg(object: TxDecodeRequestAminoMsg): TxDecodeRequest;
|
|
@@ -937,7 +938,7 @@ export declare const TxDecodeResponse: {
|
|
|
937
938
|
typeUrl: string;
|
|
938
939
|
encode(message: TxDecodeResponse, writer?: BinaryWriter): BinaryWriter;
|
|
939
940
|
decode(input: BinaryReader | Uint8Array, length?: number): TxDecodeResponse;
|
|
940
|
-
fromPartial(object:
|
|
941
|
+
fromPartial(object: DeepPartial<TxDecodeResponse>): TxDecodeResponse;
|
|
941
942
|
fromAmino(object: TxDecodeResponseAmino): TxDecodeResponse;
|
|
942
943
|
toAmino(message: TxDecodeResponse): TxDecodeResponseAmino;
|
|
943
944
|
fromAminoMsg(object: TxDecodeResponseAminoMsg): TxDecodeResponse;
|
|
@@ -950,7 +951,7 @@ export declare const TxEncodeRequest: {
|
|
|
950
951
|
typeUrl: string;
|
|
951
952
|
encode(message: TxEncodeRequest, writer?: BinaryWriter): BinaryWriter;
|
|
952
953
|
decode(input: BinaryReader | Uint8Array, length?: number): TxEncodeRequest;
|
|
953
|
-
fromPartial(object:
|
|
954
|
+
fromPartial(object: DeepPartial<TxEncodeRequest>): TxEncodeRequest;
|
|
954
955
|
fromAmino(object: TxEncodeRequestAmino): TxEncodeRequest;
|
|
955
956
|
toAmino(message: TxEncodeRequest): TxEncodeRequestAmino;
|
|
956
957
|
fromAminoMsg(object: TxEncodeRequestAminoMsg): TxEncodeRequest;
|
|
@@ -963,7 +964,7 @@ export declare const TxEncodeResponse: {
|
|
|
963
964
|
typeUrl: string;
|
|
964
965
|
encode(message: TxEncodeResponse, writer?: BinaryWriter): BinaryWriter;
|
|
965
966
|
decode(input: BinaryReader | Uint8Array, length?: number): TxEncodeResponse;
|
|
966
|
-
fromPartial(object:
|
|
967
|
+
fromPartial(object: DeepPartial<TxEncodeResponse>): TxEncodeResponse;
|
|
967
968
|
fromAmino(object: TxEncodeResponseAmino): TxEncodeResponse;
|
|
968
969
|
toAmino(message: TxEncodeResponse): TxEncodeResponseAmino;
|
|
969
970
|
fromAminoMsg(object: TxEncodeResponseAminoMsg): TxEncodeResponse;
|
|
@@ -976,7 +977,7 @@ export declare const TxEncodeAminoRequest: {
|
|
|
976
977
|
typeUrl: string;
|
|
977
978
|
encode(message: TxEncodeAminoRequest, writer?: BinaryWriter): BinaryWriter;
|
|
978
979
|
decode(input: BinaryReader | Uint8Array, length?: number): TxEncodeAminoRequest;
|
|
979
|
-
fromPartial(object:
|
|
980
|
+
fromPartial(object: DeepPartial<TxEncodeAminoRequest>): TxEncodeAminoRequest;
|
|
980
981
|
fromAmino(object: TxEncodeAminoRequestAmino): TxEncodeAminoRequest;
|
|
981
982
|
toAmino(message: TxEncodeAminoRequest): TxEncodeAminoRequestAmino;
|
|
982
983
|
fromAminoMsg(object: TxEncodeAminoRequestAminoMsg): TxEncodeAminoRequest;
|
|
@@ -989,7 +990,7 @@ export declare const TxEncodeAminoResponse: {
|
|
|
989
990
|
typeUrl: string;
|
|
990
991
|
encode(message: TxEncodeAminoResponse, writer?: BinaryWriter): BinaryWriter;
|
|
991
992
|
decode(input: BinaryReader | Uint8Array, length?: number): TxEncodeAminoResponse;
|
|
992
|
-
fromPartial(object:
|
|
993
|
+
fromPartial(object: DeepPartial<TxEncodeAminoResponse>): TxEncodeAminoResponse;
|
|
993
994
|
fromAmino(object: TxEncodeAminoResponseAmino): TxEncodeAminoResponse;
|
|
994
995
|
toAmino(message: TxEncodeAminoResponse): TxEncodeAminoResponseAmino;
|
|
995
996
|
fromAminoMsg(object: TxEncodeAminoResponseAminoMsg): TxEncodeAminoResponse;
|
|
@@ -1002,7 +1003,7 @@ export declare const TxDecodeAminoRequest: {
|
|
|
1002
1003
|
typeUrl: string;
|
|
1003
1004
|
encode(message: TxDecodeAminoRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1004
1005
|
decode(input: BinaryReader | Uint8Array, length?: number): TxDecodeAminoRequest;
|
|
1005
|
-
fromPartial(object:
|
|
1006
|
+
fromPartial(object: DeepPartial<TxDecodeAminoRequest>): TxDecodeAminoRequest;
|
|
1006
1007
|
fromAmino(object: TxDecodeAminoRequestAmino): TxDecodeAminoRequest;
|
|
1007
1008
|
toAmino(message: TxDecodeAminoRequest): TxDecodeAminoRequestAmino;
|
|
1008
1009
|
fromAminoMsg(object: TxDecodeAminoRequestAminoMsg): TxDecodeAminoRequest;
|
|
@@ -1015,7 +1016,7 @@ export declare const TxDecodeAminoResponse: {
|
|
|
1015
1016
|
typeUrl: string;
|
|
1016
1017
|
encode(message: TxDecodeAminoResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1017
1018
|
decode(input: BinaryReader | Uint8Array, length?: number): TxDecodeAminoResponse;
|
|
1018
|
-
fromPartial(object:
|
|
1019
|
+
fromPartial(object: DeepPartial<TxDecodeAminoResponse>): TxDecodeAminoResponse;
|
|
1019
1020
|
fromAmino(object: TxDecodeAminoResponseAmino): TxDecodeAminoResponse;
|
|
1020
1021
|
toAmino(message: TxDecodeAminoResponse): TxDecodeAminoResponseAmino;
|
|
1021
1022
|
fromAminoMsg(object: TxDecodeAminoResponseAminoMsg): TxDecodeAminoResponse;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../types";
|
|
2
2
|
import { QueryClient } from "@cosmjs/stargate";
|
|
3
3
|
import { SimulateRequest, SimulateResponse, GetTxRequest, GetTxResponse, BroadcastTxRequest, BroadcastTxResponse, GetTxsEventRequest, GetTxsEventResponse, GetBlockWithTxsRequest, GetBlockWithTxsResponse, TxDecodeRequest, TxDecodeResponse, TxEncodeRequest, TxEncodeResponse, TxEncodeAminoRequest, TxEncodeAminoResponse, TxDecodeAminoRequest, TxDecodeAminoResponse } from "./service";
|
|
4
4
|
/** Service defines a gRPC service for interacting with transactions. */
|
|
@@ -44,7 +44,7 @@ export interface Service {
|
|
|
44
44
|
}
|
|
45
45
|
export declare class ServiceClientImpl implements Service {
|
|
46
46
|
private readonly rpc;
|
|
47
|
-
constructor(rpc:
|
|
47
|
+
constructor(rpc: TxRpc);
|
|
48
48
|
simulate(request: SimulateRequest): Promise<SimulateResponse>;
|
|
49
49
|
getTx(request: GetTxRequest): Promise<GetTxResponse>;
|
|
50
50
|
broadcastTx(request: BroadcastTxRequest): Promise<BroadcastTxResponse>;
|