QueryDelegatorWithdrawAddressResponse is the response type for the Query/DelegatorWithdrawAddress RPC method.

from message cosmos.distribution.v1beta1.QueryDelegatorWithdrawAddressResponse

Hierarchy

Constructors

Properties

withdrawAddress: string = ""

withdraw_address defines the delegator address to query for.

from field: string withdraw_address = 1;

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

Methods