@sparkdreamnft/sparkdreamjs 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cosmos/app/runtime/v1alpha1/module.d.ts +3 -2
- package/cosmos/app/v1alpha1/module.d.ts +4 -3
- package/cosmos/auth/module/v1/module.d.ts +3 -2
- package/cosmos/auth/v1beta1/auth.d.ts +5 -4
- package/cosmos/auth/v1beta1/genesis.d.ts +2 -1
- package/cosmos/auth/v1beta1/query.d.ts +21 -20
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/auth/v1beta1/tx.d.ts +3 -2
- package/cosmos/auth/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/authz/module/v1/module.d.ts +2 -1
- package/cosmos/authz/v1beta1/authz.d.ts +5 -4
- package/cosmos/authz/v1beta1/event.d.ts +3 -2
- package/cosmos/authz/v1beta1/genesis.d.ts +2 -1
- package/cosmos/authz/v1beta1/query.d.ts +7 -6
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/authz/v1beta1/tx.d.ts +7 -6
- package/cosmos/authz/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/bank/module/v1/module.d.ts +2 -1
- package/cosmos/bank/v1beta1/authz.d.ts +2 -1
- package/cosmos/bank/v1beta1/bank.d.ts +8 -7
- package/cosmos/bank/v1beta1/genesis.d.ts +3 -2
- package/cosmos/bank/v1beta1/query.d.ts +28 -27
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/bank/v1beta1/tx.d.ts +9 -8
- package/cosmos/bank/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/base/abci/v1beta1/abci.d.ts +12 -11
- package/cosmos/base/node/v1beta1/query.d.ts +5 -4
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +2 -2
- package/cosmos/base/query/v1beta1/pagination.d.ts +3 -2
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +27 -26
- package/cosmos/base/v1beta1/coin.d.ts +5 -4
- package/cosmos/benchmark/module/v1/module.d.ts +3 -2
- package/cosmos/benchmark/v1/benchmark.d.ts +2 -1
- package/cosmos/benchmark/v1/tx.d.ts +3 -2
- package/cosmos/benchmark/v1/tx.registry.d.ts +3 -2
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/bundle.d.ts +669 -669
- package/cosmos/circuit/module/v1/module.d.ts +2 -1
- package/cosmos/circuit/v1/query.d.ts +7 -6
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/circuit/v1/tx.d.ts +7 -6
- package/cosmos/circuit/v1/tx.registry.d.ts +3 -2
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/circuit/v1/types.d.ts +4 -3
- package/cosmos/consensus/module/v1/module.d.ts +2 -1
- package/cosmos/consensus/v1/query.d.ts +3 -2
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/consensus/v1/tx.d.ts +3 -2
- package/cosmos/consensus/v1/tx.registry.d.ts +3 -2
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/counter/module/v1/module.d.ts +2 -1
- package/cosmos/counter/v1/query.d.ts +3 -2
- package/cosmos/counter/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/counter/v1/tx.d.ts +3 -2
- package/cosmos/counter/v1/tx.registry.d.ts +3 -2
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/crisis/module/v1/module.d.ts +2 -1
- package/cosmos/crypto/ed25519/keys.d.ts +3 -2
- package/cosmos/crypto/hd/v1/hd.d.ts +2 -1
- package/cosmos/crypto/keyring/v1/record.d.ts +6 -5
- package/cosmos/crypto/multisig/keys.d.ts +2 -1
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +3 -2
- package/cosmos/crypto/secp256k1/keys.d.ts +3 -2
- package/cosmos/crypto/secp256r1/keys.d.ts +3 -2
- package/cosmos/distribution/module/v1/module.d.ts +2 -1
- package/cosmos/distribution/v1beta1/distribution.d.ts +13 -12
- package/cosmos/distribution/v1beta1/genesis.d.ts +9 -8
- package/cosmos/distribution/v1beta1/query.d.ts +21 -20
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/distribution/v1beta1/tx.d.ts +15 -14
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/epochs/module/v1/module.d.ts +2 -1
- package/cosmos/epochs/v1beta1/events.d.ts +3 -2
- package/cosmos/epochs/v1beta1/genesis.d.ts +3 -2
- package/cosmos/epochs/v1beta1/query.d.ts +5 -4
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/evidence/module/v1/module.d.ts +2 -1
- package/cosmos/feegrant/module/v1/module.d.ts +2 -1
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +5 -4
- package/cosmos/feegrant/v1beta1/genesis.d.ts +2 -1
- package/cosmos/feegrant/v1beta1/query.d.ts +7 -6
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/feegrant/v1beta1/tx.d.ts +7 -6
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/genutil/module/v1/module.d.ts +2 -1
- package/cosmos/gov/module/v1/module.d.ts +2 -1
- package/cosmos/gov/v1/genesis.d.ts +2 -1
- package/cosmos/gov/v1/gov.d.ts +10 -9
- package/cosmos/gov/v1/query.d.ts +19 -18
- package/cosmos/gov/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/gov/v1/tx.d.ts +15 -14
- package/cosmos/gov/v1/tx.registry.d.ts +3 -2
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/gov/v1beta1/genesis.d.ts +2 -1
- package/cosmos/gov/v1beta1/gov.d.ts +10 -9
- package/cosmos/gov/v1beta1/query.d.ts +17 -16
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/gov/v1beta1/tx.d.ts +9 -8
- package/cosmos/gov/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/group/module/v1/module.d.ts +2 -1
- package/cosmos/group/v1/events.d.ts +12 -11
- package/cosmos/group/v1/genesis.d.ts +2 -1
- package/cosmos/group/v1/query.d.ts +29 -28
- package/cosmos/group/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/group/v1/tx.d.ts +29 -28
- package/cosmos/group/v1/tx.registry.d.ts +3 -2
- package/cosmos/group/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/group/v1/types.d.ts +12 -11
- package/cosmos/ics23/v1/proofs.d.ts +14 -13
- package/cosmos/mint/module/v1/module.d.ts +2 -1
- package/cosmos/mint/v1beta1/genesis.d.ts +2 -1
- package/cosmos/mint/v1beta1/mint.d.ts +3 -2
- package/cosmos/mint/v1beta1/query.d.ts +7 -6
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/mint/v1beta1/tx.d.ts +3 -2
- package/cosmos/mint/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/nft/module/v1/module.d.ts +2 -1
- package/cosmos/orm/module/v1alpha1/module.d.ts +2 -1
- package/cosmos/orm/query/v1alpha1/query.d.ts +8 -7
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +2 -2
- package/cosmos/params/module/v1/module.d.ts +2 -1
- package/cosmos/params/v1beta1/params.d.ts +3 -2
- package/cosmos/params/v1beta1/query.d.ts +6 -5
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/protocolpool/module/v1/module.d.ts +2 -1
- package/cosmos/protocolpool/v1/genesis.d.ts +2 -1
- package/cosmos/protocolpool/v1/query.d.ts +9 -8
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +2 -2
- package/cosmos/protocolpool/v1/tx.d.ts +11 -10
- package/cosmos/protocolpool/v1/tx.js +1 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +3 -2
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/protocolpool/v1/types.d.ts +3 -2
- package/cosmos/reflection/v1/reflection.d.ts +3 -2
- package/cosmos/slashing/module/v1/module.d.ts +2 -1
- package/cosmos/staking/module/v1/module.d.ts +2 -1
- package/cosmos/staking/v1beta1/authz.d.ts +3 -2
- package/cosmos/staking/v1beta1/genesis.d.ts +3 -2
- package/cosmos/staking/v1beta1/query.d.ts +29 -28
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/staking/v1beta1/staking.d.ts +22 -21
- package/cosmos/staking/v1beta1/staking.js +1 -1
- package/cosmos/staking/v1beta1/tx.d.ts +15 -14
- package/cosmos/staking/v1beta1/tx.js +1 -1
- package/cosmos/staking/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +3 -2
- package/cosmos/store/snapshots/v1/snapshot.d.ts +8 -7
- package/cosmos/store/streaming/abci/grpc.d.ts +5 -4
- package/cosmos/store/v1beta1/commit_info.d.ts +4 -3
- package/cosmos/store/v1beta1/listening.d.ts +3 -2
- package/cosmos/tx/config/v1/config.d.ts +2 -1
- package/cosmos/tx/signing/v1beta1/signing.d.ts +6 -5
- package/cosmos/tx/v1beta1/service.d.ts +19 -18
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +2 -2
- package/cosmos/tx/v1beta1/tx.d.ts +14 -13
- package/cosmos/upgrade/module/v1/module.d.ts +2 -1
- package/cosmos/upgrade/v1beta1/query.d.ts +11 -10
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/upgrade/v1beta1/tx.d.ts +5 -4
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +5 -4
- package/cosmos/vesting/module/v1/module.d.ts +2 -1
- package/cosmos/vesting/v1beta1/tx.d.ts +7 -6
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +3 -2
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +2 -2
- package/cosmos/vesting/v1beta1/vesting.d.ts +7 -6
- package/cosmos_proto/bundle.d.ts +2 -2
- package/cosmos_proto/cosmos.d.ts +3 -2
- package/esm/cosmos/protocolpool/v1/tx.js +1 -1
- package/esm/cosmos/staking/v1beta1/staking.js +1 -1
- package/esm/cosmos/staking/v1beta1/tx.js +1 -1
- package/esm/google/protobuf/descriptor.js +4 -4
- package/esm/index.js +1 -0
- package/esm/types.js +7 -0
- package/google/api/http.d.ts +4 -3
- package/google/bundle.d.ts +37 -37
- package/google/protobuf/any.d.ts +2 -1
- package/google/protobuf/descriptor.d.ts +35 -34
- package/google/protobuf/descriptor.js +4 -4
- package/google/protobuf/duration.d.ts +2 -1
- package/google/protobuf/timestamp.d.ts +2 -1
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +2 -1
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +5 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +7 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +3 -2
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +6 -5
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +5 -4
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/applications/interchain_accounts/v1/account.d.ts +2 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +2 -1
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +4 -3
- package/ibc/applications/transfer/v1/authz.d.ts +3 -2
- package/ibc/applications/transfer/v1/denomtrace.d.ts +2 -1
- package/ibc/applications/transfer/v1/genesis.d.ts +2 -1
- package/ibc/applications/transfer/v1/packet.d.ts +2 -1
- package/ibc/applications/transfer/v1/query.d.ts +13 -12
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/applications/transfer/v1/token.d.ts +4 -3
- package/ibc/applications/transfer/v1/transfer.d.ts +2 -1
- package/ibc/applications/transfer/v1/tx.d.ts +5 -4
- package/ibc/applications/transfer/v1/tx.registry.d.ts +3 -2
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/bundle.d.ts +291 -291
- package/ibc/core/channel/v1/channel.d.ts +9 -8
- package/ibc/core/channel/v1/genesis.d.ts +3 -2
- package/ibc/core/channel/v1/query.d.ts +29 -28
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/core/channel/v1/tx.d.ts +21 -20
- package/ibc/core/channel/v1/tx.registry.d.ts +3 -2
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/core/channel/v2/genesis.d.ts +4 -3
- package/ibc/core/channel/v2/packet.d.ts +5 -4
- package/ibc/core/channel/v2/query.d.ts +17 -16
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +2 -2
- package/ibc/core/channel/v2/tx.d.ts +9 -8
- package/ibc/core/channel/v2/tx.registry.d.ts +3 -2
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +2 -2
- package/ibc/core/client/v1/client.d.ts +6 -5
- package/ibc/core/client/v1/genesis.d.ts +4 -3
- package/ibc/core/client/v1/query.d.ts +23 -22
- package/ibc/core/client/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/core/client/v1/tx.d.ts +17 -16
- package/ibc/core/client/v1/tx.registry.d.ts +3 -2
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/core/client/v2/config.d.ts +2 -1
- package/ibc/core/client/v2/counterparty.d.ts +2 -1
- package/ibc/core/client/v2/genesis.d.ts +3 -2
- package/ibc/core/client/v2/query.d.ts +5 -4
- package/ibc/core/client/v2/query.rpc.Query.d.ts +2 -2
- package/ibc/core/client/v2/tx.d.ts +5 -4
- package/ibc/core/client/v2/tx.registry.d.ts +3 -2
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +2 -2
- package/ibc/core/commitment/v1/commitment.d.ts +4 -3
- package/ibc/core/commitment/v2/commitment.d.ts +2 -1
- package/ibc/core/connection/v1/connection.d.ts +8 -7
- package/ibc/core/connection/v1/genesis.d.ts +2 -1
- package/ibc/core/connection/v1/query.d.ts +13 -12
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/core/connection/v1/tx.d.ts +11 -10
- package/ibc/core/connection/v1/tx.registry.d.ts +3 -2
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +17 -16
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +9 -8
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +6 -5
- package/ibc/lightclients/wasm/v1/genesis.d.ts +3 -2
- package/ibc/lightclients/wasm/v1/query.d.ts +5 -4
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/lightclients/wasm/v1/tx.d.ts +7 -6
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +3 -2
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +2 -2
- package/ibc/lightclients/wasm/v1/wasm.d.ts +5 -4
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +2 -1
- package/sparkdream/blog/module/module.d.ts +2 -1
- package/sparkdream/blog/params.d.ts +2 -1
- package/sparkdream/blog/post.d.ts +2 -1
- package/sparkdream/blog/query.d.ts +7 -6
- package/sparkdream/blog/query.rpc.Query.d.ts +2 -2
- package/sparkdream/blog/tx.d.ts +9 -8
- package/sparkdream/blog/tx.registry.d.ts +3 -2
- package/sparkdream/blog/tx.rpc.msg.d.ts +2 -2
- package/sparkdream/bundle.d.ts +25 -25
- package/sparkdream/sparkdream/genesis.d.ts +2 -1
- package/sparkdream/sparkdream/module/module.d.ts +2 -1
- package/sparkdream/sparkdream/params.d.ts +2 -1
- package/sparkdream/sparkdream/query.d.ts +3 -2
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +2 -2
- package/sparkdream/sparkdream/tx.d.ts +3 -2
- package/sparkdream/sparkdream/tx.registry.d.ts +3 -2
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +2 -2
- package/tendermint/abci/types.d.ts +48 -47
- package/tendermint/bundle.d.ts +89 -89
- package/tendermint/crypto/keys.d.ts +2 -1
- package/tendermint/crypto/proof.d.ts +6 -5
- package/tendermint/p2p/types.d.ts +5 -4
- package/tendermint/types/block.d.ts +2 -1
- package/tendermint/types/evidence.d.ts +5 -4
- package/tendermint/types/params.d.ts +8 -7
- package/tendermint/types/types.d.ts +16 -15
- package/tendermint/types/validator.d.ts +4 -3
- package/tendermint/version/types.d.ts +3 -2
- package/types.d.ts +127 -0
- package/types.js +8 -0
|
@@ -3,6 +3,7 @@ import { SignMode } from "../signing/v1beta1/signing";
|
|
|
3
3
|
import { CompactBitArray, CompactBitArrayAmino, CompactBitArraySDKType } from "../../crypto/multisig/v1beta1/multisig";
|
|
4
4
|
import { Coin, CoinAmino, CoinSDKType } from "../../base/v1beta1/coin";
|
|
5
5
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
6
|
+
import { DeepPartial } from "../../../helpers";
|
|
6
7
|
/** Tx is the standard type used for broadcasting transactions. */
|
|
7
8
|
export interface Tx {
|
|
8
9
|
/** body is the processable content of the transaction */
|
|
@@ -769,7 +770,7 @@ export declare const Tx: {
|
|
|
769
770
|
typeUrl: string;
|
|
770
771
|
encode(message: Tx, writer?: BinaryWriter): BinaryWriter;
|
|
771
772
|
decode(input: BinaryReader | Uint8Array, length?: number): Tx;
|
|
772
|
-
fromPartial(object:
|
|
773
|
+
fromPartial(object: DeepPartial<Tx>): Tx;
|
|
773
774
|
fromAmino(object: TxAmino): Tx;
|
|
774
775
|
toAmino(message: Tx): TxAmino;
|
|
775
776
|
fromAminoMsg(object: TxAminoMsg): Tx;
|
|
@@ -782,7 +783,7 @@ export declare const TxRaw: {
|
|
|
782
783
|
typeUrl: string;
|
|
783
784
|
encode(message: TxRaw, writer?: BinaryWriter): BinaryWriter;
|
|
784
785
|
decode(input: BinaryReader | Uint8Array, length?: number): TxRaw;
|
|
785
|
-
fromPartial(object:
|
|
786
|
+
fromPartial(object: DeepPartial<TxRaw>): TxRaw;
|
|
786
787
|
fromAmino(object: TxRawAmino): TxRaw;
|
|
787
788
|
toAmino(message: TxRaw): TxRawAmino;
|
|
788
789
|
fromAminoMsg(object: TxRawAminoMsg): TxRaw;
|
|
@@ -795,7 +796,7 @@ export declare const SignDoc: {
|
|
|
795
796
|
typeUrl: string;
|
|
796
797
|
encode(message: SignDoc, writer?: BinaryWriter): BinaryWriter;
|
|
797
798
|
decode(input: BinaryReader | Uint8Array, length?: number): SignDoc;
|
|
798
|
-
fromPartial(object:
|
|
799
|
+
fromPartial(object: DeepPartial<SignDoc>): SignDoc;
|
|
799
800
|
fromAmino(object: SignDocAmino): SignDoc;
|
|
800
801
|
toAmino(message: SignDoc): SignDocAmino;
|
|
801
802
|
fromAminoMsg(object: SignDocAminoMsg): SignDoc;
|
|
@@ -808,7 +809,7 @@ export declare const SignDocDirectAux: {
|
|
|
808
809
|
typeUrl: string;
|
|
809
810
|
encode(message: SignDocDirectAux, writer?: BinaryWriter): BinaryWriter;
|
|
810
811
|
decode(input: BinaryReader | Uint8Array, length?: number): SignDocDirectAux;
|
|
811
|
-
fromPartial(object:
|
|
812
|
+
fromPartial(object: DeepPartial<SignDocDirectAux>): SignDocDirectAux;
|
|
812
813
|
fromAmino(object: SignDocDirectAuxAmino): SignDocDirectAux;
|
|
813
814
|
toAmino(message: SignDocDirectAux): SignDocDirectAuxAmino;
|
|
814
815
|
fromAminoMsg(object: SignDocDirectAuxAminoMsg): SignDocDirectAux;
|
|
@@ -821,7 +822,7 @@ export declare const TxBody: {
|
|
|
821
822
|
typeUrl: string;
|
|
822
823
|
encode(message: TxBody, writer?: BinaryWriter): BinaryWriter;
|
|
823
824
|
decode(input: BinaryReader | Uint8Array, length?: number): TxBody;
|
|
824
|
-
fromPartial(object:
|
|
825
|
+
fromPartial(object: DeepPartial<TxBody>): TxBody;
|
|
825
826
|
fromAmino(object: TxBodyAmino): TxBody;
|
|
826
827
|
toAmino(message: TxBody): TxBodyAmino;
|
|
827
828
|
fromAminoMsg(object: TxBodyAminoMsg): TxBody;
|
|
@@ -834,7 +835,7 @@ export declare const AuthInfo: {
|
|
|
834
835
|
typeUrl: string;
|
|
835
836
|
encode(message: AuthInfo, writer?: BinaryWriter): BinaryWriter;
|
|
836
837
|
decode(input: BinaryReader | Uint8Array, length?: number): AuthInfo;
|
|
837
|
-
fromPartial(object:
|
|
838
|
+
fromPartial(object: DeepPartial<AuthInfo>): AuthInfo;
|
|
838
839
|
fromAmino(object: AuthInfoAmino): AuthInfo;
|
|
839
840
|
toAmino(message: AuthInfo): AuthInfoAmino;
|
|
840
841
|
fromAminoMsg(object: AuthInfoAminoMsg): AuthInfo;
|
|
@@ -847,7 +848,7 @@ export declare const SignerInfo: {
|
|
|
847
848
|
typeUrl: string;
|
|
848
849
|
encode(message: SignerInfo, writer?: BinaryWriter): BinaryWriter;
|
|
849
850
|
decode(input: BinaryReader | Uint8Array, length?: number): SignerInfo;
|
|
850
|
-
fromPartial(object:
|
|
851
|
+
fromPartial(object: DeepPartial<SignerInfo>): SignerInfo;
|
|
851
852
|
fromAmino(object: SignerInfoAmino): SignerInfo;
|
|
852
853
|
toAmino(message: SignerInfo): SignerInfoAmino;
|
|
853
854
|
fromAminoMsg(object: SignerInfoAminoMsg): SignerInfo;
|
|
@@ -860,7 +861,7 @@ export declare const ModeInfo: {
|
|
|
860
861
|
typeUrl: string;
|
|
861
862
|
encode(message: ModeInfo, writer?: BinaryWriter): BinaryWriter;
|
|
862
863
|
decode(input: BinaryReader | Uint8Array, length?: number): ModeInfo;
|
|
863
|
-
fromPartial(object:
|
|
864
|
+
fromPartial(object: DeepPartial<ModeInfo>): ModeInfo;
|
|
864
865
|
fromAmino(object: ModeInfoAmino): ModeInfo;
|
|
865
866
|
toAmino(message: ModeInfo): ModeInfoAmino;
|
|
866
867
|
fromAminoMsg(object: ModeInfoAminoMsg): ModeInfo;
|
|
@@ -873,7 +874,7 @@ export declare const ModeInfo_Single: {
|
|
|
873
874
|
typeUrl: string;
|
|
874
875
|
encode(message: ModeInfo_Single, writer?: BinaryWriter): BinaryWriter;
|
|
875
876
|
decode(input: BinaryReader | Uint8Array, length?: number): ModeInfo_Single;
|
|
876
|
-
fromPartial(object:
|
|
877
|
+
fromPartial(object: DeepPartial<ModeInfo_Single>): ModeInfo_Single;
|
|
877
878
|
fromAmino(object: ModeInfo_SingleAmino): ModeInfo_Single;
|
|
878
879
|
toAmino(message: ModeInfo_Single): ModeInfo_SingleAmino;
|
|
879
880
|
fromAminoMsg(object: ModeInfo_SingleAminoMsg): ModeInfo_Single;
|
|
@@ -886,7 +887,7 @@ export declare const ModeInfo_Multi: {
|
|
|
886
887
|
typeUrl: string;
|
|
887
888
|
encode(message: ModeInfo_Multi, writer?: BinaryWriter): BinaryWriter;
|
|
888
889
|
decode(input: BinaryReader | Uint8Array, length?: number): ModeInfo_Multi;
|
|
889
|
-
fromPartial(object:
|
|
890
|
+
fromPartial(object: DeepPartial<ModeInfo_Multi>): ModeInfo_Multi;
|
|
890
891
|
fromAmino(object: ModeInfo_MultiAmino): ModeInfo_Multi;
|
|
891
892
|
toAmino(message: ModeInfo_Multi): ModeInfo_MultiAmino;
|
|
892
893
|
fromAminoMsg(object: ModeInfo_MultiAminoMsg): ModeInfo_Multi;
|
|
@@ -899,7 +900,7 @@ export declare const Fee: {
|
|
|
899
900
|
typeUrl: string;
|
|
900
901
|
encode(message: Fee, writer?: BinaryWriter): BinaryWriter;
|
|
901
902
|
decode(input: BinaryReader | Uint8Array, length?: number): Fee;
|
|
902
|
-
fromPartial(object:
|
|
903
|
+
fromPartial(object: DeepPartial<Fee>): Fee;
|
|
903
904
|
fromAmino(object: FeeAmino): Fee;
|
|
904
905
|
toAmino(message: Fee): FeeAmino;
|
|
905
906
|
fromAminoMsg(object: FeeAminoMsg): Fee;
|
|
@@ -912,7 +913,7 @@ export declare const Tip: {
|
|
|
912
913
|
typeUrl: string;
|
|
913
914
|
encode(message: Tip, writer?: BinaryWriter): BinaryWriter;
|
|
914
915
|
decode(input: BinaryReader | Uint8Array, length?: number): Tip;
|
|
915
|
-
fromPartial(object:
|
|
916
|
+
fromPartial(object: DeepPartial<Tip>): Tip;
|
|
916
917
|
fromAmino(object: TipAmino): Tip;
|
|
917
918
|
toAmino(message: Tip): TipAmino;
|
|
918
919
|
fromAminoMsg(object: TipAminoMsg): Tip;
|
|
@@ -925,7 +926,7 @@ export declare const AuxSignerData: {
|
|
|
925
926
|
typeUrl: string;
|
|
926
927
|
encode(message: AuxSignerData, writer?: BinaryWriter): BinaryWriter;
|
|
927
928
|
decode(input: BinaryReader | Uint8Array, length?: number): AuxSignerData;
|
|
928
|
-
fromPartial(object:
|
|
929
|
+
fromPartial(object: DeepPartial<AuxSignerData>): AuxSignerData;
|
|
929
930
|
fromAmino(object: AuxSignerDataAmino): AuxSignerData;
|
|
930
931
|
toAmino(message: AuxSignerData): AuxSignerDataAmino;
|
|
931
932
|
fromAminoMsg(object: AuxSignerDataAminoMsg): AuxSignerData;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/** Module is the config object of the upgrade module. */
|
|
3
4
|
export interface Module {
|
|
4
5
|
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
@@ -25,7 +26,7 @@ export declare const Module: {
|
|
|
25
26
|
typeUrl: string;
|
|
26
27
|
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
27
28
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
28
|
-
fromPartial(object:
|
|
29
|
+
fromPartial(object: DeepPartial<Module>): Module;
|
|
29
30
|
fromAmino(object: ModuleAmino): Module;
|
|
30
31
|
toAmino(message: Module): ModuleAmino;
|
|
31
32
|
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Plan, PlanAmino, PlanSDKType, ModuleVersion, ModuleVersionAmino, ModuleVersionSDKType } from "./upgrade";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/**
|
|
4
5
|
* QueryCurrentPlanRequest is the request type for the Query/CurrentPlan RPC
|
|
5
6
|
* method.
|
|
@@ -340,7 +341,7 @@ export declare const QueryCurrentPlanRequest: {
|
|
|
340
341
|
typeUrl: string;
|
|
341
342
|
encode(_: QueryCurrentPlanRequest, writer?: BinaryWriter): BinaryWriter;
|
|
342
343
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryCurrentPlanRequest;
|
|
343
|
-
fromPartial(_:
|
|
344
|
+
fromPartial(_: DeepPartial<QueryCurrentPlanRequest>): QueryCurrentPlanRequest;
|
|
344
345
|
fromAmino(_: QueryCurrentPlanRequestAmino): QueryCurrentPlanRequest;
|
|
345
346
|
toAmino(_: QueryCurrentPlanRequest): QueryCurrentPlanRequestAmino;
|
|
346
347
|
fromAminoMsg(object: QueryCurrentPlanRequestAminoMsg): QueryCurrentPlanRequest;
|
|
@@ -353,7 +354,7 @@ export declare const QueryCurrentPlanResponse: {
|
|
|
353
354
|
typeUrl: string;
|
|
354
355
|
encode(message: QueryCurrentPlanResponse, writer?: BinaryWriter): BinaryWriter;
|
|
355
356
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryCurrentPlanResponse;
|
|
356
|
-
fromPartial(object:
|
|
357
|
+
fromPartial(object: DeepPartial<QueryCurrentPlanResponse>): QueryCurrentPlanResponse;
|
|
357
358
|
fromAmino(object: QueryCurrentPlanResponseAmino): QueryCurrentPlanResponse;
|
|
358
359
|
toAmino(message: QueryCurrentPlanResponse): QueryCurrentPlanResponseAmino;
|
|
359
360
|
fromAminoMsg(object: QueryCurrentPlanResponseAminoMsg): QueryCurrentPlanResponse;
|
|
@@ -366,7 +367,7 @@ export declare const QueryAppliedPlanRequest: {
|
|
|
366
367
|
typeUrl: string;
|
|
367
368
|
encode(message: QueryAppliedPlanRequest, writer?: BinaryWriter): BinaryWriter;
|
|
368
369
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAppliedPlanRequest;
|
|
369
|
-
fromPartial(object:
|
|
370
|
+
fromPartial(object: DeepPartial<QueryAppliedPlanRequest>): QueryAppliedPlanRequest;
|
|
370
371
|
fromAmino(object: QueryAppliedPlanRequestAmino): QueryAppliedPlanRequest;
|
|
371
372
|
toAmino(message: QueryAppliedPlanRequest): QueryAppliedPlanRequestAmino;
|
|
372
373
|
fromAminoMsg(object: QueryAppliedPlanRequestAminoMsg): QueryAppliedPlanRequest;
|
|
@@ -379,7 +380,7 @@ export declare const QueryAppliedPlanResponse: {
|
|
|
379
380
|
typeUrl: string;
|
|
380
381
|
encode(message: QueryAppliedPlanResponse, writer?: BinaryWriter): BinaryWriter;
|
|
381
382
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAppliedPlanResponse;
|
|
382
|
-
fromPartial(object:
|
|
383
|
+
fromPartial(object: DeepPartial<QueryAppliedPlanResponse>): QueryAppliedPlanResponse;
|
|
383
384
|
fromAmino(object: QueryAppliedPlanResponseAmino): QueryAppliedPlanResponse;
|
|
384
385
|
toAmino(message: QueryAppliedPlanResponse): QueryAppliedPlanResponseAmino;
|
|
385
386
|
fromAminoMsg(object: QueryAppliedPlanResponseAminoMsg): QueryAppliedPlanResponse;
|
|
@@ -392,7 +393,7 @@ export declare const QueryUpgradedConsensusStateRequest: {
|
|
|
392
393
|
typeUrl: string;
|
|
393
394
|
encode(message: QueryUpgradedConsensusStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
394
395
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryUpgradedConsensusStateRequest;
|
|
395
|
-
fromPartial(object:
|
|
396
|
+
fromPartial(object: DeepPartial<QueryUpgradedConsensusStateRequest>): QueryUpgradedConsensusStateRequest;
|
|
396
397
|
fromAmino(object: QueryUpgradedConsensusStateRequestAmino): QueryUpgradedConsensusStateRequest;
|
|
397
398
|
toAmino(message: QueryUpgradedConsensusStateRequest): QueryUpgradedConsensusStateRequestAmino;
|
|
398
399
|
fromAminoMsg(object: QueryUpgradedConsensusStateRequestAminoMsg): QueryUpgradedConsensusStateRequest;
|
|
@@ -405,7 +406,7 @@ export declare const QueryUpgradedConsensusStateResponse: {
|
|
|
405
406
|
typeUrl: string;
|
|
406
407
|
encode(message: QueryUpgradedConsensusStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
407
408
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryUpgradedConsensusStateResponse;
|
|
408
|
-
fromPartial(object:
|
|
409
|
+
fromPartial(object: DeepPartial<QueryUpgradedConsensusStateResponse>): QueryUpgradedConsensusStateResponse;
|
|
409
410
|
fromAmino(object: QueryUpgradedConsensusStateResponseAmino): QueryUpgradedConsensusStateResponse;
|
|
410
411
|
toAmino(message: QueryUpgradedConsensusStateResponse): QueryUpgradedConsensusStateResponseAmino;
|
|
411
412
|
fromAminoMsg(object: QueryUpgradedConsensusStateResponseAminoMsg): QueryUpgradedConsensusStateResponse;
|
|
@@ -418,7 +419,7 @@ export declare const QueryModuleVersionsRequest: {
|
|
|
418
419
|
typeUrl: string;
|
|
419
420
|
encode(message: QueryModuleVersionsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
420
421
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryModuleVersionsRequest;
|
|
421
|
-
fromPartial(object:
|
|
422
|
+
fromPartial(object: DeepPartial<QueryModuleVersionsRequest>): QueryModuleVersionsRequest;
|
|
422
423
|
fromAmino(object: QueryModuleVersionsRequestAmino): QueryModuleVersionsRequest;
|
|
423
424
|
toAmino(message: QueryModuleVersionsRequest): QueryModuleVersionsRequestAmino;
|
|
424
425
|
fromAminoMsg(object: QueryModuleVersionsRequestAminoMsg): QueryModuleVersionsRequest;
|
|
@@ -431,7 +432,7 @@ export declare const QueryModuleVersionsResponse: {
|
|
|
431
432
|
typeUrl: string;
|
|
432
433
|
encode(message: QueryModuleVersionsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
433
434
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryModuleVersionsResponse;
|
|
434
|
-
fromPartial(object:
|
|
435
|
+
fromPartial(object: DeepPartial<QueryModuleVersionsResponse>): QueryModuleVersionsResponse;
|
|
435
436
|
fromAmino(object: QueryModuleVersionsResponseAmino): QueryModuleVersionsResponse;
|
|
436
437
|
toAmino(message: QueryModuleVersionsResponse): QueryModuleVersionsResponseAmino;
|
|
437
438
|
fromAminoMsg(object: QueryModuleVersionsResponseAminoMsg): QueryModuleVersionsResponse;
|
|
@@ -444,7 +445,7 @@ export declare const QueryAuthorityRequest: {
|
|
|
444
445
|
typeUrl: string;
|
|
445
446
|
encode(_: QueryAuthorityRequest, writer?: BinaryWriter): BinaryWriter;
|
|
446
447
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAuthorityRequest;
|
|
447
|
-
fromPartial(_:
|
|
448
|
+
fromPartial(_: DeepPartial<QueryAuthorityRequest>): QueryAuthorityRequest;
|
|
448
449
|
fromAmino(_: QueryAuthorityRequestAmino): QueryAuthorityRequest;
|
|
449
450
|
toAmino(_: QueryAuthorityRequest): QueryAuthorityRequestAmino;
|
|
450
451
|
fromAminoMsg(object: QueryAuthorityRequestAminoMsg): QueryAuthorityRequest;
|
|
@@ -457,7 +458,7 @@ export declare const QueryAuthorityResponse: {
|
|
|
457
458
|
typeUrl: string;
|
|
458
459
|
encode(message: QueryAuthorityResponse, writer?: BinaryWriter): BinaryWriter;
|
|
459
460
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAuthorityResponse;
|
|
460
|
-
fromPartial(object:
|
|
461
|
+
fromPartial(object: DeepPartial<QueryAuthorityResponse>): QueryAuthorityResponse;
|
|
461
462
|
fromAmino(object: QueryAuthorityResponseAmino): QueryAuthorityResponse;
|
|
462
463
|
toAmino(message: QueryAuthorityResponse): QueryAuthorityResponseAmino;
|
|
463
464
|
fromAminoMsg(object: QueryAuthorityResponseAminoMsg): QueryAuthorityResponse;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../types";
|
|
2
2
|
import { QueryClient } from "@cosmjs/stargate";
|
|
3
3
|
import { QueryCurrentPlanRequest, QueryCurrentPlanResponse, QueryAppliedPlanRequest, QueryAppliedPlanResponse, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponse, QueryModuleVersionsRequest, QueryModuleVersionsResponse, QueryAuthorityRequest, QueryAuthorityResponse } from "./query";
|
|
4
4
|
/** Query defines the gRPC upgrade querier service. */
|
|
@@ -31,7 +31,7 @@ export interface Query {
|
|
|
31
31
|
}
|
|
32
32
|
export declare class QueryClientImpl implements Query {
|
|
33
33
|
private readonly rpc;
|
|
34
|
-
constructor(rpc:
|
|
34
|
+
constructor(rpc: TxRpc);
|
|
35
35
|
currentPlan(request?: QueryCurrentPlanRequest): Promise<QueryCurrentPlanResponse>;
|
|
36
36
|
appliedPlan(request: QueryAppliedPlanRequest): Promise<QueryAppliedPlanResponse>;
|
|
37
37
|
upgradedConsensusState(request: QueryUpgradedConsensusStateRequest): Promise<QueryUpgradedConsensusStateResponse>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Plan, PlanAmino, PlanSDKType } from "./upgrade";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/**
|
|
4
5
|
* MsgSoftwareUpgrade is the Msg/SoftwareUpgrade request type.
|
|
5
6
|
*
|
|
@@ -135,7 +136,7 @@ export declare const MsgSoftwareUpgrade: {
|
|
|
135
136
|
typeUrl: string;
|
|
136
137
|
encode(message: MsgSoftwareUpgrade, writer?: BinaryWriter): BinaryWriter;
|
|
137
138
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSoftwareUpgrade;
|
|
138
|
-
fromPartial(object:
|
|
139
|
+
fromPartial(object: DeepPartial<MsgSoftwareUpgrade>): MsgSoftwareUpgrade;
|
|
139
140
|
fromAmino(object: MsgSoftwareUpgradeAmino): MsgSoftwareUpgrade;
|
|
140
141
|
toAmino(message: MsgSoftwareUpgrade): MsgSoftwareUpgradeAmino;
|
|
141
142
|
fromAminoMsg(object: MsgSoftwareUpgradeAminoMsg): MsgSoftwareUpgrade;
|
|
@@ -148,7 +149,7 @@ export declare const MsgSoftwareUpgradeResponse: {
|
|
|
148
149
|
typeUrl: string;
|
|
149
150
|
encode(_: MsgSoftwareUpgradeResponse, writer?: BinaryWriter): BinaryWriter;
|
|
150
151
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSoftwareUpgradeResponse;
|
|
151
|
-
fromPartial(_:
|
|
152
|
+
fromPartial(_: DeepPartial<MsgSoftwareUpgradeResponse>): MsgSoftwareUpgradeResponse;
|
|
152
153
|
fromAmino(_: MsgSoftwareUpgradeResponseAmino): MsgSoftwareUpgradeResponse;
|
|
153
154
|
toAmino(_: MsgSoftwareUpgradeResponse): MsgSoftwareUpgradeResponseAmino;
|
|
154
155
|
fromAminoMsg(object: MsgSoftwareUpgradeResponseAminoMsg): MsgSoftwareUpgradeResponse;
|
|
@@ -161,7 +162,7 @@ export declare const MsgCancelUpgrade: {
|
|
|
161
162
|
typeUrl: string;
|
|
162
163
|
encode(message: MsgCancelUpgrade, writer?: BinaryWriter): BinaryWriter;
|
|
163
164
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelUpgrade;
|
|
164
|
-
fromPartial(object:
|
|
165
|
+
fromPartial(object: DeepPartial<MsgCancelUpgrade>): MsgCancelUpgrade;
|
|
165
166
|
fromAmino(object: MsgCancelUpgradeAmino): MsgCancelUpgrade;
|
|
166
167
|
toAmino(message: MsgCancelUpgrade): MsgCancelUpgradeAmino;
|
|
167
168
|
fromAminoMsg(object: MsgCancelUpgradeAminoMsg): MsgCancelUpgrade;
|
|
@@ -174,7 +175,7 @@ export declare const MsgCancelUpgradeResponse: {
|
|
|
174
175
|
typeUrl: string;
|
|
175
176
|
encode(_: MsgCancelUpgradeResponse, writer?: BinaryWriter): BinaryWriter;
|
|
176
177
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelUpgradeResponse;
|
|
177
|
-
fromPartial(_:
|
|
178
|
+
fromPartial(_: DeepPartial<MsgCancelUpgradeResponse>): MsgCancelUpgradeResponse;
|
|
178
179
|
fromAmino(_: MsgCancelUpgradeResponseAmino): MsgCancelUpgradeResponse;
|
|
179
180
|
toAmino(_: MsgCancelUpgradeResponse): MsgCancelUpgradeResponseAmino;
|
|
180
181
|
fromAminoMsg(object: MsgCancelUpgradeResponseAminoMsg): MsgCancelUpgradeResponse;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
+
import { Registry } from "@cosmjs/proto-signing";
|
|
2
3
|
import { MsgSoftwareUpgrade, MsgCancelUpgrade } 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 { MsgSoftwareUpgrade, MsgSoftwareUpgradeResponse, MsgCancelUpgrade, MsgCancelUpgradeResponse } from "./tx";
|
|
3
3
|
/** Msg defines the upgrade Msg service. */
|
|
4
4
|
export interface Msg {
|
|
@@ -18,7 +18,7 @@ export interface Msg {
|
|
|
18
18
|
}
|
|
19
19
|
export declare class MsgClientImpl implements Msg {
|
|
20
20
|
private readonly rpc;
|
|
21
|
-
constructor(rpc:
|
|
21
|
+
constructor(rpc: TxRpc);
|
|
22
22
|
softwareUpgrade(request: MsgSoftwareUpgrade): Promise<MsgSoftwareUpgradeResponse>;
|
|
23
23
|
cancelUpgrade(request: MsgCancelUpgrade): Promise<MsgCancelUpgradeResponse>;
|
|
24
24
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Any, AnyAmino, AnySDKType } from "../../../google/protobuf/any";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/** Plan specifies information about a planned upgrade and when it should occur. */
|
|
4
5
|
export interface Plan {
|
|
5
6
|
/**
|
|
@@ -228,7 +229,7 @@ export declare const Plan: {
|
|
|
228
229
|
typeUrl: string;
|
|
229
230
|
encode(message: Plan, writer?: BinaryWriter): BinaryWriter;
|
|
230
231
|
decode(input: BinaryReader | Uint8Array, length?: number): Plan;
|
|
231
|
-
fromPartial(object:
|
|
232
|
+
fromPartial(object: DeepPartial<Plan>): Plan;
|
|
232
233
|
fromAmino(object: PlanAmino): Plan;
|
|
233
234
|
toAmino(message: Plan): PlanAmino;
|
|
234
235
|
fromAminoMsg(object: PlanAminoMsg): Plan;
|
|
@@ -241,7 +242,7 @@ export declare const SoftwareUpgradeProposal: {
|
|
|
241
242
|
typeUrl: string;
|
|
242
243
|
encode(message: SoftwareUpgradeProposal, writer?: BinaryWriter): BinaryWriter;
|
|
243
244
|
decode(input: BinaryReader | Uint8Array, length?: number): SoftwareUpgradeProposal;
|
|
244
|
-
fromPartial(object:
|
|
245
|
+
fromPartial(object: DeepPartial<SoftwareUpgradeProposal>): SoftwareUpgradeProposal;
|
|
245
246
|
fromAmino(object: SoftwareUpgradeProposalAmino): SoftwareUpgradeProposal;
|
|
246
247
|
toAmino(message: SoftwareUpgradeProposal): SoftwareUpgradeProposalAmino;
|
|
247
248
|
fromAminoMsg(object: SoftwareUpgradeProposalAminoMsg): SoftwareUpgradeProposal;
|
|
@@ -254,7 +255,7 @@ export declare const CancelSoftwareUpgradeProposal: {
|
|
|
254
255
|
typeUrl: string;
|
|
255
256
|
encode(message: CancelSoftwareUpgradeProposal, writer?: BinaryWriter): BinaryWriter;
|
|
256
257
|
decode(input: BinaryReader | Uint8Array, length?: number): CancelSoftwareUpgradeProposal;
|
|
257
|
-
fromPartial(object:
|
|
258
|
+
fromPartial(object: DeepPartial<CancelSoftwareUpgradeProposal>): CancelSoftwareUpgradeProposal;
|
|
258
259
|
fromAmino(object: CancelSoftwareUpgradeProposalAmino): CancelSoftwareUpgradeProposal;
|
|
259
260
|
toAmino(message: CancelSoftwareUpgradeProposal): CancelSoftwareUpgradeProposalAmino;
|
|
260
261
|
fromAminoMsg(object: CancelSoftwareUpgradeProposalAminoMsg): CancelSoftwareUpgradeProposal;
|
|
@@ -267,7 +268,7 @@ export declare const ModuleVersion: {
|
|
|
267
268
|
typeUrl: string;
|
|
268
269
|
encode(message: ModuleVersion, writer?: BinaryWriter): BinaryWriter;
|
|
269
270
|
decode(input: BinaryReader | Uint8Array, length?: number): ModuleVersion;
|
|
270
|
-
fromPartial(object:
|
|
271
|
+
fromPartial(object: DeepPartial<ModuleVersion>): ModuleVersion;
|
|
271
272
|
fromAmino(object: ModuleVersionAmino): ModuleVersion;
|
|
272
273
|
toAmino(message: ModuleVersion): ModuleVersionAmino;
|
|
273
274
|
fromAminoMsg(object: ModuleVersionAminoMsg): ModuleVersion;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/** Module is the config object of the vesting module. */
|
|
3
4
|
export interface Module {
|
|
4
5
|
}
|
|
@@ -20,7 +21,7 @@ export declare const Module: {
|
|
|
20
21
|
typeUrl: string;
|
|
21
22
|
encode(_: Module, writer?: BinaryWriter): BinaryWriter;
|
|
22
23
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
23
|
-
fromPartial(_:
|
|
24
|
+
fromPartial(_: DeepPartial<Module>): Module;
|
|
24
25
|
fromAmino(_: ModuleAmino): Module;
|
|
25
26
|
toAmino(_: Module): ModuleAmino;
|
|
26
27
|
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Coin, CoinAmino, CoinSDKType } from "../../base/v1beta1/coin";
|
|
2
2
|
import { Period, PeriodAmino, PeriodSDKType } from "./vesting";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
5
|
/**
|
|
5
6
|
* MsgCreateVestingAccount defines a message that enables creating a vesting
|
|
6
7
|
* account.
|
|
@@ -213,7 +214,7 @@ export declare const MsgCreateVestingAccount: {
|
|
|
213
214
|
typeUrl: string;
|
|
214
215
|
encode(message: MsgCreateVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
215
216
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateVestingAccount;
|
|
216
|
-
fromPartial(object:
|
|
217
|
+
fromPartial(object: DeepPartial<MsgCreateVestingAccount>): MsgCreateVestingAccount;
|
|
217
218
|
fromAmino(object: MsgCreateVestingAccountAmino): MsgCreateVestingAccount;
|
|
218
219
|
toAmino(message: MsgCreateVestingAccount): MsgCreateVestingAccountAmino;
|
|
219
220
|
fromAminoMsg(object: MsgCreateVestingAccountAminoMsg): MsgCreateVestingAccount;
|
|
@@ -226,7 +227,7 @@ export declare const MsgCreateVestingAccountResponse: {
|
|
|
226
227
|
typeUrl: string;
|
|
227
228
|
encode(_: MsgCreateVestingAccountResponse, writer?: BinaryWriter): BinaryWriter;
|
|
228
229
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateVestingAccountResponse;
|
|
229
|
-
fromPartial(_:
|
|
230
|
+
fromPartial(_: DeepPartial<MsgCreateVestingAccountResponse>): MsgCreateVestingAccountResponse;
|
|
230
231
|
fromAmino(_: MsgCreateVestingAccountResponseAmino): MsgCreateVestingAccountResponse;
|
|
231
232
|
toAmino(_: MsgCreateVestingAccountResponse): MsgCreateVestingAccountResponseAmino;
|
|
232
233
|
fromAminoMsg(object: MsgCreateVestingAccountResponseAminoMsg): MsgCreateVestingAccountResponse;
|
|
@@ -239,7 +240,7 @@ export declare const MsgCreatePermanentLockedAccount: {
|
|
|
239
240
|
typeUrl: string;
|
|
240
241
|
encode(message: MsgCreatePermanentLockedAccount, writer?: BinaryWriter): BinaryWriter;
|
|
241
242
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreatePermanentLockedAccount;
|
|
242
|
-
fromPartial(object:
|
|
243
|
+
fromPartial(object: DeepPartial<MsgCreatePermanentLockedAccount>): MsgCreatePermanentLockedAccount;
|
|
243
244
|
fromAmino(object: MsgCreatePermanentLockedAccountAmino): MsgCreatePermanentLockedAccount;
|
|
244
245
|
toAmino(message: MsgCreatePermanentLockedAccount): MsgCreatePermanentLockedAccountAmino;
|
|
245
246
|
fromAminoMsg(object: MsgCreatePermanentLockedAccountAminoMsg): MsgCreatePermanentLockedAccount;
|
|
@@ -252,7 +253,7 @@ export declare const MsgCreatePermanentLockedAccountResponse: {
|
|
|
252
253
|
typeUrl: string;
|
|
253
254
|
encode(_: MsgCreatePermanentLockedAccountResponse, writer?: BinaryWriter): BinaryWriter;
|
|
254
255
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreatePermanentLockedAccountResponse;
|
|
255
|
-
fromPartial(_:
|
|
256
|
+
fromPartial(_: DeepPartial<MsgCreatePermanentLockedAccountResponse>): MsgCreatePermanentLockedAccountResponse;
|
|
256
257
|
fromAmino(_: MsgCreatePermanentLockedAccountResponseAmino): MsgCreatePermanentLockedAccountResponse;
|
|
257
258
|
toAmino(_: MsgCreatePermanentLockedAccountResponse): MsgCreatePermanentLockedAccountResponseAmino;
|
|
258
259
|
fromAminoMsg(object: MsgCreatePermanentLockedAccountResponseAminoMsg): MsgCreatePermanentLockedAccountResponse;
|
|
@@ -265,7 +266,7 @@ export declare const MsgCreatePeriodicVestingAccount: {
|
|
|
265
266
|
typeUrl: string;
|
|
266
267
|
encode(message: MsgCreatePeriodicVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
267
268
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreatePeriodicVestingAccount;
|
|
268
|
-
fromPartial(object:
|
|
269
|
+
fromPartial(object: DeepPartial<MsgCreatePeriodicVestingAccount>): MsgCreatePeriodicVestingAccount;
|
|
269
270
|
fromAmino(object: MsgCreatePeriodicVestingAccountAmino): MsgCreatePeriodicVestingAccount;
|
|
270
271
|
toAmino(message: MsgCreatePeriodicVestingAccount): MsgCreatePeriodicVestingAccountAmino;
|
|
271
272
|
fromAminoMsg(object: MsgCreatePeriodicVestingAccountAminoMsg): MsgCreatePeriodicVestingAccount;
|
|
@@ -278,7 +279,7 @@ export declare const MsgCreatePeriodicVestingAccountResponse: {
|
|
|
278
279
|
typeUrl: string;
|
|
279
280
|
encode(_: MsgCreatePeriodicVestingAccountResponse, writer?: BinaryWriter): BinaryWriter;
|
|
280
281
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreatePeriodicVestingAccountResponse;
|
|
281
|
-
fromPartial(_:
|
|
282
|
+
fromPartial(_: DeepPartial<MsgCreatePeriodicVestingAccountResponse>): MsgCreatePeriodicVestingAccountResponse;
|
|
282
283
|
fromAmino(_: MsgCreatePeriodicVestingAccountResponseAmino): MsgCreatePeriodicVestingAccountResponse;
|
|
283
284
|
toAmino(_: MsgCreatePeriodicVestingAccountResponse): MsgCreatePeriodicVestingAccountResponseAmino;
|
|
284
285
|
fromAminoMsg(object: MsgCreatePeriodicVestingAccountResponseAminoMsg): MsgCreatePeriodicVestingAccountResponse;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
+
import { Registry } from "@cosmjs/proto-signing";
|
|
2
3
|
import { MsgCreateVestingAccount, MsgCreatePermanentLockedAccount, MsgCreatePeriodicVestingAccount } 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 { MsgCreateVestingAccount, MsgCreateVestingAccountResponse, MsgCreatePermanentLockedAccount, MsgCreatePermanentLockedAccountResponse, MsgCreatePeriodicVestingAccount, MsgCreatePeriodicVestingAccountResponse } from "./tx";
|
|
3
3
|
/** Msg defines the bank Msg service. */
|
|
4
4
|
export interface Msg {
|
|
@@ -24,7 +24,7 @@ export interface Msg {
|
|
|
24
24
|
}
|
|
25
25
|
export declare class MsgClientImpl implements Msg {
|
|
26
26
|
private readonly rpc;
|
|
27
|
-
constructor(rpc:
|
|
27
|
+
constructor(rpc: TxRpc);
|
|
28
28
|
createVestingAccount(request: MsgCreateVestingAccount): Promise<MsgCreateVestingAccountResponse>;
|
|
29
29
|
createPermanentLockedAccount(request: MsgCreatePermanentLockedAccount): Promise<MsgCreatePermanentLockedAccountResponse>;
|
|
30
30
|
createPeriodicVestingAccount(request: MsgCreatePeriodicVestingAccount): Promise<MsgCreatePeriodicVestingAccountResponse>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { BaseAccount, BaseAccountAmino, BaseAccountSDKType } from "../../auth/v1beta1/auth";
|
|
2
2
|
import { Coin, CoinAmino, CoinSDKType } from "../../base/v1beta1/coin";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
5
|
/**
|
|
5
6
|
* BaseVestingAccount implements the VestingAccount interface. It contains all
|
|
6
7
|
* the necessary fields needed for any vesting account implementation.
|
|
@@ -212,7 +213,7 @@ export declare const BaseVestingAccount: {
|
|
|
212
213
|
typeUrl: string;
|
|
213
214
|
encode(message: BaseVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
214
215
|
decode(input: BinaryReader | Uint8Array, length?: number): BaseVestingAccount;
|
|
215
|
-
fromPartial(object:
|
|
216
|
+
fromPartial(object: DeepPartial<BaseVestingAccount>): BaseVestingAccount;
|
|
216
217
|
fromAmino(object: BaseVestingAccountAmino): BaseVestingAccount;
|
|
217
218
|
toAmino(message: BaseVestingAccount): BaseVestingAccountAmino;
|
|
218
219
|
fromAminoMsg(object: BaseVestingAccountAminoMsg): BaseVestingAccount;
|
|
@@ -225,7 +226,7 @@ export declare const ContinuousVestingAccount: {
|
|
|
225
226
|
typeUrl: string;
|
|
226
227
|
encode(message: ContinuousVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
227
228
|
decode(input: BinaryReader | Uint8Array, length?: number): ContinuousVestingAccount;
|
|
228
|
-
fromPartial(object:
|
|
229
|
+
fromPartial(object: DeepPartial<ContinuousVestingAccount>): ContinuousVestingAccount;
|
|
229
230
|
fromAmino(object: ContinuousVestingAccountAmino): ContinuousVestingAccount;
|
|
230
231
|
toAmino(message: ContinuousVestingAccount): ContinuousVestingAccountAmino;
|
|
231
232
|
fromAminoMsg(object: ContinuousVestingAccountAminoMsg): ContinuousVestingAccount;
|
|
@@ -238,7 +239,7 @@ export declare const DelayedVestingAccount: {
|
|
|
238
239
|
typeUrl: string;
|
|
239
240
|
encode(message: DelayedVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
240
241
|
decode(input: BinaryReader | Uint8Array, length?: number): DelayedVestingAccount;
|
|
241
|
-
fromPartial(object:
|
|
242
|
+
fromPartial(object: DeepPartial<DelayedVestingAccount>): DelayedVestingAccount;
|
|
242
243
|
fromAmino(object: DelayedVestingAccountAmino): DelayedVestingAccount;
|
|
243
244
|
toAmino(message: DelayedVestingAccount): DelayedVestingAccountAmino;
|
|
244
245
|
fromAminoMsg(object: DelayedVestingAccountAminoMsg): DelayedVestingAccount;
|
|
@@ -251,7 +252,7 @@ export declare const Period: {
|
|
|
251
252
|
typeUrl: string;
|
|
252
253
|
encode(message: Period, writer?: BinaryWriter): BinaryWriter;
|
|
253
254
|
decode(input: BinaryReader | Uint8Array, length?: number): Period;
|
|
254
|
-
fromPartial(object:
|
|
255
|
+
fromPartial(object: DeepPartial<Period>): Period;
|
|
255
256
|
fromAmino(object: PeriodAmino): Period;
|
|
256
257
|
toAmino(message: Period): PeriodAmino;
|
|
257
258
|
fromAminoMsg(object: PeriodAminoMsg): Period;
|
|
@@ -264,7 +265,7 @@ export declare const PeriodicVestingAccount: {
|
|
|
264
265
|
typeUrl: string;
|
|
265
266
|
encode(message: PeriodicVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
266
267
|
decode(input: BinaryReader | Uint8Array, length?: number): PeriodicVestingAccount;
|
|
267
|
-
fromPartial(object:
|
|
268
|
+
fromPartial(object: DeepPartial<PeriodicVestingAccount>): PeriodicVestingAccount;
|
|
268
269
|
fromAmino(object: PeriodicVestingAccountAmino): PeriodicVestingAccount;
|
|
269
270
|
toAmino(message: PeriodicVestingAccount): PeriodicVestingAccountAmino;
|
|
270
271
|
fromAminoMsg(object: PeriodicVestingAccountAminoMsg): PeriodicVestingAccount;
|
|
@@ -277,7 +278,7 @@ export declare const PermanentLockedAccount: {
|
|
|
277
278
|
typeUrl: string;
|
|
278
279
|
encode(message: PermanentLockedAccount, writer?: BinaryWriter): BinaryWriter;
|
|
279
280
|
decode(input: BinaryReader | Uint8Array, length?: number): PermanentLockedAccount;
|
|
280
|
-
fromPartial(object:
|
|
281
|
+
fromPartial(object: DeepPartial<PermanentLockedAccount>): PermanentLockedAccount;
|
|
281
282
|
fromAmino(object: PermanentLockedAccountAmino): PermanentLockedAccount;
|
|
282
283
|
toAmino(message: PermanentLockedAccount): PermanentLockedAccountAmino;
|
|
283
284
|
fromAminoMsg(object: PermanentLockedAccountAminoMsg): PermanentLockedAccount;
|
package/cosmos_proto/bundle.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export declare const cosmos_proto: {
|
|
|
9
9
|
typeUrl: string;
|
|
10
10
|
encode(message: _1.InterfaceDescriptor, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
11
11
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _1.InterfaceDescriptor;
|
|
12
|
-
fromPartial(object:
|
|
12
|
+
fromPartial(object: import("../helpers").DeepPartial<_1.InterfaceDescriptor>): _1.InterfaceDescriptor;
|
|
13
13
|
fromAmino(object: _1.InterfaceDescriptorAmino): _1.InterfaceDescriptor;
|
|
14
14
|
toAmino(message: _1.InterfaceDescriptor): _1.InterfaceDescriptorAmino;
|
|
15
15
|
fromAminoMsg(object: _1.InterfaceDescriptorAminoMsg): _1.InterfaceDescriptor;
|
|
@@ -21,7 +21,7 @@ export declare const cosmos_proto: {
|
|
|
21
21
|
typeUrl: string;
|
|
22
22
|
encode(message: _1.ScalarDescriptor, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
23
23
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _1.ScalarDescriptor;
|
|
24
|
-
fromPartial(object:
|
|
24
|
+
fromPartial(object: import("../helpers").DeepPartial<_1.ScalarDescriptor>): _1.ScalarDescriptor;
|
|
25
25
|
fromAmino(object: _1.ScalarDescriptorAmino): _1.ScalarDescriptor;
|
|
26
26
|
toAmino(message: _1.ScalarDescriptor): _1.ScalarDescriptorAmino;
|
|
27
27
|
fromAminoMsg(object: _1.ScalarDescriptorAminoMsg): _1.ScalarDescriptor;
|
package/cosmos_proto/cosmos.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../binary";
|
|
2
|
+
import { DeepPartial } from "../helpers";
|
|
2
3
|
export declare enum ScalarType {
|
|
3
4
|
SCALAR_TYPE_UNSPECIFIED = 0,
|
|
4
5
|
SCALAR_TYPE_STRING = 1,
|
|
@@ -149,7 +150,7 @@ export declare const InterfaceDescriptor: {
|
|
|
149
150
|
typeUrl: string;
|
|
150
151
|
encode(message: InterfaceDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
151
152
|
decode(input: BinaryReader | Uint8Array, length?: number): InterfaceDescriptor;
|
|
152
|
-
fromPartial(object:
|
|
153
|
+
fromPartial(object: DeepPartial<InterfaceDescriptor>): InterfaceDescriptor;
|
|
153
154
|
fromAmino(object: InterfaceDescriptorAmino): InterfaceDescriptor;
|
|
154
155
|
toAmino(message: InterfaceDescriptor): InterfaceDescriptorAmino;
|
|
155
156
|
fromAminoMsg(object: InterfaceDescriptorAminoMsg): InterfaceDescriptor;
|
|
@@ -161,7 +162,7 @@ export declare const ScalarDescriptor: {
|
|
|
161
162
|
typeUrl: string;
|
|
162
163
|
encode(message: ScalarDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
163
164
|
decode(input: BinaryReader | Uint8Array, length?: number): ScalarDescriptor;
|
|
164
|
-
fromPartial(object:
|
|
165
|
+
fromPartial(object: DeepPartial<ScalarDescriptor>): ScalarDescriptor;
|
|
165
166
|
fromAmino(object: ScalarDescriptorAmino): ScalarDescriptor;
|
|
166
167
|
toAmino(message: ScalarDescriptor): ScalarDescriptorAmino;
|
|
167
168
|
fromAminoMsg(object: ScalarDescriptorAminoMsg): ScalarDescriptor;
|
|
@@ -3,8 +3,8 @@ import { Coin } from "../../base/v1beta1/coin";
|
|
|
3
3
|
import { Timestamp } from "../../../google/protobuf/timestamp";
|
|
4
4
|
import { Params } from "./types";
|
|
5
5
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
6
|
-
import { Decimal } from "@cosmjs/math";
|
|
7
6
|
import { toTimestamp, fromTimestamp } from "../../../helpers";
|
|
7
|
+
import { Decimal } from "@cosmjs/math";
|
|
8
8
|
function createBaseMsgFundCommunityPool() {
|
|
9
9
|
return {
|
|
10
10
|
depositor: "",
|
|
@@ -6,8 +6,8 @@ import { Duration } from "../../../google/protobuf/duration";
|
|
|
6
6
|
import { Coin } from "../../base/v1beta1/coin";
|
|
7
7
|
import { ValidatorUpdate } from "../../../tendermint/abci/types";
|
|
8
8
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
9
|
-
import { Decimal } from "@cosmjs/math";
|
|
10
9
|
import { toTimestamp, fromTimestamp } from "../../../helpers";
|
|
10
|
+
import { Decimal } from "@cosmjs/math";
|
|
11
11
|
import { encodePubkey, decodePubkey } from "@cosmjs/proto-signing";
|
|
12
12
|
/** BondStatus is the status of a validator. */
|
|
13
13
|
export var BondStatus;
|
|
@@ -4,9 +4,9 @@ import { Any } from "../../../google/protobuf/any";
|
|
|
4
4
|
import { Coin } from "../../base/v1beta1/coin";
|
|
5
5
|
import { Timestamp } from "../../../google/protobuf/timestamp";
|
|
6
6
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
7
|
+
import { toTimestamp, fromTimestamp } from "../../../helpers";
|
|
7
8
|
import { encodePubkey, decodePubkey } from "@cosmjs/proto-signing";
|
|
8
9
|
import { Decimal } from "@cosmjs/math";
|
|
9
|
-
import { toTimestamp, fromTimestamp } from "../../../helpers";
|
|
10
10
|
function createBaseMsgCreateValidator() {
|
|
11
11
|
return {
|
|
12
12
|
description: Description.fromPartial({}),
|