QueryDelegatorWithdrawAddressRequest is the request type for the Query/DelegatorWithdrawAddress RPC method.

from message cosmos.distribution.v1beta1.QueryDelegatorWithdrawAddressRequest

Hierarchy

Constructors

Properties

delegatorAddress: string = ""

delegator_address defines the delegator address to query for.

from field: string delegator_address = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.distribution.v1beta1.QueryDelegatorWithdrawAddressRequest" = "cosmos.distribution.v1beta1.QueryDelegatorWithdrawAddressRequest"

Methods