Interface QueryDelegatorWithdrawAddressResponseAmino

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

interface QueryDelegatorWithdrawAddressResponseAmino {
    withdraw_address?: string;
}

Properties

withdraw_address?: string

withdraw_address defines the delegator address to query for.