import { Coin, CoinSDKType } from "../../base/v1beta1/coin"; import * as _m0 from "protobufjs/minimal"; import { DeepPartial, Long } from "@osmonauts/helpers"; /** * MsgSetWithdrawAddress sets the withdraw address for * a delegator (or validator self-delegation). */ export interface MsgSetWithdrawAddress { delegatorAddress: string; withdrawAddress: string; } /** * MsgSetWithdrawAddress sets the withdraw address for * a delegator (or validator self-delegation). */ export interface MsgSetWithdrawAddressSDKType { delegator_address: string; withdraw_address: string; } /** MsgSetWithdrawAddressResponse defines the Msg/SetWithdrawAddress response type. */ export interface MsgSetWithdrawAddressResponse { } /** MsgSetWithdrawAddressResponse defines the Msg/SetWithdrawAddress response type. */ export interface MsgSetWithdrawAddressResponseSDKType { } /** * MsgWithdrawDelegatorReward represents delegation withdrawal to a delegator * from a single validator. */ export interface MsgWithdrawDelegatorReward { delegatorAddress: string; validatorAddress: string; } /** * MsgWithdrawDelegatorReward represents delegation withdrawal to a delegator * from a single validator. */ export interface MsgWithdrawDelegatorRewardSDKType { delegator_address: string; validator_address: string; } /** MsgWithdrawDelegatorRewardResponse defines the Msg/WithdrawDelegatorReward response type. */ export interface MsgWithdrawDelegatorRewardResponse { } /** MsgWithdrawDelegatorRewardResponse defines the Msg/WithdrawDelegatorReward response type. */ export interface MsgWithdrawDelegatorRewardResponseSDKType { } /** * MsgWithdrawValidatorCommission withdraws the full commission to the validator * address. */ export interface MsgWithdrawValidatorCommission { validatorAddress: string; } /** * MsgWithdrawValidatorCommission withdraws the full commission to the validator * address. */ export interface MsgWithdrawValidatorCommissionSDKType { validator_address: string; } /** MsgWithdrawValidatorCommissionResponse defines the Msg/WithdrawValidatorCommission response type. */ export interface MsgWithdrawValidatorCommissionResponse { } /** MsgWithdrawValidatorCommissionResponse defines the Msg/WithdrawValidatorCommission response type. */ export interface MsgWithdrawValidatorCommissionResponseSDKType { } /** MsgWithdrawTokenizeShareRecordReward withdraws tokenize share rewards for a specific record */ export interface MsgWithdrawTokenizeShareRecordReward { ownerAddress: string; recordId: Long; } /** MsgWithdrawTokenizeShareRecordReward withdraws tokenize share rewards for a specific record */ export interface MsgWithdrawTokenizeShareRecordRewardSDKType { owner_address: string; record_id: Long; } /** MsgWithdrawTokenizeShareRecordReward defines the Msg/WithdrawTokenizeShareRecordReward response type. */ export interface MsgWithdrawTokenizeShareRecordRewardResponse { } /** MsgWithdrawTokenizeShareRecordReward defines the Msg/WithdrawTokenizeShareRecordReward response type. */ export interface MsgWithdrawTokenizeShareRecordRewardResponseSDKType { } /** * MsgWithdrawAllTokenizeShareRecordReward withdraws tokenize share rewards or all * records owned by the designated owner */ export interface MsgWithdrawAllTokenizeShareRecordReward { ownerAddress: string; } /** * MsgWithdrawAllTokenizeShareRecordReward withdraws tokenize share rewards or all * records owned by the designated owner */ export interface MsgWithdrawAllTokenizeShareRecordRewardSDKType { owner_address: string; } /** MsgWithdrawAllTokenizeShareRecordRewardResponse defines the Msg/WithdrawTokenizeShareRecordReward response type. */ export interface MsgWithdrawAllTokenizeShareRecordRewardResponse { } /** MsgWithdrawAllTokenizeShareRecordRewardResponse defines the Msg/WithdrawTokenizeShareRecordReward response type. */ export interface MsgWithdrawAllTokenizeShareRecordRewardResponseSDKType { } /** * MsgFundCommunityPool allows an account to directly * fund the community pool. */ export interface MsgFundCommunityPool { amount: Coin[]; depositor: string; } /** * MsgFundCommunityPool allows an account to directly * fund the community pool. */ export interface MsgFundCommunityPoolSDKType { amount: CoinSDKType[]; depositor: string; } /** MsgFundCommunityPoolResponse defines the Msg/FundCommunityPool response type. */ export interface MsgFundCommunityPoolResponse { } /** MsgFundCommunityPoolResponse defines the Msg/FundCommunityPool response type. */ export interface MsgFundCommunityPoolResponseSDKType { } export declare const MsgSetWithdrawAddress: { encode(message: MsgSetWithdrawAddress, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetWithdrawAddress; fromPartial(object: DeepPartial): MsgSetWithdrawAddress; }; export declare const MsgSetWithdrawAddressResponse: { encode(_: MsgSetWithdrawAddressResponse, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetWithdrawAddressResponse; fromPartial(_: DeepPartial): MsgSetWithdrawAddressResponse; }; export declare const MsgWithdrawDelegatorReward: { encode(message: MsgWithdrawDelegatorReward, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): MsgWithdrawDelegatorReward; fromPartial(object: DeepPartial): MsgWithdrawDelegatorReward; }; export declare const MsgWithdrawDelegatorRewardResponse: { encode(_: MsgWithdrawDelegatorRewardResponse, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): MsgWithdrawDelegatorRewardResponse; fromPartial(_: DeepPartial): MsgWithdrawDelegatorRewardResponse; }; export declare const MsgWithdrawValidatorCommission: { encode(message: MsgWithdrawValidatorCommission, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): MsgWithdrawValidatorCommission; fromPartial(object: DeepPartial): MsgWithdrawValidatorCommission; }; export declare const MsgWithdrawValidatorCommissionResponse: { encode(_: MsgWithdrawValidatorCommissionResponse, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): MsgWithdrawValidatorCommissionResponse; fromPartial(_: DeepPartial): MsgWithdrawValidatorCommissionResponse; }; export declare const MsgWithdrawTokenizeShareRecordReward: { encode(message: MsgWithdrawTokenizeShareRecordReward, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): MsgWithdrawTokenizeShareRecordReward; fromPartial(object: DeepPartial): MsgWithdrawTokenizeShareRecordReward; }; export declare const MsgWithdrawTokenizeShareRecordRewardResponse: { encode(_: MsgWithdrawTokenizeShareRecordRewardResponse, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): MsgWithdrawTokenizeShareRecordRewardResponse; fromPartial(_: DeepPartial): MsgWithdrawTokenizeShareRecordRewardResponse; }; export declare const MsgWithdrawAllTokenizeShareRecordReward: { encode(message: MsgWithdrawAllTokenizeShareRecordReward, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): MsgWithdrawAllTokenizeShareRecordReward; fromPartial(object: DeepPartial): MsgWithdrawAllTokenizeShareRecordReward; }; export declare const MsgWithdrawAllTokenizeShareRecordRewardResponse: { encode(_: MsgWithdrawAllTokenizeShareRecordRewardResponse, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): MsgWithdrawAllTokenizeShareRecordRewardResponse; fromPartial(_: DeepPartial): MsgWithdrawAllTokenizeShareRecordRewardResponse; }; export declare const MsgFundCommunityPool: { encode(message: MsgFundCommunityPool, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): MsgFundCommunityPool; fromPartial(object: DeepPartial): MsgFundCommunityPool; }; export declare const MsgFundCommunityPoolResponse: { encode(_: MsgFundCommunityPoolResponse, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): MsgFundCommunityPoolResponse; fromPartial(_: DeepPartial): MsgFundCommunityPoolResponse; };