// package: cosmos.staking.v1beta1 // file: cosmos/staking/v1beta1/tx.proto /* tslint:disable */ /* eslint-disable */ import * as jspb from "google-protobuf"; import * as google_protobuf_any_pb from "google-protobuf/google/protobuf/any_pb"; import * as google_protobuf_timestamp_pb from "google-protobuf/google/protobuf/timestamp_pb"; import * as gogoproto_gogo_pb from "../../../gogoproto/gogo_pb"; import * as cosmos_proto_cosmos_pb from "../../../cosmos_proto/cosmos_pb"; import * as cosmos_base_v1beta1_coin_pb from "../../../cosmos/base/v1beta1/coin_pb"; import * as cosmos_staking_v1beta1_staking_pb from "../../../cosmos/staking/v1beta1/staking_pb"; export class MsgCreateValidator extends jspb.Message { hasDescription(): boolean; clearDescription(): void; getDescription(): cosmos_staking_v1beta1_staking_pb.Description | undefined; setDescription(value?: cosmos_staking_v1beta1_staking_pb.Description): MsgCreateValidator; hasCommission(): boolean; clearCommission(): void; getCommission(): cosmos_staking_v1beta1_staking_pb.CommissionRates | undefined; setCommission(value?: cosmos_staking_v1beta1_staking_pb.CommissionRates): MsgCreateValidator; getMinSelfDelegation(): string; setMinSelfDelegation(value: string): MsgCreateValidator; getDelegatorAddress(): string; setDelegatorAddress(value: string): MsgCreateValidator; getValidatorAddress(): string; setValidatorAddress(value: string): MsgCreateValidator; hasPubkey(): boolean; clearPubkey(): void; getPubkey(): google_protobuf_any_pb.Any | undefined; setPubkey(value?: google_protobuf_any_pb.Any): MsgCreateValidator; hasValue(): boolean; clearValue(): void; getValue(): cosmos_base_v1beta1_coin_pb.Coin | undefined; setValue(value?: cosmos_base_v1beta1_coin_pb.Coin): MsgCreateValidator; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): MsgCreateValidator.AsObject; static toObject(includeInstance: boolean, msg: MsgCreateValidator): MsgCreateValidator.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo}; static serializeBinaryToWriter(message: MsgCreateValidator, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): MsgCreateValidator; static deserializeBinaryFromReader(message: MsgCreateValidator, reader: jspb.BinaryReader): MsgCreateValidator; } export namespace MsgCreateValidator { export type AsObject = { description?: cosmos_staking_v1beta1_staking_pb.Description.AsObject, commission?: cosmos_staking_v1beta1_staking_pb.CommissionRates.AsObject, minSelfDelegation: string, delegatorAddress: string, validatorAddress: string, pubkey?: google_protobuf_any_pb.Any.AsObject, value?: cosmos_base_v1beta1_coin_pb.Coin.AsObject, } } export class MsgCreateValidatorResponse extends jspb.Message { serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): MsgCreateValidatorResponse.AsObject; static toObject(includeInstance: boolean, msg: MsgCreateValidatorResponse): MsgCreateValidatorResponse.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo}; static serializeBinaryToWriter(message: MsgCreateValidatorResponse, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): MsgCreateValidatorResponse; static deserializeBinaryFromReader(message: MsgCreateValidatorResponse, reader: jspb.BinaryReader): MsgCreateValidatorResponse; } export namespace MsgCreateValidatorResponse { export type AsObject = { } } export class MsgEditValidator extends jspb.Message { hasDescription(): boolean; clearDescription(): void; getDescription(): cosmos_staking_v1beta1_staking_pb.Description | undefined; setDescription(value?: cosmos_staking_v1beta1_staking_pb.Description): MsgEditValidator; getValidatorAddress(): string; setValidatorAddress(value: string): MsgEditValidator; getCommissionRate(): string; setCommissionRate(value: string): MsgEditValidator; getMinSelfDelegation(): string; setMinSelfDelegation(value: string): MsgEditValidator; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): MsgEditValidator.AsObject; static toObject(includeInstance: boolean, msg: MsgEditValidator): MsgEditValidator.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo}; static serializeBinaryToWriter(message: MsgEditValidator, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): MsgEditValidator; static deserializeBinaryFromReader(message: MsgEditValidator, reader: jspb.BinaryReader): MsgEditValidator; } export namespace MsgEditValidator { export type AsObject = { description?: cosmos_staking_v1beta1_staking_pb.Description.AsObject, validatorAddress: string, commissionRate: string, minSelfDelegation: string, } } export class MsgEditValidatorResponse extends jspb.Message { serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): MsgEditValidatorResponse.AsObject; static toObject(includeInstance: boolean, msg: MsgEditValidatorResponse): MsgEditValidatorResponse.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo}; static serializeBinaryToWriter(message: MsgEditValidatorResponse, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): MsgEditValidatorResponse; static deserializeBinaryFromReader(message: MsgEditValidatorResponse, reader: jspb.BinaryReader): MsgEditValidatorResponse; } export namespace MsgEditValidatorResponse { export type AsObject = { } } export class MsgDelegate extends jspb.Message { getDelegatorAddress(): string; setDelegatorAddress(value: string): MsgDelegate; getValidatorAddress(): string; setValidatorAddress(value: string): MsgDelegate; hasAmount(): boolean; clearAmount(): void; getAmount(): cosmos_base_v1beta1_coin_pb.Coin | undefined; setAmount(value?: cosmos_base_v1beta1_coin_pb.Coin): MsgDelegate; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): MsgDelegate.AsObject; static toObject(includeInstance: boolean, msg: MsgDelegate): MsgDelegate.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo}; static serializeBinaryToWriter(message: MsgDelegate, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): MsgDelegate; static deserializeBinaryFromReader(message: MsgDelegate, reader: jspb.BinaryReader): MsgDelegate; } export namespace MsgDelegate { export type AsObject = { delegatorAddress: string, validatorAddress: string, amount?: cosmos_base_v1beta1_coin_pb.Coin.AsObject, } } export class MsgDelegateResponse extends jspb.Message { serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): MsgDelegateResponse.AsObject; static toObject(includeInstance: boolean, msg: MsgDelegateResponse): MsgDelegateResponse.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo}; static serializeBinaryToWriter(message: MsgDelegateResponse, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): MsgDelegateResponse; static deserializeBinaryFromReader(message: MsgDelegateResponse, reader: jspb.BinaryReader): MsgDelegateResponse; } export namespace MsgDelegateResponse { export type AsObject = { } } export class MsgBeginRedelegate extends jspb.Message { getDelegatorAddress(): string; setDelegatorAddress(value: string): MsgBeginRedelegate; getValidatorSrcAddress(): string; setValidatorSrcAddress(value: string): MsgBeginRedelegate; getValidatorDstAddress(): string; setValidatorDstAddress(value: string): MsgBeginRedelegate; hasAmount(): boolean; clearAmount(): void; getAmount(): cosmos_base_v1beta1_coin_pb.Coin | undefined; setAmount(value?: cosmos_base_v1beta1_coin_pb.Coin): MsgBeginRedelegate; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): MsgBeginRedelegate.AsObject; static toObject(includeInstance: boolean, msg: MsgBeginRedelegate): MsgBeginRedelegate.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo}; static serializeBinaryToWriter(message: MsgBeginRedelegate, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): MsgBeginRedelegate; static deserializeBinaryFromReader(message: MsgBeginRedelegate, reader: jspb.BinaryReader): MsgBeginRedelegate; } export namespace MsgBeginRedelegate { export type AsObject = { delegatorAddress: string, validatorSrcAddress: string, validatorDstAddress: string, amount?: cosmos_base_v1beta1_coin_pb.Coin.AsObject, } } export class MsgBeginRedelegateResponse extends jspb.Message { hasCompletionTime(): boolean; clearCompletionTime(): void; getCompletionTime(): google_protobuf_timestamp_pb.Timestamp | undefined; setCompletionTime(value?: google_protobuf_timestamp_pb.Timestamp): MsgBeginRedelegateResponse; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): MsgBeginRedelegateResponse.AsObject; static toObject(includeInstance: boolean, msg: MsgBeginRedelegateResponse): MsgBeginRedelegateResponse.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo}; static serializeBinaryToWriter(message: MsgBeginRedelegateResponse, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): MsgBeginRedelegateResponse; static deserializeBinaryFromReader(message: MsgBeginRedelegateResponse, reader: jspb.BinaryReader): MsgBeginRedelegateResponse; } export namespace MsgBeginRedelegateResponse { export type AsObject = { completionTime?: google_protobuf_timestamp_pb.Timestamp.AsObject, } } export class MsgUndelegate extends jspb.Message { getDelegatorAddress(): string; setDelegatorAddress(value: string): MsgUndelegate; getValidatorAddress(): string; setValidatorAddress(value: string): MsgUndelegate; hasAmount(): boolean; clearAmount(): void; getAmount(): cosmos_base_v1beta1_coin_pb.Coin | undefined; setAmount(value?: cosmos_base_v1beta1_coin_pb.Coin): MsgUndelegate; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): MsgUndelegate.AsObject; static toObject(includeInstance: boolean, msg: MsgUndelegate): MsgUndelegate.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo}; static serializeBinaryToWriter(message: MsgUndelegate, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): MsgUndelegate; static deserializeBinaryFromReader(message: MsgUndelegate, reader: jspb.BinaryReader): MsgUndelegate; } export namespace MsgUndelegate { export type AsObject = { delegatorAddress: string, validatorAddress: string, amount?: cosmos_base_v1beta1_coin_pb.Coin.AsObject, } } export class MsgUndelegateResponse extends jspb.Message { hasCompletionTime(): boolean; clearCompletionTime(): void; getCompletionTime(): google_protobuf_timestamp_pb.Timestamp | undefined; setCompletionTime(value?: google_protobuf_timestamp_pb.Timestamp): MsgUndelegateResponse; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): MsgUndelegateResponse.AsObject; static toObject(includeInstance: boolean, msg: MsgUndelegateResponse): MsgUndelegateResponse.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo}; static serializeBinaryToWriter(message: MsgUndelegateResponse, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): MsgUndelegateResponse; static deserializeBinaryFromReader(message: MsgUndelegateResponse, reader: jspb.BinaryReader): MsgUndelegateResponse; } export namespace MsgUndelegateResponse { export type AsObject = { completionTime?: google_protobuf_timestamp_pb.Timestamp.AsObject, } }