Interface QueryDelegatorWithdrawAddressResponseSDKType

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

interface QueryDelegatorWithdrawAddressResponseSDKType {
    withdraw_address: string;
}

Properties

Properties

withdraw_address: string