Interface QueryDelegatorWithdrawAddressRequest

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

interface QueryDelegatorWithdrawAddressRequest {
    delegatorAddress: string;
}

Properties

Properties

delegatorAddress: string

delegator_address defines the delegator address to query for.