Interface QueryDelegatorWithdrawAddressRequestAmino

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

interface QueryDelegatorWithdrawAddressRequestAmino {
    delegator_address?: string;
}

Properties

delegator_address?: string

delegator_address defines the delegator address to query for.