Interface QueryDelegatorWithdrawAddressResponse

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

interface QueryDelegatorWithdrawAddressResponse {
    withdrawAddress: string;
}

Properties

Properties

withdrawAddress: string

withdraw_address defines the delegator address to query for.